9b0b99aeb2a5ab4d0ec34f13c645b39411dcd537
[bpt/emacs.git] / lisp / ChangeLog
1 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
2
3 * textmodes/flyspell.el (flyspell-external-point-words): Be
4 case-sensitive.
5
6 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
7
8 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
9 with "www".
10
11 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12
13 allout.el: Restablished intermediate missing comment header to
14 preserve outline structure.
15 (allout-beginning-of-current-entry): Wasn't skipping invisible
16 text - fixed.
17 (allout-open-topic): Was failing when opening a topic at
18 end-of-buffer - fixed.
19 (allout-minor-mode): Moved nearer to allout-mode function.
20
21 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
22
23 * textmodes/org.el (org-paste-subtree): Removed forgotten (debug)
24 form.
25
26 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
27
28 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
29 is nil.
30
31 * progmodes/gud.el (gud-speedbar-menu-items): Use
32 buffer-local-value and add missing :visible keyword.
33
34 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten
35 speedbar-refresh.
36
37 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
38
39 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
40 must be `follow-link'.
41
42 * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be
43 `follow-link'.
44
45 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
46 formatting: No nested anchors.
47 (org-all-targets): Fix bug with XEmacs compatibility.
48 (org-read-date): Add (require 'parse-time).
49 (org-set-tags): Fix bug with extra inserted space.
50 (org-export-html-style): Define a style class for targets.
51 (org-agenda-keymap, org-mouse-map): Add a binding for
52 `follow-link'.
53 (org-hide-leading-stars): New option.
54 (org-hide): New face.
55 (org-set-font-lock-defaults): Allow to hide leading stars.
56 (org-get-legal-level, org-tr-level): New functions.
57 (org-odd-levels-only): New option.
58 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
59 (org-demote, org-promote): Deal with double-star levels.
60 (org-convert-to-odd-levels): New command.
61
62 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
63
64 * speedbar.el (speedbar-update-localized-contents): Try to
65 preserve window-start.
66 (speedbar-update-directory-contents): Try to preserve window-start
67 and window-point.
68 (speedbar-update-special-contents): Don't move back to start of
69 window.
70
71 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
72 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
73 speedbar-timer-fn
74 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
75 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
76 instead of gdb-speedbar-timer-fn.
77
78 2006-02-28 Jay Belanger <belanger@truman.edu>
79
80 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
81 (math-compose-expr): Use latex option when calling
82 `math-compose-tex-matrix' for latex mode.
83
84 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
85
86 * speedbar.el: Re-instate comments about developing for speedbar
87 [this is what info and gdb-ui use even if better methods exist now].
88
89 * t-mouse.el: New file.
90 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
91 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
92 primitive...
93 (t-mouse-make-event-element): ...posn-at-x-y instead.
94 (t-mouse-make-event): Deal with Fedora Core 3.
95 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
96 (t-mouse-mouse-position-function): New function. Use it instead
97 of advising mouse-position.
98 (t-mouse-mode): New minor mode.
99 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
100
101 2006-02-27 Glenn Morris <rgm@gnu.org>
102
103 * calendar/calendar.el (calendar-holidays): Doc fix.
104
105 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
106
107 * progmodes/gdb-ui.el (gdb-source-window): New variable.
108 Re-introduce the concept of a source window.
109 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
110 consistency with get-buffer-create.
111 (def-gdb-auto-update-handler, gdb-info-locals-handler)
112 (gdb-data-list-register-values-handler)
113 (gdb-stack-list-locals-handler): Try to preserve window-start as
114 well as window-point.
115 (gdb-display-source-buffer): New function (old concept).
116 (gdb-goto-breakpoint): Use it.
117
118 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
119 for gdb-ui/gdb-mi (old concept).
120
121 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
122
123 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
124 binding.
125
126 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
127 binding.
128
129 * textmodes/reftex-sel.el (reftex-select-label-map)
130 (reftex-select-bib-map): Add `follow-mouse' binding.
131
132 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
133
134 * jka-cmpr-hook.el (jka-compr-compression-info-list)
135 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
136 Give :set functions to provide automatic updating.
137 Update docstring. Give compiler defvars early in the file
138 and move the defcustoms to a later spot where all called functions
139 are defined.
140 (jka-compr-file-name-handler-entry): Doc fix.
141 (jka-compr-compression-info-list--internal)
142 (jka-compr-mode-alist-additions--internal)
143 (jka-compr-load-suffixes--internal): New variables.
144 (jka-compr-install): Set the three above variables.
145 Update `load-file-rep-suffixes' instead of `load-suffixes'.
146 (jka-compr-update, jka-compr-set): New functions.
147 (auto-compression-mode): Doc fix.
148
149 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
150 Update `load-file-rep-suffixes' instead of `load-suffixes'.
151 Use jka-compr-compression-info-list--internal,
152 jka-compr-mode-alist-additions--internal and
153 jka-compr-load-suffixes--internal.
154
155 * files.el (load-library):
156 * loadhist.el (file-loadhist-lookup):
157 * startup.el (command-line):
158 * subr.el (locate-library):
159 * emacs-lisp/autoload.el (update-directory-autoloads):
160 * emacs-lisp/find-func.el (find-library-suffixes): Use
161 `get-load-suffixes' instead of `load-suffixes'.
162
163 * subr.el (locate-library):
164 * emacs-lisp/find-func.el (find-library-name): Use
165 `load-file-rep-suffixes' instead of '("").
166
167 2006-02-26 Kim F. Storm <storm@cua.dk>
168
169 * ido.el (ido-save-history, ido-load-history): Simplify. Don't
170 use find-file-noselect to avoid interference from other modes.
171
172 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
173
174 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
175 to use the default shell if filename is not available.
176 Reported by Giorgos Keramidas.
177
178 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
179
180 * progmodes/etags.el (tags-completion-table): Do completion from
181 all the tables in the current list, as documented in the manual.
182
183 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
184
185 * CC Mode Update to 5.31.3.
186
187 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
188
189 * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
190 inhibit-read-only to t, around the call to
191 c-remove-any-local-eval-or-mode-variables, so that it works on a
192 RO file.
193
194 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
195
196 * progmodes/cc-awk.el: Correct a typo.
197
198 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
199
200 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
201 c-hungry-delete-backwards, at the request of RMS. Leave the old
202 name as an alias.
203
204 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
205
206 * progmodes/cc-mode.el: Correct a typo.
207
208 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
209
210 * progmodes/cc-defs.el: Update the version number to 5.31.3.
211
212 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
213
214 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
215 brace-else-brace (error due to mbeg, mend being undefined).
216
217 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
218
219 * progmodes/cc-mode.el: File Local variables: Solve the problem
220 where both `mode' and c-file-offsets are specified: `mode' will
221 overwrite c-f-o's settings:
222 (c-remove-any-local-eval-or-mode-variables): New function.
223 (c-postprocess-file-styles): Call the above new function, within
224 c-tentative-buffer-change, to splat `mode' and `eval' before the
225 second hack-local-variables.
226
227 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
228
229 * progmodes/cc-mode.el:
230 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
231 (c-after-change): Protect the match data with save-match-data. It
232 was getting corrupted by c-after-change-check-<>-operators.
233
234 * cc-defs.el: [Supersedes patch V1.38]:
235 (top level): Check for a buggy font-lock-compile-keywords ONLY in
236 XEmacs. GNU Emacs 22 now has a check which would throw an error
237 here.
238
239 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
240 with save-match-data. It was being corrupted when Font Lock was
241 not enabled.
242
243 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
244
245 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
246 Mode and Subword Mode.
247
248 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
249 real labels ("case 1:" or "foo:") from non-labels ("public:").
250 (c-forward-objc-directive): Replace c-forward-token-2 with crude
251 coding; c-f-t-2 doesn't move over a token at EOB.
252
253 * progmodes/cc-defs.el (c-version): Update version number to
254 5.31.2
255
256 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
257 (c-update-modeline): Concatenate the minor mode indicators
258 directly onto mode-name, removing c-submode-indicators.
259 Sometimes, c-s-i got separated from the mode name on the mode
260 line.
261
262 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
263 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
264
265 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
266
267 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
268 error message when there's an evaluation error to show whether
269 it's loaded from source or not.
270 (c-filter-ops): Make it available at runtime too to work when
271 `c-make-init-lang-vars-fun' needs to evaluate from source.
272
273 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
274
275 * help.el (help): Revert last part of 2006-02-23 change (deletion
276 of the `provide' call).
277
278 2006-02-23 Juri Linkov <juri@jurta.org>
279
280 * compare-w.el (compare-windows-highlight): Add new value
281 `persistent' and change :type from `boolean' to `choice'.
282 (compare-windows-overlays1, compare-windows-overlays2):
283 New internal variables.
284 (compare-windows-highlight): If compare-windows-highlight is
285 `persistent', add current overlays to compare-windows-overlays[12]
286 instead of adding compare-windows-dehighlight to pre-command-hook.
287 (compare-windows-dehighlight): Delete all overlays from
288 compare-windows-overlays[12].
289
290 * info.el (Info-search): Don't bind search-spaces-regexp to
291 Info-search-whitespace-regexp in non-regexp isearch mode.
292
293 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
296
297 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
298
299 * textmodes/org.el (org-xemacs-p)
300 (org-export-html-show-new-buffer, org-table-may-need-update)
301 (org-insert-item, org-mhe-get-message-real-folder)
302 (org-mhe-get-message-folder-from-index)
303 (org-mhe-get-message-folder, org-mhe-get-message-num)
304 (org-mhe-get-header, org-make-org-heading-search-string)
305 (org-make-org-heading-camel, org-table-sort-lines)
306 (org-format-org-table-html, org-format-table-table-html):
307 Fix typos in docstrings.
308
309 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
310
311 * textmodes/org.el (org-cleaned-string-for-export)
312 (org-solidify-link-text): New function.
313 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
314 XEmacs, just to silence the compiler.
315 (org-export-as-ascii, org-export-as-html-and-open):
316 Use `org-cleaned-string-for-export' and create internal links.
317 (org-follow-mhe-link): Require mh-e, use folder.
318
319 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
320
321 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
322
323 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
324 gdb-debug-log-length.
325 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
326 it a real ring but...
327 (gud-gdba-marker-filter): ...make it work like mark-ring.
328 (gdb-enable-debug): Rename from gdb-enable-debug-log.
329 (gdb-mouse-jump): New function. Add bindings.
330
331 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
332
333 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
334 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
335 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
336 (gdb-debug-log-length): Customize it's length.
337 (gud-watch, gdb-var-create-handler): Display function::var format
338 but don't use to create variable object.
339 (gdb-var-create-handler): Use message-box in place of message.
340 (gdb-stopped): Call gdb-exited if signalled.
341
342 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
343
344 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
345
346 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
347
348 * textmodes/reftex.el (reftex-locate-file): Search all extensions
349 if `reftex-try-all-extensions' is set.
350
351 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
352 fail silently when there is no valid argument at point.
353 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
354 `fail-silently' argument. From a patch by David Reiter.
355
356 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
357 New commands.
358 (org-mark-ring): New variable.
359 (org-mark-ring-length): New option.
360 (org-open-at-point, org-goto, org-open-file): Push old position
361 onto the mark ring.
362 (org-add-hook): New function.
363 (org-export-table-remove-special-lines): New option.
364 (org-skip-comments, org-format-org-table-html): Respect new
365 option `org-export-table-remove-special-lines'.
366 (org-open-file): Allow special command configuration for
367 directory link.
368 (org-file-apps): Fix bugs in customize type, added setting
369 for directories.
370 (org-activate-tags, org-format-agenda-item, org-complete)
371 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
372 (org-get-tags, org-get-buffer-tags, org-open-at-point)
373 (org-link-search, org-make-org-heading-search-string)
374 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
375 (org-radio-targets, org-file-link-context-use-camel-case)
376 (org-activate-camels): New options.
377 (org-update-radio-target-regexp, org-all-targets)
378 (org-make-target-link-regexp, org-activate-target-links):
379 New functions.
380 (org-make-org-heading-search-string): New function.
381 (org-store-link, org-insert-link): Use new option
382 `org-file-link-context-use-camel-case'.
383 (org-activate-camels): Use new option `org-activate-camels'.
384 (org-link-regexp): Add mhe prefix.
385 (org-open-at-point, org-store-link): Support for mhe links.
386 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
387 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
388 (org-mhe-get-header, org-follow-mhe-link): New functions.
389 (org-remove-angle-brackets, org-add-angle-brackets):
390 New functions.
391 (org-bracket-link-regexp): New constant.
392 (org-read-date): Fix bug that was rejecting all typed dates.
393 (org-link-search): Make hierarchy above visible after a match.
394 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
395 (org-store-link): Fix bug with link creation when cursor is in
396 an empty line.
397 (org-open-at-point): Fix bug with matching a link.
398 Fixed buggy argument sequence in call to `org-view-tags'.
399 (org-compile-prefix-format): Set `org-prefix-has-tag'.
400 (org-prefix-has-tag): New variable.
401 (org-format-agenda-item): Remove tags from headline
402 if appropriate.
403 (org-agenda-remove-tags-when-in-prefix): New option.
404
405 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
406
407 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
408 Fix the regular expressions.
409
410 2006-02-21 Richard M. Stallman <rms@gnu.org>
411
412 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
413 if there's no other specific basis.
414
415 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
416 as variables at all.
417 (unsafep-variable): Rename arg; doc fix.
418
419 * abbrevlist.el (list-one-abbrev-table): Add autoload.
420
421 * calendar/appt.el (diary-selective-display): Add defvar.
422
423 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
424
425 * isearch.el (search-whitespace-regexp): Fix custom type.
426
427 * help.el (describe-key-briefly): Compute interactive args
428 in same was as before previous change.
429
430 * files.el (enable-local-variables): Doc fix.
431
432 2006-02-21 Kim F. Storm <storm@cua.dk>
433
434 * fringe.el: Cleanup as file is now pre-loaded.
435 (fringe-bitmaps): Initialize unconditionally.
436 (fringe-mode, set-fringe-style): Remove autoload cookies.
437
438 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
439
440 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
441 `horizontal-bar'.
442 (fringe-cursor-alist): Use `horizontal-bar'.
443
444 2006-02-20 Kim F. Storm <storm@cua.dk>
445
446 * fringe.el (fringe-bitmaps): Update to new bitmap names.
447 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
448
449 * loadup.el: Load "fringe" on window systems.
450
451 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
452
453 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
454 out of scope components.
455
456 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
457 default.
458
459 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
460
461 * custom.el (customize-mark-to-save, customize-mark-as-set):
462 Load the symbol first.
463
464 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
465
466 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
467 strech spec so it doesn't display as "^J" on the header line
468 when `Buffer-menu-use-header-line' is t.
469
470 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
471
472 * speedbar.el (speedbar-make-button): Keep text properties
473 of string arguments if desired.
474
475 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
476 expessions.
477
478 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
479 of speedbar.
480
481 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
482
483 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
484 to value of `read-file-name-completion-ignore-case'.
485
486 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
487
488 * custom.el (customize-mark-as-set): Push to `user' theme.
489
490 * cus-edit.el (custom-save-variables): Allow unthemed values.
491 (customize-set-variable): Push setting to `user' theme.
492
493 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
494
495 * progmodes/gud.el: Don't require font-lock as it's now
496 automatically loaded.
497 (gud-speedbar-buttons): Replace gdb-var-changed with
498 gdb-force-update.
499
500 * progmodes/gdb-ui.el (gdb-force-update): Rename from
501 gdb-var-changed.
502 (gdb-post-prompt): Use it.
503 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
504 (gdb-var-update-handler, gdb-var-delete)
505 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
506 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
507 gdb-force-update in gdb-post-prompt.
508 (gdb-reset): Clear watch expressions from speedbar when quitting.
509
510 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
511
512 * viper-cmd.el (viper-insert-state-post-command-sentinel)
513 (viper-change-state-to-vi, viper-change-state-to-emacs):
514 Make aware of cursor coloring in the Emacs state.
515 (viper-special-read-and-insert-char): Use read-char-exclusive.
516 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
517
518 * viper-init.el (viper-emacs-state-cursor-color): New variable.
519
520 * viper-util.el (viper-save-cursor-color)
521 (viper-get-saved-cursor-color-in-replace-mode)
522 (viper-get-saved-cursor-color-in-insert-mode)
523 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
524 state.
525 (viper-get-saved-cursor-color-in-emacs-mode): New function.
526
527 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
528 (ediff-ignore-case-option3, ediff-actual-diff-options)
529 (ediff-actual-diff3-options): New variables to control case sensitivity.
530 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
531 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
532 (ediff-toggle-ignore-case): New function.
533 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
534
535 * ediff-help.el (ediff-long-help-message-narrow2)
536 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
537 (ediff-long-help-message-word-mode): Add ignore-case command.
538 (ediff-help-for-quick-help): Add ignore-case command.
539
540 * ediff-merg.el: Move provide to the end.
541
542 * ediff-ptch.el: Move provide to the end.
543
544 * ediff-wind.el: Move provide to the end.
545
546 * ediff-mult.el: Move provide to the end.
547 (ediff-set-meta-overlay): Enable follow-link.
548
549 * ediff.el: Move provide to the end.
550 Break recursive load cycle in eval-when-compile.
551 (ediff-patch-buffer): Better heuristics.
552
553 * ediff-util.el: Move provide to the end.
554 Break recursive load cycle in eval-when-compile.
555 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
556 defuns.
557 (ediff-submit-report): Pass the values of ediff-diff3-program,
558 ediff-diff3-options.
559
560 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
561
562 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
563 the opening bracket of the following bracketing pairs: {}, [], (), <>,
564 `' (for example, in the docstring of `windmove-default-keybindings').
565
566 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
567
568 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
569 shadow face. Don't provide binding to edit variable when it is
570 out of scope.
571
572 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
573 (gdb-var-update-handler): Detect out of scope variables with pre
574 GDB 6.4 too.
575 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
576 Reset status of variable objects to nil in update handlers.
577 (gdb-var-update-handler-1): Detect when a variable object comes
578 in scope. setcar on var changes gdb-var-list directly.
579
580 2006-02-17 Juri Linkov <juri@jurta.org>
581
582 * ffap.el (ffap) <defface>: Add explicit face declaration.
583 (ffap-highlight): Use face `ffap' directly instead of checking
584 for its existence.
585
586 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
587 `visible-ok' of `other-buffer' to find the right original buffer.
588
589 * info.el (Info-search): Skip `Local Variables' node.
590
591 2006-02-17 Juri Linkov <juri@jurta.org>
592
593 * info.el (Info-find-file): Check for symbols `apropos', `history',
594 `toc' in the input filename, and return these symbols as is.
595 (Info-find-node-2): Set Info-current-file to symbols `apropos',
596 `history', `toc' instead of strings.
597 (Info-set-mode-line): For non-string Info-current-file use the
598 symbol's name inside **.
599 (Info-isearch-push-state): Add quote before Info-current-file and
600 Info-current-node.
601 (Info-isearch-pop-state): Use `equal' instead of `string='.
602 (Info-extract-pointer, Info-following-node-name): Use
603 `match-string-no-properties' instead of `match-string'.
604 (Info-up): Check `old-file' for `stringp'.
605 (Info-history): Use `equal' instead of `string-equal'.
606 Check `file' for `stringp'.
607 (Info-history): Use symbol `history' instead of string as first arg
608 of `Info-find-node'.
609 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
610 `toc' instead of string.
611 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
612 instead of `buffer-substring', and `match-string-no-properties'
613 instead of `match-string'.
614 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
615 instead of strings.
616 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
617 Use symbol `apropos' instead of string.
618 (Info-copy-current-node-name): Check `Info-current-file' for
619 `stringp' and construct a command with `Info-find-node' from it.
620 (Info-fontify-node): Use `match-string-no-properties' instead of
621 `match-string' and check file names for `stringp'.
622 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
623 `history', `toc' instead of strings.
624
625 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
626
627 * files.el: Rearrange functions and variables in the file local
628 variables section.
629
630 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
631
632 * files.el: Add truncate-lines, ispell-check-comments and
633 ispell-local-dictionary as safe local variables.
634
635 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
636
637 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
638 out of scope variables.
639 (gud-speedbar-buttons): Use unless.
640
641 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
642 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
643 (gdb-show-changed-values): Also use for out of scope variables.
644 (gdb-var-update-handler-1): Note if variable goes out of scope.
645
646 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
647
648 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
649 default to global variable values for unsupplied args.
650 (rcirc-get-buffer-create): Fix bug with setting the target.
651 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
652 test for rcirc-always-use-server-buffer-flag here.
653 (rcirc-response-formats): Add %N, which is a facified nick. %n
654 uses the default face. Change the ACTION format string. If the
655 "nick" is the server, don't print anything for that field.
656 Comment fixes.
657 (rcirc-target-buffer): Don't test
658 rcirc-always-use-server-buffer-flag here.
659 (rcirc-print): Squeeze extra spaces out of the text before message.
660 (rcirc-put-nick-channel): Strip potential "@" char from nick
661 before adding them to nick table.
662 (rcirc-url-regexp): Improve to match address like "foo.com".
663
664 2006-02-17 Eli Zaretskii <eliz@gnu.org>
665
666 * allout.el (allout-hidden-p): Move this defsubst before
667 allout-overlay-interior-modification-handler, where it is first
668 used.
669
670 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
671
672 * allout.el: Use allout invisible-text overlays instead of
673 selective display for concealed text. Also, lots of general
674 cleanup, and improved compatibility code.
675
676 (allout-version) Incremented, corrected, revised, and refined
677 module commentary.
678
679 (provide 'allout): Moved to the bottom, added a require of overlay.
680
681 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
682 `except-current'.
683 (allout-write-file-hook-handler): Minimize delay.
684 (count-trailing-whitespace-region): New function so
685 auto-encryption of current topic can resituate cursor exactly.
686 PGP/GPG encryption trims trailing whitespace from lines, which
687 must be accounted for across encryption then decryption.
688
689 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
690 just plain "\C-c", to avoid intruding on user's keybinding space.
691
692 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
693 parameter, so user request to provide a new password is done.
694
695 (allout-outside-normal-auto-fill-function, allout-auto-fill):
696 Refined mechanism for auto-filling behavior while in allout mode.
697
698 (allout-mode): Explicitly specify the mode map in the docstring.
699 Clarify provision for various write-file hook var names.
700 Adjusted for invisible-text overlays instead of selective-display.
701
702 (allout-depth): Really return 0 if not within any topic. This
703 rectifies `allout-beginning-of-level' and sequence numbering
704 errors that occur when cutting and pasting numbered topics.
705 Changed from a in-line subst to a regular function, as well.
706
707 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
708
709 (allout-end-of-subtree, allout-end-of-subtree)
710 (allout-end-of-entry, allout-end-of-current-heading)
711 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
712 (allout-show-children, allout-show-to-offshoot)
713 (allout-hide-current-entry, allout-show-current-entry): Rectified
714 handling of trailing blank lines between items.
715
716 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
717 (allout-current-depth, allout-unprotected, allout-hidden-p)
718 (allout-on-current-heading-p, allout-listify-exposed)
719 (allout-chart-subtree, allout-goto-prefix)
720 (allout-back-to-current-heading, allout-get-body-text)
721 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
722 (allout-hide-region-body, allout-toggle-subtree-encryption)
723 (allout-encrypt-string, allout-encrypted-key-info)
724 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
725 (allout-file-vars-section-data): Adjusted for use with
726 invisible-text overlays instead of selective-display.
727
728 (allout-kill-line, allout-kill-topic, allout-yank-processing):
729 Reworked for use with invisible text overlays.
730
731 (allout-current-topic-collapsed-p): New function.
732
733 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
734 to know when to close the containing topic.
735
736 (allout-pre-command-business, allout-post-command-business):
737 Simplify undo-batching and dynamic isearch exposure.
738
739 (allout-set-overlay-category): New for invisible-text overlays.
740 Sets properties of allout-overlay-category, used by
741 allout-flag-region to set invisible-text overlay properties.
742 (allout-get-invisibility-overlay): Get the first qualifying
743 invisibility overlay, so we can find the extent of it.
744 (allout-back-to-visible-text): Get to just before the beginnining
745 of the current invisibility overlay, if any.
746
747 (allout-overlay-insert-in-front-handler)
748 (allout-overlay-interior-modification-handler)
749 (allout-before-change-handler, allout-isearch-end-handler): New
750 functions to handle extraordinary actions affecting concealed
751 text.
752
753 (allout-flag-region): Use overlays instead of selective-display
754 for invisible text - by inheritence from the properties of
755 allout-overlay-category in mainline Emacs, and applied
756 property-by-property in XEmacs, some recent versions of which
757 don't inherit the properties from the category. Provisions to
758 respond to concealed-text edits simplified drastically.
759
760 (allout-isearch-rectification, allout-isearch-was-font-lock)
761 (allout-isearch-expose, allout-enwrap-isearch)
762 (allout-isearch-abort, allout-pre-was-isearching)
763 (allout-isearch-prior-pos, allout-isearch-did-quit)
764 (allout-isearch-dynamic-expose)
765 (allout-hide-current-entry-completely): Functions deleted.
766
767 (allout-undo-aggregation): Explicit undo aggregation no longer
768 necessary due to transition away from selective-display.
769
770 (set-allout-regexp, allout-up-current-level)
771 (allout-next-visible-heading, allout-forward-current-level)
772 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
773 (allout-kill-line, allout-yank-processing, allout-show-children)
774 (allout-expose-topic, allout-old-expose-topic)
775 (allout-listify-exposed, allout-insert-latex-header)
776 (allout-toggle-subtree-encryption, allout-encrypt-string)
777 (remove-from-invisibility-spec, allout-hide-current-subtree):
778 Ditched unused variables.
779
780 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
781
782 * textmodes/ispell.el (ispell-change-dictionary): Call
783 ispell-buffer-local-dict instead of
784 ispell-accept-buffer-local-defs.
785 (ispell-local-dictionary-alist): Accept as valid any coding-system
786 supported by Emacs.
787 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
788 changed to iso-8859-3.
789
790 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
791
792 * speedbar.el (speedbar-frame-width): Make an inline function
793 instead of a macro. Use frame-width.
794 (speedbar-try-completion, speedbar-update-contents)
795 (speedbar-timer-fn): Use consp.
796 (speedbar-update-localized-contents): Try to preserve point.
797
798 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
799 (menu): Re-order menu items.
800 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
801 field.
802 (gdb-var-update-handler-1): Use it for GDB 6.4+.
803 (gdb-post-prompt): Speed things by not forcing update.
804
805 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
806
807 * wid-edit.el (widget-button-click): For mouse-1, cancel button
808 press and perform default action if we get a mouse movement event.
809
810 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
811
812 * calendar/icalendar.el (icalendar--get-event-property)
813 (icalendar--get-event-property-attributes): Fix typos in
814 docstrings.
815
816 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
817 docstring.
818
819 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
820
821 * bs.el (bs-mode): Use `buffer-disable-undo'.
822 (bs--get-file-name): Simplify.
823 (bs-show-in-buffer): Mark the buffer as not modified.
824
825 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
826
827 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
828 widget-button-click.
829
830 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
831 (custom-mode): Update docstring.
832
833 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
834 binding.
835
836 * files.el (hack-local-variables-confirm): Allow scrolling if the
837 file variable list is too long. Kill temp buffer after use.
838
839 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
840
841 * progmodes/gud.el (gdb): Improve doc string.
842 (gdb-script-font-lock-keywords): Expand allowed character set.
843
844 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
845 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
846 (gdb-separate-io-interrupt, gdb-separate-io-quit)
847 (gdb-separate-io-stop, gdb-separate-io-eof):
848 Rename from gdb-inferior-* to gdb-separate-*.
849 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
850
851 2006-02-14 Jay Belanger <belanger@truman.edu>
852
853 * calc/calc-arith.el (math-check-known-scalarp): Make sure
854 expression is a symbol before checking that it is bound.
855
856 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
857 test to see if equation can be solved.
858
859 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
860
861 * wid-edit.el (widget-button-click): Use :pressed-face property
862 for overlay face, if it exists.
863
864 * cus-edit.el (custom-manual, custom-add-see-also)
865 (custom-add-parent-links, custom-group-link): Add :pressed-face
866 property to links.
867
868 * files.el (hack-local-variables): Remove ignored variables before
869 checking if any variables need setting.
870
871 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
872
873 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
874
875 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
876
877 * help.el (where-is): Fix message for remapped commands.
878
879 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
880 Fix typos in docstrings.
881
882 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
883
884 * files.el (safe-local-variable-values): New option.
885 (hack-local-variables-prop-line): Return a list of variable-value
886 pairs if MODE-ONLY is non-nil.
887 (hack-local-variables): Construct list of variable-value pairs,
888 and apply or reject them in one go. Ask for confirmation if
889 variables are not known safe.
890 (hack-local-variables-confirm): Complete rewrite. Support
891 `safe-local-variable-values'.
892 (enable-local-variables): Update docstring to reflect new
893 behavior.
894 (ignored-local-variables): Ignore ignored-local-variables and
895 safe-local-variable-values.
896 (safe-local-variable-p): New function.
897 (risky-local-variable-p): `safe-local-variable' property check
898 moved to safe-local-variable-p.
899 (hack-one-local-variable): Checks moved to hack-local-variables.
900
901 (byte-compile-dynamic, c-basic-offset, c-file-style)
902 (c-indent-level, comment-column, fill-column, fill-prefix)
903 (indent-tabs-mode, kept-new-versions, no-byte-compile)
904 (no-update-autoloads, outline-regexp, page-delimiter)
905 (paragraph-start, paragraph-separate, sentence-end)
906 (sentence-end-double-space tab-width, version-control):
907 Add `safe-local-variable' property.
908
909 * find-lisp.el: Delete nonexistent `autocompile' file variable.
910
911 * icomplete.el, play/landmark.el: Change nonexistent
912 `outline-layout' file variable to `allout-layout'.
913
914 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
915
916 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
917 (gdb-get-changed-registers): Test value of gud-minor-mode relative
918 to gud-comint-buffer.
919 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
920 gdb-ui.el for gdb-mi.el.
921 (gdb-post-prompt, gdb-get-changed-registers): Move test for
922 registers buffer to gdb-get-changed-registers.
923 (gdb-breakpoint-regexp): New regexp. Allow toggling and
924 deletion of catchpoints (throw and catch).
925 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
926 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
927 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
928 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
929 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
930
931 2006-02-13 Jay Belanger <belanger@truman.edu>
932
933 * calc/calc-arith.el (math-check-known-matrixp): Make sure
934 expression is a symbol before checking that it is bound.
935
936 2006-02-13 Richard M. Stallman <rms@gnu.org>
937
938 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
939 for the minibuffer too, but not if resize-mini-windows will interfere.
940
941 * help.el (describe-key-briefly, describe-key): Do all arg-reading
942 inside `interactive' spec.
943 (describe-key-briefly-internal, describe-key-internal):
944 Functions merged back into their callers.
945
946 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
947
948 * info.el (info-xref-visited): Inherit from info-xref too.
949 (Info-set-mode-line): Replace occurrences of `%' by `%%'
950 when propertizing Info-current-file and Info-current-node.
951
952 2006-02-13 Juri Linkov <juri@jurta.org>
953
954 * tumme.el (tumme-thumbnail-storage): Fix docstring.
955 (tumme-thumb-name): Fix per-directory format.
956
957 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
958
959 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
960
961 2006-02-12 Miles Bader <miles@gnu.org>
962
963 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
964
965 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
966
967 * tumme.el: Remove history section. If someone needs the it, it
968 can always be found in CVS.
969
970 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
971
972 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
973 about the Thumbnail Managing Standard option.
974
975 2006-02-12 Richard M. Stallman <rms@gnu.org>
976
977 * subr.el (substitute-key-definition): Doc fix.
978
979 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
980
981 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
982
983 * info.el (Info-mode): Doc fix.
984
985 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
986
987 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
988
989 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
990 because on Solaris a POSIX compatible "id" is needed. Reported by
991 Magnus Henoch <mange@freemail.hu>.
992
993 2006-02-12 Juri Linkov <juri@jurta.org>
994
995 * tumme.el: Remove todo item about Thumbnail Managing Standard.
996 (tumme) <defgroup>: Change :group to `multimedia'.
997 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
998 Managing Standard.
999 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1000 Fix dostring.
1001 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1002 and %y. Fix docstring.
1003 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1004 (tumme-cmd-create-standard-thumbnail-command): New user options.
1005 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1006 is `standard'. Fix docstring.
1007 (tumme-thumb-width, tumme-thumb-height): New user options.
1008 (tumme-external-viewer): Try to find various viewers.
1009 (tumme-get-thumbnail-image): Use `create-image' instead of
1010 constructing the `image' structure.
1011 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1012 `standard'.
1013 (tumme-thumb-name): Add file name generation for standard storage.
1014 Simplify code for other storages.
1015 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1016 Add modification time %m and thumbnail-nq8 %q.
1017 Use `tumme-cmd-create-standard-thumbnail-command' if
1018 tumme-thumbnail-storage is `standard'.
1019 (tumme-dired-insert-marked-thumbs): New autoload command.
1020 (tumme-dired-after-readin-hook): New function.
1021 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1022 `tumme-thumb-size'.
1023 (tumme-display-image): Replace size-x %x and size-y %y with
1024 width %w and height %h.
1025
1026 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1027 `tumme-dired-insert-marked-thumbs'.
1028
1029 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1030
1031 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1032 include path).
1033 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1034 matching tag.
1035
1036 2006-02-12 Miles Bader <miles@gnu.org>
1037
1038 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1039 New variables.
1040 (rcirc-abbrev-nick): New function.
1041 (rcirc-format-response-string): Rewrite to use the formats in
1042 `rcirc-response-formats' and expand escape sequences therein.
1043 A text-property `rcirc-text' is added over the actual response
1044 text to make easy to find inside the returned string.
1045 (rcirc-print): When filling, just look for the `rcirc-text'
1046 text-property to find the appropriate fill prefix, instead of
1047 using hardwired patterns.
1048
1049 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1050
1051 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1052 Managing Standard.
1053
1054 2006-02-11 Kim F. Storm <storm@cua.dk>
1055
1056 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1057 Don't use insert-buffer; do insert-buffer-substring directly.
1058 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1059
1060 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1061
1062 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1063 with inhibit-read-only. Suggested by Stefan Monnier.
1064 (revert-buffer): Let insert-file-contents discard
1065 buffer-undo-list. Simplify code.
1066 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1067
1068 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1069
1070 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1071
1072 * help.el (describe-key-briefly): Now a wrapper for
1073 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1074 to t. Populate yank-menu if empty.
1075 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1076 (describe-key): Now a wrapper for describe-key-internal. Bind
1077 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1078 (describe-key-internal): Renamed from describe-key.
1079
1080 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1081
1082 * progmodes/glasses.el (glasses-separator): Doc fix.
1083 (glasses-original-separator): New defcustom.
1084 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1085
1086 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1087
1088 * mwheel.el (mouse-wheel-up-event): Doc fix.
1089
1090 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1091
1092 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1093 (tumme-dir): New function. Copied from thumbs.el.
1094
1095 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1096
1097 * desktop.el (desktop-outvar): Fix typo.
1098 (desktop-save-buffer-p): Doc fix.
1099
1100 * subr.el (substitute-key-definition): Fix typo.
1101
1102 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1103
1104 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1105 when window-system is mac.
1106
1107 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1108
1109 2006-02-10 Kim F. Storm <storm@cua.dk>
1110
1111 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1112 indirect-function instead of using condition-case.
1113
1114 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1115
1116 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1117 less `colloquial'...
1118
1119 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1120
1121 * tumme.el: Add a couple of todo items.
1122
1123 2006-02-09 Lars Hansen <larsh@soem.dk>
1124
1125 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1126 (highlight-changes-mode): Don't change desktop-locals-to-save.
1127
1128 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * image-mode.el (image-toggle-display): Clear image cache if using
1131 filename.
1132
1133 2006-02-09 Masatake YAMATO <jet@gyve.org>
1134
1135 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1136 a `dired-man' target.
1137
1138 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1139 boundary of symbols.
1140
1141 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1142
1143 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1144
1145 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1146
1147 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1148 `mapcar'; return nil.
1149
1150 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1151
1152 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1153 some other event.
1154
1155 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1156
1157 * net/rcirc.el (rcirc-startup-channels-alist):
1158 Add irc.freenode.net and #emacs as defaults.
1159 (rcirc-ignore-all-activity-flag): Remove variable.
1160 (rcirc-authinfo): New variable.
1161 (rcirc-authinfo-filename): Remove variable.
1162 (rcirc-always-use-server-buffer-flag): New flag.
1163 (rcirc): M-x rcirc will automatically connect without prompting.
1164 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1165 connection in lisp.
1166 (rcirc-process-server-response-1): Remove everything but the nick
1167 portion of the sender so it doesn't need to be done everywhere
1168 else. Update related code.
1169 (global-map): Remove global keybindings.
1170 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1171 (rcirc-send-input): Split into several functions.
1172 (rcirc-process-input-line, rcirc-process-message)
1173 (rcirc-process-command): New functions.
1174 (rcirc-target-buffer): New function to determine where to route
1175 messages.
1176 (rcirc-user-nick): Save match data.
1177 (rcirc-toggle-ignore-buffer-activity)
1178 (rcirc-update-activity-string): Remove global ignore functionality,
1179 which can be done now by toggling rcirc-track-minor-mode.
1180 (rcirc-track-minor-mode-map): New keymap.
1181 (rcirc-track-minor-mode): New minor-mode.
1182 (ignore): Make the ignore output nicer. Always print it when
1183 adding or removing nicks.
1184 (rcirc-url-regexp): Improve.
1185 (rcirc-mangle-text): Remove properties before using text in the
1186 modeline.
1187 (rcirc-authenticate): Authentication data comes from
1188 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1189 (rcirc-server-prefix): Inherit from rcirc-server.
1190
1191 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1192
1193 * Makefile.in (compile): Append "|| true" to the end of the `find'
1194 command, like compile-always does.
1195
1196 2006-02-08 Sam Steingold <sds@gnu.org>
1197
1198 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1199 output from a dead connection.
1200
1201 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1202
1203 * dired.el (dired-mode-map): Add more bindings for tumme.
1204
1205 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * wdired.el (wdired-mode-map): Use remap.
1208 (wdired-get-filename): Massage.
1209 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1210 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1211 `keymap' property rather than `local-map'.
1212
1213 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1214
1215 * tumme.el (tumme-get-thumbnail-image): New utility function.
1216 Suggested by from Chong Yidong.
1217 (tumme-dired-with-window-configuration): Rename from
1218 `tumme-dired'. Add code to save window configuration.
1219 (tumme-restore-window-configuration): New command to restore the
1220 window configuration that `tumme-dired-with-window-configuration'
1221 saves before it changes the window configuration.
1222 (tumme-show-all-from-dir): New command to display thumbnails for
1223 all files in a directory entered by the user, like M-x thumbs.
1224 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1225 have been created.
1226 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1227 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1228 Remove obsolete test function.
1229
1230 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1231
1232 * vc.el (small-temporary-file-directory): Remove defvar; there's
1233 a defcustom for it in files.el.
1234
1235 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1236 Fix typo in message.
1237 (tumme-gallery-generate): Fix typo in `error' message.
1238 (tumme-display-window-height-correction)
1239 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1240 (tumme-line-up-interactive): Dox fixes.
1241 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1242 (tumme-restore-window-configuration, tumme-format-properties-string)
1243 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1244 Fix typos in docstrings.
1245
1246 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1247
1248 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1249
1250 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1251
1252 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1253 User should use hook if desired.
1254
1255 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1256 buffer if necessary.
1257 (gdb-delete-frame-or-window): New function.
1258 (gdb-breakpoints-mode-map): Bind "q" to it.
1259
1260 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * textmodes/nroff-mode.el: Clean up name space.
1263 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1264 (nroff-mode): Obey the global setting of nroff-electric-mode.
1265 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1266
1267 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1268
1269 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1270
1271 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1272
1273 2006-02-06 Lars Hansen <larsh@soem.dk>
1274
1275 * generic-x.el (etc-fstab-generic-mode): Add file system types
1276 cifs and usbdevfs. Allow special chars in file names.
1277
1278 2006-02-05 Jay Belanger <belanger@truman.edu>
1279
1280 Update copyright notices of the files in lisp/calc.
1281
1282 2006-02-05 Romain Francoise <romain@orebokech.com>
1283
1284 Update copyright notices of all files in the lisp/play directory.
1285
1286 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1287
1288 * ldefs-boot.el: Regenerate.
1289
1290 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1291
1292 2006-02-05 Kim F. Storm <storm@cua.dk>
1293
1294 * files.el (magic-mode-regexp-match-limit): New defvar.
1295 (set-auto-mode): Use it to limit magic-mode-alist matching.
1296
1297 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1298
1299 * simple.el (display-message-or-buffer): Compare the number of
1300 characters to the frame width when determining whether a 1-line
1301 message string will fit in the echo area. Count screen lines
1302 instead of buffer lines when determining whether a multi-line
1303 message will fit in the echo area/minibuffer window.
1304
1305 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1306
1307 * info.el (Info-index, Info-mode): Improve the description of the
1308 `i' command.
1309
1310 * ldefs-boot.el: Regenerate.
1311
1312 2006-02-03 Werner Lemberg <wl@gnu.org>
1313
1314 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1315 greedy to find the closing bracket in \*[...] and similar
1316 expressions. This is a first rough fix -- many additional
1317 refinements are necessary to make nroff mode really usable with groff.
1318
1319 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1320
1321 * international/mule-cmds.el (set-locale-environment):
1322 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1323 libX11.
1324
1325 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1326
1327 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1328 archive are created in archive-tmpdir.
1329
1330 2006-02-02 John Paul Wallington <jpw@pobox.com>
1331
1332 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1333 (ibuffer-fontification-alist): Use it.
1334 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1335 to "* z" and the Ibuffer Mark menu.
1336
1337 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1338
1339 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1340
1341 * textmodes/table.el (*table--cell-describe-mode)
1342 (*table--cell-describe-bindings): Undo last change since
1343 print-help-return-message is not obsoleted by anything at all.
1344
1345 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1346
1347 * emulation/cua-base.el (cua-mode): Doc fix.
1348
1349 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
1350
1351 * dframe.el (dframe-handle-make-frame-visible)
1352 (dframe-handle-iconify-frame, dframe-get-focus)
1353 (dframe-select-attached-frame, dframe-power-click)
1354 (dframe-frame-mode): Fix typos in docstrings.
1355
1356 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1357 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1358 Fix typos in docstrings.
1359
1360 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1361 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1362 (hi-lock-archaic-interface-message-used)
1363 (hi-lock-file-patterns-range): Fix typos in docstrings.
1364
1365 * savehist.el (savehist-loaded, savehist-load, savehist-install)
1366 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1367
1368 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1369 Fix typo in docstring.
1370
1371 * net/newsticker.el (newsticker--decode-iso8601-date)
1372 (newsticker--set-customvar, newsticker--buffer-insert-item)
1373 (newsticker--do-run-auto-mark-filter)
1374 (newsticker--parse-generic-feed): Doc fixes.
1375 (newsticker--retrieval-timer-list, newsticker-url-list)
1376 (newsticker-hide-immortal-items-in-echo-area)
1377 (newsticker-hide-obsolete-items-in-echo-area)
1378 (newsticker-new-item-face, newsticker--enclosure)
1379 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1380 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1381 (newsticker--parse-generic-feed, newsticker--cache-contains)
1382 (newsticker--stat-num-items, newsticker-download-enclosures):
1383 Fix typos in docstrings.
1384
1385 * net/rcirc.el (rcirc-debug): Doc fix.
1386 (rcirc-fill-column, rcirc-receive-message-hooks)
1387 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1388 (rcirc-mode, rcirc-generate-new-buffer-name)
1389 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1390 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1391 Fix typos in docstrings.
1392 (rcirc-print): "?\ " -> "?\s".
1393 (rcirc-cmd-join): Improve argument/docstring consistency.
1394
1395 2006-02-01 Mark A. Hershberger <mah@everybody.org>
1396
1397 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1398 before narrow-to-region.
1399
1400 2006-02-01 Richard M. Stallman <rms@gnu.org>
1401
1402 * simple.el (move-beginning-of-line): Scan properly for invis change.
1403
1404 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1405
1406 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
1407
1408 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1409 change bit only when id-format is 'integer. Reported by Matt
1410 Hodges <M.P.Hodges@rl.ac.uk>.
1411
1412 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
1413
1414 * hilit-chg.el (highlight-changes-initial-state)
1415 (highlight-changes-global-initial-state): Doc fixes.
1416 (highlight-changes-global-modes, global-highlight-changes):
1417 Fix typos in docstrings.
1418
1419 2006-02-01 Kim F. Storm <storm@cua.dk>
1420
1421 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1422 transient-mark-mode in doc string.
1423
1424 2006-01-31 Richard M. Stallman <rms@gnu.org>
1425
1426 * replace.el (multi-occur): Doc fix.
1427 (multi-occur-in-matching-buffers): Rename from
1428 multi-occur-by-filename-regexp. Prefix arg says match
1429 buffer names instead of file names.
1430
1431 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
1432
1433 * bs.el: Allow non-default values of `bs-header-lines-length'.
1434 (bs--running-in-xemacs): Remove (not needed anymore).
1435 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1436 instead of `shrink-window', thus avoiding having to compute the
1437 height of the window.
1438 (bs--up): Wrap around even when there's no header.
1439 (bs--down): Use `forward-line' instead of `next-line'.
1440
1441 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * image-mode.el (image-toggle-display): Use file name if possible,
1444 instead of unnecessarily allocating a (possibly huge) lisp string.
1445
1446 2006-01-30 John Paul Wallington <jpw@pobox.com>
1447
1448 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1449 because the `assert' macro signals it at runtime.
1450
1451 * emacs-lisp/cl.el (toplevel): Remove definition of
1452 `cl-assertion-failed' condition.
1453
1454 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1455
1456 * thumbs.el (thumbs-marked-list): Make buffer-local and
1457 permanent-local.
1458 (thumbs-insert-thumb): Make help-echo non-sticky.
1459 (thumbs-file-alist): Use eolp as check for (non)-image.
1460
1461 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1462
1463 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1464 (ediff-before-session-group-setup-hooks)
1465 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1466 Fix typos in docstrings.
1467
1468 * window.el (bw-dir, bw-eqdir, balance-windows)
1469 (split-window-keep-point): Fix typos in docstrings.
1470
1471 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1472 (org-quote-string, org-calendar-to-agenda-key)
1473 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1474 (org-show-following-heading, org-tags-column)
1475 (org-use-tag-inheritance, org, org-allow-space-in-links)
1476 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1477 (org-enable-table-editor, org-calc-default-modes)
1478 (org-table-allow-automatic-line-recalculation)
1479 (org-export-html-style, org-export-with-fixed-width)
1480 (org-export-with-sub-superscripts, org-special-keyword)
1481 (org-formula, org-time-grid, org-table-may-need-update)
1482 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1483 (org-goto-quit, org-get-indentation, org-end-of-item)
1484 (org-move-item-down, org-move-item-up)
1485 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1486 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1487 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1488 (org-agenda-log-mode, org-agenda-toggle-diary)
1489 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1490 (org-agenda-file-to-end, org-agenda-no-heading-message)
1491 (org-agenda-get-closed, org-format-agenda-item)
1492 (org-cmp-priority, org-cmp-category, org-cmp-time)
1493 (org-agenda-change-all-lines, org-agenda-diary-entry)
1494 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1495 (org-link-search, org-camel-to-words, org-open-file)
1496 (org-remember-handler, org-table-convert-region)
1497 (org-table-move-row-down, org-table-move-row-up)
1498 (org-table-copy-region, org-table-wrap-region)
1499 (org-table-toggle-vline-visibility)
1500 (org-table-get-vertical-vector, org-table-modify-formulas)
1501 (org-table-get-specials, org-recalc-commands)
1502 (org-table-rotate-recalc-marks, org-table-eval-formula)
1503 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1504 (org-level-color-stars-only, org-insert-heading):
1505 Fix typos in docstrings.
1506 (last-arg): Add defvar.
1507
1508 * makefile.w32-in (WINS): Add erc.
1509 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1510
1511 2006-01-29 Bill Wohler <wohler@newt.com>
1512
1513 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1514 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1515 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1516 (mh-autoloads): Don't use comments on otherwise empty lines.
1517
1518 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1519
1520 * emulation/viper.el (viper-major-mode-modifier-list): Add
1521 insert-state and vi-state entries for erc-mode.
1522 (viper-go-away, viper-set-hooks): Add and remove
1523 viper-comint-mode-hook from erc-mode-hook as appropriate.
1524
1525 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1526
1527 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1528
1529 * bs.el (bs--format-aux): Implement `middle' alignment as
1530 described in the docstring for `bs-attributes-list'.
1531 (bs--get-name): Simplify. Don't pad the buffer name.
1532
1533 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1534
1535 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1536 English aspell dictionary is installed, use the first entry of
1537 ispell-dictionary-alist-1.
1538
1539 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1540
1541 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1542 Doc fix.
1543
1544 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1545
1546 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1547 for `process-file', in order to let it work for older Emacsen too.
1548
1549 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1550
1551 * international/latexenc.el: Add a suitable `coding:' tag.
1552 (latexenc-find-file-coding-system): Undo last change.
1553
1554 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1555
1556 * international/latexenc.el (latexenc-find-file-coding-system):
1557 Make sure latexenc-main-file is a regular file and is readable.
1558
1559 2006-01-27 Andre Spiegel <spiegel@gnu.org>
1560
1561 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1562 Pass FILE to vc-user-login-name.
1563
1564 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1565
1566 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
1567
1568 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1569 there are no more images to display.
1570 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1571 the next image.
1572
1573 2006-01-26 Richard M. Stallman <rms@gnu.org>
1574
1575 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1576
1577 * wid-edit.el (advertised-widget-backward): New alias.
1578 (widget-keymap): Use advertised-widget-backward for S-TAB.
1579
1580 * tumme.el: Correct the keywords.
1581 (tumme-dir-max-size): Use defvar.
1582 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1583
1584 * simple.el (move-beginning-of-line): Take account of fields.
1585 (clone-indirect-buffer-other-window): Take args like
1586 clone-indirect-buffer, and work like it.
1587
1588 * help-fns.el (describe-function): Don't pass `nil' as default.
1589
1590 * files.el (risky-local-variable-p): Follow var aliases.
1591
1592 * subr.el (lazy-completion-table): Doc fix.
1593
1594 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1595 global binding of `line'.
1596
1597 2006-01-25 Andre Spiegel <spiegel@gnu.org>
1598
1599 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1600 Tramp.
1601
1602 * vc.el (vc-default-dired-state-info): Pass FILE to
1603 vc-user-login-name.
1604 (vc-default-update-changelog): Don't use vc-user-login-name, we
1605 don't need it here.
1606
1607 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1608 no longer necessary.
1609
1610 2006-01-25 Kenichi Handa <handa@m17n.org>
1611
1612 * international/mule.el (decode-char): Avoid the overhead of
1613 calling utf-lookup-subst-table-for-decode if
1614 utf-translate-cjk-mode is nil.
1615 (encode-char): Avoid the overhead of calling
1616 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1617 nil.
1618
1619 2006-01-22 Kenichi Handa <handa@m17n.org>
1620
1621 * international/mule.el (make-subsidiary-coding-system): Reset
1622 `coding-system-define-form' property of subsidiaries to nil.
1623 Avoid duplicated entry in coding-system-alist.
1624 (make-coding-system): Avoid duplicated entry in
1625 coding-system-alist.
1626 (define-coding-system-alias): Likewise.
1627
1628 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1629
1630 * completion.el: Minor fixes in introductory comment.
1631 (completion-def-wrapper): Fix alist.
1632
1633 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
1634
1635 * thumbs.el (thumbs-new-image-size): New function.
1636 (thumbs-increment-image-size-element)
1637 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1638 (thumbs-decrement-image-size): Delete.
1639 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1640 temp files and use to resize.
1641 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1642 Use increment argument to enlarge/shrink. Preserve point.
1643 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1644 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1645 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1646 (thumbs-mark, thumbs-unmark): Preserve point.
1647 (thumbs-modify-image): Keep old temp files and use to modify.
1648 Cleanup old temp files at load time. Preserve point.
1649 (thumbs-view-image-mode-map): Use new command names.
1650
1651 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1654
1655 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1656 the nastiest part of the cyclic dependency.
1657 (cal-menu-update): Use dotimes and calendar-increment-month.
1658
1659 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1660 (calendar-week-start-day): Add an :initializer.
1661 (calendar-mode-map): Use suppress-keymap, and command remapping.
1662 (describe-calendar-mode): Setup xref-stack info for the back button.
1663 (calendar-star-date): Insert before delete.
1664 (calendar-set-mode-line): Add file-modified info if applicable.
1665 (calendar-increment-month): New function.
1666
1667 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1668
1669 * font-lock.el (lisp-font-lock-keywords-2):
1670 Recognize "& keywords" only at word boundaries.
1671
1672 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
1673
1674 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1675 and permanent-local.
1676 (thumbs-max-image-number): New variable.
1677 (thumbs-do-thumbs-insertion): Use them.
1678 (thumbs-per-line): Change default to 4.
1679 (thumbs-marked-list): Rename from thumbs-markedL.
1680 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1681 (thumbs-rename-images): Use -list instead of L for internal variables.
1682 (thumbs-call-convert): Use call-process instead of shell-command.
1683 (thumbs-insert-thumb): Add filename as help-echo to each image.
1684 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1685 Give dir to thumbs-show-thumbs-list.
1686 (thumbs-show-thumbs-list): Set default-directory to that of images.
1687 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1688 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1689 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1690 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1691
1692 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * ses.el (ses-read-cell): Provide a default value.
1695
1696 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * term/w32-win.el (image-library-alist): Add additional names for
1699 GIF library.
1700
1701 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1702
1703 * international/latexenc.el (latexenc-find-file-coding-system):
1704 Add file-regular-p check.
1705
1706 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * simple.el (clone-buffer): Don't show the new buffer in the same
1709 window.
1710
1711 2006-01-23 Juri Linkov <juri@jurta.org>
1712
1713 * faces.el (link, link-visited): New faces based on default values
1714 of `info-xref' and `info-xref-visited'.
1715
1716 * info.el (info-xref): Inherit from `link'.
1717 (info-xref-visited): Inherit from `link-visited'.
1718
1719 * cus-edit.el (custom-buffer-create-internal): Use widget type
1720 `custom-manual' instead of `info-link' and don't set properties
1721 `button-face' and `mouse-face' explicitly.
1722 (custom-browse-group-tag, custom-browse-variable-tag)
1723 (custom-browse-face-tag): Inherit from widget class
1724 `custom-group-link' instead of `push-button'.
1725 (custom-button-unraised): Inherit from `underline' face.
1726 (custom-link): Inherit from `link' face. Fix doc and group.
1727 (custom-add-parent-links, custom-group-value-create): Don't set
1728 properties `button-face' and `mouse-face' explicitly for
1729 `custom-group-link' widget.
1730 (custom-group-link): Add properties `button-face' and `mouse-face'
1731 to widget definition.
1732 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1733 editable-field's :keymap property.
1734 (custom-mode): Fix docstring: substitute keybindings for
1735 `widget-forward' and `widget-backward' from `widget-keymap',
1736 `widget-complete' from `custom-field-keymap', replace old
1737 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1738
1739 * desktop.el (desktop-load-file): Check for `fboundp' before
1740 calling `symbol-function'.
1741
1742 * simple.el (clone-buffer, clone-indirect-buffer)
1743 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1744 `read-string'. Fix prompts.
1745
1746 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1747
1748 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
1749
1750 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1751
1752 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1753
1754 * startup.el (inhibit-splash-screen, initial-scratch-message):
1755 Doc fixes.
1756
1757 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
1758
1759 Sync with Tramp 2.0.52.
1760
1761 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1762 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1763 `tramp-unload-tramp' for checklist.
1764
1765 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1766 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1767 (tramp-unload-file-name-handler-alist)
1768 (tramp-unload-tramp): New defuns.
1769 (tramp-advice-PC-expand-many-files): New defadvice.
1770 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1771 removed.
1772 (tramp-handle-expand-file-name): Remove double slash.
1773 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1774 It doesn't matter, because it will be converted later on.
1775 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1776 implementation was just heuristic.
1777 (tramp-post-connection): Set uid and gid properties.
1778 (tramp-convert-file-attributes): Set file's gid change bit.
1779 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1780 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1781 in case of su(do)? methods. The home directory of the local user
1782 will be taken else.
1783 (tramp-open-connection-telnet)
1784 (tramp-open-connection-rsh, tramp-open-connection-su)
1785 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1786 local shell prompt could hurt. Reported by Romain Francoise
1787 <romain@orebokech.com>.
1788 (tramp-let-maybe): Add `edebug-form-spec' property.
1789 (tramp-handle-expand-file-name): Bind `default-directory' locally
1790 to "/" in order to avoid problems with UNC shares or Cygwin
1791 mounts.
1792 (tramp-md5-function): Fix typo in error message.
1793
1794 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1795
1796 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1797 for byte-compiler pacification.
1798
1799 2006-01-22 Andre Spiegel <spiegel@gnu.org>
1800
1801 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1802 ID-FORMAT `string'. This allows us to get rid of
1803 `vc-user-login-name UID'.
1804
1805 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1806
1807 2006-01-22 John Paul Wallington <jpw@pobox.com>
1808
1809 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1810
1811 2006-01-21 Martin Rudalics <rudalics@gmx.at>
1812
1813 * emacs-lisp/find-func.el (find-definition-noselect)
1814 (find-variable-noselect): Search variables in C source code too.
1815 (find-function-C-source, find-function-noselect, find-function)
1816 (find-function-other-frame, find-variable-noselect, find-variable)
1817 (find-variable-other-frame, find-variable-at-point):
1818 Fix docstrings.
1819
1820 2006-01-21 Francesco Potorti` <pot@gnu.org>
1821
1822 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1823
1824 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1825
1826 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1827 Default to disabling the "Save affix" question.
1828
1829 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1830
1831 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1832 the first arg to run-python.
1833
1834 2006-01-21 Eli Zaretskii <eliz@gnu.org>
1835
1836 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1837 is not loaded.
1838
1839 2006-01-20 Jay Belanger <belanger@truman.edu>
1840
1841 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1842 limit is 0.
1843
1844 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1845 the correct variable.
1846
1847 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
1848
1849 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1850 link. Fixed buggy argument sequence in call to `org-view-tags'.
1851 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1852 (org-prefix-has-tag): New variable.
1853 (org-format-agenda-item): Remove tags from headline if
1854 appropriate.
1855 (org-agenda-remove-tags-when-in-prefix): New option.
1856 (org-get-tags-at): New function.
1857
1858 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
1859
1860 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1861 (thumbs-find-image): Move image name and number from buffer name
1862 to mode name. Set thumbs-buffer. Preserve point so that large
1863 images remain visible.
1864 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1865 order.
1866 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1867 mode name.
1868 (thumbs-next-image, thumbs-previous-image): Make them work.
1869
1870 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1871
1872 * cus-edit.el (custom-buffer-create-internal): State in the text above
1873 the whole buffer buttons that they do not operate on hidden items.
1874 (custom-face-menu): Use `custom-face-save' instead of
1875 `custom-face-save-command'.
1876 (custom-face-save-command): Make it an alias for `custom-face-save'
1877 and declare it obsolete.
1878 (custom-face-save): Doc fix.
1879
1880 * dired.el (dired-no-confirm): Add quote.
1881 (dired-subdir-alist-pre-R): Add quote in
1882 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1883
1884 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * textmodes/table.el (table-mode-indicator): Typo in last change.
1887
1888 2006-01-19 Richard M. Stallman <rms@gnu.org>
1889
1890 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1891 Fixes bug reported in Nov 2005.
1892
1893 * isearch.el (isearch-forward): Doc fix.
1894
1895 * dired.el (dired-move-to-filename-regexp): Define as alias.
1896 (dired-no-confirm): Use defcustom.
1897 (dired-subdir-alist-pre-R): Put defvar at top level.
1898
1899 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1900
1901 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1902 Mark as risky.
1903
1904 * simple.el (set-mark-command): Doc fix.
1905 (clone-indirect-buffer-other-window):
1906 Read arg like clone-indirect-buffer.
1907 (move-beginning-of-line): Skip invisible newlines.
1908
1909 2006-01-19 Masatake YAMATO <jet@gyve.org>
1910
1911 * progmodes/cpp.el (cpp-edit-load): Make the order of
1912 listed conditions in a base C code buffer and its associate
1913 CPP Edit buffer the same.
1914
1915 2006-01-19 Kenichi Handa <handa@m17n.org>
1916
1917 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1918 (rmail-mime-feature): Likewise.
1919 (rmail-require-mime-maybe): Use display-warning to show a warning
1920 message.
1921
1922 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1923 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1924
1925 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * array.el: Move defvars out of eval-when-compile.
1928 (array-make-template): Replace undeclared global var with a local one.
1929 (array-mode): Inline initialization functions.
1930 (array-init-local-variables, array-init-max-row)
1931 (array-init-max-column, array-init-columns-per-line)
1932 (array-init-field-width, array-init-rows-numbered)
1933 (array-init-line-length, array-init-lines-per-row): Remove.
1934
1935 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
1936 (doc-mode-map): Define explicitly.
1937 (doctor-txtype): Use mapc.
1938
1939 * textmodes/table.el: Move defvars out of eval-when-compile.
1940 Remove harmful code meant to avoid byte-compiler warnings.
1941 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1942 specification that checks table-fixed-width-mode directly.
1943 (table-recognize-region, table-recognize-cell):
1944 Use restore-buffer-modified-p.
1945 (table-fixed-width-mode): Remove code that refreshes
1946 table-fixed-mode-indicator.
1947 (*table--cell-describe-bindings, *table--cell-describe-mode):
1948 Avoid obsolete name print-help-return-message.
1949 (table--test-cell-list): Don't use replace-regexp from elisp.
1950 (table--point-entered-cell-function, table--point-left-cell-function):
1951 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1952
1953 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1954 that was after the end of file. Use buffer-file-name variable.
1955 (org-timestamp-change): Use with-current-buffer.
1956 (org-todo-list): Don't unnecessarily define a new buffer-local var.
1957 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1958 `file'.
1959
1960 * progmodes/fortran.el: Move defvars out of eval-when-compile.
1961 (fortran-break-line): Remove unused var `opoint'.
1962 (fortran-abbrev-start): Obey help-event-list.
1963
1964 2006-01-18 Jesper Harder <harder@phys.au.dk>
1965
1966 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1967
1968 2006-01-18 Masatake YAMATO <jet@gyve.org>
1969
1970 * progmodes/make-mode.el (makefile-imake-mode): New mode
1971 derived from makefile-mode.
1972 (makefile-imake-mode-syntax-table): New syntax table
1973 derived from makefile-mode-syntax-table.
1974 (makefile-mode): Write about makefile-imake-mode in doc string.
1975 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1976 (makefile-imake-font-lock-keywords): New font lock keywords.
1977
1978 * files.el (auto-mode-alist): Add Imakefile.
1979
1980 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
1981
1982 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
1983 loading the file rather than when turning on flyspell-mode.
1984
1985 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
1986
1987 * cus-edit.el (customize-rogue): Minor doc fix.
1988
1989 2006-01-17 Juri Linkov <juri@jurta.org>
1990
1991 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
1992 instead of the file at the mark as default if the file at the mark
1993 is the same as the file at point or if dired-dwim-target-directory
1994 is not the same as the current directory and the mark is not active.
1995
1996 * log-view.el (log-view-minor-wrap): Use the same logic to get
1997 revisions as `log-view-diff'.
1998
1999 * info.el (Info-revert-find-node): Check for Info-current-file
2000 before preserving new-history.
2001
2002 * man.el (Man-heading-regexp): Add `/'.
2003
2004 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2005 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2006
2007 2006-01-16 Juri Linkov <juri@jurta.org>
2008
2009 * faces.el (mode-line-faces): New defgroup.
2010 (mode-line-highlight): Move definition after new defgroup.
2011 (mode-line, mode-line-inactive, mode-line-highlight):
2012 Replace :group `modeline' with `mode-line-faces'.
2013 (mode-line-buffer-id): New face.
2014 (modeline-buffer-id): New face alias.
2015 (vertical-border): Remove :group `modeline'.
2016
2017 * bindings.el (propertized-buffer-identification): Use face
2018 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2019 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2020 (mode-line-buffer-identification-keymap): For mouse-1 replace
2021 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2022 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2023 mouse-3.
2024
2025 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2026 Buffer-menu-buffer. Doc fix.
2027 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2028 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2029 `Buffer-menu-buffer'.
2030
2031 * info.el (Info-mode-line-node-keymap): New defvar.
2032 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2033 Propertize Info-current-node with `mode-line-buffer-id' and
2034 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2035
2036 * time.el (display-time-mail-face): Replace :group `faces' with
2037 `mode-line-faces'.
2038
2039 2006-01-16 Kenichi Handa <handa@m17n.org>
2040
2041 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2042
2043 * language/european.el (cp1252): New alias for windows-1252.
2044
2045 * international/mule.el (autoload-coding-system): Prepare for EOL
2046 variants.
2047
2048 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2049
2050 * term.el (term-raw-map): Add mapping for insert.
2051 (term-send-insert): New.
2052 (term-mode): Make variables local here instead of doing it in
2053 `term-emulate-terminal'.
2054 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2055 Scroll reverse needs to take into account the scroll region.
2056 Saving and restoring the cursor should save the color attributes too.
2057 (term-reset-terminal): Reset the scroll region.
2058 (term-handle-ansi-escape): Cursor up and down should take into
2059 account the scroll region.
2060 (term-set-scroll-region): Rename from `term-scroll-region'.
2061 Move to 0,0 after setting the region.
2062 (term-handle-scroll): Handle scroll up.
2063 (term-down): Fix off by one error.
2064 (term-delete-lines): Do not delete outside the scroll region.
2065 (term-insert-lines): Take into account the scroll region.
2066
2067 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * textmodes/ispell.el (ispell-internal-change-dictionary)
2070 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2071 (start, end): Move declaration outside of eval-when-compile.
2072
2073 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2074 (flyspell-mode-on): Use it.
2075
2076 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2077 ispell-kill-ispell-hook.
2078
2079 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2080
2081 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2082 (Custom-reset-saved): Do not ask for confirmation in single option
2083 buffers.
2084
2085 2006-01-13 Richard M. Stallman <rms@gnu.org>
2086
2087 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2088
2089 2006-01-13 Romain Francoise <romain@orebokech.com>
2090
2091 * add-log.el (add-change-log-entry, change-log-merge):
2092 Conditionally use `hard-newline'.
2093
2094 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2095
2096 * wid-edit.el (widget-field-end): If the overlay is no longer
2097 associated with a buffer, behave as if the overlay didn't exist.
2098
2099 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2100 Make sure the links use the `custom-link' face.
2101
2102 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2105 (ld-script-mode): Don't set indent-line-function since we don't
2106 have one.
2107
2108 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2109
2110 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2111 application.
2112 (org-file-apps-defaults-gnu): Use mailcap as the default for
2113 selecting an application on a UNIX system.
2114 (org-agenda-show-tags): New command.
2115 (org-table-insert-hline): Keep cursor in current table line.
2116 (org-table-convert): Offset effect of modifying
2117 `org-table-insert-hline'.
2118 (org-format-agenda-item): New optional argument TAG.
2119 (org-compile-prefix-format): Handle %T format for the tag.
2120 (org-expand-wide-chars): New function.
2121 (org-table-insert-row, org-table-insert-hline):
2122 Use `org-expand-wide-chars'.
2123 (org-open-file): Fix bug in program launch.
2124 (org-get-time-of-day): Fix bug with times before 1am.
2125 (org-agenda-menu): Add tags commands.
2126
2127 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2128
2129 * textmodes/ispell.el (ispell-init-process): Include the used
2130 dictionary in ispell process start message.
2131 (ispell-internal-change-dictionary): When flyspell-mode is active
2132 and dictionary is changed, make sure ispell process is restarted
2133 and flyspell word cache cleared out for the current buffer.
2134 (ispell-change-dictionary): Make sure flyspell word cache is
2135 cleared out in all buffers with active flyspell mode when
2136 dictionary is globally changed.
2137 Call ispell-internal-change-dictionary after dictionary change.
2138
2139 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2140
2141 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2142
2143 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2144 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2145 years. Fix small differences wrt Makefile.in.
2146 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2147 Makefile.in does.
2148
2149 2006-01-12 Bill Wohler <wohler@newt.com>
2150
2151 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2152 mh-search.el.
2153
2154 2006-01-12 Masatake YAMATO <jet@gyve.org>
2155
2156 * progmodes/ld-script.el: Update copyright year.
2157
2158 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2159
2160 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2161 Don't add widget if setting undefined.
2162
2163 2006-01-12 John Paul Wallington <jpw@pobox.com>
2164
2165 * help-fns.el (describe-variable): Remove newlines from void
2166 variable output.
2167
2168 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2169
2170 * wdired.el (wdired-mode-map): Add help echo for
2171 wdired-abort-changes.
2172
2173 * man.el (Man-file-name-regexp): Adjust for a list of files.
2174
2175 2006-01-12 Masatake YAMATO <jet@gyve.org>
2176
2177 * progmodes/ld-script.el (auto-mode-alist): Support
2178 suffix conventions used in netbsd and eCos.
2179
2180 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2181
2182 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2183 (custom-variable-menu, custom-face-menu, custom-group-menu)
2184 (Custom-mode-menu): Change names of menu items. (As discussed on
2185 emacs-devel.)
2186 (custom-face-menu): Add "Undo Edits" item.
2187
2188 * startup.el (init-file-user): defcustom -> defvar.
2189
2190 * tooltip.el (tooltip-mode): Doc fix.
2191
2192 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * reveal.el (reveal-post-command): window-buffer signals an error on
2195 dead windows rather than returning nil.
2196 (reveal-open-new-overlays): An overlay might die while we open others.
2197
2198 2006-01-11 Bill Wohler <wohler@newt.com>
2199
2200 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2201 phrasing in docstring.
2202
2203 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2204 can give some systems gas. Add new file mh-buffers.el.
2205
2206 2006-01-06 Masatake YAMATO <jet@gyve.org>
2207
2208 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2209 C preprocessor forward ported from GNU Emacs 21.2.
2210
2211 * progmodes/asm-mode.el (asm-font-lock-keywords):
2212 Use `cpp-font-lock-keywords'.
2213
2214 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2215
2216 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2217 of $ for "\\.ld[s]?".
2218
2219 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2222 (tcl-indent-line): Return `noindent' if inside a string.
2223
2224 * progmodes/flymake.el (flymake-split-string): Remove more than one
2225 empty string at beg/end of the result.
2226 (flymake-find-buildfile, flymake-find-possible-master-files):
2227 Use expand-file-name.
2228 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2229 since expand-file-name does it for us. Use directory-file-name.
2230 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2231 (flymake-ler-get-type, flymake-ler-get-text)
2232 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2233 (flymake-current-line-no): Remove spurious interactive spec.
2234 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2235 (flymake-check-include): Remove arg inc-path merged into inc-name.
2236 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2237 Arg regexp-list replaced by a simple regexp.
2238 (flymake-master-make-header-init, flymake-master-tex-init):
2239 Correspondingly replace regexp-list with a regexp. Fix regexp.
2240
2241 2006-01-10 Simon Josefsson <jas@extundo.com>
2242
2243 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2244 describing AUTH PLAIN fix.
2245
2246 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2247
2248 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2249 (report-emacs-bug): Don't record initial prompt text.
2250 Instead, add text properties to prompting text.
2251 (report-emacs-bug-hook): Delete prompting text.
2252
2253 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2256 `dirs'. Adjust callers.
2257
2258 2006-01-09 John Paul Wallington <jpw@gnu.org>
2259
2260 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2261
2262 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * reveal.el (reveal-open-new-overlays): New extracted fun.
2265 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2266 using them. Simplify the code.
2267 (reveal-post-command): Use them. Fix up obsolete windows in
2268 reveal-open-spots.
2269
2270 * progmodes/flymake.el: Use `require' rather than autoload for
2271 XEmacs's overlays.
2272 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2273 Delete. Use file-relative-name instead.
2274 (flymake-get-syntax-check-program-args, flymake-perl-init):
2275 Simplify the resulting code.
2276
2277 * log-view.el (log-view-file-re, log-view-message-re): Add support
2278 for DaRCS output.
2279
2280 2006-01-09 Alex Schroeder <alex@gnu.org>
2281
2282 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2283 identifiers sometimes added in square brackets at the beginning of
2284 subject lines.
2285
2286 2006-01-07 Richard M. Stallman <rms@gnu.org>
2287
2288 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2289 (Custom-reset-current, Custom-reset-saved): Change question text.
2290 (Custom-reset-standard): Likewise.
2291 (custom-variable-reset-saved): Doc fix.
2292
2293 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2294
2295 * startup.el (init-file-user): Doc fix.
2296
2297 2006-01-07 Alex Schroeder <alex@gnu.org>
2298
2299 * mail/rmail.el (rmail-current-subject): New function.
2300 (rmail-current-subject-regexp): New function.
2301 (rmail-next-same-subject): Use it.
2302
2303 * mail/rmailsum.el (rmail-summary-by-topic):
2304 Use rmail-current-subject and rmail-current-subject-regexp.
2305 (rmail-summary-next-same-subject): Ditto.
2306
2307 * net/rcirc.el (rcirc-send-input): No longer check whether the
2308 process is open, since not all commands need an open process.
2309 (rcirc-send-string): Check whether the process is open before
2310 sending anything.
2311 (rcirc-ignore-list): New option.
2312 (rcirc-ignore-list-automatic): New variable.
2313 (rcirc-print): Take rcirc-ignore-list into account.
2314 (rcirc-cmd-ignore): New command.
2315 (rcirc-ignore-update-automatic): New function.
2316 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2317 list if ignored nicks.
2318 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2319
2320 2006-01-06 David Reitter <david.reitter@gmail.com>
2321
2322 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2323 reflect the address to which the report will be sent.
2324
2325 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2326
2327 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2328 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2329
2330 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2331
2332 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2333
2334 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2335 the doc string: "functoin" => "function".
2336 * ldefs-boot.el: Likewise.
2337
2338 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2339 message text: "Duplicat" => "Duplicate".
2340
2341 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2342
2343 * files.el (basic-save-buffer-2): If backing-up failed, reset
2344 buffer-backed-up to nil.
2345
2346 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
2347
2348 * progmodes/gud.el (gdb-script-skip-to-head)
2349 (gdb-script-calculate-indentation): Indent for breakpoint command
2350 lists also.
2351
2352 2006-01-05 Bill Wohler <wohler@newt.com>
2353
2354 * Makefile.in (compile-always): Add mh-autoloads dependency.
2355 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2356 provides it.
2357 (updates): Remove mh-autoloads dependency, since it probably has
2358 already run recently (via recompile).
2359
2360 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2363 argument `force' to disable the flyspell-last-buffer optimization.
2364 (flyspell-mode-on): Use it.
2365
2366 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2367 flymake-simple-cleanup.
2368 (flymake-allowed-file-name-masks): Use this new default.
2369 All the functions are now called in the right buffer rather than
2370 passing the buffer as argument.
2371 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2372 (flymake-parse-err-lines): Remove redundant buffer arg.
2373 (flymake-get-program-dir): Comment out unused function.
2374 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2375 Remove redundant buffer argument.
2376 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2377 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2378
2379 2006-01-05 Richard M. Stallman <rms@gnu.org>
2380
2381 * info.el (Info-find-node): Don't record previous node if have none.
2382 (info): Go to directory only if history is empty.
2383
2384 * simple.el (mark): Doc fix.
2385
2386 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2387
2388 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2389 already of desired type.
2390 (mac-ae-list): Coerce parameter to "list" type.
2391 (mac-dispatch-apple-event): Replace cadr part of event with a
2392 dummy position so that event-start returns it.
2393
2394 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
2395
2396 * textmodes/org.el (org-end-of-subtree): New function.
2397 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2398 Use `org-end-of-subtree'.
2399 (org-agenda, org-agenda-convert-date): Protect calls to
2400 `fit-window-to-buffer'.
2401 (org-tags-view): Force matching of sublevels when doing a
2402 todo-only search. Define the correct redo command, including the
2403 arguments.
2404 (org-agenda-redo): Display message.
2405 (org-check-for-org-mode): New function.
2406 (org-agenda-type): New variable.
2407 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2408 Set `org-agenda-type'.
2409 (org-agenda-check-type): New function.
2410 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2411 (org-agenda-week-view, org-agenda-day-view)
2412 (org-agenda-next-date-line, org-agenda-previous-date-line)
2413 (org-agenda-log-mode, org-agenda-toggle-diary)
2414 (org-agenda-toggle-time-grid, org-agenda-date-later)
2415 (org-agenda-date-prompt, org-agenda-diary-entry)
2416 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2417 (org-agenda-convert-date, org-agenda-menu):
2418 Use `org-agenda-check-type'.
2419 (org-make-overlay, org-delete-overlay)
2420 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2421 New compatibility functions.
2422 (org-calendar-select-mouse): New command.
2423
2424 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2427 (Custom-reset-standard): Fix y-or-n-p messages.
2428 (custom-link): New face for links.
2429 (custom-buffer-create-internal, custom-manual): Use it.
2430 (custom-face-save): Push to theme-face before setting face spec.
2431
2432 * wid-edit.el (widget-default-mouse-face-get): New function.
2433 (widget-specify-button): Handle mouse-face like button-face.
2434
2435 * custom.el (load-theme): Clear old theme settings if reloading.
2436
2437 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2438
2439 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2440 "Erase Customization" button back to same position it occupies in
2441 the individual State menus.
2442
2443 2006-01-04 Kim F. Storm <storm@cua.dk>
2444
2445 * wid-edit.el (key-sequence): Rework widget to read key binding
2446 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2447 (widget-key-sequence-default-value): Default value for empty sequence.
2448 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2449 (widget-key-sequence-read-event): New command for C-q.
2450 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2451 (widget-key-sequence-value-to-external): New functions.
2452
2453 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2456 Use expand-file-name.
2457 (flymake-delete-temp-directory): Use expand-file-name,
2458 file-name-directory, and directory-file-name.
2459 (flymake-strrchr): Delete.
2460 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2461 to the init-f function.
2462 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2463 (flymake-init-find-buildfile-dir)
2464 (flymake-init-create-temp-source-and-master-buffer-copy)
2465 (flymake-simple-make-init-impl, flymake-simple-make-init)
2466 (flymake-master-make-init, flymake-master-make-header-init)
2467 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2468 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2469 (flymake-xml-init): Remove corresponding redundant buffer argument.
2470 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2471 the default anyway. Clean up regexps.
2472
2473 * progmodes/flymake.el (flymake-temp-source-file-name)
2474 (flymake-master-file-name, flymake-temp-master-file-name)
2475 (flymake-base-dir): New buffer-local vars.
2476 (flymake-buffer-data, flymake-get-buffer-value)
2477 (flymake-set-buffer-value): Replace those hash-tables by the new
2478 buffer-local vars. Update callers.
2479
2480 * progmodes/flymake.el (flymake-check-start-time)
2481 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2482 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2483 Move definition, so we can remove redundant earlier declaration.
2484 (flymake-replace-regexp-in-string, flymake-split-string)
2485 (flymake-get-temp-dir): Use defalias.
2486 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2487 (flymake-xemacs-window-edges): Remove unused function.
2488 (flymake-get-point-pixel-pos): Move.
2489 (flymake-pid-to-names, flymake-reg-names)
2490 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2491 Replace by a simple list flymake-processes and by process-buffer.
2492 Update callers. Other than simplify the code, it uses buffers rather
2493 than buffer-names so it doesn't get confused by uniquify.
2494 (flymake-buffer-data): The global value should just be nil.
2495
2496 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2497 Optimize the body of a defalias like any other code.
2498
2499 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2500 Make sure we've setup font-lock's vars. It may influence which
2501 function we then call.
2502 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2503 here since it's too late anyway.
2504
2505 2006-01-03 Romain Francoise <romain@orebokech.com>
2506
2507 * startup.el (fancy-splash-tail, normal-splash-screen):
2508 Update copyright year.
2509
2510 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2511
2512 * mouse.el (mouse-drag-track): Rename, from
2513 `mouse-drag-region-1'. Includes optional argument required to
2514 enable post-drag event processing (e.g. delete region keys).
2515 Can be used without this argument to track a mouse region and operate
2516 on it as soon as the drag completes.
2517 (mouse-drag-region): Use `mouse-drag-track'.
2518
2519 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2520
2521 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2522 Move to `custom-buffer' group.
2523
2524 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2525 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2526 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2527 (custom-theme-face-menu): New variables.
2528 (custom-theme-add-variable, custom-theme-variable-action)
2529 (custom-variable-reset-theme, custom-theme-delete-variable)
2530 (custom-face-reset-theme, custom-theme-face-action)
2531 (custom-theme-delete-face, custom-theme-merge-theme)
2532 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2533
2534 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * custom.el: Move Custom Themes commentary to start of theme code.
2537 (custom-known-themes): Rename `standard' theme to `changed'.
2538 (custom-push-theme): Caller no longer specifies what theme to use
2539 when doing `reset'---the setting is simply removed from the theme.
2540 Delete MODE from `theme-value' and `theme-settings' properties.
2541 (custom-declare-theme): Ignore &rest args since we don't use them.
2542
2543 (custom-loaded-themes): Delete variable.
2544 (custom-theme-load-themes, custom-theme-loaded-p)
2545 (custom-theme-value): Delete functions.
2546
2547 (custom-declare-theme): Signal error on invalid theme names.
2548 (provide-theme): custom-loaded-themes was deleted.
2549 (load-theme): Load the file unconditionally.
2550 (enable-theme): Call `load-theme' if theme is undefined.
2551 (custom-enabled-themes): Only update value for successful loads.
2552 (disable-theme): Complete from enabled themes when interactive.
2553 (custom-variable-theme-value): Calculate theme value directly.
2554
2555 (custom-theme-reset-variables, custom-reset-variables): Mark as
2556 XEmacs compatibility functions. We don't actually use these.
2557
2558 * cus-edit.el (custom-variable-state-set):
2559 Use custom-variable-theme-value instead of custom-theme-value.
2560 (custom-face-state-set): Rename `standard' theme to `changed'.
2561 (custom-save-variables, custom-save-faces): Delete unneeded
2562 references to custom-reset-variables.
2563 (custom-save-resets): Delete function.
2564 (custom-save-variables, custom-save-faces): MODE argument deleted.
2565 (custom-save-variables, custom-save-faces): Ignore theme values.
2566
2567 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2568 compatibility function.
2569
2570 2006-01-01 Richard M. Stallman <rms@gnu.org>
2571
2572 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2573 (Custom-reset-current, Custom-reset-saved): Likewise.
2574 (Custom-reset-standard): Show message if aborted.
2575 (custom-mode): Doc fix, describing those commands.
2576
2577 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2578 put on event-kind property.
2579
2580 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * custom.el (provide-theme): Ban `user' theme name.
2583 (custom-enabling-themes): New variable.
2584 (enable-theme): Don't enable user if custom-enabling-themes is t.
2585 (custom-enabled-themes): Make it a defcustom.
2586 (custom-theme-recalc-face): No-op if face is undefined.
2587
2588 * cus-edit.el (custom-button-mouse): New variable.
2589 (custom-button-mouse): New face.
2590 (custom-raised-buttons, custom-mode): Use it.
2591
2592 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2593
2594 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2595
2596 * progmodes/gud.el (gud-display-line): Support hl-line in the
2597 source buffer.
2598
2599 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2600
2601 * mouse.el (mouse-drag-window-above): Verify that the found window
2602 overlaps with the given window in the horizontal dimension.
2603
2604 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2605
2606 * Makefile.in (cvs-update): New target.
2607
2608 * makefile.w32-in (cvs-update): Ditto.
2609
2610 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2613 (custom-new-theme-mode-map): New variable.
2614
2615 2005-12-30 Richard M. Stallman <rms@gnu.org>
2616
2617 * custom.el (custom-load-themes): Function deleted.
2618
2619 * cus-edit.el (custom-save-loaded-themes): Function deleted.
2620 (custom-save-variables): Don't delete or add custom-load-themes call.
2621
2622 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2623
2624 * cus-start.el: Add `visible-cursor'.
2625
2626 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2627 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2628 (flymake-process-filter): Switch to buffer before calling it instead.
2629 (flymake-post-syntax-check, flymake-highlight-err-lines)
2630 (flymake-delete-own-overlays, flymake-parse-err-lines)
2631 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2632 (flymake-count-lines, flymake-parse-residual):
2633 Remove constant buffer argument.
2634 (flymake-start-syntax-check-for-current-buffer): Remove.
2635 Update callers to use flymake-start-syntax-check instead.
2636 (flymake-display-err-menu-for-current-line):
2637 Remove unused var `mouse-pos'.
2638 (flymake-restore-formatting): Comment out unused function.
2639 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2640 argument, use current-buffer instead. Update callers.
2641
2642 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2643
2644 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2645 buffer-local because choose-completion-delete-max-match requires
2646 that we set completion-ignore-case (i.e., binding via let is not
2647 sufficient).
2648 (bibtex-complete): Always set completion-ignore-case and
2649 choose-completion-string-functions. The latter is needed because
2650 choose-completion-string-functions keeps its value if we quit the
2651 *Completions* buffer without requesting a completion.
2652
2653 2005-12-30 Andreas Schwab <schwab@suse.de>
2654
2655 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2656
2657 2005-12-30 Eli Zaretskii <eliz@gnu.org>
2658
2659 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2660
2661 2005-12-30 Juri Linkov <juri@jurta.org>
2662
2663 * locate.el (locate-fcodes-file, locate-header-face)
2664 * progmodes/delphi.el (delphi-other-face)
2665 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2666
2667 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2668 group `paren-showing-faces'.
2669
2670 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2671 (goto-address): Fix docstring.
2672
2673 * net/webjump.el (webjump-sample-sites): Update URLs.
2674
2675 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2676
2677 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2678
2679 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * font-lock.el (font-lock-compile-keywords): Signal an error when
2682 font-lock-set-defaults hasn't been called.
2683
2684 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2685
2686 * subr.el (noreturn, 1value): Doc fixes.
2687
2688 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2689
2690 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2691 that assoc-string returns nil.
2692
2693 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2694
2695 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2696 (bibtex-entry-type-str, bibtex-empty-field-re)
2697 (bibtex-search-backward-string, bibtex-preamble-prefix)
2698 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2699 (bibtex-any-valid-entry-type): New variable.
2700 (bibtex-parse-field-name): Simplify.
2701 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2702 (bibtex-preamble-prefix): Include left delimiter.
2703 (bibtex-search-forward-field, bibtex-search-backward-field):
2704 Allow unbounded search past entry boundaries (required by bibtex-pop).
2705 (bibtex-text-in-field-bounds): Use push.
2706 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2707 (bibtex-parse-preamble, bibtex-valid-entry)
2708 (bibtex-beginning-first-field): New functions.
2709 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2710 (bibtex-map-entries): Fix docstring.
2711 (bibtex-flash-head): New arg prompt. Simplify.
2712 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2713 (bibtex-insert-kill): Simplify. Always insert text past the
2714 current field or entry.
2715 (bibtex-format-entry): Use bibtex-parse-field.
2716 (bibtex-pop): Use bibtex-beginning-of-entry and
2717 bibtex-end-of-entry to initiate the search. Insert empty field if
2718 we found ourselves.
2719 (bibtex-print-help-message): New args field and comma.
2720 Handle entry keys.
2721 (bibtex-make-field): Use bibtex-beginning-of-entry.
2722 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2723 invalid entry.
2724 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2725 Handle preambles. Simplify code for thorough test.
2726 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2727 New arg comma. Handle entry heads.
2728 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2729 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2730 New arg comma.
2731 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2732 (bibtex-fill-field): Simplify.
2733 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2734 bibtex-parse-field.
2735 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2736 (bibtex-complete): Use bibtex-parse-preamble.
2737
2738 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2739
2740 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2741 Display name of expression instead of convenience variable.
2742 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2743
2744 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2745 toggle-gud-tooltip-dereference.
2746 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2747 (gud-tooltip-tips): ...here when dereferencing.
2748
2749 2005-12-28 Bill Wohler <wohler@newt.com>
2750
2751 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2752
2753 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2756 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2757 (vc-annotate-display-autoscale): Adjust call.
2758 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2759 Fix interactive spec.
2760 (vc-annotate-time-span): Remove.
2761 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2762 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2763 (vc-annotate-display-select): Use new name.
2764
2765 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2766 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2767 Correct the construction of span entries. Simplify.
2768 (vc-annotate-display-select): Fix the nil case.
2769 (vc-annotate): Remove obsolete (and now broken) code.
2770 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2771 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2772
2773 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2774
2775 * subr.el (lazy-completion-table): Correct typo in docstring.
2776
2777 * startup.el (command-line): Use `custom-reevaluate-setting' for
2778 `send-mail-function'.
2779
2780 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2781
2782 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2783
2784 * mail/smtpmail.el (smtpmail-try-auth-methods):
2785 Send credentials together with "AUTH PLAIN" command.
2786
2787 2005-12-27 Richard M. Stallman <rms@gnu.org>
2788
2789 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2790 mouse-2, go back to previously selected window, so it's selected
2791 when mouse-2 command runs.
2792
2793 2005-12-27 Juri Linkov <juri@jurta.org>
2794
2795 * descr-text.el (describe-text-sexp): Use square brackets for
2796 button [Show] to distinguish it from the property value `show'.
2797 (describe-property-list): Use `insert-text-button' with
2798 `help-face' type instead of putting face in quotes, because button
2799 is not created automatically for a list of faces.
2800 (describe-text-properties-1): Put button-type value in quotes to
2801 distinguish from plain text "button".
2802 (describe-char): Display code point values in hex. Don't use
2803 `symbol-name' for `current-input-method' because it is a string.
2804 Use `insert-text-button' with `help-face' type instead of putting
2805 hardcoded face in quotes, because button is not created automatically.
2806
2807 2005-12-27 Richard M. Stallman <rms@gnu.org>
2808
2809 * progmodes/glasses.el (glasses-face): More specific custom type.
2810
2811 * files.el (set-visited-file-name): Doc fix.
2812
2813 * textmodes/flyspell.el (flyspell-external-point-words):
2814 Use local var buffer-scan-pos to advance scan for next misspelling.
2815 Advance it only after we find the misspelling.
2816
2817 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2818
2819 * textmodes/flyspell.el (flyspell-external-point-words):
2820 New criteria for finding the misspelling in the buffer.
2821
2822 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
2823
2824 * help-mode.el (help-insert-string): Set help-xref-stack-item
2825 rather than call help-setup-xref.
2826
2827 * descr-text.el (describe-char): Revert previous changes for
2828 optional buffer argument.
2829
2830 2005-12-27 Juri Linkov <juri@jurta.org>
2831
2832 * help-mode.el (help-insert-string): New function. Save buffer
2833 contents in cases where it is impossible to recompute the old contents.
2834
2835 * descr-text.el (describe-char): Set help-xref-stack-item
2836 explicitly after buffer has been generated.
2837
2838 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2839
2840 * cus-start.el (all): Add x-gtk-show-hidden-files.
2841
2842 2005-12-26 Richard M. Stallman <rms@gnu.org>
2843
2844 * replace.el (perform-replace): Calculate match-again
2845 before skipping read-only matches.
2846
2847 * paren.el (paren-showing-faces): New group.
2848 (show-paren-match, show-paren-mismatch): Move to that group.
2849
2850 * button.el (button): Put into group `basic-faces'.
2851
2852 * progmodes/make-mode.el: Remove faces from group `faces'.
2853
2854 * apropos.el (apropos, apropos-value): Doc fix.
2855 (apropos-documentation): Doc fix.
2856
2857 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * subr.el (lazy-completion-table): Remove argument `args'.
2860
2861 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2862 Don't use the `args' argument of lazy-completion-table.
2863
2864 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
2865
2866 * descr-text.el (describe-char): Add optional argument for buffer.
2867 Set buffer appropriately. Call help-setup-xref.
2868 Suggested by Stefan Monnier.
2869
2870 2005-12-26 Juri Linkov <juri@jurta.org>
2871
2872 * descr-text.el: Require `help-fns' at runtime. Don't require
2873 `button' for byte compilation.
2874 (describe-text-widget): Add `help-echo' for first button.
2875 Use `help-info' for second.
2876 (describe-property-list): Use `help-argument-name' instead of `italic'.
2877 (describe-text-category): Add prompt to interactive spec.
2878 Call `help-setup-xref'.
2879 (describe-char): Use `help-character-set'. Add `help-echo' for
2880 code point. Use `help-input-method'. Remove superfluous insert.
2881
2882 2005-12-25 Richard M. Stallman <rms@gnu.org>
2883
2884 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2885 at point, in case of narrowing.
2886
2887 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2888
2889 * locate.el (locate-header-face): Allow nil in type.
2890
2891 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2892
2893 2005-12-25 Romain Francoise <romain@orebokech.com>
2894
2895 * battery.el (battery-linux-proc-acpi): Also try
2896 `/proc/acpi/thermal_zone/THM0/temperature'.
2897
2898 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
2899
2900 * custom.el (custom-push-theme): Fix docstring.
2901
2902 * cus-edit.el (custom-variable-set, custom-variable-save)
2903 (custom-variable-save): Custom-quote widget values.
2904 (customize-save-variable): Fix custom-push-theme call.
2905
2906 2005-12-24 Eli Zaretskii <eliz@gnu.org>
2907
2908 * w32-fns.el (w32-batch-update-autoloads): New function.
2909
2910 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2911 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2912 from the command line.
2913
2914 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
2917 reset means to remove setting from theme entirely. Don't keep
2918 expanding theme-settings list; delete old entries if necessary.
2919
2920 * cus-edit.el (custom-buffer-create-internal): Move "Erase
2921 customization" button one line up.
2922 (custom-themed): New face.
2923 (custom-magic-alist): New value, THEMED, for theme settings.
2924 (custom-variable-state-set, custom-face-state-set):
2925 Check theme-value instead of saved-value.
2926 (custom-variable-reset-standard, custom-face-reset-standard):
2927 Remove theme setting entirely. Recalculate new values.
2928 (custom-variable-set, custom-variable-set)
2929 (custom-variable-reset-saved, custom-variable-reset-backup)
2930 (custom-face-set, custom-face-reset-saved): Update `user' theme.
2931 (custom-variable-save): Fix typos.
2932
2933 2005-12-23 Juri Linkov <juri@jurta.org>
2934
2935 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2936 Add autoload cookies.
2937 (edebug-outside-d-c-i-n-s-w): New variable.
2938 (edebug-display, edebug-outside-excursion): Use it to save the
2939 original value of default-cursor-in-non-selected-windows.
2940 Set default-cursor-in-non-selected-windows to t while Edebug
2941 is active.
2942 (edebug-mode, edebug-eval-mode): Doc fix.
2943
2944 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2945 with `buffer-substring-no-properties' to remove common substring
2946 highlighting.
2947
2948 * info.el (info-other-window, info): Rename function argument
2949 `file' to `file-or-node'.
2950 (Info-complete-menu-item): Use local variable `complete-nodes' to
2951 keep the global value of `Info-complete-nodes' unchanged for
2952 subsequent completions.
2953 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2954
2955 * simple.el (get-next-valid-buffer, last-buffer)
2956 (next-error-buffer-p, next-error-find-buffer)
2957 (minibuffer-history-sexp-flag): Doc fix.
2958
2959 * savehist.el (savehist-mode-hook): Add `:group'.
2960
2961 * log-view.el: Call autoload for vc-find-version.
2962 (log-view-current-file): Adjust subgroup numbers.
2963 (log-view-current-tag): Add `length'.
2964
2965 2005-12-23 Richard M. Stallman <rms@gnu.org>
2966
2967 * vc.el (vc-annotate-car-last-cons): Defn moved up.
2968
2969 2005-12-23 Juri Linkov <juri@jurta.org>
2970
2971 * hi-lock.el (hi-lock-archaic-interface-message-used)
2972 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2973 (hi-lock-mode): Display "Hi" in the mode line only when
2974 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2975 (hi-lock-write-interactive-patterns):
2976 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2977 (hi-lock-set-pattern, hi-lock-set-file-patterns)
2978 (hi-lock-font-lock-hook): Set 3rd arg `how' of
2979 font-lock-add-keywords to t.
2980
2981 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
2982
2983 * hi-lock.el (hi-lock-highlight-range): New variable.
2984 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
2985 only if font-lock-fontified is non-nil. Remove overlays.
2986 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
2987 font-lock-fontified is non-nil, otherwise use overlays (instead of
2988 text properties).
2989 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
2990 New variables.
2991 (hi-lock-string-serialize) New function.
2992
2993 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2994
2995 * menu-bar.el (menu-find-file-existing): New function.
2996 (menu-bar-file-menu): Use menu-find-file-existing for Open.
2997
2998 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
2999
3000 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * vc.el: Remove unnecessary leading * in docstrings.
3003 (vc-annotate-mode-map): Move initialization into declaration.
3004 (vc-static-header-alist): Nitpick on the regexp.
3005 (vc-default-init-version): New fun.
3006 (vc-register): Use it.
3007 (vc-insert-headers): Use dolist.
3008 (vc-annotate-get-backend): Remove unused function.
3009 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3010 (vc-annotate-mode): Remove corresponding call.
3011 (vc-annotate-car-last-cons): Simplify.
3012 (vc-annotate-buffers): Remove var.
3013 (vc-annotate-backend): Make it buffer-local.
3014 (vc-annotate): Move the interaction to the interactive spec.
3015 Add a `buf' argument.
3016 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3017 killing&creating a vc-annotate buffer, which is very disruptive when
3018 the buffers are shown in dedicated frames.
3019
3020 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3021
3022 * descr-text.el: Add FSF as maintainer.
3023 (describe-text-mode, describe-text-mode-map)
3024 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3025 help-mode.
3026 (describe-text-widget, describe-text-sexp)
3027 (describe-property-list, describe-text-category)
3028 (describe-text-properties, describe-text-properties-1)
3029 (describe-char): Use help buttons instead of widgets.
3030 (describe-char-unicodedata-file): Make URL link in doc string.
3031
3032 2005-12-22 Richard M. Stallman <rms@gnu.org>
3033
3034 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3035 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3036 Don't include buttons that write a file when there's no file.
3037 (custom-variable-menu, custom-face-menu, custom-group-menu):
3038 Don't include commands that write a file when there's no file.
3039 (customize-browse): Reword the top-of-buffer help intro.
3040 (custom-buffer-create-internal): Fix previous change.
3041 (customize-changed-options-previous-release): Prev release is 21.1.
3042 (customize-changed-options): Doc fix.
3043 (customize-changed): New alias.
3044 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3045 Say "standard values".
3046 (Custom-reset-standard): Doc fix.
3047 (custom-face-reset-standard): Doc fix.
3048
3049 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3052 even if font-lock-mode is non-nil since it may be t without having
3053 turned on font-lock-mode-internal.
3054 (font-lock-choose-keywords): Minor optimization.
3055 (font-lock-add-keywords, font-lock-remove-keywords)
3056 (font-lock-set-defaults): Don't call make-local-variable on a variable
3057 that we know to already be local.
3058
3059 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3060
3061 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3062 messages if in the minibuffer.
3063
3064 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3067 (tex-mode-flyspell-verify, flyspell-get-word)
3068 (flyspell-external-point-words): Don't use point-min/max uselessly.
3069
3070 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3071 by Kevin Rodgers. Instead, just hide the completions buffer if we
3072 don't need to show it.
3073
3074 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3075
3076 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3077
3078 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3081 delete-windows-on with an inexistent buffer.
3082
3083 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3084
3085 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3086 Delete defcustom variable :tag names.
3087
3088 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3091 (log-view-font-lock-keywords): Ajust subgroup numbers.
3092 (log-view-current-tag): Don't hard code the number of subgroups.
3093
3094 2005-12-20 Juri Linkov <juri@jurta.org>
3095
3096 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3097 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3098
3099 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3100 (menu-bar-non-minibuffer-window-p): Instead of checking
3101 display-multi-frame-p, use selected-frame when menu-updating-frame
3102 is nil.
3103
3104 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3105
3106 * align.el (align-rules-list): Use [ \t] instead of \s-
3107 for column separators in text mode.
3108
3109 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3110
3111 * help-mode.el (help-customize-variable, help-customize-face):
3112 Don't pop help-xref-stack as help-follow no longer pushes
3113 anything on to it.
3114
3115 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3116
3117 * textmodes/org.el (org-agenda-custom-commands): New option.
3118 (org-agenda): Offer custom commands on splash screen.
3119 (org-make-tags-matcher): Parser for Boolean logic added.
3120 (org-agenda-set-tags): New command.
3121 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3122 (org-set-tags): Efficiency improvements.
3123 (org-auto-align-tags): New option.
3124 (org-todo, org-demote, org-promote): Realign tags.
3125 (org-tags-completion-function): Use also "&" and "|" as separators.
3126 (org-org-menu): Agenda commands simplified.
3127
3128 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3129
3130 * cus-edit.el (customize-apropos, customize-apropos-options):
3131 Docstring changes.
3132
3133 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3134
3135 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * longlines.el (longlines-mode): Wrap while widened.
3138 (longlines-decode-region, longlines-encode-region): Compute max
3139 just once.
3140
3141 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3142
3143 * cus-edit.el (mac): New group.
3144
3145 * cus-start.el (all): Add user options in macterm.c. Add test for
3146 Mac-related built-ins. Fix test for GTK-related built-ins.
3147
3148 * term/mac-win.el (mac-handle-language-change)
3149 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3150 (mac-services-open-selection, mac-services-mail-selection)
3151 (mac-services-mail-to, mac-services-insert-text)
3152 (mac-dispatch-apple-event): Add docstrings.
3153 (x-get-selection, mac-select-convert-to-string): Select coding
3154 system from `utf-16be' and `utf-16le' using `byteorder'.
3155
3156 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3159 a "list" (lambda ...) rather than a real completion list.
3160
3161 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3162 lexical-let when encountering ((lambda (...) ...) ...).
3163
3164 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3165
3166 * progmodes/sh-script.el (sh-mode):
3167 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3168 * textmodes/picture.el (picture-mode): Update docstrings.
3169
3170 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3171
3172 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3173 commands enclosed in $(ARGQUOTE)s should not be split between two
3174 lines, as that will break with GNU Make >3.80, when sh.exe is used
3175 and arg quoting is with '..'.
3176 (autoloads): Don't break the quoted --eval expression between
3177 several lines.
3178
3179 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3180
3181 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3182 Capture error from printing circular structures.
3183
3184 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3185
3186 * wid-edit.el (widget-checkbox-action): Clear undo info.
3187
3188 2005-12-16 Bill Wohler <wohler@newt.com>
3189
3190 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3191 bar, not menubar in comment.
3192
3193 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3196 After-change-functions should not clobber the match data.
3197
3198 2005-12-16 Juri Linkov <juri@jurta.org>
3199
3200 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3201 instead of `buffer-substring'.
3202 (completion-common-substring): Doc fix.
3203 (completion-setup-function): Use minibuffer-completion-contents
3204 instead of minibuffer-contents. Don't set common-string-length
3205 initially. Remove special handling of partial-completion-mode.
3206 Move computation of completion-base-size into one cond.
3207 Call completion-base-size-function in mainbuf. In computation of
3208 completion-base-size for file name completion don't move point to
3209 the end of the minibuffer. Move computation of common-string-length
3210 into one cond. Start putting faces only when common-string-length>=0.
3211 Add condition to put completions-common-part when
3212 common-string-length>0.
3213
3214 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3215 place point at the first different character in the minibuffer
3216 even if this position is at the beginning of the minibuffer.
3217
3218 * info.el (Info-read-node-name-1): In completion-base-size-function's
3219 lambda return 1 if common-substring or minibuffer-completion-contents
3220 starts with (, and 0 otherwise.
3221
3222 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3223 Use `crm-current-element' for second arg of `display-completion-list'.
3224
3225 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3226
3227 * files.el (set-auto-mode): Look for an interpreter specified on
3228 the first line also if search for mode specification succeeded,
3229 but the mode is not known.
3230
3231 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3232
3233 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3234 (org-open-at-point): Implement tag searches as links.
3235 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3236 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3237 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3238 (org-agenda-dispatch): New commands.
3239 (org-use-tag-inheritance, org-tags-column): New options.
3240 (org-tab-follows-link, org-return-follows-link): New options.
3241 (org-tags): New customize group.
3242 (org-start-icalendar-file): Get local time zone.
3243 (org-tags-completion-function): New function.
3244 (org-set-font-lock-defaults): Make sure links will also be
3245 highlighted inside headlines.
3246
3247 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3248
3249 * term.el (term-emulate-terminal):
3250 Let term-handle-ansi-terminal-messages override what Bash says about
3251 its current directory.
3252
3253 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3254
3255 * bindings.el (last-buffer): Move to simple.el.
3256 * simple.el (last-buffer): Move here.
3257 (get-next-valid-buffer): New function.
3258 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3259 (prev-buffer): Ditto. Rename to `previous-buffer'.
3260
3261 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3262 * bindings.el (global-map): Ditto.
3263
3264 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3265
3266 * cus-edit.el: Introductory comment change.
3267 (custom-magic-alist): Change message string for the `rogue' state.
3268
3269 2005-12-15 Richard M. Stallman <rms@gnu.org>
3270
3271 * tooltip.el: Delete defcustom variable :tag names.
3272
3273 * complete.el (partial-completion-mode): Doc fix.
3274
3275 * textmodes/flyspell.el (flyspell-external-point-words):
3276 Use save-excursion to ensure we don't move backward in the
3277 search loop, not even one character.
3278 (flyspell-delete-all-overlays): Use remove-overlays directly.
3279
3280 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3281 (ispell-start-process): Set that variable.
3282 Clear ispell-buffer-local-name.
3283 (ispell-internal-change-dictionary):
3284 Set ispell-current-dictionary after killing process.
3285 (ispell-buffer-local-dict):
3286 Don't set spell-personal-dictionary after killing process.
3287 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3288 (ispell-tex-skip-alists, ispell-html-skip-alists)
3289 (ispell-skip-region-alist): Mark as risky.
3290
3291 * net/newsticker.el (newsticker--retrieval-timer-list)
3292 (newsticker--display-timer, newsticker-running-p)
3293 (newsticker-ticker-running-p): Definitions moved up.
3294
3295 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3296
3297 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3298
3299 2005-12-15 David Ponce <david@dponce.com>
3300
3301 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3302 (recentf-edit-list, recentf-open-files): Signal an error when
3303 there is no recent file.
3304
3305 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3306
3307 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3308 read-only except for texinfo-format-region evaluation.
3309
3310 2005-12-14 Richard M. Stallman <rms@gnu.org>
3311
3312 * vc.el (vc-default-previous-version, vc-default-next-version)
3313 (vc-do-command): Doc fixes.
3314
3315 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3316
3317 * textmodes/bibtex.el (bibtex-expand-strings)
3318 (bibtex-autokey-expand-string, bibtex-name-part)
3319 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3320 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3321 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3322 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3323 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3324 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3325 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3326 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3327 (bibtex-beginning-of-last-entry): Remove.
3328 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3329 message if comma is missing but buffer is read-only.
3330 (bibtex-parse-field-text): Handle whitespaces at the end of field
3331 text. Return 3-element list with beginning and end of field text
3332 and end of field.
3333 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3334 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3335 (bibtex-search-forward-field, bibtex-search-backward-field):
3336 Search always delimited by limits of entry. Use more efficient
3337 search algorithms.
3338 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3339 bibtex-end-of-name-in-field.
3340 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3341 extracting the content of a field.
3342 (bibtex-text-in-field): Use search limits.
3343 (bibtex-parse-string-prefix): Handle empty string keys based on
3344 bibtex-string-empty-key.
3345 (bibtex-parse-string): Fix docstring.
3346 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3347 (bibtex-preamble-prefix, bibtex-strings): New functions.
3348 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3349 BibTeX entries (consistent with other BibTeX functions).
3350 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3351 (bibtex-search-entry): Fix docstring. Simplify.
3352 (bibtex-flash-head, bibtex-complete-string-cleanup)
3353 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3354 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3355 (bibtex-parse-entry): New optional arg content.
3356 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3357 Use bibtex-text-in-field-bounds.
3358 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3359 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3360 bibtex-parse-string-postfix.
3361 (bibtex-find-text-internal): New function.
3362 (bibtex-remove-delimiters): Use it.
3363 (bibtex-find-text): Use it. New optional arg help.
3364 (bibtex-complete): Handle BibTeX string and preamble entries.
3365 (bibtex-Preamble): Fix order of closing delimiters.
3366
3367 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * vc.el (vc-default-revert): New fun.
3370
3371 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3372
3373 2005-12-14 Romain Francoise <romain@orebokech.com>
3374
3375 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3376 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3377 (font-lock-remove-keywords): Likewise.
3378
3379 2005-12-14 Juri Linkov <juri@jurta.org>
3380
3381 * log-view.el (log-view-diff): Doc fix.
3382
3383 * isearch.el (isearch-query-replace): Use (mark) instead of
3384 isearch-opoint if mark is active in transient-mark-mode.
3385
3386 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3387
3388 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3389
3390 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3391
3392 * progmodes/cpp.el (cpp-face): New widget.
3393 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3394
3395 2005-12-14 Juri Linkov <juri@jurta.org>
3396
3397 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3398 around `erase-buffer' and `insert'.
3399
3400 * descr-text.el (describe-text-properties): Replace buffer name
3401 "*Help-2*" with "*Help*<2>".
3402 (describe-char): Add functions print-help-return-message,
3403 toggle-read-only. Use help-setup-xref with nil to not store
3404 describe-char in help-xref-stack. Use help-make-xrefs to
3405 make [back] button.
3406
3407 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3408
3409 * wdired.el (wdired-old-point): New internal variable.
3410 (wdired-change-to-wdired-mode): Set it buffer-locally.
3411 (wdired-abort-changes): Restore point after aborting changes.
3412
3413 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * vc.el (vc-do-command): Add a new value t for okstatus.
3416
3417 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3418 frame in case of errors.
3419
3420 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3421
3422 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3423 so it comes after "On the Left" in the menu.
3424
3425 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3426
3427 * cus-edit.el (customize-apropos, customize-apropos-options)
3428 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3429
3430 2005-12-12 Bill Wohler <wohler@newt.com>
3431
3432 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3433 non-writable Subversion-controlled files by saving window
3434 configuration before calling vc-do-command. vc-do-command calls
3435 pop-to-buffer on error which is unexpected during registration.
3436
3437 2005-12-12 Jay Belanger <belanger@truman.edu>
3438
3439 * calc/README: Update the summary of changes.
3440
3441 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * descr-text.el (describe-char): Rework last fix to solve the problem
3444 is the same way it's solved for everything else in that function
3445 (i.e. by extracting the info before setting up the *Help* buffer).
3446
3447 2005-12-12 Kim F. Storm <storm@cua.dk>
3448
3449 * subr.el (version-regexp-alist): Allow space as separator before
3450 non-numeric part, e.g. "1.0 alpha".
3451 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3452
3453 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3454
3455 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3456 Implement Logging and the keep-modes setting.
3457 (org-get-category): Make sure a string is returned.
3458 (org-log-done): New function.
3459 (org-log-done, org-closed-string): New options.
3460
3461 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3462
3463 * tooltip.el (tooltip-y-offset): Change default to 20.
3464
3465 2005-12-12 Richard M. Stallman <rms@gnu.org>
3466
3467 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3468
3469 * frame.el (display-hourglass): Doc fix.
3470
3471 * help.el (help-for-help-internal): Simplify entry for `a'.
3472
3473 * info.el (Info-on-current-buffer): Doc fix.
3474 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3475
3476 * startup.el (inhibit-splash-screen): Make this the real name.
3477 (inhibit-startup-message): Make this the alias.
3478 (command-line): Find only simple.el, and use its directory
3479 to fill in other preloaded files' names.
3480 (command-line): Deactivate the mark if deactivate-mark is set.
3481
3482 * international/mule.el (load-with-code-conversion):
3483 Bind deactivate-mark.
3484
3485 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3486
3487 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3488
3489 * cus-edit.el (customize-apropos): Avoid listing an option more
3490 than once under different aliases. No longer list user options
3491 that are not defined with defcustom (unless a prefix arg is given).
3492 Doc fix.
3493 (customize-apropos-options): Doc fix.
3494
3495 2005-12-11 Juri Linkov <juri@jurta.org>
3496
3497 * frame.el (set-background-color, set-foreground-color)
3498 (set-cursor-color, set-mouse-color, set-border-color):
3499 Add explicit prompts to read colors by `facemenu-read-color'.
3500 (show-trailing-whitespace, blink-cursor-delay)
3501 (blink-cursor-interval, display-hourglass, hourglass-delay):
3502 Remove tags.
3503 (display-hourglass, hourglass-delay): Doc fix.
3504 (cursor-in-non-selected-windows): Capitalize words in tag.
3505
3506 * faces.el (frame-background-mode): Replace `choice-item' keywords
3507 with `const' to not make [default] button. Change default value tag
3508 from `default' to `automatic'. Doc fix.
3509 (trailing-whitespace) <defface>: Change group `whitespace' to
3510 `whitespace-faces'.
3511
3512 2005-12-11 Richard M. Stallman <rms@gnu.org>
3513
3514 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3515
3516 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3517
3518 * term/mac-win.el: Create keymap for mac-apple-event-map.
3519
3520 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3521
3522 * tooltip.el (tooltip-mode): Move to start of file so that it
3523 appears at top of customize buffer.
3524
3525 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3526 Add the gud groupname.
3527 (gud-tooltip-mode): Add the tooltip groupname.
3528 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3529 avoid conflict with tooltip-use-echo-area.
3530
3531 2005-12-10 Romain Francoise <romain@orebokech.com>
3532
3533 * help.el (help-for-help-internal): Add `r' in doc string.
3534
3535 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3536
3537 * align.el (align-regexp, align-highlight-rule):
3538 Use region-beginning and region-end instead of point and mark, so that
3539 repetition (with `repeat-complex-command') recomputes the region
3540 bounds.
3541
3542 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3543
3544 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3545 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3546 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3547 (balance-windows): Rewrite using the above new functions.
3548
3549 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3550
3551 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3552 react if global-hi-lock-mode seems intended.
3553 (global-hi-lock-mode) Renamed from hi-lock-mode.
3554 (hi-lock-archaic-interface-message-used)
3555 (hi-lock-archaic-interface-deduce): New variables.
3556 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3557 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3558 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3559 Replace hi-lock-buffer-mode with hi-lock-mode.
3560
3561 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
3562
3563 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3564 completion list, even after a partial completion has been
3565 inserted in the current buffer. If there are more than 1
3566 completion, redisplay the *Completions* buffer; if the
3567 completion is unique, delete the *Completions* window.
3568
3569 2005-12-10 Eli Zaretskii <eliz@gnu.org>
3570
3571 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3572 strings and long subject lines that were broken into multiple
3573 lines at arbitrary places. Handle subjects that have "Re: " in
3574 the middle.
3575
3576 2005-12-10 John W. Eaton <jwe@octave.org>
3577
3578 * emacs/octave-mod.el (octave-electric-space): Don't indent
3579 comments or strings if octave-auto-indent is nil.
3580
3581 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3582
3583 * term/mac-win.el: Require url when compiling.
3584 Call mac-process-deferred-apple-events after loading init files.
3585 (mac-apple-event-map): New defvar. Define event handlers in it.
3586 (core-event, internet-event): New Apple event class symbols.
3587 (open-application, reopen-application, open-documents)
3588 (print-documents, open-contents, quit-application)
3589 (application-died, show-preferences, autosave-now, get-url):
3590 New Apple event ID symbols.
3591 (about): New HICommand ID symbol.
3592 (mac-event-spec, mac-event-ae): New macros.
3593 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3594 (mac-ae-selection-range, mac-ae-text-for-search)
3595 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3596 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3597 and Services menu events are now defined in mac-apple-event-map.
3598 (mac-drag-n-drop): Remove selection range handling.
3599
3600 2005-12-10 Kenichi Handa <handa@m17n.org>
3601
3602 * simple.el (zap-to-char):
3603 * isearch.el (isearch-process-search-char): Translate CHAR by
3604 translation-table-for-input.
3605
3606 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * foldout.el (foldout-exit-fold): Properly hide subtree.
3609
3610 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3611
3612 * files.el (save-buffer):
3613 * international/ucs-tables.el (ucs-set-table-for-input):
3614 * mail/mail-extr.el (mail-extract-address-components):
3615 * mail/sendmail.el (mail-mode): Reformat doc string.
3616
3617 2005-12-09 Juri Linkov <juri@jurta.org>
3618
3619 * isearch.el (isearch-highlight): Change main overlay priority
3620 from 1 to 1001. Simplify.
3621 (isearch-lazy-highlight-update): Change lazy overlay priority
3622 from 0 to 1000.
3623
3624 * replace.el (replace-highlight): Change overlay priority from
3625 1 to 1001.
3626
3627 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3628 Change overlay priority from 1 to 1001. Reuse existing overlay.
3629
3630 * compare-w.el (compare-windows-highlight): Change overlay
3631 priority from 1 to 1000.
3632
3633 * menu-bar.el (menu-bar-edit-menu): Add listp around
3634 pending-undo-list to disable menu item "undo" when pending
3635 undo list is empty.
3636
3637 * locate.el (locate): Disable undo in *Locate* buffer.
3638
3639 2005-12-09 Kim F. Storm <storm@cua.dk>
3640
3641 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3642
3643 2005-12-09 David Ponce <david@dponce.com>
3644
3645 * recentf.el: Improvement of the menu code.
3646 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3647 instead of menu hook.
3648 (recentf-show-menu, recentf-hide-menu): New functions.
3649 (recentf-menu-customization-changed, recentf-mode): Use them.
3650 (recentf-menu-action, recentf-max-menu-items)
3651 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3652 (recentf-arrange-by-rule-others)
3653 (recentf-arrange-by-rules-min-items)
3654 (recentf-arrange-by-rule-subfilter) : Don't use
3655 `recentf-menu-customization-changed'.
3656 (recentf-arrange-rules): Likewise. Accept functions to compute
3657 sub-menu titles.
3658 (recentf-menu-filter): Likewise. Doc fix.
3659 (recentf-menu-value-shortcut): Doc fix.
3660 (recentf-dump-variable): Quote atom value.
3661 (recentf-make-menu-items): Update to use it as a menu filter.
3662 (recentf-match-rule): New function.
3663 (recentf-arrange-by-rule): Use it.
3664 (recentf-indirect-mode-rule): New function.
3665 (recentf-build-mode-rules): Use it.
3666 (recentf-dir-rule): New function.
3667 (recentf-arrange-by-dir): Use it.
3668 (recentf-filter-changer-current): Rename from
3669 `recentf-filter-changer-state'. All references updated.
3670 (recentf-filter-changer-alist): Update filter names.
3671 (recentf-filter-changer-select): New function.
3672 (recentf-filter-changer): Use it. Make a sub-menu from filters
3673 available in `recentf-filter-changer-alist'.
3674 (recentf-data-cache, recentf-clear-data)
3675 (recentf-update-menu): Remove. All references updated.
3676 (recentf-match-rule-p, recentf-build-dir-rules)
3677 (recentf-filter-changer-goto-next)
3678 (recentf-filter-changer-get-current)
3679 (recentf-filter-changer-get-next): Remove.
3680
3681 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3682
3683 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3684 buffer "Reset" button to "Reset to Current" for consistency with
3685 the State buttons.
3686
3687 2005-12-08 John Paul Wallington <jpw@pobox.com>
3688
3689 * ibuf-ext.el (define-ibuffer-filter filename):
3690 If `dired-directory' is a list then really use its car.
3691
3692 2005-12-08 Kim F. Storm <storm@cua.dk>
3693
3694 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3695 Fix indention of text on right side of replaced rectangle.
3696
3697 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
3698
3699 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3700 No need to check gud-comint-buffer is bound.
3701 (gdb): Prevent multiple debugging when first session uses gdba.
3702
3703 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3704
3705 CC Mode update to 5.31.
3706
3707 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3708 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3709 might do this function properly in the future).
3710
3711 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3712 macros c-sentence-end and c-default-value-sentence end, to cope
3713 with Emacs 22's new function `sentence-end'.
3714
3715 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3716
3717 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3718 compat issue using `c-put-overlay' and `c-delete-overlay'.
3719
3720 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3721 compat macros to handle overlays/extents.
3722
3723 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3724
3725 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3726 (for GNU Emacs 20.4)
3727
3728 * progmodes/cc-defs.el:
3729 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3730
3731 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3732 highlighting mechanism so it will work in XEmacs too.
3733
3734 * progmodes/cc-defs.el: Insert c-int-to-char.
3735
3736 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3737 call to the new macro c-int-to-char. This solves XEmacs's
3738 regarding characters as different from integers.
3739
3740 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3741
3742 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3743 helper.
3744
3745 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3746 construct to make the indirect face lookup work in XEmacs.
3747
3748 (c-cpp-matchers): Append the negation char face to the existing
3749 fontification, so that the cpp face doesn't disappear. Use
3750 `c-make-syntactic-matcher' to avoid negation chars in comments and
3751 strings.
3752
3753 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3754 to map to `font-lock-negation-char-face' in emacsen where it
3755 exists.
3756
3757 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3758
3759 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3760
3761 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3762 Rename "c-subword-move-mode" as "c-subword-mode".
3763
3764 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3765 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3766
3767 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3768
3769 * progmodes/cc-mode.el: Added autoload directive for
3770 `c-subword-move-mode' for use in older emacsen.
3771
3772 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3773
3774 * progmodes/cc-mode.el:
3775 (i) Insert a binding for C-c C-backspace into
3776 c-bind-special-erase-keys which works in TTYs.
3777 (ii) Make sure that when file styles are used, any explicitly
3778 given style variables take priority over those in the style. Do
3779 this by calling `hack-local-variables' a second time.
3780
3781 * progmodes/cc-vars.el: Add language specific customization
3782 widgets for AWK to c-doc-comment-style, c-require-final-newline
3783 and c-default-style. Add a defcustom for awk-mode-hook. Give
3784 c-syntactic-element and c-syntactic-context doc-strings by
3785 directly setting their `variable-documentation' propery. This
3786 allows Emacs 22.1 to read these with C-h v.
3787
3788 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3789 Monnier).
3790
3791 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3792
3793 * progmodes/cc-fonts.el, cc-vars.el
3794 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3795 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3796 Masatake YAMATO.
3797
3798 (c-doc-comment-style): Made GtkDoc default in C mode.
3799
3800 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3801 and C-c C-<delete>.
3802
3803 (c-bind-special-erase-keys): New function for use on
3804 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3805
3806 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3807 <delete> key behavior in XEmacs according to `delete-forward-p'.
3808 C.f. `c-electric-delete'.
3809
3810 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3811
3812 * progmodes/cc-mode.el: Give c-hungry-backspace and
3813 c-hungry-delete-forward permanent key bindings.
3814
3815 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3816 c-syntactic-context for calls to "criteria functions", for
3817 consistency with other calls to user functions.
3818
3819 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3820 `current-prefix-arg', since this might be the prefix arg to a
3821 command which calls c-indent-command as a function. Change the
3822 interactive spec from "p" to "P".
3823
3824 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3825 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3826 was difficult to understand.
3827
3828 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3829
3830 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3831 first char of an identifier.
3832
3833 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3834 +" syntax in C++.
3835
3836 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3837
3838 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3839 auto-fill doesn't split a c-comment's last word from a hanging
3840 "*/" when a space is typed between them after fill-column.
3841
3842 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3843
3844 * progmodes/cc-styles.el (c-set-style)
3845 (c-setup-paragraph-variables): Abort the command if we're not in a
3846 CC Mode buffer.
3847
3848 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3849 with blank comment-prefix, and a blank line as the comment's
3850 second line.
3851
3852 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3853
3854 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3855 Incorporated the patterns added in the Emacs development branch
3856 for the new Emacs 22 face `font-lock-negation-char-face'.
3857
3858 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3859 of "red" since it stands out better in xterms and DOS terminals.
3860
3861 * progmodes/cc-engine.el (c-literal-faces): Added
3862 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3863
3864 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3865
3866 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3867 forcibly enable c-electric-flag.
3868
3869 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3870 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3871 just after the comment-prefix of a C-style comment will close that
3872 comment.
3873
3874 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3875
3876 * progmodes/cc-fonts.el (c-basic-matchers-before)
3877 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3878 in Pike.
3879
3880 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3881 digraphs.
3882
3883 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3884 (c-cpp-message-directives, c-cpp-include-directives)
3885 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3886 (c-cpp-expr-directives): Introduced new language constants to
3887 control cpp syntax in a cleaner way.
3888
3889 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3890
3891 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3892
3893 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3894 (c-multiline-string-start-char): New language constants and
3895 variables to specify how newlines in string literals work.
3896
3897 (c-font-lock-invalid-string): Use them.
3898
3899 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3900 unbalanced close brace is entered. Optimization by avoiding going
3901 back over arbitrarily large blocks. Removed hints that this
3902 function only would be relevant/useful in AWK.
3903
3904 (c-electric-brace): Indent syntactically after the cleanups since
3905 lineup functions might do it differently then.
3906
3907 * progmodes/cc-engine.el, cc-langs.el
3908 (c-opt-op-identifier-prefix): New language constant and variable.
3909
3910 (c-just-after-func-arglist-p, c-after-special-operator-id)
3911 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3912
3913 * progmodes/cc-align.el, cc-engine.el
3914 (c-after-special-operator-id): New helper to handle C++ operator
3915 identifiers.
3916
3917 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3918 (c-guess-basic-syntax): Handle C++ operator identifiers in
3919 declarations.
3920
3921 * progmodes/cc-langs.el (c-assignment-operators): Added the
3922 trigraph version of ^= too.
3923
3924 * progmodes/cc-langs.el (c-assignment-operators): Added the
3925 trigraph version of |= in C++.
3926
3927 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3928 `c-decl-hangon-kwds' after the identifier name.
3929
3930 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3931 whether an arglist is "nonempty", ignore a comment after the open
3932 paren if it isn't followed by a non-comment token on the same
3933 line.
3934
3935 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3936 heuristics below the point to cope with classes inside special
3937 brace lists in Pike.
3938
3939 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3940
3941 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3942
3943 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3944
3945 * progmodes/cc-guess.el (cc-guess-install): New function to
3946 install an already guessed style in another buffer.
3947
3948 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3949 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3950 anyway if the change always is undone.
3951
3952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3953
3954 Implement togglable electricity:
3955
3956 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3957 saying when it should be used.
3958
3959 * progmodes/cc-engine.el: Add the new buffer-local variable,
3960 c-electric-flag.
3961
3962 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3963 c-toggle-auto-newline.
3964
3965 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3966 c-toggle-auto-newline. Remove the binding for
3967 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
3968 c-toggle-electric-state.
3969
3970 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3971
3972 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3973 c-\(forward\|backward\)-subword.
3974 (c-update-modeline): Add the new modeline flag `l' for
3975 `c-electric-flag'. Make the auto-newline flag `a' dependent on
3976 `l'.
3977 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
3978 the old name an alias of the new name.
3979 (c-toggle-electric-state): New function.
3980 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3981 Adapt these functions to do electric things only when
3982 c-electric-flag is non-nil.
3983 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
3984 new functions from c-electric-brace.
3985 (c-point-syntax): Add a check for "virtual semicolons" in AWK
3986 mode, so that the tentative extra newline doesn't change the
3987 syntax of the following brace.
3988 (c-electric-brace): Restructure by extracting the above functions.
3989 Tidy up the coding somewhat.
3990 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
3991 restructure a bit.
3992
3993 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3994
3995 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
3996 anchor position(s) using faces. Thanks to Masatake YAMATO for the
3997 idea.
3998
3999 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4000 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4001 since it's now used to track another submode.
4002
4003 (c-update-modeline): Converted to function and extended to check
4004 `c-subword-move-mode'.
4005
4006 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4007 Converted to compat aliases for `c-forward-subword' and
4008 `c-backward-subword'.
4009
4010 * progmodes/cc-subword.el: New functions and minor mode to handle
4011 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4012
4013 (c-forward-subword, c-backward-subword, c-mark-subword)
4014 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4015 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4016 Functions corresponding to the standard word handling functions.
4017
4018 (c-subword-move-mode): Minor mode that replaces all the standard
4019 word handling functions with their subword equivalences.
4020
4021 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4022
4023 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4024 entry for one-liner-defun.
4025
4026 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4027 name in its def-edebug-spec.
4028
4029 * progmodes/cc-cmds.el (c-electric-brace): Make the
4030 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4031 compacts space before a comment, if this will make things fit on
4032 one line.
4033
4034 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4035
4036 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4037
4038 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4039 clean-up one-liner-defun.
4040
4041 * progmodes/cc-styles.el: Add the new "awk" style.
4042
4043 * progmodes/cc-vars.el: Add description of one-liner-defun to
4044 c-cleanup-list's doc-string. New user options,
4045 c-max-one-liner-length. In c-default-style, set the default style
4046 for AWK to "awk".
4047
4048 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4049
4050 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4051 macros inside labels.
4052
4053 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4054 `c-at-statement-start-p' and `c-at-expression-start-p'.
4055
4056 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4057 error if the mark isn't set.
4058
4059 * progmodes/cc-engine.el (c-guess-continued-construct)
4060 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4061 accurately detect functions inside functions.
4062
4063 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4064 like `c-at-statement-start-p' that additionally recognizes commas
4065 and expression parentheses as delimiters.
4066
4067 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4068 to avoid heuristics that doesn't work for unclosed blocks.
4069
4070 (c-at-statement-start-p): New function.
4071
4072 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4073 Objective-C directives, e.g. directives spanning lines should work
4074 reasonably well now.
4075
4076 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4077
4078 (c-forward-objc-directive): New function to move over any ObjC
4079 directive.
4080
4081 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4082 (c-basic-matchers-before): Use it.
4083
4084 (c-font-lock-objc-iip-decl): Removed.
4085
4086 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4087 in the template arglist recognition.
4088
4089 * progmodes/cc-styles.el (c-style-alist): Fixed several
4090 inconsistencies in the Whitesmith style.
4091
4092 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4093 New lineup function to get lines after Whitesmith style blocks
4094 correctly indented.
4095
4096 (c-lineup-whitesmith-in-block): Backed out the compensation for
4097 opening parens since it's done using `add' lists in the style
4098 definition instead. Don't use the anchor position since it varies
4099 too much between the syntactic symbols. :P
4100
4101 * progmodes/cc-vars.el (c-valid-offset): Updated.
4102
4103 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4104 lists where the offsets are combined according to several
4105 different methods: `first', `min', `max', and `add'. Report
4106 offset evaluation errors with `c-benign-error' so that some kind
4107 of reindentation still is done.
4108
4109 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4110 `arglist-intro' the same way as `arglist-cont-nonempty' and
4111 `arglist-close'.
4112
4113 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4114 situations for `arglist-cont-nonempty' and `arglist-close'.
4115
4116 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4117 constant.
4118
4119 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4120 cc-bytecomp-boundp' in a number of places.
4121
4122 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4123 macro related issue.
4124
4125 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4126
4127 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4128 list is now [asdf], a char class [:alpha:]. Include code for char
4129 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4130 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4131 regexps.
4132
4133 Remove (nearly all of) the cruft associated with AWK Mode's former
4134 concept of "virtual semicolons":
4135
4136 Adapt c-beginning-of-statement, c-end-of-statement (together with
4137 subfunctions) to use the new notion of "virtual semicolon" in
4138 place of the old awkward special handling for AWK. There remains
4139 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4140 * progmodes/cc-cmds.el:
4141 (c-ascertain-adjacent-literal): In the backwards direction, now
4142 recognises AWK regexp delimiters as string delimiters.
4143 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4144 check more rigorously for "end of macro".
4145 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4146 virtual semicolons;
4147 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4148 out the code for forward movement into ...
4149 (c-end-of-statement): Now contains the code for forward movement,
4150 adapted for virtual semicolons.
4151
4152 * progmodes/cc-engine.el:
4153 (c-ws*-string-limit-regexp): New regexp.
4154 (c-forward-single-comment, c-backward-single-comment): Comment out
4155 the (now redundant) "special" AWK stuff.
4156
4157 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4158 c-string-par-start, c-string-par-separate to be more like Text
4159 Mode than Fundamental Mode.
4160
4161 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4162
4163 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4164 to the fontified region so that fontification doesn't occur
4165 outside it (could happen e.g. when fontifying a line with an
4166 unfinished declaration).
4167
4168 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4169
4170 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4171 moved to near the start of the file. ^L now separate sections of
4172 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4173 c-awk-blank-or-comment-line-re,
4174 c-awk-one-line-possibly-open-string-re,
4175 c-awk-regexp-one-line-possibly-open-char-class-re,
4176 c-awk-one-line-possibly-open-regexp-re,
4177 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4178 c-awk-vsemi-status-unknown-p.
4179
4180 Amend the concept of "virtual semicolons" (in the indentation
4181 engine) for languages like AWK, such that they are now
4182 conceptually attached to end of the last token of a statement, not
4183 the end of the line. (In AWK Mode, however, the pertinent text
4184 property is still physically set on the EOL.) Remove the specific
4185 tests for awk-mode, thus facilitating the introduction of other
4186 language modes where EOLs can end statements. (Note: The
4187 funtionality in cc-cmds.el, specifically
4188 c-beginning/end-of-statement has yet to be amended.)
4189
4190 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4191 c-vsemi-status-unknown-p.
4192
4193 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4194 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4195 c-vsemi-status-unknown-p-fn (in a new page).
4196
4197 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4198 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4199 numerous awkward forms like
4200 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4201 with
4202 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4203 variable before-ws-ip, the place just after char-before-ip
4204 appears.
4205
4206 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4207 a comment.
4208
4209 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4210
4211 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4212 `c-tentative-buffer-changes'.
4213
4214 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4215 converted to macro to choose between Emacs and XEmacs at compile
4216 time.
4217
4218 (c-set-region-active): New set counterpart to
4219 `c-region-is-active-p'.
4220
4221 (c-tentative-buffer-changes): New macro to handle temporary buffer
4222 changes in a convenient way.
4223
4224 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4225 for `c-tentative-buffer-changes'.
4226
4227 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4228 the checks for paren sexps between the point and the keyword, to
4229 avoid some false alarms.
4230
4231 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4232 Fixed a situation where an error could be thrown for unbalanced
4233 parens. Changed to make use of c-keyword-member' to avoid some
4234 repeated regexp matches.
4235
4236 (c-opt-lambda-key, c-opt-inexpr-block-key,
4237 c-opt-inexpr-class-key): These language variable are no longer
4238 necessary.
4239
4240 (c-block-stmt-kwds): New language constant used by
4241 c-looking-at-inexpr-block'.
4242
4243 (c-guess-basic-syntax): Removed an optional check that looked at
4244 the existence of the now removed language variables.
4245
4246 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4247 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4248 object instantiation expressions as declarations in some contexts.
4249 This bug only affected languages where the declarator can't be
4250 enclosed in parentheses.
4251
4252 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4253 insert newlines before and after substatement braces.
4254
4255 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4256 function declaration headers and the handling of C++ style member
4257 init lists.
4258
4259 (c-just-after-func-arglist-p): Rewritten to use
4260 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4261
4262 (c-beginning-of-member-init-list): Removed since it isn't used
4263 anymore.
4264
4265 (c-guess-basic-syntax): Case 5B adapted for the new
4266 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4267 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4268 covers all cases now).
4269
4270 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4271
4272 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4273
4274 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4275 c-string-par-start/separate c-sentence-end-with-esc-eol,
4276 initialised in c-setup-paragraph-variables, used in string
4277 scanning subroutines of c-beginning-of-statement.
4278
4279 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4280 which precedes the newly inserted `{'.
4281
4282 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4283
4284 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4285 function for declaration level blocks. It should now cope with
4286 templates better and also be a lot more comprehensible.
4287
4288 (c-looking-at-decl-block): The new function.
4289
4290 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4291 for compatibility.
4292
4293 (c-add-class-syntax, c-guess-continued-construct,
4294 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4295
4296 (c-decl-block-key): Changed to tell apart ambiguous and
4297 unambiguous keywords. Pike specials are now handled directly in
4298 the code instead.
4299
4300 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4301 language constants and variables to make the backward skip in
4302 `c-looking-at-decl-block' as tight as possible.
4303
4304 (c-nonsymbol-token-char-list): New language constant.
4305
4306 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4307 find balanced template arglists backwards.
4308
4309 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4310 making char classes for `c-syntactic-skip-backward'.
4311
4312 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4313 16D - can't be a class-close at that point.
4314
4315 * progmodes/cc-engine.el (c-guess-basic-syntax)
4316 (c-add-class-syntax): Don't narrow out the enclosing declaration
4317 level. This makes everything a lot easier, and it was actually
4318 only four small places that needed it to work. Some places that
4319 previously did `widen' are removed now, which has the effect that
4320 `c-guess-basic-syntax' never will look at things outside the
4321 current narrowment now. The anchor position for `topmost-intro'
4322 is affected by this, but it was so bogus it was basically useless
4323 before, and now it's equally bogus but in a slightly different
4324 way.
4325
4326 (c-narrow-out-enclosing-class): Gone.
4327
4328 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4329 the narrowed region.
4330
4331 (c-least-enclosing-brace): Removed silly optional argument.
4332
4333 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4334 the point could be left directly after an open paren when finding
4335 the beginning of the first decl in the block.
4336
4337 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4338 Specify which submatch to use.
4339
4340 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4341
4342 (c-decl-start-re): No longer any need for special treatment of
4343 ObjC due to the above.
4344
4345 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4346 presumably follows C in that regard.
4347
4348 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4349 New language constants to specify operator tokens inside
4350 identifiers in a more high level way.
4351
4352 (c-opt-identifier-prefix-key): New internal language constant.
4353
4354 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4355 (c-identifier-start, c-identifier-key): Now completely calculated
4356 from other constants.
4357
4358 (c-identifier-last-sym-match): Decommissioned since it's no longer
4359 used.
4360
4361 (c-operators): Use `c-identifier-ops'. Documented
4362 `postfix-if-paren'.
4363
4364 * progmodes/cc-engine.el (c-forward-name): Removed the
4365 optimization when c-identifier-key is equal to c-symbol-key since
4366 it doesn't work in byte compiled files. Don't record empty
4367 regions as identifiers.
4368
4369 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4370 simplify access to `c-operators' and its likes.
4371
4372 (c-operator-list, c-all-op-syntax-tokens)
4373 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4374 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4375 (c-primary-expr-regexp, c-cast-parens): Use it.
4376
4377 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4378 an explicit language in functions.
4379
4380 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4381 variant of adornment.
4382
4383 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4384 variable.
4385
4386 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4387 the Pike value.
4388
4389 * progmodes/cc-engine.el (c-on-identifier)
4390 (c-simple-skip-symbol-backward): Small fix for handling "-"
4391 correctly in `skip-chars-backward'. Affected the operator lfun
4392 syntax in Pike.
4393
4394 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4395 diagnostic message about precompiled language vars not being used.
4396
4397 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4398 "__attribute__" is followed by a parenthesis.
4399
4400 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4401 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4402 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4403
4404 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4405 cleanups to properly detect the declared identifiers in various
4406 declarations.
4407
4408 (c-decl-start-kwds): New language constant to recognize
4409 declarations that can start anywhere. Used for class declarations
4410 in Pike.
4411
4412 (c-specifier-key, c-not-decl-init-keywords)
4413 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4414 (c-find-decl-spots): Implement `c-decl-start-kwds'.
4415
4416 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4417 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4418 handling of the compiler specific extension keywords into a new
4419 language constant `c-decl-hangon-kwds' that defines keyword
4420 clauses to be ignored in declarations.
4421
4422 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4423 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4424 Necessary to stop at the declared identifier in e.g. IDL valuetype
4425 declarations.
4426
4427 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4428 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4429 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4430 (c-forward-decl-or-cast-1): Recognize the declared identifier in
4431 class and enum declarations as such and not as part of the type.
4432
4433 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4434 interpretation of PRECEDING-TOKEN-END when there's no preceding
4435 token.
4436
4437 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4438 declarations when there's some syntax error later on.
4439
4440 (c-complex-decl-matchers): Did away with a reference to
4441 `c-specifier-key'.
4442
4443 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4444 value - this variable is always dynamically bound.
4445
4446 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4447 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4448 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4449 functions that might do hidden buffer changes: All such internal
4450 functions are now marked instead of those that don't.
4451
4452 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4453 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4454 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4455 (c-literal-type): Allow these functions to make hidden buffer changes,
4456 so that they are free to use text property caching later on.
4457
4458 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4459 (c-electric-brace, c-electric-slash, c-electric-star)
4460 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4461 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4462 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4463 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4464 with the changed semantics of the functions above.
4465
4466 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4467 when macros occur in obscure places. Optimized the sexp movement
4468 a bit.
4469
4470 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4471
4472 Enhancements for c-beginning-of-statement to work in AWK Mode:
4473
4474 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4475 (completed statement) with `}' (statement completed by closing
4476 brace or semicolon) and `$' (statement completed by EOL).
4477
4478 (c-awk-virtual-semicolon-ends-prev-line-p)
4479 (c-awk-virtual-semicolon-ends-line-p)
4480 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4481 (c-awk-at-statement-end-p): New functions.
4482
4483 * progmodes/cc-cmds.el: Simplify the structure of functions
4484 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4485 two functions and c-beginning-of-statement to handle AWK Mode.
4486
4487 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4488 c-backward-single-comment for AWK mode. Attempt to clarify their
4489 doc-strings.
4490
4491 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4492
4493 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4494
4495 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4496 label handling. Labels are now recognized in a uniform and more
4497 robust way, regardless of context. Text properties are put on all
4498 labels to recognize the following declarations better. Multiword
4499 labels are handled both in indentation and fontification for the
4500 benefit of language extensions like Qt. For consistency, keywords
4501 in labels are now fontified with the label face instead. That
4502 also applies to "case" and "default".
4503
4504 (c-beginning-of-statement-1): Fixed some bugs in the label
4505 handling. Disregard `c-nonlabel-token-key' in labels that begin
4506 with `c-label-kwds'.
4507
4508 (c-find-decl-spots): Support that the callback adds more
4509 `c-decl-end' spots to find.
4510
4511 (c-forward-decl-or-cast-1): Don't treat a list of plain
4512 identifiers followed by a colon as a declaration.
4513
4514 (c-forward-label): New function to recognize labels.
4515
4516 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4517 `c-forward-label'. Moved the label recognition cases (14 and 15)
4518 earlier since they aren't so context sensitive now. Handle labels
4519 on the top level gracefully. Moved access label recognition to
4520 the generic label case (CASE 15) - removed CASE 5E.
4521
4522 (c-font-lock-declarations): Added recognition of labels in the
4523 same round since we need to handle labels in parallell with other
4524 declarations to recognize both accurately. It should also improve
4525 speed.
4526
4527 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4528 `c-font-lock-labels' so that it only is used on decoration level 2
4529 since `c-font-lock-declarations' handles it otherwise.
4530
4531 (c-complex-decl-matchers): Removed the simplistic recognition of
4532 access labels.
4533
4534 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4535 with labels earlier.
4536
4537 (c-decl-start-re): New language variable to make
4538 `c-font-lock-declarations' stop for the special protection labels
4539 in Objective-C that start with `@'.
4540
4541 (c-label-key): Removed since it's no longer used.
4542
4543 (c-recognize-colon-labels, c-label-prefix-re): New language
4544 constants to support recognition of generic colon-terminated
4545 labels.
4546
4547 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4548 are colon terminated labels.
4549
4550 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4551 first argument starts with a special brace list.
4552
4553 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4554 (c-font-lock-declarations): Broke out the declaration and cast
4555 recognition from `c-font-lock-declarations' to a new function, so
4556 that it can be used in the indentation engine.
4557
4558 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4559 up to the start of the literal. Fixed bug with the point on the
4560 wrong side of the search limit that could happen when the start
4561 position is inside a literal.
4562
4563 * progmodes/cc-engine.el (c-parse-state)
4564 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4565 so that it's kept a little bit back to increase the hit rate.
4566
4567 (c-parse-state): Changed the macro handling and fixed some
4568 glitches. Macro context is checked more often than necessary now,
4569 but otoh less garbage conses are generated.
4570
4571 * progmodes/cc-engine.el (c-parse-state)
4572 (c-invalidate-state-cache): Cache the last position where
4573 `c-state-cache' applies. This can speed up refontification quite
4574 a bit in blocks where there are many non-brace parens before the
4575 point.
4576
4577 (c-state-cache-end): New variable for this.
4578
4579 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4580 cache variable.
4581
4582 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4583 get close initial continue positions when the start position is
4584 inside a literal or macro. Do not call the callback for spots
4585 before the start position (which can happen e.g. for `c-decl-end'
4586 spots inside comments). Optimize better in special cases when the
4587 region is a single line inside a literal or macro (typically when
4588 the current line is refontified).
4589
4590 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4591 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4592 entries from the paren state.
4593
4594 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4595 special case for "else if" clauses.
4596
4597 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4598 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4599
4600 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4601 language variable to recognize the gcc extension with statement
4602 blocks inside expressions.
4603
4604 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4605 it somewhat more comprehensible. The argument AT-BLOCK-START is
4606 no longer used and hence removed.
4607
4608 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4609 to `c-add-stmt-syntax'.
4610
4611 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4612 `c-beginning-of-statement-1' instead of duplicating parts of it.
4613 This fixes bogus label recognition.
4614
4615 * progmodes/cc-engine.el (c-add-type, c-check-type)
4616 (c-forward-name, c-forward-type): Improved storage of template
4617 types in `c-found-types' so that they can be recognized better.
4618
4619 (c-syntactic-content): Added option to skip past nested parens.
4620
4621 * progmodes/cc-engine.el (c-forward-name): Set
4622 `c-last-identifier-range' all the time. It's less work that way.
4623 Handle that there might not be an identifier to store in
4624 `c-last-identifier-range'.
4625
4626 (c-forward-type): Handle that `c-last-identifier-range' might be
4627 nil from `c-forward-name'.
4628
4629 * progmodes/cc-defs.el (c-safe-scan-lists)
4630 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4631
4632 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4633 to work even if the form fails.
4634
4635 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4636 down in a large file in one go.
4637
4638 (c-get-fallback-start-pos): New helper function for
4639 `c-parse-state'.
4640
4641 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4642 function which is like `c-lineup-math' but returns nil instead of
4643 `c-basic-offset' when it doesn't match.
4644
4645 (c-lineup-math): Changed to use `c-lineup-assignments'.
4646
4647 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4648
4649 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4650 c-beginning-of-statement. New subfunctions
4651 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4652
4653 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4654
4655 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4656 hardcoded char classes whereever possible. Changed a couple of
4657 places to use skip by syntax instead of skip by char class.
4658
4659 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4660 Fixed a bug in the regexp that caused extreme backtracking.
4661
4662 * progmodes/cc-langs.el (c-block-comment-starter)
4663 (c-block-comment-ender): New language constants to specify in a
4664 single place how block comments look.
4665
4666 (c-comment-start-regexp, c-block-comment-start-regexp)
4667 (comment-start, comment-end, comment-start-skip)
4668 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4669 (c-syntactic-ws, c-nonempty-syntactic-ws)
4670 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4671 `c-line-comment-starter', `c-block-comment-starter' and
4672 `c-block-comment-ender'.
4673
4674 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4675 New language constants to break up things a bit.
4676
4677 (c-simple-ws): New language constant for simple whitespace.
4678
4679 * progmodes/cc-defs.el (c-concat-separated): New convenience
4680 function.
4681
4682 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4683 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4684 newlines. Allow and ignore nil elements in the list.
4685
4686 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4687
4688 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4689 superfluous) check, (eq here (point-max)) in
4690 c-beginning-of-statement.
4691
4692 * progmodes/cc-cmds.el: Tidy up the comments in
4693 c-beginning-of-statement and subfunctions.
4694
4695 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4696 more flexible c-put-char-property and c-clear-char-properties.
4697 Add the author's email address.
4698
4699 * progmodes/cc-langs.el: New variable,
4700 c-block-comment-start-regexp.
4701
4702 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4703 closing "*/" of a block comment.
4704
4705 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4706 subfunctions) so that it works at BOB and EOB.
4707
4708 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4709 c-beginning-of-statement, including new variable
4710 c-block-comment-start-regexp.
4711
4712 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4713
4714 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4715 symbols from `*-font-lock-extra-types' so that there's no need to
4716 use `regexp-opt' on those lists.
4717
4718 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4719 `c-type-modifier-kwds' is empty.
4720
4721 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4722 there are several strings on the same line.
4723
4724 * progmodes/cc-engine.el (c-literal-limits): Removed the
4725 compatibility function for older emacsen. `c-literal-limits-fast'
4726 has now taken the place of this function.
4727
4728 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4729 with older emacsen: We now require `pps-extended-state'.
4730
4731 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4732
4733 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4734 which obviates the need to hack sentence-end. This now handles
4735 escaped newlines in strings correctly. Correct minor bugs in
4736 c-move-over-sentence and in c-beginning-of-statement.
4737
4738 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4739 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4740 that movement over macros and code are rigorously separated from
4741 eachother. Correct a few incidental bugs.
4742
4743 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4744 Improve its doc-string. Improve the handling of certain specific
4745 cases.
4746
4747 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4748
4749 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4750 (c-guess-basic-syntax): Changed the way class-level labels are
4751 recognized; they can now contain essentially any symbols.
4752
4753 (c-opt-extra-label-key): New language variable to cope with the
4754 special protection label syntax in Objective-C.
4755
4756 (c-opt-access-key): Removed; this is now handled better by
4757 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4758
4759 (c-complex-decl-matchers): Update to handle that
4760 `c-opt-access-key' no longer exists.
4761
4762 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4763 improved label recognition in `c-beginning-of-statement-1'.
4764
4765 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4766 Recognize bitfields better.
4767
4768 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4769 Removed some cruft and fixed a bug that could cause it to go to a
4770 position further down.
4771
4772 * progmodes/cc-langs.el, cc-engine.el
4773 (c-beginning-of-statement-1): Improved detection of labels in
4774 declaration contexts.
4775
4776 (c-beginning-of-decl-1): Use it.
4777
4778 (c-nonlabel-token-key): New language constant and variable needed
4779 by `c-beginning-of-statement-1'.
4780
4781 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4782 manifested itself due to the correction in `c-forward-sexp'.
4783
4784 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4785 these behave as documented when used at the buffer limits.
4786
4787 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4788 (c-type-decl-end-used): Made this a language variable.
4789
4790 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4791 correctly when `combine-after-change-calls' is used together with
4792 temporary narrowings.
4793
4794 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4795 labels correctly when the start point is immediately after the
4796 colon.
4797
4798 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4799 since it isn't used anymore.
4800
4801 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4802 bracket arglists such as template parens in C++.
4803
4804 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4805 in the last check-in. Some optimization.
4806
4807 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4808 where it could stop at the same level in a preceding sexp when
4809 PAREN-LEVEL is set.
4810
4811 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4812 text property lookup only when it's needed.
4813
4814 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4815 Changed the policy for paren marked angle brackets to be more
4816 persistent; once marked they remain marked even when they're found
4817 to be unbalanced in the searched region. This should keep the
4818 paren syntax around even when individual lines are refontified in
4819 multiline template arglists.
4820
4821 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4822 to control markup so that incorrect angle bracket arglists aren't
4823 marked in contexts where the correct value for
4824 `c-disallow-comma-in-<>-arglists' isn't known.
4825
4826 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4827 argument has become `c-parse-and-markup-<>-arglists'.
4828
4829 (c-remove-<>-arglist-properties): Removed - no longer used.
4830
4831 (c-after-change-check-<>-operators): New function used on
4832 `after-change-functions' to avoid that "<" and ">" characters that
4833 are part of longer operators have paren syntax.
4834
4835 (c-<>-multichar-token-regexp): New language variable used by
4836 `c-after-change-check-<>-operators'.
4837
4838 (c-after-change): Call `c-after-change-check-<>-operators'.
4839
4840 (c-font-lock-<>-arglists): Use the context properties set by
4841 `c-font-lock-declarations' to set
4842 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4843 markup.
4844
4845 (c-font-lock-declarations): Removed code that undoes the invalid
4846 markup done by `c-font-lock-<>-arglists'.
4847
4848 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4849 after `c-font-lock-declarations'.
4850
4851 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4852 paren-level feature.
4853
4854 (c-guess-basic-syntax): Improved the anchor position for
4855 `template-args-cont' in nested template arglists. There's still
4856 much to be desired in this area, though.
4857
4858 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4859
4860 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4861 Make the "Text Filling and Line Breaking" commands work for AWK
4862 buffers.
4863
4864 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4865
4866 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4867 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4868
4869 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4870 it doesn't work no longer are supported.
4871
4872 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4873 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4874 requires support for the syntax-table' text property, which rules
4875 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4876 cruft associated with those versions.
4877
4878 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4879 for the `syntax-table' text property, which rules out Emacs 19 and
4880 XEmacs < 21.4. Removed various compatibility cruft associated
4881 with those versions.
4882
4883 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4884 support for the `syntax-table' text property.
4885
4886 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4887 variable and use an extra quoted face name instead. All the
4888 emacsen flavors handle that correctly.
4889
4890 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4891 (c-font-lock-declarators, c-font-lock-declarations)
4892 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4893 property to mark the items in in declarator lists to handle
4894 refontification inside multiline declarations better.
4895
4896 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4897 construct like "a * b = c;" as a declaration.
4898
4899 2005-12-08 Kim F. Storm <storm@cua.dk>
4900
4901 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4902 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
4903 select either meta, hyper, or super modifier for rectangle commands.
4904 (cua--rectangle-modifier-key): New defvar.
4905 (cua--M/H-key): Use it. Remove special case for `space'.
4906 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4907 on X, to meta otherwise. Always bind C-return to toggle
4908 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
4909
4910 * emulation/cua-rect.el (cua-help-for-rectangle): Use
4911 cua--rectangle-modifier-key. Handle super modifier too.
4912 (cua--init-rectangles): Always bind C-return to toggle rectangle.
4913 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4914
4915 * ido.el: Move Acknowledgements and History after Commentary.
4916 Minor changes to Commentary.
4917
4918 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4919 keymap if cua--prefix-override-timer is `shift'.
4920 (cua--shift-control-prefix): New function; emulate "type prefix
4921 key twice" functionality to handle shifted prefix key override.
4922 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4923 commands.
4924 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4925
4926 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
4927
4928 * textmodes/org.el (org-insert-heading): Try to do items before
4929 headings.
4930 (org-agenda-mode): Quote `org-agenda-mode-hook'.
4931 (org-insert-item): New function.
4932 (org-renumber-ordered-list): Don't skip to higher level lists.
4933
4934 2005-12-08 Juri Linkov <juri@jurta.org>
4935
4936 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4937
4938 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4939
4940 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4941
4942 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4943 the constructed function name fun-1.
4944
4945 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4946 because such links don't lead to parent documentation.
4947
4948 2005-12-08 Kenichi Handa <handa@m17n.org>
4949
4950 * descr-text.el (describe-char): Use *Help-2* buffer if the
4951 current buffer is *Help*. Call describe-text-properties while
4952 setting the original buffer.
4953
4954 2005-12-07 Bill Wohler <wohler@newt.com>
4955
4956 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4957 and causes problems with non-MH users (such as Gnus users).
4958
4959 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
4960
4961 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4962 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4963 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4964 command "info sources". Move calls to GDB command "list".
4965 (gdb-find-file-hook): Just use gdb-source-file-list.
4966 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4967 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4968 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4969 (gdb-data-list-register-values-handler): Use correct trigger name.
4970
4971 2005-12-07 Kim F. Storm <storm@cua.dk>
4972
4973 * ido.el (ido-completion-map): Rename from ido-mode-map.
4974 (ido-common-completion-map, ido-file-completion-map)
4975 (ido-file-dir-completion-map, ido-buffer-completion-map):
4976 Rename from ido-mode-....-map.
4977 (ido-init-completion-maps): Rename from ido-init-mode-maps.
4978 (ido-setup-completion-map): Rename from ido-define-mode-map.
4979 (ido-read-internal): Bind minibuffer-local-filename-completion-map
4980 to ido-completion-map.
4981
4982 2005-12-07 Kenichi Handa <handa@m17n.org>
4983
4984 * international/mule-cmds.el
4985 (set-display-table-and-terminal-coding-system): If the coding
4986 system specified in `unibyte-display' property is different from
4987 the arg coding-system, don't setup standard-display-table.
4988
4989 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
4992 that comments end at \n, regardless of selective-display.
4993
4994 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
4995
4996 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
4997 (gdb-version): New variables.
4998 (gdb-source-file-list, gdb-register-names)
4999 (gdb-changed-registers): New variables for use with GDB 6.4+.
5000 (gdb-ann3): Replace with...
5001 (gdb-init-1, gdb-init-2): ...two new functions.
5002 (gdba, gdb-prompt): Call gdb-init-1.
5003 (gdb-get-version): New function. Call gdb-init-2 from here.
5004 (gud-watch): Make it work with mouse events too.
5005 (gdb-post-prompt): Don't add to queue until GDB version is known.
5006 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5007 (gdb-locals-mode): Use gdb-version.
5008 (gdb-memory-format-map, gdb-memory-unit-map)
5009 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5010 (gdb-locals-font-lock-keywords-1)
5011 (gdb-locals-font-lock-keywords-2): New variables.
5012 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5013 (gdb-set-gud-minor-mode-existing-buffers-1)
5014 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5015 (gdb-var-update-1, gdb-var-update-handler-1)
5016 (gdb-data-list-register-values-handler)
5017 (gdb-data-list-register-values-custom)
5018 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5019 (gdb-stack-list-locals-handler, gdb-get-register-names):
5020 New functions for use with GDB 6.4+.
5021 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5022 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5023 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5024 (gdb-stack-list-locals-regexp)
5025 (gdb-data-list-register-names-regexp): New regexps for use with
5026 GDB 6.4+.
5027
5028 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5031
5032 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5033
5034 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5035 prompts work for AUTH PLAIN. Also reported by Steve Allan
5036 <seallan@verizon.net>.
5037
5038 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5039
5040 * frame.el (set-frame-parameter): Add doc string.
5041
5042 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5043
5044 * textmodes/org.el (org-occur-highlights): New variable.
5045 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5046 (org-highlight-sparse-tree-matches): New option.
5047 (org-do-occur): New function.
5048 (org-get-heading): Make it work also at beginning of line.
5049 (org-category-table): New variable.
5050 (org-get-category-table, org-get-category)
5051 (org-camel-to-words, org-link-search): New functions.
5052 (org-select-this-todo-keyword): New variable.
5053 (org-todo-list): New command.
5054 (org-shiftright, org-shiftleft): New commands.
5055 (org-agenda-todo): Add prefix argument.
5056 (org-show-hierarchy-above): New option.
5057 (org-show-todo-tree): Numerical prefix creates tree for specific
5058 TODO keyword.
5059 (org-outline-level): New function, to assign a level to plain
5060 lists items.
5061 (org-cycle-include-plain-lists): New option.
5062 (org-mode): Use `org-outline-level' as value of `outline-level'.
5063 (org-cycle): Temporarily switch `outline-regexp' if
5064 `org-cycle-include-plain-lists' is non-nil.
5065 (org-start-icalendar-file): Fix format bug.
5066 (org-agenda-get-day-entries): Create category table.
5067 (org-agenda-get-todos, org-agenda-get-timestamps)
5068 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5069 (org-agenda-get-blocks): Use `org-get-category'.
5070 (org-context-in-file-links): Rename from
5071 `org-line-numbers-in-file-links'.
5072
5073 2005-12-06 Romain Francoise <romain@orebokech.com>
5074
5075 * window.el (balance-windows): Delete extraneous third arg in call
5076 to `enlarge-window'.
5077
5078 2005-12-06 Kenichi Handa <handa@m17n.org>
5079
5080 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5081
5082 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5083
5084 * progmodes/gdb-ui.el (gdb-var-create-handler)
5085 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5086 (gdb-var-list-children-handler, gdb-var-update-handler):
5087 Current buffer is already gdb-partial-output-buffer, don't
5088 make it current again.
5089
5090 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5091
5092 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5093 (list-buffers-noselect): Use it.
5094
5095 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5098 (mail-yank-ignored-headers): Use regexp-opt.
5099 (mail-mode-map): Move initialization into declaration.
5100 (mail-sent-via): Remove unused shadowed var `to-line'.
5101 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5102 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5103 (mail-do-fcc): Use dolist and push.
5104 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5105 (mail-yank-ignored-headers): Don't autoload.
5106
5107 2005-12-05 Kenichi Handa <handa@m17n.org>
5108
5109 * international/mule-cmds.el (set-language-info-internal): New fun.
5110 (set-language-info): Call set-language-info-internal to update
5111 language-info-alist. If LANG-ENV is the current one, call
5112 set-language-environment to make INFO effective now.
5113 (set-language-info-alist): Likewise.
5114 (locale-language-names): With locale "en", use English
5115 lang. env. but set the default codings to iso-8859-1.
5116
5117 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5118
5119 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5120 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5121 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5122 for plain strings.
5123 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5124 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5125 Create registers buffer if necessary. Echo new state in minibuffer.
5126 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5127
5128 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5129
5130 * info.el (Info-fontify-node): Match external links using
5131 non-directory part of filename.
5132
5133 2005-12-04 Juri Linkov <juri@jurta.org>
5134
5135 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5136 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5137 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5138 because there is no customization option for it.
5139
5140 * font-lock.el (lisp-font-lock-keywords-1):
5141 Add define-global-minor-mode.
5142
5143 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5144
5145 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5146 properties on the constructed variable names.
5147
5148 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5149 Put `definition-name' properties on the constructed function names
5150 next-sym and prev-sym.
5151
5152 * emacs-lisp/find-func.el (find-function-regexp):
5153 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5154 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5155 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5156 and easy-menu-define.
5157
5158 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5159 easy-mmode-define-global-mode and define-global-minor-mode.
5160 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5161
5162 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5163 instead of easy-mmode-define-global-mode.
5164
5165 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5166 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5167
5168 * cus-edit.el (customize-group, customize-group-other-window):
5169 Filter out autoloaded options from the group completion list by
5170 using heuristics that autoloaded groups don't have `custom-autoload'
5171 property on their symbols (they have only `custom-loads').
5172
5173 * simple.el (completion-setup-function): Put completions-common-part
5174 face on complete completion string too (i.e. completion string
5175 without completions-first-difference face).
5176
5177 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5178
5179 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5180
5181 * view.el (view-mode): Doc fix.
5182
5183 * disp-table.el (standard-display-european): Add to the warning
5184 message a reference to the doc string.
5185
5186 * play/yow.el (apropos-zippy): Call print-help-return-message,
5187 similar to other Help and Apropos commands.
5188
5189 * help.el (print-help-return-message): If pop-up-frames is
5190 non-nil, set up help-return-method to delete the help window and,
5191 possibly, its frame as well, and don't display message about
5192 scrolling the help window. Doc fix.
5193 (help-return-method): Doc fix.
5194
5195 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5196
5197 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5198 whereby names of length one or names starting with a
5199 symbol-constituent character would not be returned.
5200
5201 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5202
5203 * subr.el (atomic-change-group): Add edebug and indentation spec.
5204
5205 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * completion.el (save-completions-file-name): Fix typo in last change.
5208
5209 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5210
5211 * info.el: Move back/forward history to the beginning of the tool bar.
5212
5213 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5214
5215 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5216 Add fset of allout-real-isearch-abort during compile to fix
5217 byte-compilation warnings.
5218 (allout-mode-p): Move definition of this macro above all uses, or
5219 byte compilation in barren emacs (eg, during emacs build) will
5220 lack the definition.
5221 (allout-mode): Move this variable above any uses, or byte
5222 compilation will fail.
5223 (allout-resolve-xref): Remove use of personal file-reference function.
5224 (allout-toggle-current-subtree-encryption): Do the current (ie,
5225 visible containing) topic, rather than nearest around point. Doc fix.
5226 (allout-toggle-subtree-encryption): New function, workhorse that
5227 works on nearest topic containing point.
5228 (allout-encrypt-string): Signal requirement for newer version of pgg.
5229 (allout-resumptions): Doc fix.
5230
5231 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5232
5233 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5234
5235 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5236
5237 * textmodes/flyspell.el (flyspell-external-point-words):
5238 Consider a misspelling as found in the string search if: (a) misspelling
5239 and found string lengths match, or (b) misspelling is found as
5240 element in a boundary-chars separated longer string, or (c)
5241 ispell-program-name is really ispell and misspelling is found as
5242 part of a TeX string. After successful match move beginning of
5243 search region to end of match. Warn about not found misspellings
5244 once the process is done.
5245 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5246
5247 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5248
5249 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5250 tool bar (removed inadvertently).
5251
5252 2005-12-02 Juri Linkov <juri@jurta.org>
5253
5254 * log-view.el (log-view-diff): Clarify doc string.
5255
5256 2005-12-01 Bill Wohler <wohler@newt.com>
5257
5258 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5259 triggers lm-verify errors.
5260
5261 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5262
5263 * simple.el (transient-mark-mode, line-number-mode)
5264 (column-number-mode, size-indication-mode): Remove `:require nil'.
5265
5266 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5267
5268 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5269 in the margin also.
5270 (gdb-breakpoints-mode-map): Use D instead of d for
5271 gdb-delete-breakpoint.
5272 (gdb-get-frame-number): Require a number to match on.
5273 (gdb-threads-mode-map): Add follow-link binding.
5274
5275 2005-11-30 Jason Rumney <jasonr@gnu.org>
5276
5277 * isearch.el (isearch-mode-map): Avoid exiting search on
5278 language-change event.
5279
5280 2005-11-30 Romain Francoise <romain@orebokech.com>
5281
5282 * speedbar.el (speedbar-default-position): New defcustom.
5283 (speedbar-frame-reposition-smartly): Use it.
5284
5285 * dframe.el (dframe-reposition-frame-emacs): Fix position
5286 computation for `left' location.
5287 Update copyright year.
5288
5289 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * help.el (help-map): Move initialization into declaration.
5292
5293 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5294
5295 * help-fns.el (help-argument-name): Don't autoload.
5296 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5297 to be re-loaded when customizing the `help' group.
5298
5299 2005-11-30 John Paul Wallington <jpw@gnu.org>
5300
5301 * help-fns.el (describe-function-1): Fill arglist output.
5302
5303 2005-11-30 Kim F. Storm <storm@cua.dk>
5304
5305 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5306 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5307 after revert-buffer (or anything else which kills all local variables).
5308
5309 * apropos.el (apropos-parse-pattern): Doc fix.
5310 Set apropos-regexp directly, rather than expecting callers to do so.
5311 (apropos-command, apropos, apropos-value, apropos-documentation):
5312 Simplify calls to apropos-parse-pattern.
5313
5314 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5315
5316 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5317 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5318 (hi-lock-write-interactive-patterns): Use comment-region.
5319
5320 * longlines.el (longlines-mode): Add mail-setup-hook.
5321
5322 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5323
5324 * simple.el (sendmail-user-agent-compose, next-line):
5325 Conditionally use hard-newline.
5326
5327 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5328
5329 * international/latexenc.el (latex-inputenc-coding-alist):
5330 Reword doc string.
5331
5332 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5333
5334 * help.el (describe-key-briefly, describe-key): Recognize default
5335 bindings.
5336
5337 2005-11-29 Romain Francoise <romain@orebokech.com>
5338
5339 * view.el (view-inhibit-help-message): New defcustom.
5340 (view-mode-enter): Use it.
5341
5342 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5343
5344 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5345 Preserve user position.
5346
5347 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5348
5349 * font-lock.el: Throw error if facemenu is not loaded to prevent
5350 accidental change of loading order in loadup.el. (Suggested by RMS.)
5351
5352 * loadup.el: Add comment explaining why facemenu must be loaded
5353 before font-lock.
5354
5355 2005-11-28 Jay Belanger <belanger@truman.edu>
5356
5357 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5358 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5359
5360 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5361
5362 * calc/calc-embed.el (calc-do-embedded): Update help message.
5363
5364 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5365
5366 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5369
5370 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5371 called-interactively-p.
5372 (elp-profilable-p): Rename from elp-not-profilable-p.
5373 Invert result and take into account macros and autoloaded functions.
5374 (elp-instrument-function): Update call.
5375 (elp-instrument-package): Update call. Add completion.
5376 (elp-pack-number): Use match-string.
5377 (elp-results-jump-to-definition-by-mouse): Merge into
5378 elp-results-jump-to-definition and then remove.
5379 (elp-output-insert-symname): Make help echo text single-line.
5380
5381 * replace.el (query-replace-map): Move initialization into declaration.
5382 (occur-engine): Use with-current-buffer.
5383 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5384 (occur-mode-mouse-goto): Replace with an alias.
5385
5386 2005-11-28 Juri Linkov <juri@jurta.org>
5387
5388 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5389
5390 * term/w32-win.el: Bind [S-tab] to [backtab].
5391
5392 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5393 `Info-find-file' to t.
5394
5395 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5396 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5397 and same-window-regexps.
5398 (occur-next-error): Don't move point for arg 0.
5399
5400 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
5401
5402 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5403
5404 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * log-edit.el (log-edit-changelog-use-first): New var.
5407 (log-edit-changelog-ours-p): Use it.
5408 (log-edit-insert-changelog): Set it with new arg `use-first'.
5409 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5410 (log-edit-hook): Add them to the list of suggested options.
5411
5412 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5413 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5414 redundant work.
5415 (flyspell-mode-on): Use add-hook for after-change-functions.
5416 (flyspell-mode-off): Use remove-hook for after-change-functions.
5417 (flyspell-changes): Make it buffer-local.
5418 (flyspell-after-change-function): Make it non-interactive. Use push.
5419 (flyspell-post-command-hook): Check input-pending-p while processing
5420 the potentially long list of buffer changes.
5421
5422 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5423
5424 * buff-menu.el (list-buffers-noselect): Display the selected
5425 frame's buffer list, not the global one.
5426
5427 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5428
5429 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5430 that (list last-input-event) works as in interactive spec.
5431
5432 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5433
5434 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5435 `facemenu-keymap' needs to be defined when font-lock is loaded.
5436 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5437
5438 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * completion.el: Remove useless leading * in defcustom docstrings.
5441 (save-completions-file-name): Use ~/.emacs.d if available.
5442 (completion-standard-syntax-table): Rename from
5443 cmpl-standard-syntax-table and fold initialization into declaration,
5444 thus removing cmpl-make-standard-completion-syntax-table.
5445 (completion-lisp-syntax-table, completion-c-syntax-table)
5446 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5447 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5448 (symbol-under-point, symbol-before-point)
5449 (symbol-under-or-before-point, symbol-before-point-for-complete)
5450 (add-completions-from-c-buffer): Use with-syntax-table.
5451 (make-completion): Don't return a list of completion entries.
5452 Update callers.
5453 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5454 (completion-initialize): Rename from initialize-completions.
5455 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5456 (kill-emacs-save-completions): Collect stats here.
5457 (save-completions-to-file, load-completions-from-file):
5458 Use with-current-buffer.
5459 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5460 into a function. Move all calls to toplevel.
5461 (completion-lisp-mode-hook): New fun.
5462 (completion-c-mode-hook, completion-setup-fortran-mode):
5463 Set the syntax-table here. Use local-set-key.
5464 (completion-saved-bindings): New var.
5465 (dynamic-completion-mode): Make it into a proper minor mode.
5466 (load-completions-from-file): Remove unused var `num-uses'.
5467
5468 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5469 constructor if it is explicitly overridden.
5470
5471 * complete.el (PC-completion-as-file-name-predicate):
5472 Use minibuffer-completing-file-name.
5473 (partial-completion-mode): Use find-file-not-found-functions.
5474 (PC-lisp-complete-symbol): Use with-syntax-table.
5475 (PC-look-for-include-file): Remove dead setq.
5476 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5477 (PC-complete): Use with-current-buffer.
5478
5479 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5480 escape single quotes.
5481
5482 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5483
5484 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5485 of `if' whose condition always returned nil. Doc fix.
5486
5487 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5488 window's buffer the current buffer around the call to
5489 `list-buffers-noselect'. This is necessary to mark that buffer
5490 with a `.' in the Buffer Menu when called from Lisp, for instance
5491 by Auto Revert Mode.
5492
5493 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5494
5495 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5496 attaching to it.
5497 (gdb-pre-prompt): Make sure gdb-error is reset.
5498
5499 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5500 with a child process, detect it.
5501 (gud-speedbar-buttons): Match regexp more carefully.
5502
5503 2005-11-27 Richard M. Stallman <rms@gnu.org>
5504
5505 * mouse.el (mouse-drag-move-window-bottom):
5506 Use adjust-window-trailing-edge.
5507
5508 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5509
5510 * simple.el (blink-matching-open): Ignore
5511 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5512 (blink-matching-paren-on-screen): Update docstring.
5513
5514 * paren.el (show-paren-mode): No longer change
5515 `blink-matching-paren-on-screen'.
5516
5517 2005-11-27 John Paul Wallington <jpw@pobox.com>
5518
5519 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5520 (gdb-threads-select, gdb-edit-register-value):
5521 Use `posn-set-point' instead of `mouse-set-point' because the
5522 latter is not fbound when configured without X.
5523
5524 2005-11-27 Kim F. Storm <storm@cua.dk>
5525
5526 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5527 existing face when partially highlighting a TAB in a rectangle.
5528
5529 2005-11-26 Kim F. Storm <storm@cua.dk>
5530
5531 * ido.el (ido-mode-map): Doc fix.
5532 (ido-mode-common-map, ido-mode-file-map)
5533 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5534 (ido-define-mode-map): Rewrite. Select one of the new maps as
5535 parent for ido-mode-map instead of building from scratch.
5536 (ido-init-mode-maps): New defun to initialize new maps.
5537 (ido-mode): Call it.
5538 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5539 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5540
5541 2005-11-26 John Paul Wallington <jpw@pobox.com>
5542
5543 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5544 `mouse-set-point' because the latter is not fbound when configured
5545 without X.
5546
5547 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5548
5549 * files.el (file-relative-name): Doc fix.
5550
5551 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5552
5553 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5554 non-empty string for secondary prompt PS2.
5555
5556 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * progmodes/compile.el (compilation-setup): Fix last change.
5559
5560 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
5561
5562 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5563 (gdb-mouse-toggle-breakpoint-margin)
5564 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5565 Add gdb-server-prefix to keep out of command history.
5566 (gdb-edit-register-value): New function.
5567 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5568 (gdb-info-registers-custom): Use above map.
5569
5570 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * custom.el (enable-theme): Signal error if argument is not a
5573 theme. Don't recalculate a face if it's not loaded yet.
5574
5575 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5576 the `user' theme is in effect.
5577
5578 * info.el (Info-on-current-buffer): Record actual filename in
5579 Info-current-file, instead of t, or a fake filename if a non-file
5580 buffer. Make autoload.
5581 (Info-find-node, Info-revert-find-node): No need to check for
5582 Info-current-file nil.
5583 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5584 Info-current-file is now never `t'.
5585 (Info-fontify-node): Many simplifications due to Info-current-file
5586 always being valid. Use Info-find-file to find node filename.
5587
5588 2005-11-25 David Kastrup <dak@gnu.org>
5589
5590 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5591 new character, then delete" in order to preserve markers.
5592
5593 2005-11-25 David Ponce <david@dponce.com>
5594
5595 * recentf.el (recentf-arrange-by-rule): Handle a special
5596 `auto-mode-alist'-like "strip suffix" rule.
5597 (recentf-build-mode-rules): Handle second level auto-mode entries.
5598
5599 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
5600
5601 * viper-keym.el (viper-ESC-key): Use different values in terminal and
5602 window modes.
5603
5604 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5605 jde-javadoc-checker-report-mode.
5606
5607 * ediff-wind (ediff-make-wide-display): Slight simplification.
5608
5609 * ediff.el (ediff-date): Change the date of last update.
5610
5611 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
5612
5613 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5614 Use define-minor-mode, and make it a local mode. Turn on font-lock.
5615 (hi-lock-mode): New global minor mode.
5616 (turn-on-hi-lock-if-enabled): New function.
5617 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5618 Change arguments to regexp and face instead of a font-lock pattern.
5619 Directly set face property, instead of refontifying.
5620 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5621 (hi-lock-find-patterns): Use line-number-at-pos.
5622
5623 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5624 arguments for hi-lock-set-pattern.
5625 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5626 Call font-lock-fontify-buffer.
5627 (hi-lock-find-file-hook, hi-lock-current-line)
5628 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5629
5630 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5631 turned off.
5632
5633 * progmodes/compile.el (compilation-setup): Don't fiddle with
5634 font-lock-defaults.
5635
5636 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
5637
5638 * progmodes/gdb-ui.el (gdb-var-create-handler)
5639 (gdb-var-list-children-handler): Find values for all variable
5640 objects. gud-speedbar-buttons decides whether to display them.
5641
5642 2005-11-24 Romain Francoise <romain@orebokech.com>
5643
5644 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5645 buffer name with a space.
5646
5647 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
5648
5649 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5650 `org-export-local-list-max-depth'. Change default value to 3.
5651 (org-auto-renumber-ordered-lists)
5652 (org-plain-list-ordered-item-terminator): New options.
5653 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5654 (org-get-indentation, org-get-string-indentation)
5655 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5656 New functions.
5657 (org-move-item-down, org-move-item-up): New commands.
5658 (org-export-as-html): New classes for CSS support. Bug fix in
5659 regular expression detecting fixed-width regions. Respect
5660 `org-local-list-ordered-item-terminator'.
5661 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5662 also a list item.
5663 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5664 New item moving functions.
5665
5666 2005-11-24 Juri Linkov <juri@jurta.org>
5667
5668 * isearch.el (isearch-repeat): With empty search ring set
5669 `isearch-error' to the error string instead of signaling error
5670 with the function `error'.
5671
5672 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5673
5674 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5675
5676 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
5677
5678 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5679 and variable.
5680 (gdb-var-create-handler, gdb-var-list-children-handler):
5681 Don't match on "char **...".
5682 (gdb-var-update-handler): Find values for all variable objects.
5683 (gdb-info-frames-custom): Identify frames by leading "#".
5684
5685 * progmodes/gud.el (gud-speedbar-menu-items): Add
5686 gdb-speedbar-auto-raise as radio button.
5687 (gud-speedbar-buttons): Raise speedbar if requested.
5688 Don't match on "char **...".
5689 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5690 Make it editable.
5691
5692 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
5693
5694 * info.el (Info-fontify-node): Handle the case where
5695 Info-current-file is t.
5696
5697 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5698
5699 * simple.el (blink-matching-open): Fix off-by-one in last change.
5700
5701 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5702
5703 * term/mac-win.el: Don't change default directory.
5704
5705 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5706
5707 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5708 buffers correctly. (It used to throw an error in such buffers.)
5709 Make it ask for confirmation in group buffers and other Custom
5710 buffers containing more than one customization item.
5711
5712 2005-11-22 John Paul Wallington <jpw@gnu.org>
5713
5714 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5715 property on mail and url overlays.
5716 (goto-address-at-point): Use `posn-set-point' instead of
5717 `mouse-set-point' because the latter is not fbound when configured
5718 without X.
5719
5720 2005-11-22 Lars Hansen <larsh@soem.dk>
5721
5722 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5723 (ls-lisp-classify, ls-lisp-format): Delete call to
5724 ls-lisp-parse-symlink.
5725 (ls-lisp-handle-switches): Handle symlinks to directories as
5726 directories when ls-lisp-dirs-first in non-nil.
5727
5728 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5729
5730 * startup.el (command-line): Make sure that loaddefs.el is handled
5731 correctly in load-history.
5732
5733 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
5734
5735 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5736 (gdb-struct-string, gdb-array-string): New constants.
5737 (gdb-info-locals-handler): Use them.
5738 (gdb-reset): Reset gdb-var-list to nil.
5739
5740 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5743 in patterns.
5744
5745 2005-11-21 Juri Linkov <juri@jurta.org>
5746
5747 * custom.el (defcustom): Update link types in docstring.
5748
5749 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5750
5751 * custom.el (defgroup): Add doc-string-elt info.
5752
5753 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5754
5755 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * newcomment.el (comment-enter-backward): Fix last fix.
5758
5759 * simple.el (blink-matching-open):
5760 * paren.el (show-paren-function): Allow new paren-class info.
5761
5762 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5763
5764 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5765 handled automagically.
5766
5767 2005-11-20 Andreas Schwab <schwab@suse.de>
5768
5769 * descr-text.el (describe-char): When copying overlays put them
5770 over the full char description instead of just the first character
5771 of it.
5772
5773 2005-11-20 Juri Linkov <juri@jurta.org>
5774
5775 * simple.el (what-cursor-position):
5776 * descr-text.el (describe-char): Use Lisp-readable syntax
5777 for octal and hex. Reorder decimal, octal and hex values.
5778 Remove excess whitespace in the output. Use `=' in `column='
5779 like in `point=' and `Hscroll='.
5780
5781 * international/mule-cmds.el (encoded-string-description):
5782 Use Lisp-readable syntax for hex.
5783
5784 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * newcomment.el (comment-enter-backward): Handle the case where the
5787 comment is closed by EOB.
5788
5789 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5790
5791 * longlines.el (longlines-before-revert-hook)
5792 (longlines-after-revert-hook): New functions.
5793 (longlines-mode): Turn off longlines temporarily when reverting.
5794 Add a message-setup-hook.
5795 (longlines-decode-buffer): New function.
5796 (longlines-wrap-line): Preserve marker positions.
5797
5798 2005-11-19 Andreas Schwab <schwab@suse.de>
5799
5800 * emacs-lisp/shadow.el: Handle compressed files.
5801
5802 2005-11-19 Romain Francoise <romain@orebokech.com>
5803
5804 * net/browse-url.el (browse-url-default-browser): Signal an error
5805 if no usable browser can be found, rather than try to load w3.
5806
5807 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
5808
5809 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5810 replacing existing properties.
5811 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5812 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5813 tty specs.
5814 (rcirc-server-prefix, rcirc-server): New faces.
5815 (rcirc-url-regexp): Generate with rx macro.
5816 (rcirc-last-server-message-time): New variable.
5817 (rcirc-filter): Record time of last message.
5818 (rcirc-keepalive): Kill processes that did not send a message
5819 since the last ping.
5820 (rcirc-mode): Give rcirc-topic a local binding here.
5821
5822 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5823
5824 * subr.el (read-passwd): Fontify the prompt as we do with other
5825 prompts.
5826
5827 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
5828
5829 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5830 binding buffer-read-only to nil.
5831
5832 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5833
5834 * complete.el (partial-completion-mode):
5835 Mention completion-auto-help in the doc string.
5836
5837 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5838 more Lisp-ish way.
5839
5840 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5841
5842 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5843 digits, not 8, to avoid misalignment for files larger than 100MB.
5844
5845 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5846
5847 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5848 Mention "keyboard shortcuts" in the help text.
5849
5850 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5851
5852 * startup.el (fancy-splash-default-action): Discard only
5853 mouse-down and succeeding mouse-up events in the splash screen
5854 window so that drag-n-drop event can be processed.
5855
5856 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
5857
5858 * longlines.el (longlines-mode): Add hacks for mail-mode and
5859 message-mode.
5860
5861 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
5862
5863 * textmodes/org.el (org-table-sort-lines): New command.
5864 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5865 (org-add-file): Command removed, use `org-agenda-file-to-front'
5866 instead.
5867 (org-export-icalendar): Use `org-icalendar-combined-name'.
5868 (org-cycle-agenda-files, org-agenda-file-to-end)
5869 (org-agenda-file-to-front): New commands.
5870 (org-table-tab-jumps-over-hlines, org-export-html-style):
5871 New options.
5872 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5873 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5874 New functions.
5875 (org-fill-paragraph): Call `org-table-align' in tables.
5876 (org-mode): Call `org-set-autofill-regexps'.
5877 (org-export-as-html): Support for local handformatted lists.
5878 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
5879 (org-export-local-list-max-depth): New option.
5880 (org-html-expand): Use `org-html-protect'.
5881
5882 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
5883
5884 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5885 to "p".
5886 (gdb): Move definition of gud-pp to...
5887
5888 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5889 speedbar.
5890 (gdb-find-watch-expression): New function.
5891
5892 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5893
5894 * faces.el (face-attribute, set-face-attribute): Mention existence
5895 of `:ignore-defface' setting in docstring.
5896
5897 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * simple.el (completion-setup-function): Fix last change.
5900
5901 2005-11-17 John Paul Wallington <jpw@pobox.com>
5902
5903 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5904 Use `posn-set-point' instead of `mouse-set-point' because the
5905 latter is not fbound when configured without X.
5906
5907 * comint.el (comint-insert-input): Likewise.
5908
5909 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5910
5911 * simple.el (hard-newline): New variable.
5912 (sendmail-user-agent-compose, next-line): Use it.
5913
5914 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5915 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5916 (mail-mail-reply-to, mail-mail-followup-to)
5917 (mail-position-on-field, mail-signature, mail-yank-original)
5918 (mail-attach-file): Likewise.
5919
5920 * mail/mailheader.el (mail-header-format)
5921 (mail-header-format-function): Likewise.
5922
5923 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5924
5925 2005-11-17 Juri Linkov <juri@jurta.org>
5926
5927 * font-lock.el (font-lock-faces): Rename this defgroup from
5928 `font-lock-highlighting-faces'.
5929 (font-lock-comment-face, font-lock-comment-delimiter-face)
5930 (font-lock-string-face, font-lock-doc-face)
5931 (font-lock-keyword-face, font-lock-builtin-face)
5932 (font-lock-function-name-face, font-lock-variable-name-face)
5933 (font-lock-type-face, font-lock-constant-face)
5934 (font-lock-warning-face, font-lock-negation-char-face)
5935 (font-lock-preprocessor-face)
5936 (font-lock-regexp-grouping-backslash)
5937 (font-lock-regexp-grouping-construct): Rename :group from
5938 `font-lock-highlighting-faces' to `font-lock-faces'.
5939
5940 * cus-edit.el (lisp, c, tex):
5941 * progmodes/ada-mode.el (ada):
5942 * progmodes/asm-mode.el (asm):
5943 * progmodes/cperl-mode.el (cperl-faces):
5944 * progmodes/cpp.el (cpp):
5945 * progmodes/dcl-mode.el (dcl):
5946 * progmodes/f90.el (f90):
5947 * progmodes/fortran.el (fortran):
5948 * progmodes/icon.el (icon):
5949 * progmodes/idlwave.el (idlwave-misc):
5950 * progmodes/m4-mode.el (m4):
5951 * progmodes/make-mode.el (makefile):
5952 * progmodes/meta-mode.el (meta-font):
5953 * progmodes/modula2.el (modula2):
5954 * progmodes/octave-mod.el (octave):
5955 * progmodes/pascal.el (pascal):
5956 * progmodes/perl-mode.el (perl):
5957 * progmodes/prolog.el (prolog):
5958 * progmodes/ps-mode.el (PostScript-edit):
5959 * progmodes/scheme.el (scheme):
5960 * progmodes/sh-script.el (sh-script):
5961 * progmodes/simula.el (simula):
5962 * progmodes/tcl.el (tcl):
5963 * textmodes/nroff-mode.el (nroff):
5964 * textmodes/reftex-vars.el (reftex-fontification-configurations):
5965 * textmodes/sgml-mode.el (sgml):
5966 * textmodes/texinfo.el (texinfo):
5967 Add :link (custom-group-link font-lock-faces) to defgroup.
5968
5969 * hi-lock.el (hi-lock): Rename this defgroup from
5970 `hi-lock-interactive-text-highlighting'. Change parent group from
5971 `faces' to `font-lock'. Add link to the manual.
5972 (hi-lock-mode, hi-lock-file-patterns-range)
5973 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5974 `hi-lock-interactive-text-highlighting' to `hi-lock'.
5975 (hi-lock-faces): Add :group `faces'.
5976
5977 * cus-edit.el (custom-variable-prompt): Clarify the code.
5978
5979 * faces.el (face-read-string): Set the default value arg of
5980 completing-read.
5981
5982 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
5983
5984 * rfn-eshadow.el (file-name-shadow-properties)
5985 (file-name-shadow-tty-properties, file-name-shadow-mode):
5986 Remove autoloads, because the file is now preloaded.
5987
5988 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * printing.el (easy-menu-intern): Don't define.
5991 (pr-get-symbol): Use easy-menu-intern only if defined.
5992
5993 * simple.el (blink-matching-open): Simplify a bit.
5994 (completion-setup-function): Fix the case of partial-completion-mode
5995 when the minibuffer's contents start with "-".
5996 Obey completion-base-size-function even when
5997 minibuffer-completing-file-name is non-nil.
5998
5999 2005-11-16 Richard M. Stallman <rms@gnu.org>
6000
6001 * net/eudcb-ph.el (eudc-ph-open-session):
6002 Use set-process-query-on-exit-flag.
6003
6004 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6005
6006 * international/ucs-tables.el (ucs-set-table-for-input):
6007 Use make-local-variable, not make-variable-buffer-local.
6008
6009 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6010 Improve warning message text.
6011
6012 * savehist.el (savehist-save-hook): Add :group.
6013
6014 * menu-bar.el (menu-bar-help-menu):
6015 Rename Find Extra Packages to External Packages.
6016
6017 * cus-edit.el (Custom-reset-standard): Verify that
6018 :custom-standard-value prop exists before calling it.
6019
6020 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6021
6022 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6023
6024 * wid-edit.el (color): Enclose %t in %{...%}.
6025
6026 * cus-edit.el (face): Enclose %t in %{...%}.
6027
6028 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6029
6030 * savehist.el (savehist-mode-hook): Re-add the var.
6031 (savehist-mode): Use it.
6032
6033 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * textmodes/flyspell.el: Fix commenting convention.
6036 Remove unnecessary leading * in custom docstrings.
6037 (flyspell-emacs): Remove unused var.
6038 (flyspell-delete-region-overlays): Use remove-overlays.
6039 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6040 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6041 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6042 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6043 (make-flyspell-overlay): Don't locally reuse a global name.
6044 (flyspell-highlight-incorrect-region)
6045 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6046 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6047 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6048 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6049 Wrap calls to accept-process-output inside with-local-quit since it's
6050 often called from a post-command-hook.
6051 (flyspell-correct-word, flyspell-auto-correct-word):
6052 Use ispell-send-string.
6053 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6054
6055 * calendar/diary-lib.el (diary-list-entries): Also hide the
6056 terminating newline.
6057
6058 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6059
6060 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6061 window-system, to allow fonts on tty.
6062
6063 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6064
6065 * progmodes/gud.el (gud-speedbar-item-info): New function.
6066 (gud-install-speedbar-variables): Use it to display data type
6067 of watch expression as a tooltip in speedbar.
6068
6069 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6070
6071 * font-core.el (global-font-lock-mode): Add :version keyword,
6072 because default was changed.
6073
6074 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6075
6076 * startup.el (command-line): Use `custom-reevaluate-setting' for
6077 `file-name-shadow-mode'.
6078
6079 * loadup.el: Preload rfn-eshadow.
6080
6081 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6082 Add :version keyword.
6083 (file-name-shadow-properties, file-name-shadow-tty-properties)
6084 (file-name-shadow): Add :version keyword.
6085
6086 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6087 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6088 in the custom-group property of the symbol frames and the fringe
6089 group got no link to its parent group frames.
6090 Doc fix.
6091
6092 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6093
6094 * progmodes/gud.el (gud-stop-subjob): New function.
6095 (gud-menu-map, gud-tool-bar-map): Use it.
6096
6097 2005-11-16 Kim F. Storm <storm@cua.dk>
6098
6099 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6100 than kill it.
6101 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6102 to a more useful/logical place.
6103
6104 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6105
6106 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6107 go buttons complementary.
6108
6109 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6110
6111 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6112 (rfn-eshadow-sifn-equal): New function.
6113 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6114
6115 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6116
6117 * viper-utils.el (viper-non-word-characters-reformed-vi):
6118 Quote `-' in string.
6119
6120 * viper.el (viper-emacs-state-mode-list): Ensure that
6121 rcirc-mode buffers come up in Emacs state.
6122
6123 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6124 operation.
6125
6126 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6127
6128 * term.el (term-termcap-format): Fix typos.
6129 (term-down): Fix the negative argument case.
6130
6131 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6132
6133 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6134 2005-08-15.
6135 (gdb-ann3): New command gud-go.
6136 (menu): Accomodate gdb-mi.el.
6137 (gdb-assembler-custom): Make buffer of selected window current
6138 so that set-window-point works.
6139
6140 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6141 buttons and include new ones.
6142
6143 2005-11-16 Kim F. Storm <storm@cua.dk>
6144
6145 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6146 (gud-menu-map): Use it.
6147
6148 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6149
6150 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6151 that works correctly for Custom and that does not override a user
6152 who disables it.
6153
6154 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6155 (help-xref-interned, help-follow): Make hyperlinks for variables
6156 that are unbound, but have a non-nil variable-documentation property.
6157
6158 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6159 mode hook. (It conflicted with defcustoms for some mode hooks.)
6160 Use the `variable-documentation' property to give the mode hook a
6161 docstring and expand that docstring.
6162
6163 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6164
6165 * savehist.el (savehist-mode): Don't bother with
6166 `custom-set-minor-mode'.
6167 (savehist-coding-system): Check XEmacs version.
6168 (history-length): Declare also at run time.
6169 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6170 Don't set the customize state.
6171 (savehist-minibuffer-hook): Special case for when
6172 minibuffer-history-variable is equal to t.
6173
6174 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * files.el (write-file): Refresh VC status.
6177
6178 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6179 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6180 than fundamental-mode to see if the mode was set.
6181
6182 2005-11-14 Romain Francoise <romain@orebokech.com>
6183
6184 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6185 dummy function in `eval-when-compile' to avoid compiler warning.
6186 Require `man' at compile time.
6187
6188 2005-11-14 Jay Belanger <belanger@truman.edu>
6189
6190 * calc-alg.el (calcFunc-write-out-power): Rename it to
6191 calcFunc-powerexpand.
6192 (math-write-out-power): Rename it to math-powerexpand; have it
6193 handle negative exponents.
6194 (calc-writeoutpower): Rename it to calc-powerexpand.
6195
6196 * calc-ext.el: Change calcFunc-writeoutpower and
6197 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6198 autoloads.
6199 Add calcFunc-ldiv to autoloads.
6200
6201 * calc-arith.el (calcFunc-ldiv): New function.
6202
6203 * calc.el (calc-left-divide): New function.
6204
6205 2005-11-14 Juri Linkov <juri@jurta.org>
6206
6207 * cus-edit.el (custom-variable-prompt): Set the default value arg
6208 of completing-read.
6209
6210 * cus-dep.el (custom-make-dependencies): Reverse the list of
6211 found dependencies.
6212
6213 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6214
6215 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6216 Highlighting" entry, it is on by default now.
6217 (menu-bar-options-save): Do not save global-font-lock-mode.
6218
6219 2005-11-13 Richard M. Stallman <rms@gnu.org>
6220
6221 * textmodes/flyspell.el (flyspell-large-region):
6222 Call flyspell-accept-buffer-local-defs.
6223
6224 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6225
6226 * textmodes/flyspell.el (flyspell-notify-misspell):
6227 Fix misspelling of "Misspelling".
6228 (flyspell-process-localwords): New function.
6229 (flyspell-large-region): Call flyspell-process-localwords and
6230 flyspell-delete-region-overlays.
6231 (flyspell-delete-region-overlays): New function.
6232 (flyspell-delete-all-overlays): Call that.
6233
6234 2005-11-13 Richard M. Stallman <rms@gnu.org>
6235
6236 * help.el (help-for-help-internal): Improve doc of C-h a.
6237 (describe-key): Improve prompt; doc fix.
6238
6239 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * vc-svn.el (vc-svn-registered): Catch all errors.
6242
6243 * cus-dep.el (custom-make-dependencies): Typo.
6244
6245 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6246
6247 * net/tramp-util.el (top): Fix compilation warning.
6248
6249 2005-11-13 Kim F. Storm <storm@cua.dk>
6250
6251 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6252
6253 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6254
6255 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6256 (gud-speedbar-buttons): Match on "const char *" too.
6257
6258 * progmodes/gdb-ui.el (gdb-var-create-handler)
6259 (gdb-var-list-children-handler): Match on "const char *" too.
6260 (gdb-var-evaluate-expression-handler): Match on empty string.
6261 (gdb-var-update-handler): Only call
6262 gdb-var-evaluate-expression-handler when required.
6263
6264 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6265
6266 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6267 selected window. This still doesn't work for speedbar.
6268 (gud-speedbar-buttons): Handle string expressions properly.
6269
6270 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6271 (gdb-var-create-handler): Handle string expressions properly.
6272 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6273 Handle string expressions properly. Move "type" field into regexp.
6274
6275 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6276
6277 * bookmark.el (bookmark-maybe-message): New function to reduce
6278 code duplication: invokes `message' iff baud-rate is high enough.
6279 (bookmark-write-file): Use above instead of an inline conditional.
6280 (bookmark-load): Same.
6281
6282 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6283
6284 * bookmark.el (bookmark-write-file): Don't visit the destination
6285 file, just write the data to it using write-region. This is
6286 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6287 change to avoid visiting the file in the first place.
6288
6289 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6290
6291 * hi-lock.el (hi-lock-mode): Set the default value of
6292 font-lock-defaults.
6293
6294 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6295
6296 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6297 arg to `file-attributes'.
6298 (find-lisp-format): The UID and GID can now be strings.
6299
6300 2005-11-12 Kim F. Storm <storm@cua.dk>
6301
6302 * help.el (help-map): Bind C-h d to apropos-documentation.
6303
6304 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6305 when point is at end-of-buffer.
6306
6307 * apropos.el (apropos-match-face): Doc fix.
6308 (apropos-sort-by-scores): Add new choice `verbose'.
6309 (apropos-documentation-sort-by-scores): New defcustom.
6310 (apropos-pattern): Now contains the pattern entered by the user.
6311 (apropos-pattern-quoted): New defvar.
6312 (apropos-regexp): New defvar, containing the regexp corresponding
6313 to apropos-pattern.
6314 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6315 (apropos-read-pattern): New defun. Use it to read pattern arg in
6316 interactive calls; returns list of words for a word list, and
6317 string for a regexp.
6318 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6319 parses a list of words or regexp as returned by apropos-read-pattern.
6320 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6321 (apropos-score-doc): Return a very high score if the string
6322 entered by the user matches literally.
6323 (apropos-variable): Doc fix. Use apropos-read-pattern.
6324 (apropos-command): Doc fix. Use apropos-read-pattern and
6325 apropos-parse-pattern. Call apropos-print with nosubst=t.
6326 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6327 apropos-parse-pattern.
6328 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6329 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6330 apropos-documentation-sort-by-scores. Call apropos-print with
6331 nosubst=t.
6332 (apropos-documentation-internal): Pass doc string through
6333 substitute-key-definition before adding text properties.
6334 Highlight substring matching literal user input if possible.
6335 (apropos-documentation-check-doc-file): Remove locals beg and end.
6336 Fix calculation of score (as added twice). Pass doc string through
6337 substitute-key-definition before adding text properties.
6338 (apropos-documentation-check-elc-file): Pass doc string through
6339 substitute-key-definition before adding text properties.
6340 Highlight substring matching literal user input if possible.
6341 (apropos-print): Add new arg NOSUBST; if set, command and variable
6342 doc strings have already been passed through substitute-key-definition.
6343 Add code to handle apropos-accumulator items without score element
6344 for backwards compatibility (e.g. with woman package).
6345 Only show scores if apropos-sort-by-scores is `verbose'.
6346
6347 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6350 Add jka-compr-load-suffixes to load-suffixes.
6351
6352 * jka-compr.el: Require jka-cmpr-hook.
6353 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6354 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6355 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6356 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6357 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6358 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6359 (jka-compr-uninstall): Remove entries from
6360 jka-compr-added-to-file-coding-system-alist after they are used.
6361 (jka-compr-error): Remove unused var `curbuf'.
6362 (jka-compr-file-local-copy): Remove unused var `notfound'.
6363
6364 2005-11-10 Romain Francoise <romain@orebokech.com>
6365
6366 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6367
6368 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6369
6370 * progmodes/gud.el (gud-menu-map): Move parentheses.
6371 (gdb): New command gud-pv.
6372
6373 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * tar-mode.el: Remove spurious or unnecessary leading stars
6376 in docstrings.
6377 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6378 (tar-parse-octal-integer-safe): Use mapc.
6379 (tar-header-block-summarize): Remove unused var `ck'.
6380 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6381 cleared before. Obey default-enable-multibyte-characters.
6382 Use mapconcat. Simplify setting of tar-header-offset.
6383 (tar-mode-map): Move initialization inside delcaration.
6384 (tar-flag-deleted): Use `abs'.
6385 (tar-expunge-internal): Remove unused var `line'.
6386 (tar-expunge-internal): Don't hardcode point-min==1.
6387 (tar-expunge): Widen while doing set-buffer-multibyte.
6388 (tar-rename-entry): Use file-name-coding-system.
6389 (tar-alter-one-field): Don't hardcode point-min==1.
6390 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6391 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6392
6393 2005-11-10 Masatake YAMATO <jet@gyve.org>
6394
6395 * add-log.el (add-log-current-defun): Handle class::method
6396 notation of c++. Fix incorrect comment.
6397
6398 2005-11-10 Alan Mackenzie <acm@muc.de>
6399
6400 * help-fns.el (describe-variable): Make C-h v work when a variable
6401 has variable documentation yet is unbound.
6402
6403 2005-11-10 Masatake YAMATO <jet@gyve.org>
6404
6405 * man.el (Man-highlight-references): Set an empty
6406 string to `Man-arguments' if it is nil.
6407 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6408
6409 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6410
6411 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6412 commenting conventions.
6413
6414 * cus-dep.el (custom-make-dependencies): Simplify.
6415 Better follow the commenting conventions.
6416
6417 2005-11-09 Richard M. Stallman <rms@gnu.org>
6418
6419 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6420 (apropos-orig-pattern): Rename from apropos-orig-regexp.
6421 All uses changed.
6422 (apropos-rewrite-regexp): Doc fix.
6423 (apropos-variable, apropos-command, apropos, apropos-value):
6424 Change prompt; carry through the argument renaming.
6425
6426 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6427
6428 * find-lisp.el: Require dired.
6429 (find-lisp-find-dired-internal): Do not call
6430 `abbreviate-file-name' on DIR.
6431
6432 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
6433
6434 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6435
6436 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
6437
6438 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6439 when using the speedbar.
6440 (gdb): New command gud-pp.
6441 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6442
6443 2005-11-09 Juri Linkov <juri@jurta.org>
6444
6445 * replace.el (occur-excluded-properties): New defcustom.
6446 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6447
6448 2005-11-08 Jay Belanger <belanger@truman.edu>
6449
6450 * calc/calc-units.el (math-convert-units): Replace any composite
6451 unit by its definition.
6452
6453 2005-11-08 Lars Hansen <larsh@soem.dk>
6454
6455 * emacs-lisp/autoload.el (update-directory-autoloads):
6456 Add obsolete function alias.
6457
6458 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6461 comment-indent-function.
6462 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6463
6464 * reveal.el (reveal-post-command): Rework the handling of
6465 reveal-open-spots, so as to be more reliable. There were several
6466 tricky corner cases where an open spot might be lost, or where
6467 a closed spot might end up on the list of open spots.
6468 Only reveal text that's ellipsised.
6469
6470 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6471
6472 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6473
6474 2005-11-07 John Paul Wallington <jpw@gnu.org>
6475
6476 * ibuffer.el (ibuffer): Search iconified frames too when
6477 getting Ibuffer buffer's window.
6478
6479 2005-11-06 Richard M. Stallman <rms@gnu.org>
6480
6481 * progmodes/compile.el (compilation-internal-error-properties):
6482 save-excursion around the computation of MARKER.
6483
6484 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6485
6486 * textmodes/flyspell.el (flyspell-external-point-words):
6487 flyspell-get-word returns a list, not just a string.
6488
6489 2005-11-06 John Paul Wallington <jpw@pobox.com>
6490
6491 * ibuffer.el (ibuffer): Search all visible frames when getting
6492 Ibuffer buffer's window.
6493
6494 2005-11-07 Masatake YAMATO <jet@gyve.org>
6495
6496 * man.el (Man-reference-regexp): Accept spaces between
6497 `Man-name-regexp' and `Man-section-regexp'.
6498 (Man-apropos-regexp): New variable.
6499 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6500 if available.
6501 (Man-highlight-references, Man-highlight-references0):
6502 Handle the case when `Man-arguments' includes "-k".
6503 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6504 `TARGET'. `TARGET' can be a number, function or nil.
6505
6506 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6507
6508 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6509 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6510 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6511 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6512 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6513 (gdb-send-item): Use buffer-local-value and simplify.
6514
6515 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6516
6517 * startup.el (command-line): Use `custom-reevaluate-setting' for
6518 `global-font-lock-mode'.
6519
6520 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6521 by default, except in batch mode or when the -D option is given.
6522
6523 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6524 specified keyword args on to `define-minor-mode'. Update docstring.
6525
6526 2005-11-05 Romain Francoise <romain@orebokech.com>
6527
6528 * replace.el (occur-engine): Add marker at end of line, too.
6529
6530 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6531
6532 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6533 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6534 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6535 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6536 argument to all these routines, so the passphrase can be managed
6537 externally and passed in to the system.
6538 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6539 pgg-add-passphrase-to-cache function.
6540
6541 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6542 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6543 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6544 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6545 argument to all these routines, so the passphrase can be managed
6546 externally and passed in to the system.
6547 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6548 function.
6549
6550 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6551
6552 * font-lock.el: Don't deal with font-lock-face-attributes here,
6553 move the code ...
6554
6555 * startup.el (command-line): ... here. Use face-spec-set instead
6556 of custom-declare-face.
6557
6558 * faces.el (face-spec-set): Reset the face if spec is not nil.
6559
6560 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * newcomment.el (comment-region-internal): Box more tightly in the
6563 common case where there's no TAB in the boxed text.
6564
6565 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6566
6567 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6568 up-node.
6569
6570 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
6571
6572 * newsticker.el: Commentary updated. Code formatting changed.
6573 (newsticker-version): Change to "1.9".
6574 (newsticker, newsticker-feed): Doc fix.
6575 (newsticker-url-list): Doc fix. Add option "Weekly".
6576 (newsticker-retrieval-interval): Add option "Weekly".
6577 (newsticker-headline-processing): Doc fix.
6578 (newsticker-auto-mark-filter): Remove.
6579 (newsticker-auto-mark-filter-list): New.
6580 (newsticker-layout, newsticker-sort-method): Doc fix.
6581 (newsticker-hide-old-items-in-newsticker-buffer)
6582 (newsticker-heading-format, newsticker-item-format)
6583 (newsticker-desc-format): Doc fix.
6584 (newsticker-show-all-rss-elements): Remove.
6585 (newsticker-show-all-news-elements): New.
6586 (newsticker-faces, newsticker-ticker): Doc fix.
6587 (remove-from-invisibility-spec): Code formatting.
6588 (newsticker--process-ids): New.
6589 (newsticker-mode): Doc fix.
6590 (newsticker-mode): Change mode-line-format.
6591 (newsticker-start): Remove debug output.
6592 (newsticker-start-ticker): Doc fix. Add autoload cookie.
6593 (newsticker-w3m-show-inline-images): Code formatting.
6594 (newsticker-next-item): Call `force-mode-line-update'.
6595 (newsticker-previous-item): Call `force-mode-line-update'.
6596 (newsticker-next-feed): Call `force-mode-line-update'.
6597 (newsticker-previous-feed): Call `force-mode-line-update'.
6598 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6599 (newsticker-show-old-items): Do not show descs.
6600 (newsticker-hide-entry): Hide too much.
6601 (newsticker-hide-entry, newsticker-show-entry)
6602 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6603 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6604 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6605 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6606 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6607 (newsticker-get-news): Call `force-mode-line-update'.
6608 Collect process ids.
6609 (newsticker--sentinel): Change coding system handling.
6610 Move image retrieval to new functions newsticker--get-logo-url-*.
6611 Move feed parsing to new functions newsticker--parse-*.
6612 Update list of process ids.
6613 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6614 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6615 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6616 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6617 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6618 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6619 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6620 (newsticker--decode-coding-string): Remove.
6621 (newsticker--decode-numeric-entities): Check input. Format code.
6622 (newsticker--remove-whitespace): Check input.
6623 (newsticker--do-forget-preformatted): Doc fix.
6624 (newsticker--decode-rfc822-date): Allow for missing time.
6625 (newsticker--update-process-ids): New.
6626 (newsticker--image-sentinel): Change comment.
6627 (newsticker--image-read): Change error message.
6628 (newsticker--imenu-goto): Doc fix. Show headline title.
6629 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6630 (newsticker--buffer-do-insert-text): Clean whitespace in
6631 html-rendered headline title. Code formatting.
6632 Call `newsticker--buffer-print-extra-elements'.
6633 (newsticker--buffer-print-extra-element): Remove.
6634 (newsticker--buffer-print-extra-elements): New.
6635 (newsticker--buffer-do-print-extra-element): New.
6636 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6637 large sizes.
6638 (newsticker--run-auto-mark-filter)
6639 (newsticker--do-run-auto-mark-filter):
6640 Use `newsticker-auto-mark-filter-list'.
6641
6642 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
6643
6644 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6645 (rcirc-print): Force redisplay before running hooks. Do long
6646 buffer truncation after making new text read-only. Deal with nil
6647 text when decoding strings. If TARGET is nil, use either the
6648 currently selected buffer, if it is an rcirc buffer and of the
6649 same process or the process buffer.
6650 (rcirc-mode): Remove header-line. Recompute short buffer names.
6651 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6652 (rcirc-short-buffer-name): Add variable.
6653 (rcirc-kill-buffer-hook): Recompute short buffer names.
6654 Remove nick from private channel.
6655 (rcirc-send-input): Send command text to current-buffer.
6656 Don't clear overlay arrow here.
6657 (rcirc-short-buffer-name): Return a short buffer name.
6658 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6659 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6660 buffer-name abbreviations.
6661 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6662 Do not touch nick-table when killing a parted channel.
6663 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6664 Clear arrow from current buffer if it is now hidden.
6665 (rcirc-current-buffer): Add variable.
6666 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6667 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6668 Remove -face from names.
6669 (rcirc-update-activity-string): Print "DND" when globally ignoring
6670 activity.
6671 (rcirc-ignore-buffer-activity-flag): Rename from
6672 rcirc-ignore-channel-activity.
6673 (rcirc-ignore-all-activity-flag): Doc fix.
6674 (rcirc-channels): Remove variable.
6675 (rcirc-kill-buffer-hook):
6676 (rcirc-get-buffer-create): Add nick to private channel.
6677 (rcirc-multiline-edit-submit): Remove tabs.
6678 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6679 folded.
6680 (rcirc-remove-nick-channel): Bug fix.
6681 (rcirc-toggle-ignore-buffer-activity): Rename from
6682 rcirc-toggle-ignore-channel-activity.
6683 (rcirc-record-activity): Add buffers to the front of the list.
6684 (rcirc-update-activity): Remove killed buffers from list.
6685 (rcirc-process-server-response-1): Remove last argument if it is
6686 null before calling handler.
6687 (rcirc): Add "rcirc" defcustom prefix.
6688 (rcirc-prompt): Simplify default prompt.
6689 Use custom-initialize-default.
6690 (rcirc-private-chats): Remove variable.
6691 (rcirc-prompt): Change initialization.
6692 (rcirc-version): Remove function.
6693 (rcirc-id-string): Add constant.
6694 (rcirc-last-buffer): Remove variable.
6695 (rcirc-buffer-alist): Add variable.
6696 (rcirc-connect): Update variable setup.
6697 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6698 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6699 default.
6700 (rcirc-handler-generic): Trigger activity.
6701 (rcirc-send-message): Create the buffor of the target.
6702 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6703 (rcirc-get-buffer): Just return nil if there is no matching buffer.
6704 (rcirc-multiline-edit-cancel): Remove function.
6705 (rcirc-set-last-buffer): Remove function.
6706 (rcirc-get-any-buffer): Add function.
6707 (rcirc-join-channels): Don't print /join text.
6708 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6709 messages.
6710 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6711 (rcirc-handler-NOTICE): Recognize CTCP responses.
6712 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6713 constructing TOPIC string for buffers we are not JOINed.
6714 (rcirc-handler-CTCP-response): Add handler.
6715 (rcirc-multiline-edit-submit): Restore the window-configuration
6716 before adjusting point.
6717 (rcirc): Add customization group.
6718 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6719 (rcirc-user-full-name, rcirc-startup-channels-alist)
6720 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6721 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6722 (rcirc-input-ring-size, rcirc-read-only-flag)
6723 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6724 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6725 Change defvar to defcustom.
6726 (rcirc-update-prompt): Add optional ALL arg, which will update
6727 prompts in all rcirc buffers. Regexp quote replacement text.
6728 (rcirc-fill-column): Accept frame-width as a value.
6729 (rcirc-set-changed): Add function.
6730 (rcirc-next-active-buffer): Write more meaningful messages.
6731 (rcirc-faces): Add customization group.
6732 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6733 (rcirc-nick-in-message-face, rcirc-prompt-face)
6734 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6735 (with-rcirc-process-buffer): Move before first usage.
6736 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6737 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6738 (rcirc-debug): Rename from `rcirc-log'.
6739 (rcirc-format-response-string): Do not print `-' chars for a
6740 NOTICE with no sender. Simplify output of server responses.
6741
6742 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6743
6744 (rcirc-browse-url-map, rcirc-browse-url-at-point)
6745 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6746 Make urls mouse and RET clickable.
6747
6748 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6749
6750 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6751
6752 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6753
6754 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6755 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6756 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6757 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6758 argument to all these routines, so the passphrase can be managed
6759 externally and passed in to the system.
6760 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6761 pgg-add-passphrase-to-cache function.
6762
6763 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6764 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6765 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6766 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6767 argument to all these routines, so the passphrase can be managed
6768 externally and passed in to the system.
6769 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6770 function.
6771
6772 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6773
6774 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6775 from goto-address-url-regexp.
6776
6777 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
6778
6779 * textmodes/org.el (org-read-date, org-goto-calendar)
6780 (org-recenter-calendar, org-agenda-goto-calendar):
6781 Temporarily clear `calendar-move-hook'.
6782
6783 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
6784
6785 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6786 merging.
6787
6788 * ediff-util.el (ediff-previous-difference): Don't skip regions that
6789 have merge clashes.
6790
6791 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6792
6793 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6794 Undo previous change.
6795
6796 * startup.el (command-line): Use `custom-reevaluate-setting' for
6797 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6798 tty-register-default-colors on Mac.
6799
6800 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6801
6802 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6803 (gdb-buffer-type): Make it automatically buffer local...
6804 (gdb-get-create-buffer): ...and set it accordingly.
6805 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6806 actually work.
6807
6808 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6809
6810 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6811 not red.
6812
6813 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6814
6815 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6816 case GUD buffer is not visible.
6817 (gdb-goto-breakpoint): Try to force display in source buffer.
6818 (gdb-frame-gdb-buffer): Copy other similar functions.
6819 (gdb-restore-windows): Don't display source if not asked for.
6820 (gdb-assembler-buffer-name): Don't capitalise.
6821
6822 2005-11-03 Richard M. Stallman <rms@gnu.org>
6823
6824 * wid-edit.el (key-sequence): New widget type.
6825
6826 * simple.el (set-mark-command-repeat-pop): New variable.
6827 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6828 if set-mark-command-repeat-pop is true.
6829
6830 * info.el (Info-fontify-node): Don't display extra "see" if there
6831 already is one here.
6832
6833 * mouse.el: Fix special handling of DEL after dragging a region:
6834 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6835 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
6836
6837 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6838
6839 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6840 not to assume it pertains to an affix.
6841
6842 * textmodes/flyspell.el (flyspell-post-command-hook):
6843 Bind deactivate-mark to prevent deactivation.
6844
6845 2005-11-03 Lars Hansen <larsh@soem.dk>
6846
6847 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6848 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6849 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6850
6851 2005-11-03 Romain Francoise <romain@orebokech.com>
6852
6853 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6854 Update copyright years.
6855
6856 2005-11-03 Sam Steingold <sds@gnu.org>
6857
6858 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6859 Use system-type instead of window-system because window-system is not
6860 correctly defined during loadup.
6861
6862 2005-11-02 Mark A. Hershberger <mah@everybody.org>
6863
6864 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6865 (xml-parse-tag): Join strings separated by a comment properly.
6866
6867 2005-11-02 Andreas Schwab <schwab@suse.de>
6868
6869 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6870
6871 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6872
6873 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6874 (byte-optimize-pure-func): Quote the eval'd value.
6875
6876 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6877 Rename from perl-font-lock-syntactic-face-function.
6878 Change the calling convention so it can be used as a font-lock MATCHER.
6879 Do the parse-partial-sexp loop outselves.
6880 (perl-font-lock-syntactic-keywords): Use it.
6881 (perl-mode): Don't set font-lock-syntactic-face-function any more.
6882
6883 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
6884
6885 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6886 disassembly buffer too.
6887 (gdb-exited): Remove overlay arrows when execution has finished.
6888 (gdb-info-frames-custom, gdb-info-threads-custom)
6889 (gdb-info-registers-custom): Don't add inappropriate text
6890 properties if inferior is not active.
6891
6892 2005-11-02 Glenn Morris <rgm@gnu.org>
6893
6894 * progmodes/fortran.el (fortran-blink-match):
6895 Use `blink-matching-delay'.
6896
6897 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
6898
6899 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6900
6901 2005-11-02 Lars Hansen <larsh@soem.dk>
6902
6903 * net/tramp.el (tramp-action-out-of-band): Handle scp message
6904 "Permission denied".
6905
6906 2005-11-01 Richard M. Stallman <rms@gnu.org>
6907
6908 * textmodes/flyspell.el (flyspell-external-point-words):
6909 Pass nil to flyspell-get-word.
6910
6911 2005-11-02 Kim F. Storm <storm@cua.dk>
6912
6913 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6914 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6915
6916 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6919 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6920 (calendar-mouse-print-dates): Add optional `event' argument.
6921 Update interactive-spec.
6922 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6923 Use `calendar-event-to-date' instead of `event'.
6924
6925 2005-11-02 Masatake YAMATO <jet@gyve.org>
6926
6927 * progmodes/ld-script.el (ld-script-builtins):
6928 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6929 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6930 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6931
6932 2005-11-01 Romain Francoise <romain@orebokech.com>
6933
6934 * vc-sccs.el: Update copyright year.
6935 * ezimage.el: Likewise.
6936
6937 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
6938
6939 * info.el (Info-fontify-node): Use `string-width' for fontifying
6940 underlined titles.
6941
6942 2005-11-01 Juri Linkov <juri@jurta.org>
6943
6944 * info.el (Info-fontify-node): Downcase node header keywords Node,
6945 Prev, Next, Up before comparison.
6946 (Info-history): Insert absolute directory name, and put invisible
6947 property on it.
6948
6949 2005-11-01 Juri Linkov <juri@jurta.org>
6950
6951 * info.el (Info-file-supports-index-cookies): New variable.
6952 (Info-find-node-2): Check makeinfo version for index cookie support.
6953 (Info-index-nodes): Search for nodes with index cookies only when
6954 Info-file-supports-index-cookies is t. Otherwise, search nodes
6955 with "Index" in the node name.
6956 (Info-index-node): Search index cookie in the current node only when
6957 Info-file-supports-index-cookies is t. Otherwise, check the word
6958 "Index" in the node name.
6959 (Info-find-emacs-command-nodes): Remove code that searches nodes
6960 with "Index" node name in the top menu.
6961
6962 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * progmodes/scheme.el (scheme-mode-variables): Use the default
6965 comment-indent-function.
6966
6967 * faces.el (face-attribute): Handle the case where a face inherits from
6968 a non-existent face.
6969
6970 * simple.el (eval-expression-print-format): Use lisp-readable syntax
6971 for octal and hexa output, and merge the char into the paren.
6972 (kill-new): Use push.
6973 (copy-to-buffer): Use with-current-buffer.
6974 (completion-setup-function): Move code in loop to remove redundancy.
6975 (minibuffer-local-must-match-map): Don't add bindings that duplicate
6976 those inherited from minibuffer-local-completion-map.
6977
6978 * savehist.el (savehist-mode) <defcustom>:
6979 Use custom-set-minor-mode if available.
6980 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6981 and emit a message if applicable.
6982
6983 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
6984
6985 * savehist.el: Sync up to version 19.
6986 (savehist-mode): New minor mode.
6987 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
6988 (savehist-length): Remove (use history-length instead).
6989 (savehist-file-modes): Rename from savehist-modes.
6990 (savehist-save-hook, savehist-loaded): New vars.
6991 (savehist-load): Use savehist-mode. Try to smooth up transition from
6992 old format to new format.
6993 (savehist-install): Allow savehist-autosave-interval to be nil.
6994 (savehist-save): Run the new hook. Be more careful to only trim the
6995 history variables.
6996 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
6997 (savehist-printable): Print into a buffer rather than char-by-char.
6998
6999 2005-11-01 John Wiegley <johnw@newartisans.com>
7000
7001 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7002 toggle-ignore keybinding (C-a). The author said it had been
7003 disabled much earlier due to a possible incompatibility, but after
7004 many months of usage I have encountered no problems (and it is a
7005 rather useful option, especially for switching to " *temp*").
7006
7007 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7008 support for OS/X's AddressBook, by calling out to the open source
7009 program "contacts" (installable through Fink).
7010
7011 * net/eudc.el (eudc-expand-inline): If the
7012 `eudc-multiple-match-handling-method' is set to `all', delete the
7013 query string before inserting the query result.
7014
7015 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7016 flag, to prevent Eshell from using the system ls when
7017 `eshell-ls-insert-directory' is in used.
7018 (eshell-ls-insert-directory): Disable font-lock in directory
7019 buffer so that Eshell's own fontification is seen. This broke
7020 recently due to changes in font-lock, so this goes back to version
7021 21 behavior.
7022
7023 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7024
7025 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7026 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7027 (gdb-many-windows): Doc fix.
7028
7029 2005-10-31 Romain Francoise <romain@orebokech.com>
7030
7031 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7032
7033 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7034
7035 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7036 that global-font-lock-mode can be enabled by default.
7037
7038 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7039 (font-lock-add-keywords, font-lock-remove-keywords)
7040 (font-lock-fontify-buffer): Remove autoload cookies.
7041
7042 * jit-lock.el (jit-lock-register): Likewise.
7043
7044 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7045
7046 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7047
7048 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7049 intact if there is no gud-comint-buffer.
7050
7051 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7052
7053 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7054 old prompt comint-prompt-read-only is t and GDB commands are
7055 issued from tool bar etc.
7056
7057 2005-10-31 Masatake YAMATO <jet@gyve.org>
7058
7059 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7060
7061 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7062
7063 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7064 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7065
7066 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7067
7068 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7069 starting at beginning of line. Fontification is messed up when
7070 `open-paren-in-column-0-is-defun-start' set to t.
7071 Reported by John Paul Wallington <jpw@pobox.com>.
7072
7073 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7074
7075 * comint.el (comint-send-input): Call `comint-update-fence' when
7076 `comint-process-echoes' and `comint-prompt-read-only' are both
7077 non-nil, to avoid leftover read-only newline.
7078
7079 2005-10-30 Richard M. Stallman <rms@gnu.org>
7080
7081 * textmodes/flyspell.el (flyspell-external-point-words):
7082 Detect when WORD can't be checked properly because
7083 flyspell-get-word finds just part of it, and move on.
7084
7085 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7086 boundarychar for Polish.
7087 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7088 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7089
7090 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7091
7092 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7093 (gdb-registers-font-lock-keywords): Delete.
7094 (gdb-registers-mode): Don't fontify.
7095 (gdb-info-registers-custom): Use text properties instead as, in
7096 future, changed register values will use font-lock-warning-face.
7097 (gdb-local-font-lock-keywords): Rename to...
7098 (gdb-locals-font-lock-keywords): ...for consistency.
7099
7100 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7101
7102 * vc.el (vc-switch-backend): Better error message if the buffer is
7103 not visiting a file under version control.
7104
7105 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7106
7107 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7108
7109 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7110 ~/.emacs.d/.emacs.
7111
7112 2005-10-29 Richard M. Stallman <rms@gnu.org>
7113
7114 * replace.el (occur-mode-mouse-goto): Always go to other window.
7115 (occur-mode-goto-occurrence): Always switch in same window.
7116
7117 * simple.el (undo): Display message at end, not at start.
7118
7119 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7120 New arg REUSE-CELL.
7121 (cancel-timer-internal): New function.
7122 (timer-event-handler): Use cancel-timer-internal,
7123 and pass the cell it returns to timer-activate...
7124
7125 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7126 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7127 (jit-lock-after-change): Test memory-full.
7128
7129 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7130
7131 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7132 part of the decoded armor to find the key-identifier.
7133 (pgg-gpg-lookup-key-owner): New function to return the
7134 human-readable identifier of a key owner.
7135 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7136 key itself.
7137 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7138 the key value) if we have a key and can match it against a secret
7139 key. Also, added a note pointing out fact that the prompt only
7140 indicates the first matching key.
7141
7142 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7143 pgg-decrypt-region.
7144 (pgg-pending-timers): A new hash for tracking the passphrase cache
7145 timers, so that new ones supercede old ones.
7146 (pgg-add-passphrase-to-cache): Rename from
7147 `pgg-add-passphrase-cache' to reduce confusion (all callers
7148 changed). Modified to cancel old timers when new ones are added.
7149 (pgg-remove-passphrase-from-cache): Rename from
7150 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7151 changed). Modified to cancel old timers when their keys are
7152 removed from the cache.
7153 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7154 XEmacs, an indirection to delete-itimer.
7155 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7156 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7157 users can only check cache without risk of prompting. Correct bug in
7158 notruncate behavior.
7159 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7160 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7161 Add informative docstrings.
7162 (pgg-decrypt): Convey provided passphrase in subordinate call to
7163 pgg-decrypt-region.
7164
7165 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7166 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7167 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7168 `passphrase' argument, so the passphrase can be managed externally
7169 and then passed in to the system.
7170
7171 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7172 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7173 so the passphrase cache can be used reliably with identifiers
7174 besides a pgp packet's key id.
7175
7176 * pgg-gpg.el (pgg-pgp-encrypt-region)
7177 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7178 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7179 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7180 argument to all these routines, so the passphrase can be managed
7181 externally and passed in to the system.
7182
7183 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7184 `notruncate' argument, so the passphrase cache can be used
7185 reliably with identifiers besides a pgp packet's key id.
7186
7187 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7188
7189 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7190 symmetric encryption.
7191 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7192 encrypted session key.
7193 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7194 message ask for the passphrase in a proper way.
7195
7196 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7197 New user commands for symmetric encryption.
7198
7199 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7200
7201 * textmodes/conf-mode.el (conf-assignment-sign)
7202 (conf-assignment-regexp): Fix docstrings.
7203 (conf-mode-initialize): New function.
7204 (conf-mode): Remove optional args. Use delay-mode-hooks to
7205 recognize recursive calls.
7206 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7207 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7208 (conf-xdefaults-mode): Use define-derived-mode and
7209 conf-mode-initialize.
7210
7211 2005-10-29 Romain Francoise <romain@orebokech.com>
7212
7213 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7214
7215 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7216
7217 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7218 part of the decoded armor to find the key-identifier.
7219 (pgg-gpg-lookup-key-owner): New function to return the
7220 human-readable identifier of a key owner.
7221 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7222 key itself.
7223 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7224 the key value) if we have a key and can match it against a secret
7225 key. Also, added a note pointing out fact that the prompt only
7226 indicates the first matching key.
7227
7228 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7229 pgg-decrypt-region.
7230 (pgg-pending-timers): A new hash for tracking the passphrase cache
7231 timers, so that new ones supercede old ones.
7232 (pgg-add-passphrase-to-cache): Rename from
7233 `pgg-add-passphrase-cache' to reduce confusion (all callers
7234 changed). Modified to cancel old timers when new ones are added.
7235 (pgg-remove-passphrase-from-cache): Rename from
7236 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7237 changed). Modified to cancel old timers when their keys are
7238 removed from the cache.
7239 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7240 XEmacs, an indirection to delete-itimer.
7241 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7242 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7243 users can only check cache without risk of prompting. Correct bug in
7244 notruncate behavior.
7245 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7246 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7247 Add informative docstrings.
7248 (pgg-decrypt): Convey provided passphrase in subordinate call to
7249 pgg-decrypt-region.
7250
7251 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7252
7253 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7254 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7255 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7256 `passphrase' argument, so the passphrase can be managed externally
7257 and then passed in to the system.
7258
7259 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7260 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7261 so the passphrase cache can be used reliably with identifiers
7262 besides a pgp packet's key id.
7263
7264 * pgg-gpg.el (pgg-pgp-encrypt-region)
7265 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7266 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7267 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7268 argument to all these routines, so the passphrase can be managed
7269 externally and passed in to the system.
7270
7271 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7272 `notruncate' argument, so the passphrase cache can be used
7273 reliably with identifiers besides a pgp packet's key id.
7274
7275 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7276
7277 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7278 symmetric encryption.
7279 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7280 encrypted session key.
7281 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7282 message ask for the passphrase in a proper way.
7283
7284 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7285 New user commands for symmetric encryption.
7286
7287 2005-10-28 Bill Wohler <wohler@newt.com>
7288
7289 * help-mode.el (help-url): New button type. Calls browse-url.
7290 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7291 Similar to Info nodes: URL `url'.
7292 (help-make-xrefs): Create help-url buttons for
7293 help-xref-url-regexp matches.
7294
7295 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7296
7297 * tool-bar.el (tool-bar-add-item-from-menu)
7298 (tool-bar-local-item-from-menu): Fix doc strings.
7299
7300 2005-10-28 Romain Francoise <romain@orebokech.com>
7301
7302 * ldefs-boot.el: Update.
7303
7304 * subr.el (locate-library): Move from help-fns.el.
7305 * help-fns.el (locate-library): Move to subr.el.
7306
7307 2005-10-28 Richard M. Stallman <rms@gnu.org>
7308
7309 * net/tramp.el (tramp-completion-mode): defvar moved up.
7310
7311 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7312
7313 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7314
7315 * files.el (find-file-noselect): Use %d to format large file size.
7316
7317 * bindings.el (mode-line-format): Add %e.
7318
7319 * loadup.el ("facemenu"): Load unconditionally.
7320 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7321 ("x-dnd"): Load, when appropriate.
7322
7323 * startup.el (command-line): Call before-init-hook earlier.
7324 Warn about some bad characters in -u user name.
7325
7326 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7327 (flyspell-external-point-words): Error if misspelled word is not found.
7328 Set flyspell-large-region-beg at end of word.
7329
7330 2005-10-28 Andreas Schwab <schwab@suse.de>
7331
7332 * view.el (View-revert-buffer-scroll-page-forward):
7333 Use view-page-size-default.
7334
7335 2005-10-28 Juri Linkov <juri@jurta.org>
7336
7337 * international/quail.el (quail-get-current-str): Translate last
7338 raw character for deterministic input methods.
7339
7340 2005-10-27 Jay Belanger <belanger@truman.edu>
7341
7342 * calc/calc-ext.el: Add functions to autoloads.
7343 (math-identity-matrix-p, math-ident-row-p): New functions.
7344
7345 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7346 multiplication by an identity matrix; don't turn multiplication by
7347 an inverse matrix into division.
7348 (math-div-symbol-fancy): Replace division by matrices with
7349 multiplication by inverse.
7350
7351 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7352
7353 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7354 (calc-writeoutpower): New functions.
7355
7356 2005-10-27 Romain Francoise <romain@orebokech.com>
7357
7358 * replace.el (occur-engine): Include colon in mouse-face highlight.
7359
7360 * dired-x.el: Change Maintainer field.
7361
7362 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7363
7364 * longlines.el (longlines-mode): Bind after-change-functions to
7365 nil during initial decoding and final encoding.
7366
7367 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7368
7369 * term.el (term-emulate-terminal, term-handle-colors-array)
7370 (term-handle-ansi-escape): Specify the terminfo capabilities
7371 implemented.
7372
7373 2005-10-26 Richard M. Stallman <rms@gnu.org>
7374
7375 * info.el (Info-fontify-node): Fix detection of sentence-break
7376 before *Note.
7377
7378 2005-10-26 Romain Francoise <romain@orebokech.com>
7379
7380 * smerge-mode.el: Add `tools' to file keywords.
7381
7382 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
7383
7384 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7385 when the fringe is not available.
7386
7387 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7388 (def-gdb-auto-update-trigger): Simplify construction.
7389 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7390 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7391 defined explicitly.
7392 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7393 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7394 defined explicitly.
7395 (gdb-info-locals-custom): Remove as it's a no-op.
7396
7397 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * longlines.el (longlines-mode): Remove narrowing before
7400 performing the initial decoding or final encoding.
7401
7402 2005-10-25 Romain Francoise <romain@orebokech.com>
7403
7404 * emacs-lisp/find-func.el (find-library-name): Also strip
7405 extension if library name ends in .el, to take advantage of
7406 `find-library-suffixes'.
7407
7408 2005-10-25 Richard M. Stallman <rms@gnu.org>
7409
7410 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7411
7412 2005-10-25 Juri Linkov <juri@jurta.org>
7413
7414 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7415 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7416
7417 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7420 (blackbox-redefine-key): Add argument `map'.
7421
7422 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7423 regions when moving the jit-lock-context-unfontify-pos boundary.
7424
7425 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7426
7427 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7428
7429 2005-10-25 Masatake YAMATO <jet@gyve.org>
7430
7431 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7432
7433 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7434
7435 * play/blackbox.el (blackbox-redefine-key): New function.
7436 (blackbox-mode-map): Use it to remap existing bindings for cursor
7437 motion instead of binding literal keys.
7438
7439 2005-10-25 Glenn Morris <rgm@gnu.org>
7440
7441 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7442 diary does not end in a newline. Do not assume a blank line at
7443 the start of the diary file.
7444
7445 2005-10-25 Kenichi Handa <handa@m17n.org>
7446
7447 * international/quail.el (quail-translate-key): If the input
7448 method is deterministic and failed to handle the last key, restart
7449 the key handling loop from an appropriate key.
7450
7451 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * vc.el (vc-dired-mode): Extend comment for binding of
7454 `directory-listing-before-filename-regexp'.
7455
7456 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * textmodes/texinfo.el (texinfo-mode):
7459 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7460 not to unnecessarily expose emacs-mule's internal char codes.
7461
7462 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7463
7464 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7465 Display hand pointer and help-echo on disabled icon too.
7466 (gdb-mouse-until): New function.
7467 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7468
7469 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7470
7471 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7472 with 2005-10-23 change to doctor.el.
7473
7474 * finder.el (finder-mode-map): Add follow-link binding.
7475
7476 2005-10-25 Kim F. Storm <storm@cua.dk>
7477
7478 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7479 to gdb-mouse-toggle-breakpoint-fringe.
7480 (gdb-mouse-toggle-breakpoint-margin): Rename from
7481 gdb-mouse-toggle-breakpoint. Fix doc.
7482 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7483 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7484 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7485 string properties also for fringe breakpoint bitmaps.
7486
7487 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7488
7489 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7490
7491 2005-10-25 Masatake YAMATO <jet@gyve.org>
7492
7493 * simple.el (completion-common-substring):
7494 Use `completion-common-substring' prior to `completion-base-size'.
7495
7496 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7497
7498 * savehist.el: Require CL while compiling.
7499 (savehist-history-variables): Remove.
7500 (savehist-save-minibuffer-history, savehist-additional-variables)
7501 (savehist-minibuffer-history-variables): New vars.
7502 (savehist-save): Use them.
7503 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7504 (savehist-install): New fun, extracted from savehist-load.
7505 (savehist-load): Use them.
7506
7507 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7510 a dummy doc-string-elt property.
7511 (defalias, defvaralias, define-category): Add a docstring property.
7512
7513 * image.el (defimage):
7514 * widget.el (define-widget):
7515 * custom.el (defface, defcustom): Add `doc-string' declaration.
7516
7517 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7518 (defadvice): Add `doc-string' declaration.
7519
7520 * emacs-lisp/byte-run.el (macro-declaration-function):
7521 Handle `doc-string' declarations.
7522 (define-obsolete-function-alias, define-obsolete-variable-alias):
7523 Add `doc-string' declaration.
7524
7525 2005-10-24 Kenichi Handa <handa@m17n.org>
7526
7527 * international/utf-7.el (utf-7): Add autoload cookie.
7528
7529 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7530
7531 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7532
7533 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7534 list of directories passed to batch-update-autoloads. Add "." to
7535 the list of the echoed directories.
7536
7537 * pgg-def.el:
7538 * pgg-gpg.el:
7539 * pgg-parse.el:
7540 * pgg-pgp.el:
7541 * pgg-pgp5.el:
7542 * pgg.el: Moved here from the gnus subdirectory.
7543
7544 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7545
7546 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7547 in case comint-prompt-read-only is set to t.
7548
7549 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7550 in case comint-prompt-read-only is set to t.
7551
7552 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7553
7554 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7555 Now a string.
7556 (icalendar-import-format): Handle CLASS, STATUS, URL.
7557 Rename `subject' to `summary'.
7558 (icalendar-import-format-summary): Rename from
7559 `icalendar-import-format-subject'.
7560 (icalendar-import-format-url, icalendar-import-format-status)
7561 (icalendar-import-format-class): New variables.
7562 (icalendar--rris): Take variable argument list.
7563 (icalendar--datestring-to-isodate): Remove unnecessary
7564 calendar-style check when converting dates with explicit month names.
7565 (icalendar-export-region): Change return type of conversion
7566 subroutines. Bury current buffer unless error occurred.
7567 (icalendar--convert-to-ical)
7568 (icalendar--parse-summary-and-rest): New functions.
7569 (icalendar--convert-ordinary-to-ical)
7570 (icalendar--convert-weekly-to-ical)
7571 (icalendar--convert-yearly-to-ical)
7572 (icalendar--convert-block-to-ical)
7573 (icalendar--convert-cyclic-to-ical)
7574 (icalendar--convert-anniversary-to-ical): Change return type.
7575 Strip trailing blanks from subject.
7576 (icalendar--convert-sexp-to-ical): Change return type.
7577 Strip trailing blanks from subject. Handle simple sexp
7578 entries as generated by icalendar.el.
7579 (icalendar--convert-float-to-ical)
7580 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7581 (icalendar-import-file): Doc fix.
7582 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7583 Correct call to icalendar--rris.
7584 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7585 `summary'.
7586 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7587
7588 2005-10-24 Romain Francoise <romain@orebokech.com>
7589
7590 * server.el (server-sentinel): Set query-on-exit flag to nil on
7591 new client processes (it isn't inherited from the server process).
7592
7593 * replace.el (occur-engine): Rearrange text properties.
7594
7595 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7598 case-fold-search is nil.
7599 (debug-help-follow): Use help-xref-interned directly.
7600
7601 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7602
7603 * thumbs.el (thumbs-image-type): Add .pbm.
7604
7605 2005-10-23 Richard M. Stallman <rms@gnu.org>
7606
7607 * faces.el (inhibit-face-set-after-frame-default): New variable.
7608 (set-face-attribute): Bind it.
7609 (face-set-after-frame-default): Test it.
7610
7611 * help-fns.el (describe-simplify-lib-file-name): New function.
7612 (describe-function-1, describe-variable): Use it.
7613
7614 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7615
7616 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7617 Eliminate nil as possible value.
7618 (tooltip-hide-delay): Reduce internal-border-width.
7619
7620 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7621 (menu-bar-file-menu) <new-file>: Likewise.
7622
7623 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7624
7625 * international/mule.el (load-with-code-conversion):
7626 Pass full file name to `eval-buffer' unless preloading.
7627
7628 * textmodes/flyspell.el (flyspell-large-region):
7629 Call ispell-check-version.
7630
7631 * textmodes/ispell.el (ispell-local-dictionary-overridden):
7632 Fix the make-variable-buffer-local call that was supposed
7633 to be for this variable.
7634 (ispell-aspell-supports-utf8): Doc fix.
7635 (ispell-find-aspell-dictionaries): Preserve elements of
7636 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7637 (ispell-aspell-find-dictionary): Return nil on error.
7638
7639 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7640 (doctor-symptoms): Likewise.
7641
7642 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7643
7644 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7645
7646 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7647 (custom-raised-buttons): Add :set spec.
7648 (custom-button-unraised, custom-button-pressed-unraised):
7649 New faces, so that custom-raised-buttons actually does something.
7650 (custom-mode): Use custom-button and custom-button-pressed.
7651
7652 * wid-edit.el (widget-specify-button): Don't ignore
7653 widget-mouse-face on graphic terminals.
7654 (widget-move-and-invoke): Cleanup.
7655
7656 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7657
7658 * whitespace.el (whitespace-cleanup): Doc fix.
7659
7660 2005-10-23 Romain Francoise <romain@orebokech.com>
7661
7662 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7663 `eval-after-load' to avoid evaluating their result.
7664
7665 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7666
7667 * files.el (directory-listing-before-filename-regexp):
7668 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
7669
7670 * dired.el (dired-move-to-filename-regexp): Remove.
7671 All occurences replaced by `directory-listing-before-filename-regexp'.
7672
7673 * dired-x.el, locate.el, vc.el:
7674 Replace `dired-move-to-filename-regexp' by
7675 `directory-listing-before-filename-regexp'. In vc.el it is
7676 overwritten locally; maybe this can be handled in files.el too.
7677
7678 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
7679 replaced by `directory-listing-before-filename-regexp'.
7680
7681 2005-10-23 Andreas Schwab <schwab@suse.de>
7682
7683 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7684 and eval-next-after-load.
7685
7686 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7687
7688 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7689 exist, create it.
7690
7691 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7692
7693 * allout.el: Remove autoloads for mailcrypt and crypt++.
7694 Require pgg, pgg-gpg during compilation.
7695 (allout-version): Increment version number to 2.1, and use a literal
7696 rather than RCS Id.
7697 (allout-default-encryption-scheme): Remove.
7698 (allout-passphrase-verifier-handling)
7699 (allout-passphrase-verifier-string)
7700 (allout-file-passphrase-verifier-string)
7701 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7702 (allout-passphrase-hint-handling): Rename and simplify.
7703 (allout-init): Use `find-file-hook' if available, otherwise
7704 `find-file-hooks'.
7705 (allout-mode): Use `write-file-functions' if available, otherwise
7706 `local-write-file-hooks' and, instead of making auto-save-hook
7707 buffer local, make the write-file-hook activity contingent to
7708 allout-mode.
7709 (allout-mode): Use key-binding substitution in the docstring.
7710 (allout-kill-line): Spell-out kill ring data structure mutation
7711 instead of using byte-compiler-complaint-provoking `pop'.
7712 (allout-insert-listified): Use `insert' rather than `insert-string'
7713 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7714 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7715 (allout-encrypt-string): Totally revamped vis new underlying
7716 encryption facilities.
7717 (allout-mc-activate-passwd): Remove.
7718 (allout-obtain-passphrase): New, more or less replaces
7719 allout-mc-activate-passwd.
7720 (allout-encrypted-key-info): More or less replaces
7721 allout-encrypted-text-type.
7722 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7723 (my-mark-marker): Use `(featurep 'xemacs)'.
7724
7725 2005-10-23 Lars Hansen <larsh@soem.dk>
7726
7727 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7728 (byte-compile-file-form-defmumble, byte-compile-defun)
7729 (byte-compile-defmacro): Use it.
7730 (byte-compile-form): Don't call byte-compile-set-symbol-position
7731 when a byte-compile handler is called.
7732
7733 2005-10-22 Romain Francoise <romain@orebokech.com>
7734
7735 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7736
7737 * subr.el (eval-after-load): Convert library name to an absolute
7738 file name using locate-library, since load-history no longer has
7739 library names in it.
7740
7741 2005-10-22 Richard M. Stallman <rms@gnu.org>
7742
7743 * files.el (make-temp-file): Move from subr.el.
7744 * subr.el (make-temp-file): Move to files.el.
7745
7746 * window.el (get-buffer-window-list): Move from subr.el.
7747 * subr.el (get-buffer-window-list): Move to window.el.
7748
7749 * image.el (image-load-path): Use eval-at-startup to initialize.
7750
7751 * subr.el (eval-at-startup): New macro.
7752
7753 * subr.el: Much rearrangement of functions and division
7754 into pages. No code changes.
7755
7756 2005-10-22 Kenichi Handa <handa@m17n.org>
7757
7758 * tar-mode.el (tar-extract): Be sure to call
7759 find-operation-coding-system if set-auto-coding doesn't find a
7760 coding system.
7761
7762 2005-10-22 Kim F. Storm <storm@cua.dk>
7763
7764 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7765 Change users.
7766 (image-type-file-name-regexps): New defconst.
7767 (image-type-from-data): Simplify loop.
7768 (image-type-from-buffer): New defun.
7769 (image-type-from-file-header): Use it instead of image-type-from-data.
7770 Use image-search-load-path instead of only looking in data-directory.
7771 (image-type-from-file-name): New defun.
7772 (image-search-load-path): Change `pathname' to `filename'.
7773 Make PATH arg optional, default to image-load-path.
7774
7775 2005-10-21 Richard M. Stallman <rms@gnu.org>
7776
7777 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7778
7779 * textmodes/paragraphs.el (sentence-end-base): New variable.
7780 (sentence-end): Use sentence-end-base.
7781
7782 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7785 property independently from the font-lock-multiline variable.
7786
7787 2005-10-21 Richard M. Stallman <rms@gnu.org>
7788
7789 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7790
7791 * startup.el (command-line): Convert library names
7792 in `load-history' to absolute file names.
7793
7794 * subr.el (symbol-file): Doc fix.
7795
7796 * loadhist.el (file-loadhist-lookup): Call locate-library
7797 instead of find-library-name. Don't try converting
7798 abs file names to library names, since load-history no longer
7799 has library names in it.
7800 (file-dependents, file-provides, file-requires): Doc fixes.
7801
7802 2005-10-21 Juri Linkov <juri@jurta.org>
7803
7804 * progmodes/etags.el (tags-table-mode): New function.
7805 (tags-verify-table): Replace initialize-new-tags-table with
7806 tags-table-mode.
7807
7808 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7809 default value.
7810 (desktop-modes-not-to-save): Add tags-table-mode to the
7811 default value.
7812
7813 * info.el (Info-index-next): Add total number of index
7814 alternatives to the message.
7815
7816 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7817 backward only space (instead of space and period) before looking
7818 at sentence end.
7819
7820 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7821 Add the old variable value as 4th default-value arg of read-string.
7822
7823 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7824
7825 * cus-face.el (custom-declare-face): Make face from X resources
7826 also on Mac.
7827
7828 * disp-table.el (standard-display-g1, standard-display-graphic):
7829 Refuse to use string glyphs also on Mac.
7830 (standard-display-european): Don't set terminal coding system also
7831 on Mac.
7832
7833 * frame.el (display-screens): Use x-display-screens also on Mac.
7834
7835 2005-10-21 Romain Francoise <romain@orebokech.com>
7836
7837 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7838
7839 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7842 and $? into sexps.
7843
7844 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7845 warning face on open-paren-in-column-0.
7846
7847 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7848 boundary case. Fix typo.
7849 Suggested by Martin Rudalics <rudalics@gmx.at>.
7850
7851 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7852
7853 * textmodes/org.el (org-combined-agenda-icalendar-file)
7854 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7855 (org-export-icalendar-this-file)
7856 (org-export-icalendar-all-agenda-files)
7857 (org-export-icalendar-combine-agenda-files): New commands.
7858 (org-export-icalendar, org-print-icalendar-entries)
7859 (org-start-icalendar-file, org-finish-icalendar-file)
7860 (org-ical-ts-to-string): New functions.
7861 (org-read-date, org-goto-calendar)
7862 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7863 call to `calendar'.
7864 (orgtbl-setup): Remove the :keys arguments from the menu description.
7865 (org-after-save-iCalendar-file-hook): New variable.
7866
7867 2005-10-21 Kenichi Handa <handa@m17n.org>
7868
7869 * language/vietnamese.el (tcvn-5712): Make it an alias of
7870 vietnamese-tcvn coding-system.
7871
7872 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
7873
7874 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7875 group id is given.
7876
7877 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7880 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7881 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7882 whose line is either continued or ends with a comment.
7883
7884 2005-10-20 Romain Francoise <romain@orebokech.com>
7885
7886 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7887
7888 * replace.el (occur-engine): Add follow-link property.
7889
7890 * font-core.el (font-lock-mode): Doc fix.
7891
7892 2005-10-20 Richard M. Stallman <rms@gnu.org>
7893
7894 * net/rcirc.el: New file.
7895
7896 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7897
7898 * term.el (term-term-name): Initialize to "eterm-color".
7899
7900 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7901
7902 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7903 for encryption functionality.
7904 Move allout customization subgroup from `editing' to `outlines' group.
7905 Fix commentary keywords to legitimate ones.
7906 Update author info (using my current email address, obscurified).
7907 (allout-encrypt-string, allout-encryption-produce-work-buffer)
7908 (allout-encrypted-topic-p, allout-encrypted-text-type)
7909 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7910 (allout-situate-encryption-key-verifier)
7911 (allout-get-encryption-key-verifier, allout-verify-key)
7912 (allout-next-topic-pending-encryption)
7913 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7914 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7915 (outline-key-verifier-handling, outline-key-hint-handling)
7916 (outline-encrypt-unencrypted-on-saves): New defcustoms.
7917 (allout-file-key-verifier-string, allout-encryption-scheme)
7918 (allout-key-verifier-string, allout-key-hint-string)
7919 (allout-after-save-decrypt): New variables.
7920 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7921 (allout-after-saves-handler): New hook functions.
7922 (allout-post-command-business): Do allout-after-save-decrypt.
7923 (allout-enable-file-variable-adjustment): Custom var to enable
7924 mechanism for adding and adjusting settings of Emacs file variables.
7925 (allout-adjust-file-variable, allout-file-vars-section-data):
7926 New functions, implement the mechanism.
7927 (outlineify-sticky): Use the file vars mechanism.
7928 (allout-inhibit-protection, allout-during-write-cue)
7929 (allout-override-protect, allout-before-change-protect): Remove.
7930 (allout-flag-region, allout-open-topic): Adjust read-only text.
7931 (allout-open-line-not-read-only): Add to facilitate read-only
7932 text based protection.
7933 (allout-kill-line): Revise to adjust read-only text, clue the
7934 user about the inhibition.
7935 (allout-unprotected): Use unwind-protect.
7936 (allout-shift-in, allout-shift-out): Disallow manually shifting a
7937 topic deeper than the offspring depth of the previous topic -
7938 avoiding confusing "containment discontinuities".
7939 (allout-reindent-bodies): Fix retention of body relative hanging
7940 indent during promotion of collapsed bodies.
7941 (allout-open-topic): Make it easy to open new topic with same
7942 bullet as current topic - topic creation functions provided with
7943 any universal argument provokes now prompt for bullet, defaulting
7944 to the bullet of the previous topic.
7945 (allout-plain-bullets-string, allout-distinctive-bullets-string):
7946 Plain bullet alternates `.' period and `,' comma only. All other
7947 bullets are relegated to special status (but customizable).
7948 (allout-end-of-entry): Rename from allout-end-of-current-entry
7949 since it actually operates w.r.t. most immediately containing
7950 entry, visible or not.
7951 (allout-hide-current-entry, allout-show-current-entry): Use the
7952 revised version.
7953 (allout-old-expose-topic): Solidify deprecation.
7954 (allout-end-of-subtree): Add so we can span concealed as well
7955 as visible topics.
7956 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7957 (allout-end-of-current-heading): Tweak to just respect the first line.
7958 (allout-get-body-text): Add.
7959 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7960 when invoked interactively.
7961 (allout-up-current-level): Use `interactive-p'.
7962 (allout-mode, allout-init): Miscellaneous docstring and
7963 operational refinements, as well as hookups of new encryption stuff.
7964 (allout-beginning-of-current-entry): Now works as advertised.
7965 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7966 (allout-isearch-rectification): Refine condition for isearching.
7967 (allout-isearch-abort, allout-enwrap-isearch)
7968 (allout-flag-region, my-region-active-p): Relocate some macros.
7969 (allout-title): Fallback title is (buffer-name), not
7970 non-existing (current-buffer-name).
7971 (subst-char-in-string): Define if absent (for some XEmacs versions).
7972
7973 2005-10-20 Jari Aalto <jari.aalto@cante.net>
7974
7975 * mail/sendmail.el (mail-setup-hook, mail-aliases)
7976 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7977 (mail-citation-prefix-regexp, mail-signature-file)
7978 (mail-default-headers, mail-bury-selects-summary)
7979 (mail-send-nonascii): Add autoload cookies.
7980
7981 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
7982
7983 * frame.el (blink-cursor-mode): Add `mac' to the list of
7984 window-system's that support blinking cursor.
7985
7986 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7987
7988 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
7989
7990 2005-10-20 Eli Zaretskii <eliz@gnu.org>
7991
7992 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
7993 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
7994 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
7995
7996 2005-10-20 Kim F. Storm <storm@cua.dk>
7997
7998 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
7999 (ido-set-current-directory): Don't add / after final @.
8000 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8001 Explicitly handle ange-ftp completion oddities.
8002 (ido-make-file-list): Don't rotate list at tramp root to avoid
8003 triggering tramp file handler for expand-file-name via get-file-buffer.
8004
8005 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8008
8009 2005-10-19 Jay Belanger <belanger@truman.edu>
8010
8011 * calc/calc-units.el (math-standard-units): Add units, adjust
8012 symbols and update values.
8013 (math-unit-prefixes): Add more prefixes.
8014
8015 2005-10-19 Romain Francoise <romain@orebokech.com>
8016
8017 * bookmark.el (bookmark-menu-heading): New face.
8018 (bookmark-bmenu-list): Use it.
8019 Don't fiddle with `baud-rate' at top-level.
8020
8021 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8022
8023 * image.el (create-image, find-image): Mention max-image-size in
8024 docstring.
8025
8026 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * savehist.el (savehist-load): Revert to checking XEmacs.
8029
8030 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8031 Various docstring and line-width fixups.
8032 (conf-mode): Use cond.
8033 Set font-lock-defaults. Don't set comment-use-syntax.
8034
8035 2005-10-18 David Ponce <david@dponce.com>
8036
8037 * tree-widget.el (tree-widget-button-click): New function.
8038 (tree-widget-button-keymap): Use it.
8039
8040 2005-10-18 Romain Francoise <romain@orebokech.com>
8041
8042 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8043 (bookmark-bmenu-hide-filenames): Add follow-link property.
8044 Improve help-echo text.
8045
8046 * ffap.el (find-file-at-point): Doc fix.
8047
8048 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8049
8050 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8051
8052 2005-10-18 Masatake YAMATO <jet@gyve.org>
8053
8054 Install to the CVS repository what I forgot to install in my
8055 2005-10-16 changes.
8056
8057 * progmodes/python.el (python-complete-symbol): Pass the common
8058 prefix substring of completion to `display-completion-list'.
8059
8060 * textmodes/org.el (org-complete): Ditto.
8061
8062 2005-10-18 Masatake YAMATO <jet@gyve.org>
8063
8064 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8065
8066 * woman.el (WoMan-xref-man-page): New button type derived
8067 from `Man-abstract-xref-man-page'.
8068 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8069
8070 * man.el (Man-abstract-xref-man-page): New button type.
8071 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8072 (Man-highlight-references): Add new optional argument `xref-man-type'.
8073
8074 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8075
8076 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8077
8078 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8079
8080 * cus-edit.el (Custom-move-and-invoke): Delete.
8081 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8082
8083 * wid-edit.el (widget-move-and-invoke): New function, from
8084 Custom-move-and-invoke.
8085
8086 2005-10-17 Bill Wohler <wohler@newt.com>
8087
8088 Move all remaining images from lisp/toolbar to etc/images, move
8089 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8090 the low resolution images in their own directory (low-color).
8091
8092 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8093 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8094 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8095 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8096 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8097 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8098 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8099
8100 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8101 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8102 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8103 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8104 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8105 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8106 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8107 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8108 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8109 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8110 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8111 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8112 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8113 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8114 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8115
8116 To conform with convention, replace the underscore (_) in the
8117 following image names with dash (-) or (/) as appropriate.
8118
8119 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8120 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8121 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8122 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8123 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8124 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8125 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8126 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8127 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8128 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8129 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8130 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8131 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8132 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8133 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8134
8135 * info.el (info-tool-bar-map): Replace underscores in image names
8136 with dashes.
8137
8138 * makefile.w32-in (WINS): Remove toolbar.
8139
8140 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8141
8142 * tool-bar.el: Move to lisp from toolbar. Now that
8143 toolbar is empty, it should be deleted when folks run "cvs up -P".
8144
8145 2005-10-18 Jay Belanger <belanger@truman.edu>
8146
8147 * calc/calc-store.el (calc-store-into): Get the proper variable name
8148 to display in message.
8149
8150 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8151
8152 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8153 expressions display in speedbar for all buffers when debugging.
8154 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8155
8156 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8157 (speedbar-insert-button, speedbar-make-button):
8158 Use add-text-properties.
8159 (speedbar-update-localized-contents)
8160 (speedbar-update-directory-contents)
8161 (speedbar-update-special-contents): Use dolist.
8162 (speedbar-buffer-easymenu-definition): Add a menu separator.
8163
8164 2005-10-17 Jason Rumney <jasonr@gnu.org>
8165
8166 * makefile.w32-in: Use $(lisp) consistently.
8167 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8168 for shell specific generation of mh-autoloads.
8169
8170 2005-10-17 Richard M. Stallman <rms@gnu.org>
8171
8172 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8173
8174 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8175
8176 * jit-lock.el (jit-lock-fontify-now):
8177 Move jit-lock-context-unfontify-pos to avoid wasted work.
8178
8179 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8180
8181 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8182 `tramp-completion-mode' for checking if we are in completion mode.
8183 (tramp-completion-handle-file-name-all-completions): Reorder code
8184 in order to complete for file names only in case there are no
8185 method/user/host completions. This is necessary for cooperation
8186 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8187
8188 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * longlines.el (longlines-search-forward)
8191 (longlines-search-backward): Match any number of spaces.
8192
8193 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8194
8195 * diff-mode.el (diff-mode): Doc fix.
8196
8197 2005-10-16 David Reitter <david.reitter@gmail.com>
8198
8199 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8200 as default on darwin and windows systems.
8201
8202 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8203
8204 * arc-mode.el (archive-zip-extract): Doc fix.
8205
8206 2005-10-16 Romain Francoise <romain@orebokech.com>
8207
8208 * mouse.el (mouse-1-click-follows-link): Doc fix.
8209
8210 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * savehist.el: Don't require CL at runtime.
8213 (savehist-xemacs): Remove.
8214 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8215 (savehist-no-conversion): Use (featurep 'xemacs).
8216 (savehist-load): Check existence of start-itimer rather than XEmacs.
8217 Use an idle timer.
8218 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8219 `delete-if-not'.
8220
8221 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8222
8223 * savehist.el: Newer version.
8224 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8225 (savehist-last-checksum, savehist-no-conversion): New vars.
8226 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8227 New functions.
8228 (savehist-load, savehist-save): Use them.
8229 (savehist-delimit): Remove.
8230
8231 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * progmodes/compile.el (compilation-goto-locus): Display the
8234 compilation buffer first and the source buffer second, in case they're
8235 in overlapping frames. Don't raise the compilation frame if it was the
8236 selected window upon entry. Pass the `other-window' arg to
8237 pop-to-buffer.
8238
8239 * info.el (Info-fontify-node): Use dolist.
8240 Change add-text-properties to put-text-property.
8241
8242 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8243
8244 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8245 bound of search.
8246
8247 2005-10-16 Masatake YAMATO <jet@gyve.org>
8248
8249 * dabbrev.el (dabbrev-completion): Pass the common
8250 prefix substring of completion to `display-completion-list'.
8251
8252 * filecache.el (file-cache-minibuffer-complete)
8253 (file-cache-complete): Ditto.
8254
8255 * tempo.el (tempo-display-completions): Ditto.
8256
8257 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8258
8259 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8260
8261 * eshell/em-hist.el (eshell-list-history): Ditto.
8262
8263 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8264
8265 * mail/mailalias.el (mail-complete): Ditto.
8266
8267 * progmodes/etags.el (complete-tag): Ditto.
8268
8269 * progmodes/make-mode.el (makefile-complete): Ditto.
8270
8271 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8272
8273 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8274
8275 * progmodes/pascal.el (pascal-complete-word)
8276 (pascal-show-completions): Ditto.
8277
8278 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8279
8280 * simple.el (completion-common-substring): New variable.
8281 (completion-setup-function): Use `completion-common-substring'
8282 to put faces.
8283
8284 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8285
8286 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8287 (x-get-selection, mac-select-convert-to-string): Convert from/to
8288 UTF-16 clipboard data as in native byte order, no BOM.
8289
8290 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8291
8292 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8293 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8294 (gud-sentinel): Use speedbar-frame to check for speedbar.
8295
8296 2005-10-15 Richard M. Stallman <rms@gnu.org>
8297
8298 * savehist.el: New file.
8299
8300 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8301
8302 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8303 Fix bug in \bf fontification.
8304
8305 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * pcvs.el (cvs-edit-log-files): New var.
8308 (cvs-mode-edit-log): New arg `file'.
8309 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8310 Instead force the use of the original file and nothing else.
8311 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8312 the cvs-minor-wrap-function is set.
8313 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8314
8315 2005-10-14 Bill Wohler <wohler@newt.com>
8316
8317 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8318 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8319 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8320 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8321 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8322 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8323 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8324 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8325 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8326 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8327 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8328 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8329 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8330 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8331 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8332
8333 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8334 appropriately (for example, gud-break to gud/break).
8335
8336 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * longlines.el (longlinges-search-function)
8339 (longlines-search-forward, longlines-search-backward): New functions.
8340 (longlines-mode): Set isearch-search-fun-function to
8341 longlinges-search-function.
8342
8343 * mouse.el (mouse-drag-region-1): Handle the case where a
8344 double-click event is bound to an arbitrary function.
8345
8346 2005-10-14 David Ponce <david@dponce.com>
8347
8348 * recentf.el (recentf-track-opened-file)
8349 (recentf-track-closed-file, recentf-update-menu)
8350 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8351 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8352 mouse-1-click-follows-link.
8353
8354 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8355
8356 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8357 Gnome file-manager.png. Suggested by
8358 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8359
8360 * toolbar/README: Add diropen.xpm.
8361
8362 2005-10-13 Bill Wohler <wohler@newt.com>
8363
8364 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8365 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8366
8367 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8368
8369 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8370 Don't waste the byte-compiler's time on constant data.
8371
8372 2005-10-13 Kenichi Handa <handa@m17n.org>
8373
8374 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8375 byte with `escape-glyph' face.
8376
8377 * international/fontset.el (ccl-encode-unicode-font):
8378 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8379 Handle the case that ucs-mule-to-mule-unicode translates a character to
8380 ASCII (usually for IPA characters).
8381
8382 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8385 Don't hide the underline of titles if font-lock-mode is disabled.
8386
8387 2005-10-12 Bill Wohler <wohler@newt.com>
8388
8389 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8390 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8391 files in MH-E-SRC have been updated.
8392 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8393
8394 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8397 (mixal-mode-syntax-table): Add \n as end-comment.
8398 (mixal-operation-codes-alist): Immediately initialize to full value.
8399 (mixal-add-operation-code): Remove.
8400 (mixal-describe-operation-code): Make the arg non-optional.
8401 Use the interactive spec instead.
8402 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8403 (mixal-font-lock-keywords): Don't highlight comments here any more.
8404 (mixal-font-lock-syntactic-keywords): New var.
8405 (mixal-mode): Use it. Fix comment-start-skip.
8406
8407 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8408
8409 * startup.el (command-line-x-option-alist): -nb => -nbi
8410
8411 2005-10-12 Kim F. Storm <storm@cua.dk>
8412
8413 * startup.el (fancy-splash-default-action): Discard mouse click in
8414 the splash screen window, as it has no sensible meaning in the
8415 next window to be selected. Fixes error reported by Jan D.
8416
8417 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8418
8419 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8420
8421 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8424 Try to fix up minor layout issues like indentation, line break, etc...
8425 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8426 because it doesn't work.
8427 (mixal-operation-codes): Add some more codes.
8428 (mixal-font-lock-keywords): Process comments here.
8429 (mixal-mode): mixasm no longer needs -g option.
8430
8431 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
8432
8433 * progmodes/sh-script.el (sh-tmp-file):
8434 Use mktemp -t. Finish support for es and rc shells.
8435
8436 2005-10-11 Jay Belanger <belanger@truman.edu>
8437
8438 * calc/calcalg2.el (calc-integral): With an argument, compute the
8439 definite integral.
8440
8441 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
8442
8443 * mouse.el (mouse-drag-region-1): Don't try to catch a
8444 double-click when doing follow-link (it's overridden anyway).
8445
8446 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8447
8448 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8449 (autoload-print-form-outbuf): Add docstring.
8450
8451 2005-10-11 Juri Linkov <juri@jurta.org>
8452
8453 * info.el (Info-mode-menu): Delete menu item "Edit".
8454 (Info-mode): Delete description of Info-edit from docstring,
8455 and rearrange descriptions of Info commands in the order
8456 they are documented in the Info manual.
8457
8458 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * calendar/appt.el (appt-check): Use diary-selective-display var.
8461
8462 2005-10-10 Richard M. Stallman <rms@gnu.org>
8463
8464 * net/newsticker.el (newsticker-start, newsticker-show-news):
8465 Add autoload cookies.
8466
8467 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8468
8469 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8470
8471 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8472
8473 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8474
8475 2005-10-10 Jay Belanger <belanger@truman.edu>
8476
8477 * calc/calc-arith.el (math-check-known-scalarp)
8478 (math-check-known-matrixp): Check the values of arguments that are
8479 variables.
8480 (math-check-known-square-matrixp): New function.
8481 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8482 (math-super-types): Add sqmatrix type.
8483
8484 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8485 mode name `square' to `sqmatrix'.
8486
8487 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8488 mode name `square' to `sqmatrix'.
8489
8490 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * progmodes/etags.el (select-tags-table-mode): Don't use
8493 selective-display.
8494 (tags-select-tags-table): Pass `button' to the action function.
8495 (select-tags-table): Place the side-info on button properties rather
8496 than in hidden text. Abbreviate file names.
8497 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8498 (select-tags-table-select): Add `button' argument.
8499 Get side-info from the button property rather than from hidden text.
8500
8501 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8502
8503 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8504 (gud-speedbar-buttons): Preserve point if possible.
8505 (gud-sentinel): Restore previous speedbar display type.
8506
8507 * progmodes/gdb-ui.el (gdba): Improve diagram.
8508 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8509 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8510 Call get-buffer-window once.
8511
8512 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8513
8514 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8515 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8516 (pascal-indent-command): Remove unused var `ind'.
8517 (pascal-indent-case): Remove unused var `oldpos'.
8518 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8519 since it's now used as a proper minor mode map.
8520 (pascal-outline): Rename to pascal-outline-mode.
8521 (pascal-outline-mode): Use define-minor-mode.
8522 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8523 selective-display.
8524
8525 2005-10-10 Andreas Schwab <schwab@suse.de>
8526
8527 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8528 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8529
8530 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8531 outside source directory.
8532
8533 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8534
8535 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8536 C-x' as a prefix.
8537 (orgtbl-mode-map): Full keymap instead of sparse, because all
8538 `self-insert-command' keys are redefined in this map.
8539 (org-export-as-html): Specify charset for HTML file, by taking it
8540 from the coding system.
8541
8542 2005-10-10 Kenichi Handa <handa@m17n.org>
8543
8544 * textmodes/flyspell.el (flyspell-check-word-p):
8545 If unread-command-events is non-empty, don't call sit-for.
8546
8547 2005-10-09 Richard M. Stallman <rms@gnu.org>
8548
8549 * font-lock.el (font-lock-syntactic-keywords)
8550 (font-lock-keywords): Doc fixes.
8551
8552 * textmodes/flyspell.el (flyspell-external-point-words):
8553 Simplify logic, and don't try to check for consecutive appearances
8554 of one incorrect word.
8555
8556 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8557
8558 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8559 separator.
8560
8561 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8562 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8563 (gud-expansion-speedbar-buttons): New function.
8564 (gud-speedbar-buttons): Check for gud-comint-buffer.
8565
8566 2005-10-09 Bill Wohler <wohler@newt.com>
8567
8568 * Makefile.in (updates): Add mh-loaddefs dependency.
8569
8570 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * speedbar.el (speedbar-file-key-map): Fix typo.
8573
8574 2005-10-09 Daniel Brockman <daniel@brockman.se>
8575
8576 * cus-start.el (line-spacing): Add custom spec.
8577
8578 2005-10-09 Romain Francoise <romain@orebokech.com>
8579
8580 * textmodes/ispell.el (ispell-check-version): Fix last change.
8581
8582 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8583
8584 * term/x-win.el: Remove -i, --icon-type from comment.
8585
8586 * startup.el (command-line-x-option-alist): Remove options -i,
8587 -itype, --icon-type, added -nb, --no-bitmap-icon
8588
8589 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
8590
8591 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8592 instead of :active.
8593
8594 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
8595
8596 * textmodes/ispell.el (ispell-check-version):
8597 Ignore hyphen, and all that follows, in aspell's version text.
8598
8599 2005-10-08 Jay Belanger <belanger@truman.edu>
8600
8601 * calc/calc-arith.el (math-known-square-matrixp): New function.
8602 (math-pow-fancy): Check for matrices before distributing exponent
8603 across products.
8604
8605 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8606 fullscreen keypad. Suggested by Luc Teirlinck.
8607 (calc-keypad-show-input): Add space for formatting.
8608
8609 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8610 Add square matrix option.
8611
8612 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8613 of checking calc-matrix-mode when deciding how to expand.
8614
8615 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8616
8617 2005-10-08 Lars Hansen <larsh@soem.dk>
8618
8619 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8620 Add error handling.
8621 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8622
8623 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8624
8625 Sync with Tramp 2.0.51.
8626
8627 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8628 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8629 Insert special handling for `last-coding-system-used', again
8630 it still seems to be necessary (unlike stated before).
8631 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8632 (tramp-password-prompt-regexp): There might be other words before
8633 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8634 (tramp-chunksize): Improve docstring.
8635 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8636 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8637 Christian Joergensen <bugs@razor.dk>.
8638
8639 2005-10-07 Glenn Morris <rgm@gnu.org>
8640
8641 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8642 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8643 precision'.
8644
8645 2005-10-07 Romain Francoise <romain@orebokech.com>
8646
8647 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8648 (ibuffer-do-shell-command-pipe-replace)
8649 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8650 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8651 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8652 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8653 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8654 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8655 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8656 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8657 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8658 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8659 Autoload file sans suffix.
8660
8661 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8662
8663 2005-10-07 David Ponce <david@dponce.com>
8664
8665 * recentf.el (recentf-menu-open-all-flag): New option.
8666 (recentf-digit-shortcut-command-name): New function.
8667 (recentf--shortcuts-keymap): New variable.
8668 (recentf-menu-shortcuts): New variable.
8669 (recentf-make-menu-items): Initialize it. Replace the "More..."
8670 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8671 (recentf-menu-value-shortcut): New function.
8672 (recentf-make-menu-item): Use it. No more in-lined.
8673 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8674 (recentf-open-most-recent-file): Rename from
8675 `recentf-open-file-with-key'. Don't depend on key binding.
8676 (recentf-mode-map): New variable.
8677 (recentf-mode): Use it.
8678
8679 2005-10-06 Bill Wohler <wohler@newt.com>
8680
8681 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
8682
8683 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8684 (MH-E-SRC): New. Used by mh-autoloads.
8685 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8686 files in MH-E-SRC have been updated.
8687 (compile, recompile, bootstrap): Depend on mh-autoloads.
8688
8689 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8690
8691 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8692 gud-break and gud-remove icons when the fringe is not available.
8693
8694 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8695 Typo.
8696
8697 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8698
8699 * play/zone.el (zone): Wrap body with save-window-excursion.
8700
8701 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8704 Use the new `list-only' arg to diary-list-entries.
8705
8706 * calendar/diary-lib.el: Use overlays rather than selective-display.
8707 (diary-selective-display): New var.
8708 (diary-header-line-format): Use it.
8709 (diary-list-entries): Add argument `list-only'.
8710 Put the buffer in diary-mode. Don't add \^M at beg and end.
8711 Replace \^M by invisible overlays.
8712 (diary-unhide-everything): Replace \^M by invisible overlays.
8713 (print-diary-entries): Look for overlays rather than \^M.
8714 Add a space to the temp buffer name.
8715 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8716 Put the buffer in diary-mode.
8717 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8718 (diary-anniversary): Make the year arg optional.
8719 (diary-time-regexp): New const.
8720 (diary-font-lock-keywords): Use it to accept a few more time formats.
8721
8722 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8723
8724 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8725
8726 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8727 Fix bug introduced 2005-07-03: Use (car (last ...))
8728 to faithfully reproduce replaced artist-last.
8729 (artist-set-arrow-points-for-poly): Likewise.
8730 Suggested by Johan Bockg\e,Ae\e(Brd.
8731
8732 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
8733
8734 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8735 * wid-edit.el (widget):
8736 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8737 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8738
8739 2005-10-06 Kenichi Handa <handa@m17n.org>
8740
8741 * international/mule-cmds.el (set-language-environment):
8742 Fix setting up of case-table for unibyte mode.
8743
8744 * simple.el (what-cursor-position): If the character is displayed
8745 by some `display' text property, show that. Don't use
8746 single-key-description for eight-bit characters in multibyte mode.
8747
8748 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
8749
8750 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8751 (gdb-ann3): Set it.
8752 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8753 (gdb-info-frames-custom): Use inverse-video for first five
8754 characters of selected frame only.
8755 (gdb-get-frame-number): Select frame even when point is on frame
8756 number.
8757
8758 2005-10-06 Masatake YAMATO <jet@gyve.org>
8759
8760 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8761 Put `font-lock-function-name-face'.
8762 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8763 and `font-lock-variable-name-face'
8764 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8765 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8766 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8767 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8768 (gdb-local-font-lock-keywords): New font lock keywords definition.
8769 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8770 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8771 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8772
8773 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
8774
8775 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8776 (ediff-merge-region-is-non-clash-to-skip): Previously called
8777 ediff-merge-region-is-non-clash.
8778
8779 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8780 Use insert-buffer-substring.
8781
8782 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8783 selecting files to patch. Also bug fixes.
8784
8785 * ediff-util.el (ediff-setup): Bug fix.
8786 (ediff-next-difference): Never skip clashes that differ in white
8787 space only.
8788
8789 * ediff-wind.el (ediff-setup-control-frame)
8790 (ediff-destroy-control-frame): Check the menubar feature.
8791
8792 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8793 (viper-refresh-mode-line): Use make-local-variable to localize
8794 some vars instead of make-variable-buffer-local. Suggested by
8795 Stefan Monnier.
8796
8797 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8798 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8799 Use make-local-variable instead of make-variable-buffer-local.
8800 Suggested by Stefan Monnier.
8801
8802 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8803 (viper-comint-mode-hook): Use make-local-variable on
8804 require-final-newline.
8805 (viper-non-hook-settings): Don't use make-variable-buffer-local.
8806
8807 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8810 also the second char of a comment-start sequence.
8811 (scheme-sexp-comment-syntax-table): New var.
8812 (lambda, define): Set their scheme-doc-string-elt property.
8813 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8814 Use lisp-font-lock-syntactic-face-function now that it properly
8815 handles |...| symbols.
8816 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8817 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8818
8819 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8820 bit from # to |.
8821 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8822
8823 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8824 (lisp-doc-string-elt-property): New var.
8825 (lisp-font-lock-syntactic-face-function): Use it.
8826 Rewrite to recognize docstrings even for forms not at toplevel.
8827
8828 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8829 annotation on the | part of #| rather than on the # part.
8830 (scheme-font-lock-syntactic-face-function): New function, to
8831 distinguish strings from |...| symbols.
8832 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8833 syntax-table so that #|...|# is properly highlighted.
8834
8835 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8836 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8837
8838 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8841 and C-e.
8842
8843 * emacs-lisp/eldoc.el: Move comments into docstrings.
8844 (eldoc-message-commands): Initialize in its declaration.
8845 Add move-beginning-of-line and move-end-of-line.
8846 (eldoc-add-command, eldoc-add-command-completions)
8847 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8848
8849 * outline.el (outline-mark-subtree): Activate the mark.
8850
8851 * calendar/appt.el (appt-time-regexp): New var.
8852 (appt-add, appt-make-list): Use it.
8853 (appt-convert-time): Clean up.
8854
8855 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8856 Don't set any syntax-table property here.
8857 (tex-font-lock-verb): New function. Do it here.
8858 (tex-font-lock-syntactic-keywords): Use it.
8859
8860 2005-10-04 Richard M. Stallman <rms@gnu.org>
8861
8862 * wid-edit.el (widget-file-complete): Get the widget start point
8863 the right way. Default directory to `/' if file has none.
8864
8865 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8866
8867 * textmodes/flyspell.el (flyspell-mode-on):
8868 Call ispell-maybe-find-aspell-dictionaries.
8869
8870 * textmodes/ispell.el (ispell-word, ispell-region):
8871 Call ispell-maybe-find-aspell-dictionaries.
8872 (ispell-accept-buffer-local-defs):
8873 Don't call ispell-maybe-find-aspell-dictionaries
8874
8875 2005-10-04 Richard M. Stallman <rms@gnu.org>
8876
8877 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8878
8879 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
8880
8881 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8882 instead of `fboundp' in order to allow for anonymous functions.
8883
8884 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
8885
8886 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8887 case the user clicks on the link while another window is selected.
8888 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8889
8890 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8891 functionality.
8892 (dframe-help-echo): Save point in case mouse tracking is off.
8893
8894 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8895
8896 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8897
8898 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8901 not change the global value of those vars.
8902
8903 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8904 make-local-variable which we do not need any more.
8905
8906 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
8907
8908 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8909 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8910 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8911 (speedbar-path-line): Define obsolete aliases.
8912 (speedbar-line-directory): Doc fix.
8913
8914 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8915 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8916 instead of speedbar-line-path.
8917
8918 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8919
8920 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8921 to nil if dropping on a window. Handle dropping on a minibuffer window
8922 like dropping on a non-window part of Emacs.
8923
8924 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * net/ange-ftp.el: Use with-current-buffer.
8927 (ange-ftp-insert-directory): Do not follow symlinks any more.
8928
8929 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8930 Remove interactive spec.
8931
8932 2005-10-03 Kim F. Storm <storm@cua.dk>
8933
8934 * ido.el (ido-mode): Use custom-initialize-set.
8935
8936 2005-10-02 Richard M. Stallman <rms@gnu.org>
8937
8938 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8939 Use insert-buffer-substring.
8940
8941 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8942 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8943
8944 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8945
8946 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8947 in last change.
8948 (ange-ftp-insert-directory): Fix up the search for the case where
8949 `file' is absolute.
8950
8951 2005-10-02 Romain Francoise <romain@orebokech.com>
8952
8953 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8954
8955 2005-10-02 Andreas Schwab <schwab@suse.de>
8956
8957 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8958 directory component in the session info.
8959
8960 2005-10-01 Richard M. Stallman <rms@gnu.org>
8961
8962 * comint.el (comint-redirect-subvert-readonly): Doc fix.
8963
8964 * simple.el (next-error-internal): New function.
8965
8966 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8967 (compilation-start): Pass new arg to compilation-buffer-name.
8968 (compile-goto-error): Use next-error-internal.
8969
8970 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8971
8972 * speedbar.el: Remove RCS tag.
8973 (speedbar-check-read-only): Handle non-existent files.
8974
8975 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8976
8977 * info.el (Info-speedbar-hierarchy-buttons)
8978 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8979
8980 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8981
8982 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
8983 Do not match newline.
8984 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
8985 (bibtex-summary): Remove unnecessary save-excursion.
8986 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
8987
8988 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8989
8990 * term/mac-win.el: Add charset info for "iso10646-1".
8991 Modify default fontset to use ATSUI-compatible fonts for some charsets
8992 if available.
8993
8994 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8995
8996 * speedbar.el: Re-apply arch tag.
8997 (speedbar-version): Rename to version 1.0. Suggested by Eric
8998 M. Ludlam.
8999 Reapply two changes from Emacs CVS' version of speedbar lost
9000 during the merge:
9001 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9002 (speedbar-frame-parameters): Improve customize type.
9003
9004 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9005
9006 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9007 (ange-ftp-file-directory-p): Fix the symlink case.
9008 (ange-ftp-insert-directory): When listing a single file, get a list of
9009 the parent buffer and extract the relevant line. Inspired from a patch
9010 by Katsumi Yamaoka <yamaoka@jpl.org>.
9011 (ange-ftp-file-name-sans-versions): Simplify.
9012
9013 2005-09-30 Bill Wohler <wohler@newt.com>
9014
9015 Move MH-E image files from toolbar and mail directories into
9016 etc/images.
9017
9018 * mail/reply2.*: Move to etc/images/mail/reply*.
9019
9020 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9021 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9022 etc/images.
9023
9024 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9025 * toolbar/reply*: Move to etc/images/mail.
9026
9027 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9028
9029 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9030
9031 * speedbar.el: New version 1.0pre3.
9032
9033 Frame management code (including timer, and mouse click specifics)
9034 moved to dframe.el:
9035 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9036 (speedbar-timer): Removed. Use dframe-timer.
9037 (speedbar-close-frame): Removed. Use dframe-close-frame.
9038 (speedbar-activity-change-focus-flag): Removed. Use
9039 dframe-activity-change-focus-flag.
9040 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9041 dframe-update-speed.
9042
9043 (speedbar-current-frame): New macro. Use this instead of the
9044 variable speedbar-frame.
9045
9046 (speedbar-use-images, speedbar-expand-image-button-alist)
9047 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9048
9049 (speedbar-find-image-on-load-path): Removed. Replaced by
9050 defezimage in ezimage.el.
9051 (speedbar-expand-image-button-alist): Removed. Replaced by
9052 ezimage-expand-image-button-alist in ezimage.el.
9053
9054 (speedbar-ignored-directory-regexp)
9055 (speedbar-add-ignored-directory-regexp)
9056 (speedbar-ignored-directory-expressions)
9057 (speedbar-line-directory, speedbar-buffers-line-directory)
9058 (speedbar-directory-line, speedbar-buffers-line-directory):
9059 Renamed, replacing `path' with `directory'.
9060
9061 (speedbar-create-directory, speedbar-expand-line-descendants)
9062 (speedbar-toggle-line-expansion)
9063 (speedbar-contract-line-descendants): New commands.
9064
9065 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9066 (speedbar-use-tool-tips-flag): New options.
9067
9068 (speedbar-check-read-only, speedbar-require-version)
9069 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9070 (speedbar-handle-delete-frame, speedbar-try-completion)
9071 (speedbar-update-localized-contents): New functions.
9072
9073 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9074 (speedbar-object-read-only-indicator): New variables.
9075
9076 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9077 New hooks.
9078
9079 (speedbar-separator-face): New face.
9080
9081 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9082 (speedbar-ignored-modes): Add fundamental-mode.
9083 (speedbar-directory-unshown-regexp): Add . directories.
9084
9085 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9086 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9087 `]' for full expand/close.
9088 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9089
9090 (speedbar-check-vc): Support hidden files.
9091 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9092 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9093 state is nil, it is not checked out.
9094
9095 (speedbar-line-text, speedbar-line-token): Support expand buttons
9096 with no text.
9097 (speedbar-refresh): Universal argument acts as power-click.
9098 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9099 that buffer to get variable values.
9100
9101 And many other bugfixes.
9102
9103 * dframe.el, ezimage.el, sb-image.el: New files.
9104
9105 * sb-*.xpm: Remove files. New image files installed into
9106 etc/images/ezimage.
9107
9108 2005-09-30 Kenichi Handa <handa@m17n.org>
9109
9110 * ps-mule.el (ps-mule-show-warning): If a character is in
9111 ps-print-translation-table, don't treat it as non-printable.
9112
9113 2005-09-30 David Ponce <david@dponce.com>
9114
9115 * tree-widget.el (tree-widget-themes-load-path): New variable.
9116 (tree-widget-themes-directory): Doc fix.
9117 (tree-widget-image-formats) [Emacs]: Doc fix.
9118 (tree-widget--locate-sub-directory): New function.
9119 (tree-widget-themes-directory): Use it.
9120
9121 * recentf.el (recentf-filename-handlers): Rename from
9122 `recentf-filename-handler'. Allow a list of functions.
9123 (recentf-menu-items-for-commands): Fix :help strings.
9124 (recentf-apply-filename-handlers): New function.
9125 (recentf-expand-file-name): Use it.
9126 (recentf-cleanup): Remove duplicates too.
9127
9128 2005-09-29 Juri Linkov <juri@jurta.org>
9129
9130 * faces.el: Rearrange face definitions to be in the same order as
9131 their face descriptions in "(emacs)Standard Faces".
9132
9133 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9134
9135 * tooltip.el (tooltip): Add group `basic-faces'.
9136
9137 * buff-menu.el (Buffer-menu-buffer): Remove group
9138 `font-lock-highlighting-faces'.
9139
9140 * progmodes/compile.el (compilation-error, compilation-warning)
9141 (compilation-info, compilation-line-number, compilation-column-number):
9142 Change group from `font-lock-highlighting-faces' to `compilation'.
9143
9144 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9145 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9146 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9147 (vhdl-font-lock-reserved-words-face)
9148 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9149 `font-lock-highlighting-faces'.
9150
9151 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9152
9153 2005-09-28 Kim F. Storm <storm@cua.dk>
9154
9155 * emulation/cua-base.el: Set CUA move property on additional commands:
9156 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9157 forward-sexp, backward-sexp, forward-list, backward-list.
9158
9159 2005-09-28 Romain Francoise <romain@orebokech.com>
9160
9161 * comint.el (comint-show-output): Really set point at the
9162 beginning of the output when not using `comint-use-prompt-regexp'.
9163
9164 2005-09-27 Jay Belanger <belanger@truman.edu>
9165
9166 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9167 in TeX mode.
9168
9169 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9170
9171 * textmodes/org.el (org-table-sum): Fix format string.
9172
9173 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9174 Quote face names.
9175
9176 2005-09-26 Romain Francoise <romain@orebokech.com>
9177
9178 * isearch.el (isearch-forward-regexp): Close doc string.
9179
9180 2005-09-25 Richard M. Stallman <rms@gnu.org>
9181
9182 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9183
9184 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9185
9186 * progmodes/compile.el (compilation-error-properties):
9187 When getting the file from the previous error message,
9188 correctly decode the new data format.
9189
9190 * progmodes/cc-cmds.el (c-electric-paren):
9191 Call old-blink-paren only for close-paren.
9192
9193 2005-09-24 Andreas Schwab <schwab@suse.de>
9194
9195 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9196 condition.
9197
9198 2005-09-25 Romain Francoise <romain@orebokech.com>
9199
9200 * dired-aux.el (dired-copy-file-recursive):
9201 * dired.el (dired-delete-file):
9202 * ediff-mult.el (ediff-dir-diff-copy-file):
9203 * ediff-util.el (ediff-test-save-region):
9204 * forms.el (forms-mode):
9205 * ido.el (ido-file-internal, ido-delete-file-at-head):
9206 * log-edit.el (log-edit-done):
9207 * ses.el (ses-yank-resize):
9208 * play/gomoku.el (gomoku-human-plays, gomoku)
9209 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9210 (gomoku-offer-a-draw):
9211 * play/landmark.el (lm-human-resigns, lm):
9212 * net/eudcb-ldap.el (eudc-ldap-check-base):
9213 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9214 * progmodes/ebrowse.el (ebrowse-find-pattern):
9215 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9216 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9217 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9218
9219 * vc.el (vc-delete-file):
9220 * play/gomoku.el (gomoku-terminate-game, gomoku)
9221 (gomoku-prompt-for-move, gomoku-human-takes-back):
9222 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9223 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9224
9225 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9226
9227 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9228 color rxvt terminals by using the code xterm.el used to use before
9229 2005-04-09 in order to match the colors used by rxvt.
9230
9231 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9232
9233 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9234 colors rxvt-unicode terminals by using the same code as xterm.el.
9235
9236 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9239 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9240 new symbol used for the tex-verbatim face.
9241
9242 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9243
9244 * woman.el (woman-file-name):
9245 * wid-edit.el (widget-file-prompt-value)
9246 (widget-coding-system-prompt-value):
9247 * w32-fns.el (set-w32-system-coding-system):
9248 * vc.el (vc-version-diff, vc-annotate):
9249 * textmodes/reftex-auc.el (reftex-arg-cite)
9250 (reftex-arg-index-tag):
9251 * textmodes/refer.el (refer-get-bib-files):
9252 * textmodes/artist.el (artist-figlet-choose-font):
9253 * terminal.el (terminal-emulator):
9254 * replace.el (occur-read-primary-args):
9255 * rect.el (string-rectangle, string-insert-rectangle):
9256 * ps-print.el (ps-print-preprint):
9257 * progmodes/pascal.el (pascal-goto-defun):
9258 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9259 * progmodes/compile.el (compilation-find-file):
9260 * printing.el (pr-interactive-n-up):
9261 * play/animate.el (animate-birthday-present):
9262 * net/rcompile.el (remote-compile):
9263 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9264 * mail/rmailsum.el (rmail-summary-search-backward)
9265 (rmail-summary-search):
9266 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9267 (rmail-output-read-file-name):
9268 * mail/rmail.el (rmail-search, rmail-search-backwards):
9269 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9270 * locate.el (locate):
9271 * international/quail.el (quail-show-keyboard-layout):
9272 * international/mule.el (set-buffer-file-coding-system)
9273 (revert-buffer-with-coding-system, set-file-name-coding-system)
9274 (set-terminal-coding-system, set-keyboard-coding-system)
9275 (set-next-selection-coding-system):
9276 * international/mule-diag.el (describe-coding-system)
9277 (describe-font, describe-fontset):
9278 * international/mule-cmds.el (universal-coding-system-argument)
9279 (search-unencodable-char, describe-input-method)
9280 (set-language-environment, describe-language-environment):
9281 * international/codepage.el (codepage-setup):
9282 * international/code-pages.el (codepage-setup):
9283 * info.el (Info-search, Info-follow-reference)
9284 (Info-search-backward):
9285 * emacs-lisp/advice.el (ad-read-advised-function)
9286 (ad-read-advice-class, ad-clear-cache, ad-activate)
9287 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9288 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9289 (ad-read-regexp):
9290 * ediff-util.el (ediff-toggle-regexp-match):
9291 * ediff-ptch.el (ediff-prompt-for-patch-file):
9292 * dired-aux.el (dired-diff):
9293 * diff.el (diff):
9294 * cus-edit.el (custom-variable-prompt):
9295 * calendar/timeclock.el (timeclock-ask-for-project):
9296 * calc/calcalg3.el (calc-get-fit-variables):
9297 * calc/calc-store.el (calc-edit-variable)
9298 (calc-permanent-variable):
9299 * vc-mcvs.el (vc-mcvs-register):
9300 * shadowfile.el (shadow-define-literal-group):
9301 * woman.el (woman-file-name):
9302 * vc.el (vc-version-diff, vc-merge):
9303 * textmodes/reftex-index.el (reftex-index-complete-tag):
9304 * format.el (format-decode-buffer, format-decode-region):
9305 * emulation/viper-cmd.el (viper-read-string-with-history):
9306 * emacs-lisp/debug.el (cancel-debug-on-entry):
9307 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9308 * ediff.el (ediff-merge-revisions)
9309 (ediff-merge-revisions-with-ancestor, ediff-revision):
9310 * completion.el (interactive-completion-string-reader):
9311 * calc/calc-prog.el (calc-user-define-formula):
9312 Follow convention for reading with the minibuffer.
9313
9314 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9315
9316 * progmodes/python.el (python-describe-symbol): Add globals() and
9317 locals() to the arguments of emacs.ehelp.
9318
9319 2005-09-24 Magnus Henoch <mange@freemail.hu>
9320
9321 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9322 New function, code extracted from ispell-valid-dictionary-list.
9323 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9324 Call it.
9325
9326 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9327
9328 * subr.el (version-regexp-alist): Extend valid syntax for version
9329 strings: allow any of the characters -,_,+ to separate the
9330 alpha/beta/rc part from the version part. Doc fix.
9331 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9332
9333 2005-09-23 David Reitter <david.reitter@gmail.com>
9334
9335 * mail/mailclient.el: New file.
9336
9337 2005-09-23 Richard M. Stallman <rms@gnu.org>
9338
9339 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9340 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9341 Doc fixes.
9342
9343 * progmodes/cc-mode.el (c-font-lock-init):
9344 Specify font-lock-lines-before.
9345
9346 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9349 whole conflict.
9350
9351 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9352
9353 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9354 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9355 of `remap' feature when available. Additional key bindings for
9356 better tty support.
9357 (org-mode-restart, org-force-self-insert): New commands.
9358 (org-time-stamp-inactive): New command.
9359 (org-remap): New function.
9360 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9361 (org-enable-fixed-width-editor): Move to `org-structure'
9362 customization group.
9363 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9364 blank field after field motion commands.
9365
9366 2005-09-23 Kenichi Handa <handa@m17n.org>
9367
9368 * international/mule-cmds.el (set-language-environment):
9369 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9370 have to call utf-translate-cjk-load-tables.
9371
9372 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * mouse.el (mouse-move-drag-overlay): Fix last change.
9375
9376 2005-09-22 David Ponce <david@dponce.com>
9377
9378 * tree-widget.el (tree-widget-value-create): Fix previous change.
9379
9380 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9381
9382 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9383
9384 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9385
9386 * mouse.el (mouse-move-drag-overlay): New function.
9387 (mouse-drag-region-1): Use it.
9388 Try to simplify a bit the state handling. Handle clicks on links
9389 inside intangible areas.
9390 (mouse-save-then-kill): Minor simplification.
9391 (mouse-secondary-overlay): Make it always non-nil instead of
9392 recreating it each time.
9393 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9394 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9395 Simplify accordingly.
9396
9397 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9398
9399 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9400
9401 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
9402
9403 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9404 (ediff-file-name-sans-prefix): Treat nil as an empty string.
9405 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9406 to patch.
9407
9408 * ediff-util.el: Use insert-buffer-substring.
9409
9410 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9411
9412 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9413 field boundaries in the minibuffer.
9414 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9415 (viper-minibuffer-post-command-hook): New hook.
9416 (viper-line): Don't move cursor at bolp.
9417
9418 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9419
9420 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9421 avoid compiler warnings.
9422
9423 * emulation/viper-macs.el (ex-map): Better messages.
9424
9425 * emulation/viper-utils.el (viper-beginning-of-field): New function.
9426
9427 * emulation/viper.el: Replace make-variable-buffer-local with
9428 viper-make-variable-buffer-local everywhere, to avoid warnings.
9429
9430 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9433 Delete unused var `old-selected-window'.
9434 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9435 (mouse-drag-secondary): Delete unused var `start-frame'.
9436
9437 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9438
9439 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9440
9441 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9442
9443 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9444 Re-indent within 80 columns. Use inhibit-read-only.
9445
9446 2005-09-19 Romain Francoise <romain@orebokech.com>
9447
9448 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9449
9450 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9453 unconditionally, since the after-change-function already did it.
9454
9455 2005-09-19 Miles Bader <miles@gnu.org>
9456
9457 * net/newsticker.el: Get rid of CVS keyword.
9458
9459 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9460
9461 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9462 The prompt is formatted later.
9463
9464 2005-09-19 David Ponce <david@dponce.com>
9465
9466 * tree-widget.el (tree-widget-value-create): Save the converted
9467 tree :node widget.
9468
9469 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9470
9471 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9472 variable `message'.
9473
9474 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9475
9476 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9477 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9478 <slawomir.nowaczyk.847@student.lu.se>.
9479
9480 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9481
9482 * image.el (image-load-path): Use symbol `data-directory' instead
9483 of its value, for backward compatibility with packages that bind
9484 it during `find-image'. Suggested by Katsumi Yamaoka.
9485 (image-search-load-path): Handle symbols whose values are strings.
9486
9487 2005-09-18 Romain Francoise <romain@orebokech.com>
9488
9489 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9490 with-current-buffer form in save-excursion.
9491
9492 2005-09-18 D Goel <deego@gnufans.org>
9493
9494 * apropos.el (apropos-command): Fix `message' call: first arg
9495 should be a format spec. In this and all other cases that appear
9496 below and elsewhere in the source code, I made a change only when
9497 two conditions were satisfied: [1] I can think of a possibility
9498 that the arguments would cause an error, for example, the code in
9499 question relies on external variables such as filenames. [2] I
9500 was sure that the arg to `message' could not have been nil in the code.
9501
9502 * textmodes/tildify.el (tildify-region): Ditto.
9503
9504 * textmodes/reftex-index.el (reftex-index-change-entry)
9505 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9506 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9507 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9508 (org-priority, org-table-sum):
9509 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9510 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9511 (flyspell-word, flyspell-display-next-corrections):
9512 * textmodes/bibtex.el (bibtex-print-help-message):
9513 * textmodes/artist.el (artist-key-set-point-poly):
9514 * term/mac-win.el (mac-services-insert-text):
9515 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9516 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9517 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9518 (vhdl-compose-configuration):
9519 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9520 (sh-set-indent, sh-learn-line-indent):
9521 * progmodes/ps-mode.el (ps-mode-target-column):
9522 * progmodes/idlwave.el (idlwave-make-tags)
9523 (idlwave-scan-library-catalogs):
9524 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9525 * progmodes/gud.el (gud-jdb-analyze-source):
9526 * progmodes/flymake.el (flymake-log):
9527 * progmodes/ebnf2ps.el (ebnf-generate-region):
9528 * progmodes/cmacexp.el (c-macro-expansion):
9529 * progmodes/ada-xref.el (ada-treat-cmd-string):
9530 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9531 (ada-justified-indent-current, ada-batch-reformat):
9532 * play/zone.el (zone):
9533 * play/landmark.el (lm-move):
9534 * play/decipher.el (decipher-show-alphabet):
9535 * net/newsticker.el (newsticker--display-jump)
9536 (newsticker--display-scroll):
9537 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9538 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9539 * mail/feedmail.el (feedmail-dump-message-to-queue):
9540 * eshell/esh-proc.el (eshell-remove-process-entry):
9541 * emulation/ws-mode.el (ws-last-error):
9542 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9543 (viper-record-kbd-macro):
9544 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9545 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9546 * emacs-lisp/find-func.el (find-function-noselect):
9547 * calendar/timeclock.el (timeclock-status-string)
9548 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9549 (timeclock-when-to-leave-string):
9550 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9551 * calc/calc-units.el (calc-enter-units-table):
9552 * calc/calc-mode.el (calc-mode-record-mode):
9553 * woman.el (woman-mini-help):
9554 * wdired.el (wdired-change-to-wdired-mode):
9555 * vc.el (vc-retrieve-snapshot):
9556 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9557 * startup.el (display-startup-echo-area-message):
9558 * simple.el (set-goal-column):
9559 * ses.el (ses-command-hook, ses-recalculate-cell):
9560 * server.el (server-process-filter):
9561 * printing.el (pr-interface-txt-print, pr-interface-printify)
9562 (pr-interface-ps):
9563 * pcvs.el (cvs-help):
9564 * log-edit.el (log-edit, log-edit-mode-help):
9565 * iswitchb.el (iswitchb-possible-new-buffer):
9566 * isearch.el (isearch-edit-string):
9567 * image-mode.el (image-mode, image-minor-mode):
9568 * ibuf-macs.el (define-ibuffer-filter):
9569 * hi-lock.el (hi-lock-find-patterns):
9570 * files.el (toggle-read-only):
9571 * ediff-util.el (ediff-copy-diff)
9572 (ediff-write-merge-buffer-and-maybe-kill):
9573 * echistory.el (Electric-history-undefined):
9574 * dnd.el (dnd-insert-text):
9575 * dired-aux.el (dired-query):
9576 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9577 * bookmark.el (bookmark-bmenu-locate):
9578 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9579 Fix `message' calls to ensure first arg is a format string.
9580 The change was made only when these two conditions were satisfied:
9581 [1] when there is a possibility that the arguments would cause an error
9582 for example, if the code in question relies on external variables
9583 such as filenames, and
9584 [2] if the arg to `message' could not have been nil in the code.
9585
9586 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9587 Not having a %s would be weird, though not technically wrong.
9588
9589 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9590
9591 * term/mac-win.el (mac-add-charset-info): Doc fix.
9592
9593 2005-09-17 Romain Francoise <romain@orebokech.com>
9594
9595 * shell.el (shell-resync-dirs): Handle echoing processes more
9596 reliably. Don't insert resync command if `comint-process-echoes'
9597 is non-nil.
9598
9599 2005-09-17 Magnus Henoch <mange@freemail.hu>
9600
9601 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9602 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9603 aspell versions >= 0.60.
9604 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9605 only if ispell-aspell-supports-utf8 is non-nil.
9606
9607 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9608
9609 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9610 buffer-local value to lisp-indent-function.
9611
9612 2005-09-17 Milan Zamazal <pdm@zamazal.org>
9613
9614 * progmodes/glasses.el (glasses-make-readable): If
9615 glasses-separator differs from underscore, put appropriate
9616 overlays over underscore characters.
9617 (glasses-convert-to-unreadable): If glasses-separator differs from
9618 underscore, try to convert glasses-separator characters to
9619 underscores.
9620
9621 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9624 Use with-syntax-table and dolist.
9625
9626 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
9627
9628 * textmodes/reftex-auc.el:
9629 * textmodes/reftex-cite.el:
9630 * textmodes/reftex-dcr.el:
9631 * textmodes/reftex-global.el:
9632 * textmodes/reftex-parse.el:
9633 * textmodes/reftex-ref.el:
9634 * textmodes/reftex-sel.el:
9635 * textmodes/reftex-toc.el:
9636 * textmodes/reftex-vars.el:
9637 * textmodes/reftex.el: Small changes to remove compiler warnings.
9638
9639 * textmodes/reftex-index.el: Likewise.
9640 (reftex-query-index-phrase): More efficient use of markers.
9641
9642 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9643
9644 * image.el (image-load-path): New variable.
9645 (image-search-load-path): New function.
9646 (find-image): Search for images in `image-load-path'.
9647
9648 2005-09-15 Richard M. Stallman <rms@gnu.org>
9649
9650 * follow.el: Change Maintainer field.
9651
9652 2005-09-15 David Ponce <david@dponce.com>
9653
9654 * recentf.el (recentf-save-file-modes): New option.
9655 (recentf-save-list): Use it.
9656
9657 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
9658
9659 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9660 (mode-line-mule-info, mode-line-modified): Move bindings from
9661 mouse-3 to mouse-1.
9662
9663 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * simple.el (sendmail-user-agent-compose): Revert last change.
9666
9667 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9670 Use with-current-buffer.
9671 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9672 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9673 (ange-ftp-insert-directory): Remove unused var `short'.
9674 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9675
9676 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9677 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9678
9679 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9680 (check-calendar-holidays, diary-list-entries): Autoload.
9681 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9682 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9683
9684 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9685 which mistakenly removed a call to display-buffer.
9686
9687 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
9688
9689 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9690
9691 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9692
9693 * progmodes/hideshow.el
9694 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9695 (hs-allow-nesting): New user var.
9696 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9697 (hs-hide-block-at-point): When nesting allowed,
9698 if there is already an overlay in place, delete it.
9699 (hs-safety-is-job-n): Delete func; remove call sites.
9700 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9701 (hs-overlay-at): New func.
9702 (hs-already-hidden-p, hs-show-block): Use it.
9703 (hs-hide-all): Don't pre-clean if nesting allowed.
9704 (hs-show-all): Temporarily disallow
9705 nesting around call to `hs-discard-overlays'.
9706
9707 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
9708
9709 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9710 Delete unused local var.
9711
9712 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
9713
9714 * help-fns.el (describe-categories): "?\ " -> "?\s".
9715 (help-do-arg-highlight): Recognize also ARG-n, as in
9716 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9717
9718 * international/codepage.el (dos-unsupported-char-glyph):
9719 * net/newsticker.el (tool-bar-map, w3-mode-map)
9720 (w3m-minor-mode-map):
9721 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9722 (ent-alist):
9723 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9724
9725 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * custom.el (custom-push-theme): Handle the case where a symbol is
9728 bound but face properties have not yet been assigned.
9729
9730 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9731 Fix behavior if noerase is `t' and there is no mail buffer.
9732
9733 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9734 if `continue' is nil, rather than signal an error.
9735
9736 2005-09-12 Richard M. Stallman <rms@gnu.org>
9737
9738 * font-lock.el (font-lock-keywords): Add autoload.
9739
9740 * help-fns.el (describe-variable): Rearrange to put source link
9741 in a predictable place.
9742
9743 * net/newsticker.el: New file.
9744
9745 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9748 (calendar-basic-setup): Use the new nil arg.
9749 (number-of-diary-entries): Move to diary-lib.el.
9750
9751 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9752 (diary-list-entries): Use with-syntax-table and dolist.
9753 Rename from list-diary-entries.
9754 Use number-of-diary-entries if `number' is nil.
9755 (diary, diary-view-entries): Use this new name and new nil arg value.
9756 (number-of-diary-entries): Move from calendar.el.
9757 (diary-unhide-everything): New function.
9758 (include-other-diary-files, fancy-diary-display)
9759 (diary-show-all-entries, make-diary-entry): Use it.
9760 (diary-mail-entries): Use buffer-string.
9761 (mark-diary-entries): Fix long standing paren typo.
9762 (diary-sexp-entry): Use count-lines.
9763 (make-diary-entry): Avoid `previous-line'.
9764 (diary-mode-map): New var.
9765 (diary-mode): Redraw cal after saving. Setup header-line.
9766 (fancy-diary-display-mode): Use local-set-key.
9767
9768 * startup.el (command-line): Try calling various terminal-init-foo-bar
9769 functions by stripping hyphenated suffixes from $TERM.
9770
9771 * files.el (normal-mode): Check boundness of font-lock-keywords.
9772
9773 2005-09-12 Richard M. Stallman <rms@gnu.org>
9774
9775 * progmodes/compile.el: Don't decide a file's directory
9776 until the user actually tries to go there.
9777 (compilation-next-error-function):
9778 Pass compilation-find-file the directory from the file-struct.
9779 (compilation-internal-error-properties): Separate local FILE-STRUCT
9780 from FILE. Doc the args better. Rename arg FMT to FMTS.
9781 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9782 Expand it, and if nil, use default-directory.
9783 (compilation-get-file-structure): Don't mix specified directory
9784 with default directory. Put specified directory into
9785 file-struct. Don't make the file name absolute.
9786
9787 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9788 (compile-command): Add autoload.
9789 (compilation-disable-input): Add autoload.
9790
9791 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9792
9793 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9794 strings of the variables it can override.
9795 (time-stamp): New (as yet undocumented) time-stamp-format escapes
9796 %Q and %q, for fully-qualified domain name and unqualified host name.
9797
9798 2005-09-11 Kim F. Storm <storm@cua.dk>
9799
9800 * emacs-lisp/authors.el (authors-aliases): Update list.
9801 (authors-fixed-entries): Update mldrag.el entry.
9802
9803 2005-09-10 Alan Mackenzie <acm@muc.de>
9804
9805 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9806 from the region narrowed to.
9807
9808 2005-09-10 Magnus Henoch <mange@freemail.hu>
9809
9810 * textmodes/ispell.el (ispell-check-version): Signal an error if
9811 aspell version is less than 0.60.
9812
9813 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9814
9815 * progmodes/octave-inf.el (inferior-octave-startup):
9816 Resync current dir at the end.
9817
9818 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
9819
9820 * woman.el (woman-topic-at-point-default):
9821 Rename to woman-use-topic-at-point-default.
9822 (woman-topic-at-point): Rename to woman-use-topic-at-point.
9823 (woman-file-name): Reflect renames above. Automatically use the
9824 word at point as topic if woman-use-topic-at-point is non-nil.
9825 Otherwise offer it as default but don't insert it in the
9826 minibuffer. Also use `test-completion' instead of `assoc' as
9827 suggested by Stefan Monnier.
9828
9829 2005-09-10 Andre Spiegel <spiegel@gnu.org>
9830
9831 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9832 the attempt to do it over Tramp. This is not yet supported.
9833
9834 2005-09-10 Eli Zaretskii <eliz@gnu.org>
9835
9836 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9837 (menu-bar-non-minibuffer-window-p): New functions.
9838 ("Split Window", "Save As..."): Use them.
9839 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9840 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9841 Use menu-bar-menu-frame-live-and-visible-p.
9842 ("Save Buffer", "Insert File", "Open Directory...")
9843 ("Open File...", "Visit New File..."):
9844 Use menu-bar-non-minibuffer-window-p.
9845 (kill-this-buffer-enabled-p, dired <menu-enable>):
9846 Use menu-bar-non-minibuffer-window-p.
9847
9848 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9849
9850 * cus-start.el (all): Don't complain about fringe-related
9851 built-ins if fringes are not supported. Ditto about
9852 selection-related built-ins. Fix the test for GTK-related built-ins.
9853
9854 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9855 ("Postscript Print Buffer", "Print Region", "Save As...")
9856 ("Save", "Insert File...", "Open Directory...")
9857 ("Open File...", "Visit New File..."")
9858 ("Truncate Long Lines in this Buffer"): Don't look at
9859 menu-updating-frame if this display does not support multiple frames.
9860
9861 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9862
9863 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9864
9865 2005-09-09 Emilio Lopes <eclig@gmx.net>
9866
9867 * woman.el: Format- and whitespace-related changes.
9868
9869 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9870
9871 * woman.el: Fix my email address.
9872
9873 2005-09-08 Richard M. Stallman <rms@gnu.org>
9874
9875 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9876 (sh-mode): Locally set skeleton-pair-default-alist.
9877
9878 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9879
9880 * progmodes/flymake.el: Require `compile' unconditionally.
9881
9882 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9883
9884 * woman.el (woman-file-name): Provide a default, not initial input.
9885
9886 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9887
9888 * font-lock.el (font-lock-support-mode): Doc fix.
9889
9890 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9891
9892 2005-09-08 Richard M. Stallman <rms@gnu.org>
9893
9894 * simple.el (blink-matching-open): Get rid of text props from
9895 the string shown in echo area. Don't permanently set point.
9896 Some rearrangements.
9897
9898 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9899
9900 * recentf.el (recentf-filename-handler): Add custom choice
9901 `abbreviate-file-name'.
9902
9903 * msb.el (msb--very-many-menus): Fix typo.
9904
9905 * disp-table.el (standard-display-european): Don't set
9906 enable-multibyte-characters to nil.
9907
9908 2005-09-08 David Ponce <david@dponce.com>
9909
9910 * recentf.el (recentf-show-file-shortcuts-flag): New option.
9911 (recentf-expand-file-name): Doc fix.
9912 (recentf-dialog-mode-map): Define digit shortcuts.
9913 (recentf--files-with-key): New variable.
9914 (recentf-show-digit-shortcut-filter): New function.
9915 (recentf-open-files-items): New function.
9916 (recentf-open-files): Use it.
9917 (recentf-open-file-with-key): New command.
9918
9919 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9920
9921 * buff-menu.el (Buffer-menu-sort-by-column): New function.
9922 Suggested by Kim F. Storm.
9923 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9924 (Buffer-menu-make-sort-button): Use global keymap.
9925
9926 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
9927
9928 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9929 (Man-getpage-in-background-advice): Remove defadvice; it isn't
9930 necessary any longer with the remapped command.
9931 (Man-bgproc-sentinel-advice): Remove defadvice which counts
9932 formatting time only.
9933
9934 * net/tramp.el (tramp-action-password)
9935 (tramp-multi-action-password): Compile the password prompt from
9936 `method', `user' and `host'. Sometimes it isn't obvious which
9937 password to enter, for example with remote files offered by
9938 recentf.el, or with multiple steps. Suggested by Robert Marshall
9939 <robert@chezmarshall.freeserve.co.uk>.
9940
9941 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9944 Fix regexp for when "s///" is at the beginning of line.
9945
9946 2005-09-07 Jay Belanger <belanger@truman.edu>
9947
9948 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9949 when in matrix mode.
9950
9951 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9954 non-anonymous functions.
9955
9956 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
9957
9958 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9959 when using a header line. Otherwise, use mouse-1-click-follows-link.
9960
9961 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9962 can't be moved; don't signal an error.
9963
9964 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
9965
9966 * cus-theme.el (custom-theme-write-faces): Save the current face
9967 spec, not the defface spec.
9968
9969 * custom.el (custom-known-themes): Clarify meaning of "standard".
9970 (custom-push-theme): Save old values in the standard theme.
9971 (disable-theme): Correct typo.
9972 (custom-face-theme-value) Deleted unused function.
9973 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9974
9975 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * progmodes/compile.el (compilation-goto-locus): Take into account
9978 iconified frames when determining whether the buffer is
9979 already visible.
9980 Don't reset window height if the window already existed.
9981
9982 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * custom.el (load-theme): Rename from require-theme.
9985 Add interactive spec.
9986 (enable-theme): Rename from custom-enable-theme.
9987 Add interactive spec.
9988 (disable-theme): Rename from custom-disable-theme.
9989 Add interactive spec.
9990 (custom-make-theme-feature): Doc fix.
9991 (custom-theme-directory): Doc fix.
9992 (provide-theme): Call enable-theme.
9993
9994 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * obsolete/lazy-lock.el (lazy-lock-mode):
9997 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
9998 font-lock-mode if it's off. Print a warning instead.
9999
10000 * progmodes/compile.el (compilation-start): Ignore errors if the
10001 process died before we get to send-eof.
10002
10003 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10004 Undo last change. Enclosing the result in quotes broke things on Unix
10005 since tex-send-command passes it through shell-quote-argument.
10006 (tex-send-command): Pass `file' through convert-standard-filename
10007 when possible.
10008 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10009 info in a transcript.
10010
10011 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10012
10013 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10014 fix compilation warning. Reorder the key definitions to group
10015 together keys emitted by the current version of xterm.
10016
10017 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10018 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10019 Reorder predicates to correct min-color usage.
10020
10021 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10022
10023 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10024 Kill local variables when longlines-mode is turned off.
10025
10026 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10027
10028 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10029
10030 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10031
10032 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10033
10034 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10035 (font-lock-lines-before): Change default to being inactive.
10036 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10037 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10038
10039 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10040
10041 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10042 Deactivate temporarily advice if active (not needed for Emacs 22,
10043 but for backwards compatibility).
10044 (tramp-exists-file-name-handler): Rewrite. First implementation
10045 was too simple.
10046 (tramp-advice-make-auto-save-file-name):
10047 Call `tramp-handle-make-auto-save-file-name' (again, just for
10048 backwards compatibility).
10049
10050 2005-08-31 Reto Zimmermann <reto@gnu.org>
10051
10052 * progmodes/vhdl-mode.el
10053 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10054 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10055 (vhdl-set-default-project): New function (easier setting of default).
10056 (vhdl-port-copy): Handle extended identifiers for generics.
10057 (vhdl-compiler-alist): Better description for error message regexp.
10058 (vhdl-make): Query for target, use previous as default.
10059 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10060 (vhdl-font-lock-keywords-2): Fix fontification for record
10061 el. assign.
10062 (vhdl-speedbar-make-subpack-line): Add package body link.
10063 (vhdl-generate-makefile-1): Not include itself as dependency.
10064 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10065 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10066 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10067 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10068 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10069 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10070 (vhdl-import-project): Add string argument for `error'.
10071 (vhdl-compose-configuration)
10072 (vhdl-compose-configuration-architecture): Add configuration
10073 declaration generation.
10074 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10075 (vhdl-trailer-re): Add "record" keyword (better indentation).
10076 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10077 "[^ \t-\"]+".
10078 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10079 (vhdl-testbench-entity-file-name)
10080 (vhdl-testbench-architecture-file-name): Allow separate
10081 customization of testbench file names.
10082 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10083 (vhdl-get-visible-signals): Allow newline within alias declaration.
10084 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10085 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10086 (member-ignore-case): Alias for missing function in XEmacs.
10087 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10088 (vhdl-update-sensitivity-list): Ignore case on read signals.
10089 (vhdl-replace-string): Adjust case only for file names.
10090 (vhdl-update-sensitivity-list): Fix search for read signals.
10091 (vhdl-update-sensitivity-list): Exclude formal parameters.
10092 (vhdl-get-visible-signals): Include aliases of signals.
10093 (vhdl-get-visible-signals): Fix signal name searching.
10094 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10095 (vhdl-fixup-whitespace-region): Fix for character
10096 literals (e.g. `:').
10097
10098 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10099
10100 * ansi-color.el (comint-last-output-start):
10101 * bs.el (font-lock-verbose):
10102 * diff-mode.el (add-log-buffer-file-name-function):
10103 * dired-x.el (vm-folder-directory):
10104 * faces.el (help-xref-stack-item):
10105 * files.el (font-lock-keywords):
10106 * find-lisp.el (dired-buffers, dired-subdir-alist):
10107 * ido.el (cua-inhibit-cua-keys):
10108 * log-view.el (cvs-minor-wrap-function):
10109 * outline.el (font-lock-warning-face):
10110 * simple.el (compilation-current-error):
10111 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10112 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10113 * tooltip.el (comint-prompt-regexp):
10114 * w32-fns.el (explicit-shell-file-name):
10115 * term/mac-win.el (mac-charset-info-alist)
10116 (mac-services-selection, mac-system-script-code):
10117 * term/tty-colors.el (msdos-color-values):
10118 * term/w32-win.el (xlfd-regexp-registry-subnum):
10119 * term/x-win.el (x-keysym-table, x-selection-timeout)
10120 (x-session-id, x-session-previous-id):
10121 * textmodes/ispell.el (mail-yank-prefix):
10122 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10123 * textmodes/org.el (calc-embedded-close-formula)
10124 (calc-embedded-open-formula)
10125 (font-lock-unfontify-region-function):
10126 * textmodes/reftex-global.el (isearch-next-buffer-function)
10127 (TeX-master):
10128 * textmodes/reftex.el (font-lock-keywords):
10129 * textmodes/tex-mode.el (font-lock-comment-face)
10130 (font-lock-doc-face):
10131 * textmodes/texinfo.el (outline-heading-alist):
10132 Add defvars.
10133
10134 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10135 (artist-spray-chars, artist-mode-init, artist-replace-string)
10136 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10137 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10138 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10139
10140 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10141 (conf-align-assignments): "?\ " -> "?\s".
10142
10143 * textmodes/reftex-index.el (TeX-master): Add defvar.
10144 (reftex-index-phrases-marker): Move up defvar.
10145
10146 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10147 (reftex-toc-include-labels-indicator)
10148 (reftex-toc-include-index-indicator)
10149 (reftex-toc-max-level-indicator): Move up declarations.
10150
10151 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10152 of args to `tramp-run-real-handler', even if it's empty in this case.
10153
10154 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10155
10156 * dired.el (dired-move-to-filename-regexp): Add date format for
10157 Mac OS X 10.3 in East Asian locales.
10158
10159 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10160
10161 * files.el (make-auto-save-file-name): Add file name handler call
10162 if applicable.
10163
10164 * net/tramp.el (tramp-file-name-handler-alist)
10165 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10166 (tramp-handle-make-auto-save-file-name): Rename from
10167 `tramp-make-auto-save-file-name'.
10168 (tramp-exists-file-name-handler): New defun.
10169 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10170 `make-auto-save-file-name' is not a magic file name operation.
10171
10172 2005-08-30 Richard M. Stallman <rms@gnu.org>
10173
10174 * files.el (risky-local-variable-p):
10175 Match `-predicates' and `-commands.
10176
10177 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10178 (custom-save-all): Visit the file if necessary;
10179 kill the buffer if we created it.
10180 (custom-save-delete): Don't visit file or kill buffer here.
10181
10182 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10183
10184 * textmodes/org.el (org-special-keyword): New face.
10185 (org-table-copy-down, org-table-eval-formula)
10186 (org-table-recalculate, org-init-section-numbers):
10187 Use `string-to-number' instead of `string-to-int'.
10188 (org-get-location): Use `insert-buffer-substring' instead of
10189 `insert-buffer'.
10190 (org-modify-diary-entry-string): New function.
10191 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10192 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10193 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10194 active region.
10195 (org-export-as-html): Handle QUOTE keyword.
10196 (org-quote-string): New option.
10197 (org-bookmark-jump-unhide): New function, used for
10198 `bookmark-after-jump-hook'.
10199 (org-diary-default-entry): Apply only when not called through
10200 `org-agenda'.
10201
10202 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10203
10204 * net/eudc.el (mode-popup-menu):
10205 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10206 * progmodes/ada-mode.el (compile-auto-highlight)
10207 (skeleton-further-elements):
10208 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10209 * progmodes/cmacexp.el (msdos-shells):
10210 * progmodes/compile.el (font-lock-extra-managed-props)
10211 (font-lock-keywords, font-lock-maximum-size)
10212 (font-lock-support-mode):
10213 * progmodes/grep.el (font-lock-lines-before):
10214 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10215 * progmodes/mixal-mode.el (compile-command):
10216 * progmodes/perl-mode.el (font-lock-comment-face)
10217 (font-lock-doc-face, font-lock-string-face):
10218 * progmodes/prolog.el (comint-prompt-regexp):
10219 * progmodes/sh-script.el (font-lock-comment-face)
10220 (font-lock-set-defaults, font-lock-string-face):
10221 * progmodes/sql.el (font-lock-keyword-face)
10222 (font-lock-set-defaults, font-lock-string-face):
10223 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10224 (itimer-version, lazy-lock-defer-contextually)
10225 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10226 Add defvars.
10227
10228 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10229 (cperl-electric-keyword, cperl-electric-pod)
10230 (cperl-electric-backspace, cperl-forward-re)
10231 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10232 (vc-rcs-header, vc-sccs-header): Add defvars.
10233
10234 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10235 (font-lock-syntactic-keywords, gud-find-expr-function):
10236 Add defvars.
10237
10238 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10239 (gdb-frame-parameters): Declare before use.
10240
10241 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10242 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10243 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10244 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10245
10246 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10247 (idlwave-help-with-source): Use `insert-buffer-substring', not
10248 `insert-buffer'.
10249
10250 2005-08-29 Juri Linkov <juri@jurta.org>
10251
10252 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10253 Put outline-back-to-heading function call inside save-excursion.
10254
10255 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10256
10257 * man.el (Man-init-defvars, Man-translate-references)
10258 (Man-support-local-filenames, Man-highlight-references):
10259 * progmodes/sql.el (sql-interactive-mode):
10260 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10261
10262 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10263 (compilation-mode-font-lock-keywords): Add defvars.
10264 (checkdoc-interactive-loop): "?\ " -> "?\s".
10265
10266 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10267 (font-lock-doc-face, font-lock-string-face)
10268 (font-lock-keywords-case-fold-search): Add defvars.
10269 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10270
10271 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10272 Don't pass X and Y (they are ignored anyway).
10273 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10274 (mouse-delete-window): Make arguments optional.
10275
10276 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10277 (caesar-translate-table, minor-modes, news-buffer-save)
10278 (news-group-name, news-minor-modes): Add defvars.
10279
10280 * emacs-lisp/lselect.el (mouse-highlight-priority)
10281 (x-lost-selection-functions, zmacs-regions):
10282 * emacs-lisp/pp.el (font-lock-verbose):
10283 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10284 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10285 (ses-mode-map):
10286 * emacs-lisp/tcover-unsafep.el (safe-functions):
10287 * international/mule-cmds.el (mac-system-coding-system)
10288 (mac-system-locale):
10289 * language/ethio-util.el (rmail-current-message)
10290 (rmail-message-vector):
10291 * language/thai-util.el (thai-auto-composition-mode):
10292 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10293 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10294 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10295 (vm-primary-inbox, vm-spool-files):
10296 * mail/rmail.el (deleted-head, font-lock-fontified)
10297 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10298 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10299 (total-messages):
10300 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10301 (rmail-summary-mode-map):
10302 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10303 (rmail-last-label, rmail-last-multi-labels)
10304 (rmail-summary-vector, rmail-total-messages):
10305 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10306 * mail/rmailsum.el (msgnum):
10307 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10308 (rmail-current-message):
10309 * obsolete/fast-lock.el (font-lock-face-list):
10310 * obsolete/rnewspost.el (mail-reply-buffer):
10311 * obsolete/scribe.el (compile-command):
10312 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10313
10314 2005-08-28 John Paul Wallington <jpw@gnu.org>
10315
10316 * ibuf-ext.el (ibuffer-auto-update-changed):
10317 Use `frame-or-buffer-changed-p' to check whether we need to update.
10318 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10319 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10320 as a `frame-or-buffer-changed-p' state vector instead.
10321
10322 2005-08-27 Romain Francoise <romain@orebokech.com>
10323
10324 * textmodes/makeinfo.el (makeinfo-compile):
10325 Use `compilation-start'. Set `next-error-function' according to
10326 `disable-errors'.
10327 (makeinfo-next-error): New function.
10328 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10329 (makeinfo-buffer): Likewise.
10330
10331 * progmodes/compile.el (compilation-start): Add autoload cookie.
10332
10333 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10334 * textmodes/sgml-mode.el: Likewise.
10335 * progmodes/python.el: Likewise.
10336
10337 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10338
10339 * simple.el (blink-matching-paren-distance): Document the meaning
10340 of nil value, and allow to customize to nil.
10341
10342 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10343 command.com, not command.exe.
10344
10345 2005-08-26 John Wiegley <johnw@newartisans.com>
10346
10347 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10348 code around a bit so that an extraneous nil argument is not added
10349 to a command when no args are given.
10350
10351 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10352 double-quoted argument resolves to nil, return it as an empty
10353 string rather than as nil. This made it impossible to pass "" to
10354 a shell script as a null string argument.
10355
10356 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * outline.el (outline-invent-heading): New fun.
10359 (outline-promote, outline-demote): Use it.
10360 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10361 (outline-end-of-subtree): Remove unused var `opoint'.
10362
10363 2005-08-26 David Reitter <david.reitter@gmail.com>
10364
10365 * menu-bar.el (truncate-lines, write-file, print-buffer)
10366 (ps-print-buffer-faces, ps-print-buffer, split-window):
10367 Disable menu items when the frame they refer to is invisible, or when
10368 they refer to a buffer and the minibuffer is selected.
10369
10370 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10371
10372 * progmodes/flymake.el (flymake-highlight-err-lines):
10373 Use save-excursion around flymake-highlight-line to preserve point.
10374
10375 2005-08-26 Eli Zaretskii <eliz@gnu.org>
10376
10377 * progmodes/octave-mod.el: Change Author and Maintainer address.
10378 (octave-maintainer-address): Change Kurt's email address.
10379 * progmodes/octave-inf.el: Change Author and Maintainer address.
10380 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10381
10382 2005-08-26 Kim F. Storm <storm@cua.dk>
10383
10384 * subr.el (version-list-<, version-list-<=, version-list-=):
10385 Rename from integer-list-*.
10386 (version-list-not-zero): Likewise. Fix while loop.
10387 (version=): Use version-list-= instead of string-equal.
10388
10389 2005-08-26 Richard M. Stallman <rms@gnu.org>
10390
10391 * outline.el (outline-promote): Try shortening the heading.
10392 As last resort, read the heading to use.
10393 (outline-demote): As last resort, read the heading to use.
10394
10395 2005-08-26 Romain Francoise <romain@orebokech.com>
10396
10397 * progmodes/compile.el (compilation-start): Doc fix.
10398
10399 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10400 (antlr-font-lock-additional-keywords): Fix reference to
10401 `antlr-font-lock-literal-regexp' erroneously changed during the
10402 mass face rename.
10403 (antlr-run-tool): Use `compilation-start'.
10404
10405 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10406 instead of the obsolete `compile-internal'.
10407
10408 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
10409
10410 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10411 (number, original-date):
10412 * calendar/cal-china.el (date):
10413 * calendar/cal-coptic.el (date):
10414 * calendar/cal-french.el (date):
10415 * calendar/cal-hebrew.el (date, entry, number, original-date):
10416 * calendar/cal-islam.el (date, number, original-date):
10417 * calendar/cal-iso.el (date):
10418 * calendar/cal-julian.el (date):
10419 * calendar/cal-mayan.el (date):
10420 * calendar/cal-menu.el (date, event):
10421 * calendar/cal-persia.el (date):
10422 * calendar/lunar.el (date):
10423 * calendar/solar.el (date): Add defvars.
10424
10425 * emerge.el:
10426 * ibuffer.el:
10427 * info-xref.el:
10428 * obsolete/bg-mouse.el:
10429 * obsolete/sun-curs.el:
10430 * obsolete/swedish.el: Move the `defvar's to the top level.
10431
10432 * smerge-mode.el (smerge-refined-change): Add :group.
10433
10434 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10437 (smerge-keep-n): Remove props.
10438 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10439 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10440 now that it's done in smerge-keep-n.
10441 (smerge-refined-change): New face.
10442 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10443 (smerge-refine): New funs.
10444 (smerge-basic-map): Bind smerge-refine.
10445
10446 2005-08-25 Juri Linkov <juri@jurta.org>
10447
10448 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10449 compilation-process-setup-function and compilation-disable-input
10450 in grep-mode instead of let-bindings in grep.
10451
10452 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10453 Delete "Automatic File De/compression" (auto-compression-mode).
10454
10455 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10456
10457 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10458 Silence warning about non-existent variable.
10459
10460 2005-08-25 Richard M. Stallman <rms@gnu.org>
10461
10462 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10463 Rename "Describe Key" to "Describe Key or Mouse Operation".
10464
10465 * mail/mailalias.el (build-mail-aliases): Delete comments
10466 from the contents before processing them.
10467
10468 * isearch.el (isearch-edit-string): Erase the Search prompt
10469 if user enters an empty string and there is no default.
10470
10471 * comint.el (comint-file-name-prefix): Add autoload.
10472
10473 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10474
10475 * subr.el (play-sound): Rearrange to avoid warning.
10476
10477 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10478
10479 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10480 New hook.
10481 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10482
10483 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10484
10485 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10486
10487 * custom.el (custom-theme-set-variables): Sort minor modes last.
10488
10489 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10490
10491 * subr.el (version-separator, version-regexp-alist): New vars used by
10492 version comparison funs.
10493 (integer-list-<, integer-list-=, integer-list-<=)
10494 (integer-list-not-zero): New funs for integer list comparison.
10495 (version-to-list, version=, version<, version<=): New funs for version
10496 comparison.
10497
10498 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10499
10500 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10501 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10502 time to silence the byte-compiler.
10503
10504 * ibuffer.el (ibuffer-compile-make-eliding-form)
10505 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10506 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10507 so it's silly to get warnings for it).
10508 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10509 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10510 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10511 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10512 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10513 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10514 Defvar at compile time.
10515 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10516 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10517 Declare them before use.
10518
10519 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10520 (info-xref-good, info-xref-bad): Defvar at compile time.
10521
10522 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10523 Use `let*' instead of `let'.
10524
10525 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10526 (*mouse-y*, menu, char): Defvar at compile time.
10527 (sc::menu): Declare it before use.
10528 (sc::pack-one-line): Use `let', not `let*'.
10529
10530 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10531 (mail-send-hook): Defvar at compile time.
10532
10533 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10534 Defvar at compile time.
10535
10536 * term/sun-mouse.el (current-global-mousemap)
10537 (current-local-mousemap): Declare them before use.
10538
10539 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10540
10541 * bookmark.el (bookmark-after-jump-hook): New hook.
10542 (bookmark-jump): Run `bookmark-after-jump-hook'.
10543
10544 2005-08-23 Juri Linkov <juri@jurta.org>
10545
10546 * faces.el (minibuffer-prompt): Doc fix.
10547
10548 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10549
10550 * progmodes/xscheme.el: Trivial changes to silence warnings.
10551 (xscheme-previous-mode, xscheme-previous-process-state):
10552 Add defvars.
10553 (xscheme-last-input-end, xscheme-process-command-line)
10554 (xscheme-process-name, xscheme-buffer-name)
10555 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10556 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10557 (xscheme-control-g-synchronization-p)
10558 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10559 (default-xscheme-runlight, xscheme-runlight)
10560 (xscheme-runlight-string, xscheme-process-filter-state)
10561 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10562 Move to beginning of file.
10563 (scheme-interaction-mode-commands-alist)
10564 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10565 Declare them before use. Note: the initialization code for the variables
10566 has not been moved because it uses functions that reference the variables.
10567 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10568 (xscheme-prompt-for-expression-map): Declare them before use.
10569 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10570
10571 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
10572
10573 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10574
10575 2005-08-22 Juri Linkov <juri@jurta.org>
10576
10577 * faces.el (set-face-underline): Delete this duplicate function
10578 and make an obsolete alias to set-face-underline-p.
10579 (set-face-underline-p): Use docstring of set-face-underline.
10580 (describe-face): Create hyperlink to parent face.
10581
10582 * info.el (Info-insert-dir): Use save-excursion around
10583 insert-buffer-substring.
10584 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10585 (Info-escape-percent): Delete function.
10586 (Info-fontify-node): Replace Info-escape-percent by
10587 replace-regexp-in-string with REP arg set to lambda that
10588 duplicates `%' and preserves text properties.
10589
10590 * progmodes/compile.el (compilation-disable-input): Doc fix.
10591 (define-compilation-mode): Doc fix and refill.
10592 (kill-compilation): Use `mode-name' in the error message.
10593 (compilation-find-file): Use `compilation-error' in the
10594 read-file-name's prompt.
10595
10596 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10597
10598 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10599 (smerge-auto-leave): Make undo re-enable the mode.
10600 (debug-ignored-errors): Add the user-error of impossible resolution.
10601 (smerge-resolve): Move things around a bit, in preparation for later.
10602 (smerge-diff): Don't fail if the buffer has no associated file.
10603 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10604 (smerge-conflict-overlay): New function.
10605 (smerge-match-conflict): Don't add text properties here.
10606 (smerge-find-conflict): Instead, add an overlay here.
10607 Also check for the case where we're inside a conflict already, so as to
10608 obviate the need for font-lock-multiline, which is unbearably slow with
10609 large conflicts and ciomplex font-lock patterns.
10610 (smerge-remove-props): Remove overlay rather than text-properties.
10611 (smerge-mode): Don't set font-lock-multiline.
10612 Remove overlays when turned off.
10613
10614 2005-08-21 Kim F. Storm <storm@cua.dk>
10615
10616 * ido.el (ido-ignore-item-p): Use save-match-data.
10617 Bind case-fold-search to ido-case-fold locally.
10618
10619 2005-08-20 Richard M. Stallman <rms@gnu.org>
10620
10621 * files.el (normal-mode): If font lock is on, turn it off and on.
10622
10623 * subr.el (replace-regexp-in-string): Doc fix.
10624
10625 * startup.el (command-line-1): Don't suppress startup screen
10626 due to existing processes.
10627
10628 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10629
10630 * progmodes/compile.el (compilation-disable-input): Default to nil.
10631
10632 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10633
10634 * progmodes/compile.el (compilation-disable-input): New defcustom.
10635 (compilation-start): If compilation-disable-input is non-nil, send
10636 EOF to the compilation process.
10637
10638 2005-08-20 Eli Zaretskii <eliz@gnu.org>
10639
10640 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10641 Run the argument of tex-shell-cd-command through
10642 convert-standard-filename, to get the correct style of slashes on
10643 Windows, and enclose the result in quotes, in case the file name
10644 includes whitespace or other special characters.
10645
10646 2005-08-19 Andreas Schwab <schwab@suse.de>
10647
10648 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10649 process.
10650
10651 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10652
10653 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10654
10655 2005-08-18 Kim F. Storm <storm@cua.dk>
10656
10657 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10658
10659 2005-08-18 Richard M. Stallman <rms@gnu.org>
10660
10661 * scroll-lock.el: New file.
10662
10663 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10664
10665 * dired.el (dired-move-to-end-of-filename):
10666 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10667
10668 2005-08-18 Kim F. Storm <storm@cua.dk>
10669
10670 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10671 rather than toggle mode when custom value is nil.
10672 (ido-everywhere): Fix defun doc string.
10673
10674 2005-08-17 Richard M. Stallman <rms@gnu.org>
10675
10676 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10677 as tag instead of "Inviolable".
10678
10679 2005-08-17 Kim F. Storm <storm@cua.dk>
10680
10681 * windmove.el (windmove-coordinates-of-position): Remove.
10682 (windmove-coordinates-of-window-position): Remove.
10683 (windmove-reference-loc): Use posn-at-point instead.
10684
10685 * subr.el (insert-for-yank-1): Doc fix.
10686
10687 * ido.el (ido-enter-matching-directory): Rename from
10688 ido-enter-single-matching-directory. Change `slash' choice to
10689 `only'. Add `first' choice.
10690 (ido-exhibit): Adapt to above changes.
10691
10692 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * Makefile.in: Expand comment about building loaddefs.el.
10695
10696 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
10697
10698 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10699 Comment use of defadvice.
10700
10701 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10702
10703 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10704
10705 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10706 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10707 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10708 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10709 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10710 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10711 for backward compatibility for faces that did not appear in the
10712 previous Emacs release.
10713
10714 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10715
10716 2005-08-15 Kim F. Storm <storm@cua.dk>
10717
10718 * emulation/cua-base.el (cua-delete-region): Return t if
10719 deleted region was non-empty.
10720 (cua-replace-region): Inhibit overwrite-mode for
10721 self-insert-command if replaced region was non-empty.
10722 (cua--explicit-region-start, cua--status-string): Make them
10723 buffer-local at top-level...
10724 (cua-mode): ...rather than when mode is enabled.
10725
10726 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10727
10728 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10729 Set t for Emacs 21, 22, and so on.
10730
10731 2005-08-15 David Ponce <david@dponce.com>
10732
10733 * tree-widget.el: Update Commentary header.
10734 (tree-widget-theme): Doc fix.
10735 (tree-widget-space-width): New option.
10736 (tree-widget-image-properties): Look up in the default theme too.
10737 (tree-widget--cursors): Only for images with arrow pointer shape.
10738 (tree-widget-lookup-image): Pointer shape is hand by default.
10739 (tree-widget-icon): Rename generic icon widget from
10740 `tree-widget-control'.
10741 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10742 derive from `tree-widget-icon'.
10743 (tree-widget-handle): Improve default look and feel of the text
10744 representation.
10745 (tree-widget): Rename :*-control properties to :*-icon properties.
10746 Add :action and :help-echo properties.
10747 (tree-widget-after-toggle-functions): Move.
10748 (tree-widget-close-node, tree-widget-open-node): Remove.
10749 (tree-widget-before-create-icon-functions): New hook.
10750 (tree-widget-value-create): Update to allow customization of icons
10751 and nodes at run-time via that new hook.
10752 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10753 (tree-widget-icon-action, tree-widget-icon-help-echo)
10754 (tree-widget-action, tree-widget-help-echo): New functions.
10755
10756 2005-08-15 Kim F. Storm <storm@cua.dk>
10757
10758 * ido.el (ido-buffer-internal): Use with-no-warnings.
10759 (ido-make-merged-file-list): Use while-no-input.
10760
10761 2005-08-15 Richard M. Stallman <rms@gnu.org>
10762
10763 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10764 (flyspell-large-region): Fix doc and custom type.
10765
10766 2005-08-14 Richard M. Stallman <rms@gnu.org>
10767
10768 * files.el (interpreter-mode-alist): Doc fix.
10769
10770 * mail/rmail.el (rmail-nonignored-headers): New variable.
10771 (rmail-clear-headers): Use it.
10772 (rmail-reply): Better handling of mail-followup-to header.
10773
10774 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10775 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10776 don't try to refer to executable-font-lock-keywords.
10777 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10778 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10779 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10780 (sh-mode): Set comment-start-skip, local-abbrev-table,
10781 imenu-case-fold-search.
10782 (sh-set-shell): Don't set them here.
10783 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
10784 Don't cache the results in the original alist; don't ever modify
10785 that alist.
10786
10787 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10788
10789 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10790 empty.
10791
10792 2005-08-15 Andreas Schwab <schwab@suse.de>
10793
10794 * desktop.el: Put autoload cookie at risky-local-variable declarations.
10795
10796 * dired.el, info.el, mail/rmail.el: Revert last change.
10797
10798 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10799
10800 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10801 modification in `eval-after-load' form.
10802 * info.el: Likewise.
10803 * mail/rmail.el: Likewise.
10804
10805 2005-08-14 Juri Linkov <juri@jurta.org>
10806
10807 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10808 Remove highlighting of "Compilation started". Highlight only
10809 the word "finished" in "Compilation finished". Add highlighting
10810 of "interrupt", "killed", "terminated" and the exit code.
10811 (compilation-start): Add newline after header. Use exactly the
10812 same time stamp format as the finishing message.
10813 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10814
10815 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10816 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10817 Add highlighting of "interrupt", "killed", "terminated".
10818
10819 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10820 enabled and the current command is self-insert-command, call it
10821 explicitly with overwrite-mode bound to nil, to not allow it
10822 to delete the character after the selected region.
10823
10824 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10825
10826 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10827 move-end-of-line, end-of-line, and beginning-of-line to the list
10828 of commands after which the echo area is updated.
10829
10830 2005-08-12 Eli Zaretskii <eliz@gnu.org>
10831
10832 * cus-edit.el (custom-save-all, custom-save-delete):
10833 Bind recentf-exclude to exclude custom-file.
10834
10835 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10836
10837 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10838 to go to the bottom of the mail message. Added to
10839 `rmail-summary-mode-map' with key "/".
10840 (rmail-summary-show-message): New (internal) function for use by
10841 both `rmail-summary-beginning/end-of-message'.
10842 (rmail-summary-beginning-of-message): Change to use
10843 rmail-summary-show-message.
10844
10845 * mail/rmail.el (rmail-end-of-message): New command to go to the
10846 end of the current message. Added to `rmail-mode-map' with key "/".
10847 (rmail-beginning-of-message): Fix to work as documented.
10848 (rmail-mode): Change documentation.
10849
10850 * progmodes/compile.el (compilation-start): Add the line
10851 "Compilation started" with compilation start time.
10852 (compilation-mode-font-lock-keywords): Add `started' to keywords.
10853
10854 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10855
10856 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10857 of menu items.
10858
10859 2005-08-11 Richard M. Stallman <rms@gnu.org>
10860
10861 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10862
10863 * battery.el (battery-status-function): Don't use ignore-errors.
10864
10865 2005-08-11 Lute Kamstra <lute@gnu.org>
10866
10867 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10868 define-obsolete-variable-alias.
10869
10870 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10873 (ange-ftp-send-cmd): Revert last change, and expand
10874 the comment explaining the problem.
10875
10876 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10877
10878 * ldefs-boot.el: Update.
10879
10880 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10881 item to "Time, Load and Mail". Change help echo text.
10882
10883 * time.el (display-time-use-mail-icon, display-time-format)
10884 (display-time-string-forms): Shorten first line of docstrings.
10885
10886 2005-08-10 Lars Hansen <larsh@soem.dk>
10887
10888 * desktop.el (desktop-buffer-mode-handlers):
10889 Make non-customizable. Add autoload cookie. Change initial value to
10890 nil; add elements in respective modules instead. Fix doc string.
10891 (desktop-load-file): New function.
10892 (desktop-minor-mode-handlers): New autoloaded variable.
10893 (desktop-create-buffer): Call minor mode handlers.
10894 Use desktop-load-file to load major and minor mode modules prior to
10895 checking for a handler.
10896 (desktop-save): Don't add nil to desktop-minor-modes for minor
10897 modes with nil function in desktop-minor-mode-table. Don't delete
10898 desktop file before rewriting it.
10899 (desktop-locals-to-save): Add autoload cookie. Don't make
10900 automatically buffer-local. Add variables column-number-mode,
10901 size-indication-mode, indent-tabs-mode,
10902 indicate-buffer-boundaries, indicate-empty-lines and
10903 show-trailing-whitespace.
10904 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10905 regexps. Don't use desktop-clear-preserve-buffers-regexp.
10906 (desktop-clear-preserve-buffers-regexp): Delete.
10907 (desktop-clear-preserve-buffers): Update initial value and docstring.
10908 (desktop-save-buffer): Fix doc string.
10909
10910 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10911 (hilit-chg-desktop-restore): New function.
10912 (highlight-changes-mode): Add highlight-changes-mode to
10913 desktop-locals-to-save.
10914
10915 * dired.el: Add handler to desktop-buffer-mode-handlers.
10916 (dired-restore-desktop-buffer): Remove autoload cookie.
10917 (dired-mode): Add autoload cookie.
10918
10919 * info.el: Add handler to desktop-buffer-mode-handlers.
10920 (Info-restore-desktop-buffer): Remove autoload cookie.
10921 (Info-mode): Add autoload cookie.
10922
10923 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10924 (mh-restore-desktop-buffer): Remove autoload cookie.
10925 (mh-folder-mode): Add autoload cookie.
10926
10927 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10928 (rmail-restore-desktop-buffer): Remove autoload cookie.
10929
10930 2005-08-11 Masatake YAMATO <jet@gyve.org>
10931
10932 * hexl.el (hexl-address-region):
10933 (hexl-ascii-region, hexl-font-lock-keywords):
10934 (hexl-highlight-line-range): Use the term "region"
10935 instead of "area" for consistency with the other symbols
10936 defined in hexl.el.
10937
10938 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10939
10940 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10941 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10942 out by Juri Linkov). Add `display-battery-mode'.
10943
10944 2005-08-09 Juri Linkov <juri@jurta.org>
10945
10946 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10947 Remove `-text' from face variable names.
10948 (compilation-error-file-name, compilation-warning-file-name)
10949 (compilation-info-file-name): Delete faces.
10950 (compilation-line-number, compilation-column-number):
10951 Remove face underlining.
10952 (compilation-message-face): Set to `underline' value by default.
10953 (compilation-error-face, compilation-warning-face)
10954 (compilation-info-face): Remove `-file-name' from face names.
10955 (compilation-error-text-face, compilation-warning-text-face)
10956 (compilation-info-text-face): Delete face variables.
10957 (compilation-text-face): Delete function.
10958
10959 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10960 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10961 (grep-error-face): Set to `compilation-error' instead of
10962 `compilation-error-face' (which is redefined to `grep-hit-face' in
10963 grep buffers).
10964 (grep-mode-font-lock-keywords): Remove `-text' from face variable
10965 names. Use `grep-error-face' instead of `compilation-error-text-face'.
10966
10967 * dired-aux.el (dired-do-query-replace-regexp):
10968 Use `query-replace-read-args'.
10969
10970 * replace.el (query-replace-read-from, query-replace-read-to)
10971 (query-replace-read-args): Rename arg `string' to `prompt'.
10972
10973 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10974
10975 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10976
10977 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10978 uploading files.
10979 (ange-ftp-canonize-filename): Handle file names beginning with ~
10980 correctly.
10981
10982 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
10983
10984 * textmodes/fill.el (canonically-space-region)
10985 (fill-context-prefix, fill-french-nobreak-p)
10986 (fill-delete-newlines, fill-comment-paragraph)
10987 (justify-current-line): "?\ " -> "?\s".
10988
10989 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
10990
10991 * textmodes/fill.el (fill-nonuniform-paragraphs):
10992 Improve argument/docstring consistency.
10993
10994 2005-08-09 Richard M. Stallman <rms@gnu.org>
10995
10996 * textmodes/ispell.el (ispell-word): More fboundp checks.
10997
10998 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
10999 (find-file-noselect-1): Call it here, only if RAWFILE.
11000 (normal-mode): Always set some major mode.
11001 (save-some-buffers-action-alist): Change some explanation strings.
11002 (file-name-non-special): In the `quote' method, use unwind-protect.
11003
11004 2005-08-09 Magnus Henoch <mange@freemail.hu>
11005
11006 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11007 (ispell-have-aspell-dictionaries): New variable.
11008 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11009 (ispell-get-aspell-config-value): New function.
11010 (ispell-aspell-find-dictionary): New function.
11011 (ispell-aspell-add-aliases): New function.
11012 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11013 appropriate. Don't look for ispell dictionaries if we use aspell.
11014 (ispell-menu-map): Don't build a submenu of dictionaries.
11015
11016 2005-08-09 Richard M. Stallman <rms@gnu.org>
11017
11018 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11019 (sql-read-passwd): Use read-passwd.
11020
11021 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11022 (idlwave-toolbar-is-possible): Add defvars.
11023
11024 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11025 Avoid warnings.
11026
11027 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11028 (idlwave-system-class-info, idlwave-executive-commands-alist):
11029 Use defvar.
11030
11031 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11032
11033 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11034 Avoid warnings.
11035
11036 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11037 and content-type: headers.
11038
11039 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11040
11041 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11042 and rename some of them to be more self-explanatory.
11043
11044 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11045
11046 * startup.el (command-line-1): Implement -scriptload.
11047
11048 * replace.el (occur-engine): Initial *Occur* output not undoable.
11049
11050 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11051 and improve help strings.
11052
11053 * isearch.el (isearch-repeat): When changing direction,
11054 mark search successful.
11055
11056 * ediff-init.el: Use (featurep 'xemacs).
11057
11058 * comint.el (send-invisible): Identify buffer, if not selected.
11059
11060 * align.el: Delete autoload for c-guess-basic-syntax.
11061
11062 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11063
11064 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11065 Improve argument/docstring consistency. Doc fixes.
11066 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11067 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11068 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11069 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11070 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11071 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11072 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11073 Defvar at compile time.
11074
11075 2005-08-09 Juri Linkov <juri@jurta.org>
11076
11077 * info.el: Replace `info' with upper-case `Info' where appropriate.
11078 (info-title-1, info-title-2, info-title-3, info-title-4)
11079 (info-menu-header): Move up face definitions.
11080 (info-menu-star): Rename from `info-menu-5'.
11081 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11082 (Info-fontify-visited-nodes): Fix docstring.
11083 (Info-hide-note-references): Fix docstring.
11084 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11085 menu items in the same way as on cross-references.
11086 (info-apropos): Fix sorting order and formatting to be like in the
11087 stand-alone Info browser. Display error messages for 1 sec.
11088 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11089 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11090 from the menu bar.
11091 (Info-insert-dir): Restore point after calling
11092 `insert-buffer-substring'.
11093
11094 2005-08-08 Richard M. Stallman <rms@gnu.org>
11095
11096 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11097 (recompute-lucid-menubar): Add defvars.
11098
11099 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11100
11101 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11102
11103 * net/net-utils.el (run-dig): Rename from `dig'.
11104
11105 * play/gametree.el (gametree-mode): Use make-local-variable,
11106 not make-variable-buffer-local.
11107
11108 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11109
11110 * ansi-color.el (ansi-color-make-extent)
11111 (ansi-color-set-extent-face): Use fboundp, not functionp.
11112
11113 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11114 not make-variable-buffer-local.
11115
11116 * bookmark.el (Info-current-file): Add defvar.
11117 (bookmark-jump-noselect): Use with-no-warnings.
11118
11119 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11120
11121 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11122
11123 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11124
11125 * find-file.el (ada-procedure-start-regexp)
11126 (ada-package-start-regexp): Add defvars.
11127
11128 * info.el (Info-insert-dir): Use insert-buffer-substring.
11129
11130 * xml.el (xml-att-def-re): Add defvar.
11131
11132 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11133 calling convention.
11134
11135 * subr.el (while-no-input): Return t if there is input.
11136
11137 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11138
11139 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11140
11141 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11142
11143 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11144 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11145
11146 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11147
11148 * cmuscheme.el (scheme-start-file): Replace reference to
11149 `user-emacs-directory' by "~/.emacs.d/".
11150
11151 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11152
11153 * info.el (Info-dir-remove-duplicates): Avoid case folding
11154 in loop; instead, keep downcased strings for comparison.
11155 Suggested by Helmut Eller.
11156
11157 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11158
11159 Sync with Tramp 2.0.50.
11160
11161 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11162 XEmacs case; not necessary anymore.
11163 (tramp-user-regexp): Allow "@" as part of user name.
11164 (tramp-handle-set-visited-file-modtime)
11165 (tramp-handle-insert-file-contents)
11166 (tramp-handle-write-region): No special handling for
11167 `last-coding-system-used, because this is done in
11168 `tramp-accept-process-output' now.
11169 (tramp-accept-process-output): New defun.
11170 (tramp-process-one-action, tramp-process-one-multi-action)
11171 (tramp-wait-for-regexp, tramp-wait-for-output)
11172 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11173 Howells <dhowells@redhat.com>.
11174 (clear-visited-file-modtime): Defadvice removed. The check for
11175 unset buffer's modtime does not need to be based on
11176 `tramp-buffer-file-attributes'. Suggested by RMS.
11177 (tramp-message): Insert "\n" if not being at beginning of line.
11178 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11179 sequence with same logic.
11180 (tramp-completion-handle-expand-file-name): Discard call of
11181 `tramp-drop-volume-letter'. It is not necessary, and there have
11182 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11183 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11184 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11185 should always be visible.
11186 (tramp-handle-insert-directory, tramp-setup-complete)
11187 (tramp-set-process-query-on-exit-flag)
11188 (tramp-append-tramp-buffers): Pacify byte-compiler.
11189 (tramp-bug): Delete non-existing variables from list.
11190 Apply `tramp-load-report-modules' as pre-hook.
11191 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11192 `shell-prompt-pattern' because of non-7bit characters.
11193 Reported by Sebastian Luque <sluque@mun.ca>.
11194 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11195 (tramp-match-string-list): Remove function.
11196 (tramp-wait-for-regexp): Remove call of that function.
11197 Suggested by Kim F. Storm <storm@cua.dk>.
11198 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11199 instead of octal character code ?\600. The latter resulted in a
11200 syntax error with XEmacs.
11201
11202 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11203 XEmacs case; not necessary anymore.
11204 (tramp-smb-handle-write-region): No special handling for
11205 `last-coding-system-used, because this is done in
11206 `tramp-accept-process-output' now.
11207 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11208
11209 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11210
11211 * wid-edit.el (widget-choice-value-create):
11212 Unconditionally respect user choice. Set :explicit-choice back to nil
11213 when no longer needed.
11214 (widget-choice-action): Unconditionally respect user choice.
11215 Eliminate :explicit-choice-value.
11216
11217 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11218
11219 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11220 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11221 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11222 running new function `toggle-indicate-empty-lines'.
11223 Rename "Customize" item to "Customize fringe".
11224 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11225 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11226 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11227 Delete "Empty lines only" item.
11228 (menu-bar-showhide-fringe-ind-customize): New function.
11229 (menu-bar-showhide-fringe-ind-mixed)
11230 (menu-bar-showhide-fringe-ind-box)
11231 (menu-bar-showhide-fringe-ind-right)
11232 (menu-bar-showhide-fringe-ind-left)
11233 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11234 instead of `fringe-indicators'.
11235
11236 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11237
11238 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11239 Change the date of last update.
11240
11241 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11242
11243 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11244 (viper-exec-yank, viper-put-back): Don't display modification msg
11245 if in the minibuffer.
11246
11247 * viper-init.el (viper-replace-overlay-cursor-color)
11248 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11249 Make variables frame local.
11250
11251 * viper-util.el (viper-append-filter-alist): Use append instead of
11252 nconc.
11253
11254 * viper.el (viper-vi-state-mode-list)
11255 (viper-emacs-state-mode-list): Move help-mode and
11256 completion-list-mode from the first list to the second.
11257 (viper-mode): Docstring.
11258 (viper-go-away, viper-non-hook-settings): Don't localize
11259 minor-mode-alist in newer Emacsen. Add advice to
11260 set-cursor-color. Don't bind "\C-c\\".
11261
11262 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11263
11264 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11265 (scheme-macro-expand-command): New user options.
11266 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11267 (scheme-form-at-point, scheme-start-file)
11268 (scheme-interactively-start-process): New functions.
11269 (scheme-get-process): New function, extracted from `scheme-proc'.
11270 (run-scheme): Call `scheme-start-file' to get start file, and pass
11271 it to `make-comint'.
11272 (switch-to-scheme, scheme-proc):
11273 Call `scheme-interactively-start-process' if no Scheme buffer/process
11274 is available.
11275
11276 2005-08-06 Juri Linkov <juri@jurta.org>
11277
11278 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11279 Use `compilation-text-face', `compilation-info-text-face' and
11280 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11281 (compilation-error): New face.
11282 (compilation-error-file-name): Inherit from
11283 `compilation-error' instead of `font-lock-warning-face'.
11284 (compilation-warning-file-name): Inherit from
11285 `compilation-warning' instead of `font-lock-warning-face'.
11286 (compilation-info, compilation-error-file-name)
11287 (compilation-warning-file-name, compilation-info-file-name)
11288 (compilation-line-number, compilation-column-number): Doc fix.
11289 (compilation-error-text-face, compilation-warning-text-face)
11290 (compilation-info-text-face): New face variables.
11291 (compilation-line-face, compilation-column-face)
11292 (compilation-enter-directory-face)
11293 (compilation-leave-directory-face): Doc fix.
11294 (compilation-text-face): New function.
11295
11296 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11297 instead of 1 to display binary file names as info file links.
11298 (grep-error-face): Use `compilation-error-face' instead of
11299 `font-lock-keyword-face'.
11300 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11301 and `compilation-warning-text-face' instead of
11302 `font-lock-keyword-face'. Use `compilation-error-text-face'
11303 instead of `grep-error-face'.
11304
11305 2005-08-05 Kenichi Handa <handa@m17n.org>
11306
11307 * international/code-pages.el: Add autoload cookies for all coding
11308 systems.
11309
11310 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11311
11312 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11313
11314 2005-08-04 Juri Linkov <juri@jurta.org>
11315
11316 * progmodes/compile.el (compilation-mode-map):
11317 * progmodes/grep.el (grep-mode-map):
11318 Bind TAB to `compilation-next-error' and [backtab] to
11319 `compilation-previous-error'.
11320
11321 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11322 matching line numbers, column numbers and their ranges with regexp
11323 matching only line numbers.
11324 (grep-context-face): New face variable.
11325 (grep-mode-font-lock-keywords): Use it.
11326
11327 * faces.el (read-face-name): Delete duplicate faces.
11328
11329 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11330
11331 * thumbs.el (thumbs-find-image): Don't make variables
11332 automatically buffer local.
11333 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11334 (thumbs-image-num): Make automatically buffer local.
11335 (thumbs-show-thumbs-list): Use `make-local-variable', not
11336 `make-variable-buffer-local'.
11337 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11338
11339 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11340 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11341 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11342 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11343 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11344 (feelings-about, foullst, found, hello, history, howareyoulst)
11345 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11346 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11347 (neglst, obj, object, owner, please, problems, qlist)
11348 (random-adjective, relation, remlst, repetitive-shortness)
11349 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11350 (shortlst, something, sportslst, stallmanlst, states, subj)
11351 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11352 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11353 Defvar at compile time.
11354
11355 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11356 not `make-variable-buffer-local'.
11357
11358 2005-08-02 Kim F. Storm <storm@cua.dk>
11359
11360 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11361 rectangle overlay in selected window.
11362
11363 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11364
11365 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11366 instead of display group. Make `indicate-buffer-boundaries'
11367 customizable through Custom.
11368
11369 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11370
11371 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11372 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11373 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11374 (gdb-put-string): Fix typos in docstrings.
11375
11376 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
11377
11378 Update copyright notices of files in progmodes directory for
11379 release of Emacs 22.1.
11380
11381 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11382
11383 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11384 Don't barf if the GUD buffer has been killed.
11385
11386 2005-08-01 Kim F. Storm <storm@cua.dk>
11387
11388 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11389
11390 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * simple.el (next-error-follow-minor-mode):
11393 make-variable-buffer-local -> make-local-variable.
11394
11395 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11396
11397 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11398 (byte-compile-form-make-variable-buffer-local): New functions to warn
11399 about misuses of make-variable-buffer-local where make-local-variable
11400 was meant.
11401
11402 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
11403
11404 * bs.el (bs-attributes-list): Doc fix.
11405 (bs): Update url-link.
11406
11407 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11408 (desktop-load-default): Simplify.
11409
11410 * ibuffer.el (ibuffer-columnize-and-insert-list)
11411 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11412 (ibuffer-unmark-all, ibuffer-toggle-marks)
11413 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11414 (ibuffer-compile-make-format-form, ibuffer-format-column)
11415 (ibuffer-current-buffers-with-marks)
11416 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11417 (ibuffer): Doc fix.
11418 (ibuffer-mode): Fix typo in docstring.
11419 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11420 with `define-obsolete-variable-alias'.
11421 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11422
11423 2005-07-29 Kenichi Handa <handa@m17n.org>
11424
11425 * international/mule-cmds.el (select-message-coding-system):
11426 Be sure to use LF for end-of-line. If no coding system is decided,
11427 return iso-8859-1-unix.
11428
11429 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11432 (ange-ftp-pending-error-line): New vars.
11433 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11434 to handle the non-fatal no-route-to-host messages.
11435 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11436
11437 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
11438
11439 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11440 (isearch-quote-char, isearch-printing-char)
11441 (isearch-text-char-description): "?\ " -> "?\s".
11442 (isearch-lazy-highlight-cleanup)
11443 (isearch-lazy-highlight-initial-delay)
11444 (isearch-lazy-highlight-interval)
11445 (isearch-lazy-highlight-max-at-a-time)
11446 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11447 Declare with define-obsolete-*-alias macros.
11448 (isearch-forward): Fix typo in docstring.
11449 (search-invisible, search-ring-yank-pointer)
11450 (regexp-search-ring-yank-pointer): Doc fixes.
11451
11452 * recentf.el (recentf-menu-append-commands-p): Declare with
11453 `define-obsolete-variable-alias'.
11454 (recentf-max-saved-items, recentf-menu-filter)
11455 (recentf-arrange-by-rule-subfilter): Doc fixes.
11456 (recentf-menu-append-commands-flag)
11457 (recentf-initialize-file-name-history, recentf-expand-file-name)
11458 (recentf-clear-data): Fix typos in docstrings.
11459
11460 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11461
11462 * progmodes/gdb-ui.el: Smarten comments.
11463 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11464
11465 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11466
11467 * term/apollo.el (terminal-init-apollo): New function containing
11468 all former top level forms in the file.
11469 * term/bobcat.el (terminal-init-bobcat):
11470 * term/cygwin.el (terminal-init-cygwin):
11471 * term/iris-ansi.el (terminal-init-iris-ansi):
11472 * term/linux.el (terminal-init-linux):
11473 * term/news.el (terminal-init-news):
11474 * term/rxvt.el (terminal-init-rxvt):
11475 * term/sun.el (terminal-init-sun):
11476 * term/tvi970.el (terminal-init-tvi970):
11477 * term/vt100.el (terminal-init-vt100):
11478 * term/vt102.el (terminal-init-vt102):
11479 * term/vt125.el (terminal-init-vt125):
11480 * term/vt200.el (terminal-init-vt200):
11481 * term/vt201.el (terminal-init-vt201):
11482 * term/vt220.el (terminal-init-vt220):
11483 * term/vt240.el (terminal-init-vt240):
11484 * term/vt300.el (terminal-init-vt300):
11485 * term/vt320.el (terminal-init-vt320):
11486 * term/vt400.el (terminal-init-vt400):
11487 * term/vt420.el (terminal-init-vt420):
11488 * term/wyse50.el (terminal-init-wyse50):
11489 * term/xterm.el (terminal-init-xterm): Likewise.
11490
11491 * term/README: Describe the terminal-init-* functionality.
11492
11493 * startup.el (command-line): After loading the terminal initialization
11494 file call the corresponding terminal initialization function.
11495
11496 2005-07-27 Kenichi Handa <handa@m17n.org>
11497
11498 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11499 negative.
11500
11501 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11502 (ps-mule-composition-prologue): Fix for the case that
11503 RelativeCompose is false.
11504
11505 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11506
11507 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11508
11509 * descr-text.el (describe-char): Handle the case where the list of
11510 chars is displayed in a separate frame.
11511 Be a bit more discriminating when looking for the char.
11512
11513 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11514
11515 * bookmark.el (bookmark-automatically-show-annotations)
11516 (bookmark-read-annotation-text-func): Doc fixes.
11517 (bookmark-save): Improve argument/docstring consistency.
11518 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11519 (bookmark-alist-from-buffer)
11520 (bookmark-upgrade-file-format-from-0)
11521 (bookmark-grok-file-format-version)
11522 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11523 (bookmark-read-annotation-mode)
11524 (bookmark-insert-current-bookmark, bookmark-jump)
11525 (bookmark-exit-hook): Fix typos in docstrings.
11526 (bookmark-exit-hooks): Define as obsolete alias.
11527 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11528 not `bookmark-exit-hooks'. Fix docstring.
11529 (bookmark-bmenu-select): "?\ " -> "?\s".
11530
11531 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11532
11533 * startup.el (command-line): Fix typo.
11534
11535 2005-07-24 Richard M. Stallman <rms@gnu.org>
11536
11537 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11538 not emacs-quick-startup.
11539
11540 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11541
11542 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11543 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11544 instead of `reb-with-current-window'.
11545 (reb-prev-match): Likewise. Also, don't move left if the search
11546 was unsuccessful.
11547 (reb-initialize-buffer): New function.
11548 (re-builder, reb-change-syntax): Use it.
11549
11550 * man.el (Man-goto-page): Make second argument NOERROR optional.
11551
11552 2005-07-23 Richard M. Stallman <rms@gnu.org>
11553
11554 * man.el (Man-bgproc-sentinel): Check here for failure to find
11555 any man page in the output, and report the error here.
11556 (Man-arguments): Make it permanent local.
11557 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11558 (Man-mode): Pass t for NOERROR.
11559
11560 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11561 (grep-mode-font-lock-keywords):
11562 Don't use compilation-...-face for messages that are not file names.
11563
11564 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11565 Don't use compilation-...-face for messages that are not file names.
11566
11567 2005-07-22 Juri Linkov <juri@jurta.org>
11568
11569 * startup.el (normal-splash-screen): Update menu name.
11570
11571 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11572
11573 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11574
11575 * term/xterm.el: Load term/rxvt if the terminal is actually an
11576 rxvt terminal.
11577 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11578
11579 * term/rxvt.el (function-key-map): Use substitute-key-definition
11580 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
11581
11582 * term/cygwin.el: New file.
11583
11584 2005-07-22 Kim F. Storm <storm@cua.dk>
11585
11586 * image-file.el (insert-image-file, image-file-yank-handler):
11587 Fix last change to maintain a (unique) yank-handler on yanked images.
11588
11589 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11590
11591 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11592 of the file size (as in "177B" for 177 bytes). This happens with
11593 "ls -lh" on FreeBSD.
11594
11595 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
11596
11597 * hilit-chg.el (highlight-changes-global-initial-state)
11598 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11599 (hilit-chg-fixup, highlight-changes-mode):
11600 Fix typos in docstrings.
11601 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11602 Doc fixes.
11603
11604 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11605
11606 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11607 mode function using `eval-after-load'.
11608
11609 2005-07-21 Kim F. Storm <storm@cua.dk>
11610
11611 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11612 included when reporting an emacs crash, and tell about the DEBUG file.
11613
11614 * image-file.el (insert-image-file): Add yank-handler.
11615 (image-file-yank-handler): Yank handler to make unique copies of
11616 images when they are yanked into a buffer next to each other.
11617
11618 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11619
11620 * comint.el (comint-use-prompt-regexp, comint-send-input)
11621 (comint-source-default, comint-extract-string)
11622 (comint-get-source, comint-word, comint-completion)
11623 (comint-source, comint-prompt-read-only, comint-update-fence):
11624 Fix typos in docstrings.
11625 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11626 Declare with define-obsolete-*-alias macros.
11627 (comint-previous-matching-input-from-input)
11628 (comint-next-matching-input-from-input)
11629 (comint-previous-matching-input, comint-next-matching-input)
11630 (comint-forward-matching-input):
11631 Improve argument/docstring consistency.
11632
11633 * desktop.el (desktop-clear-preserve-buffers-regexp):
11634 Also preserve the *server* buffer.
11635
11636 * simple.el (clone-indirect-buffer): Doc fix.
11637 (fixup-whitespace, just-one-space)
11638 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11639 (next-error, next-error-highlight)
11640 (next-error-highlight-no-select, next-error-last-buffer)
11641 (next-error-buffer-p, next-error-find-buffer, next-error)
11642 (previous-error, next-error-no-select, previous-error-no-select)
11643 (open-line, split-line, minibuffer-prompt-width, kill-new)
11644 (binary-overwrite-mode): Fix typos in docstrings.
11645 (set-fill-column): Fix typo in message.
11646
11647 * skeleton.el (skeleton-proxy-new): Doc fix.
11648
11649 * strokes.el (strokes-load-hook): Doc fix.
11650 (strokes-grid-resolution, strokes-get-grid-position)
11651 (strokes-renormalize-to-grid, strokes-read-stroke)
11652 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11653 (strokes-global-map): Fix typos in docstrings.
11654 (strokes-help): Doc fix. Fix help message and pass it through
11655 `substitute-command-keys'.
11656
11657 * tempo.el (tempo-insert-prompt, tempo-interactive)
11658 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11659 (tempo-insert-string-functions, tempo-local-tags)
11660 (tempo-define-template, tempo-insert-template)
11661 (tempo-insert-prompt-compat, tempo-is-user-element)
11662 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11663 Fix typos in docstrings.
11664
11665 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11666 (vcursor-key-bindings, vcursor-use-vcursor-map)
11667 (vcursor-find-window, vcursor-scroll-down)
11668 (vcursor-disable, vcursor-beginning-of-buffer)
11669 (vcursor-end-of-buffer): Fix typos in docstrings.
11670 (vcursor-relative-move, vcursor-get-char-count):
11671 Improve argument/docstring consistency.
11672
11673 * version.el: "?\ " -> "?\s".
11674
11675 * wid-edit.el (widget-default-create, widget-after-change)
11676 (widget-default-format-handler, widget-checklist-add-item)
11677 (widget-radio-add-item, widget-choose, widget-specify-secret)
11678 (widget-field-value-create, widget-field-value-get)
11679 (widget-editable-list-format-handler)
11680 (widget-editable-list-entry-create, widget-group-value-create)
11681 (widget-documentation-link-add)
11682 (widget-documentation-string-value-create): "?\ " -> "?\s".
11683 (widget-convert-text): Doc fix.
11684 (widget-narrow-to-field, widget-field-find)
11685 (widget-url-link-action, widget-emacs-library-link-action)
11686 (widget-color-notify): Fix typos in docstrings.
11687
11688 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11689 (x-select-text, set-w32-system-coding-system)
11690 (w32-add-charset-info): Fix typos in docstrings.
11691
11692 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11693 (cua-enable-cua-keys, cua-use-hyper-key)
11694 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11695 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11696
11697 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11698
11699 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11700 `defalias' instead of faking it.
11701
11702 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11703 (eshell-ls-missing, eshell-ls-dired-initial-args)
11704 (eshell-ls-use-in-dired): Fix typos in docstrings.
11705
11706 2005-07-20 Kim F. Storm <storm@cua.dk>
11707
11708 * emulation/cua-base.el (cua-mode): Improve doc string.
11709
11710 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
11711
11712 * abbrev.el (expand-region-abbrevs): Doc fix.
11713 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11714 Improve argument/docstring consistency.
11715
11716 * arc-mode.el (archive-get-descr, archive-alternate-display):
11717 Doc fixes.
11718 (archive-l-e): Improve argument/docstring consistency.
11719 (archive-tmpdir, archive-unixdate, archive-unixtime)
11720 (archive-chmod-entry): Fix typos in docstrings.
11721 (archive-unflag, archive-unflag-backwards)
11722 (archive-unmark-all-files): "?\ " -> "?\s".
11723
11724 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11725 (Buffer-menu-not-modified, Buffer-menu-execute)
11726 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11727 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11728
11729 * composite.el (compose-string, encode-composition-rule)
11730 (compose-last-chars): Fix typos in docstrings.
11731
11732 * desktop.el (desktop-enable, desktop-basefilename):
11733 Declare with `define-obsolete-variable-alias'.
11734 (desktop-internal-v2s): Don't quote keywords.
11735 (desktop-clear): "?\ " -> "?\s".
11736
11737 * dired.el (dired-align-file, dired-flag-backup-files)
11738 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11739 (dired-listing-switches, dired-ls-F-marks-symlinks)
11740 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11741 (dired-directory, dired-faces, dired, dired-revert)
11742 (dired-mode, dired-summary, dired-view-file)
11743 (dired-copy-filename-as-kill, dired-delete-file)
11744 (dired-no-confirm, dired-unmark-all-marks)
11745 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11746 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11747 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11748 Fix typos in message strings.
11749
11750 * dired-x.el (virtual-dired): Declare with `defalias'.
11751 (dired-mark-unmarked-files, dired-local-variables-file)
11752 (dired-omit-here-always): Doc fix.
11753 (dired-omit-mode, dired-find-subdir)
11754 (dired-enable-local-variables, dired-clean-up-buffers-too)
11755 (dired-extra-startup, dired-mark-extension, dired-jump)
11756 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11757 (dired-smart-shell-command, dired-guess-shell-alist-user)
11758 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11759 (dired-x-bind-find-file, dired-x-submit-report):
11760 Fix typos in docstrings.
11761 (dired-mark-unmarked-files): "?\ " -> "?\s".
11762
11763 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11764
11765 * faces.el (describe-face): "?\ " -> "?\s".
11766 (read-all-face-attributes, read-face-font, modify-face)
11767 (face-attr-construct, italic): Fix typos in docstrings.
11768 (frame-update-face-colors): Declare with
11769 `define-obsolete-function-alias'.
11770
11771 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11772 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11773 (magic-mode-alist, buffer-file-numbers-unique)
11774 (write-file-functions, get-free-disk-space):
11775 Fix typos in docstrings.
11776 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11777 (write-contents-hooks, write-file-hooks):
11778 Declare with `define-obsolete-variable-alias'.
11779
11780 * forms-d2.el (arch-rj): Fix typo in docstrings.
11781 (arch-tocol): Likewise. "?\ " -> "?\s".
11782
11783 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11784 Fix typo in docstring.
11785 (set-screen-width, set-screen-height): Delete redundant info in
11786 doctrings.
11787 (new-frame, screen-height, screen-width): Declare with
11788 `define-obsolete-function-alias'.
11789 (delete-frame-hook, blink-cursor): Declare with
11790 `define-obsolete-variable-alias'.
11791
11792 * paths.el (prune-directory-list): Fix typos in docstring.
11793
11794 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11795 (cvs-prefix-get): Fix typos in docstrings.
11796
11797 * ps-print.el (ps-extend-face-list, ps-extend-face)
11798 (ps-print-background-image): Fix typos in docstrings.
11799 (ps-default-fg, ps-default-bg): Doc fixes.
11800
11801 * s-region.el (s-region-bind): Doc fix.
11802 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11803
11804 * textmodes/org.el (org-table-formula-substitute-names)
11805 (org-table-get-vertical-vector): Doc fixes.
11806 (org-table-recalculate): Remove unused argument to `message'.
11807
11808 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
11809
11810 * textmodes/org.el (org-table-column-names)
11811 (org-table-column-name-regexp)
11812 (org-table-named-field-locations): New variables.
11813 (org-archive-subtree): Protect `this-command' when calling
11814 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11815 the kill buffer.
11816 (org-complete): Remove fixed-formula completion.
11817 (org-edit-formulas-map): New variable.
11818 (org-table-edit-formulas): New command.
11819 (org-finish-edit-formulas, org-abort-edit-formulas)
11820 (org-show-variable, org-table-get-vertical-vector): New functions.
11821 (org-table-maybe-eval-formula): Handle `:=' fields.
11822 (org-table-get-stored-formulas, org-table-store-formulas)
11823 (org-table-get-formula, org-table-modify-formulas)
11824 (org-table-replace-in-formulas): Handle named field formulas.
11825 (org-table-get-specials): Store locations of named fields.
11826
11827 2005-07-19 Juri Linkov <juri@jurta.org>
11828
11829 * progmodes/grep.el (grep-regexp-alist)
11830 (grep-mode-font-lock-keywords, grep-process-setup):
11831 Use default GNU grep match color "01;31m" instead of "01;41m".
11832 (grep-regexp-alist, grep-mode-font-lock-keywords):
11833 Use `\\[[0-9]*m' instead of `\\[00m'.
11834 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11835 sgr_start where its handling is more important. Use the real
11836 length of sgr_start instead of constant 8.
11837 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11838 specially. Delete all remaining escape sequences.
11839 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11840 (grep-regexp-alist): Make hyperlink only for binary file name
11841 instead of the whole line.
11842 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11843 (grep-mode): Add autoload.
11844
11845 * emacs-lisp/find-func.el (find-function-regexp):
11846 Add `define-compilation-mode'.
11847
11848 2005-07-19 Juri Linkov <juri@jurta.org>
11849
11850 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11851 (compare-windows-sync-string-size, compare-windows-recenter)
11852 (compare-windows-highlight, compare-windows): Add version 22.1.
11853 (compare-windows) <defface>: Inherit from lazy-highlight instead
11854 of duplicating its default value.
11855
11856 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11857 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11858
11859 * descr-text.el (describe-char): Create link buttons for `charset'
11860 and `code point'. Add the current input method name with a link
11861 button to `to input' field. Print face names of display table
11862 characters in `The display table entry is displayed by' section
11863 instead of printing face-id in the `display' field.
11864 Guess hardcoded faces and create a link button for them.
11865 Skip empty fields when calculating max-width.
11866 Treat `widget-create' specially while inserting strings from the
11867 collected field list.
11868 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11869
11870 * diff-mode.el (diff-file-header): Change foreground color from
11871 yellow to green on light backgrounds.
11872 (diff-context): Inherit from `shadow' only for color/grayscale
11873 with more than 88 colors.
11874 (diff-indicator-removed, diff-indicator-added)
11875 (diff-indicator-changed): New faces.
11876 (diff-font-lock-keywords): Use new faces. Regroup rules.
11877 Add "^---$" for `normal' diff format. Fontify `#' lines with
11878 font-lock-comment-delimiter-face and font-lock-comment-face.
11879 Add `#' to ^[^...] in the rule for `diff-context-face'.
11880
11881 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11882 a button-like box. Inherit from `highlight' on low colors.
11883 (shadow): Use shades of gray only for color/grayscale with
11884 more than 88 colors. Use green for light backgrounds with
11885 8 colors, and yellow for dark backgrounds with 8 colors.
11886
11887 * font-lock.el (font-lock-regexp-grouping-backslash):
11888 Don't inherit from escape-glyph (use bold for all cases).
11889
11890 * info.el (info-xref-visited): Use light foreground color `violet'
11891 for dark backgrounds instead of dark color `magenta3'.
11892 (info-title-1): Use `yellow' color for dark backgrounds.
11893
11894 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11895 too-light magenta2.
11896
11897 * replace.el (match): Use slightly more light RoyalBlue3 instead
11898 of dark RoyalBlue4.
11899
11900 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11901
11902 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
11903
11904 * novice.el (disabled-command-hook): Declare it with
11905 `define-obsolete-variable-alias'.
11906
11907 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11908 (desktop-buffer-misc-functions, desktop-buffer-handlers)
11909 (desktop-load-default): Add release to obsolescence info.
11910 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11911 (desktop-append-buffer-args, desktop-read):
11912 Fix typos in docstrings.
11913 (desktop-kill): Fix typo in message.
11914 (desktop-save): Doc fix.
11915
11916 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
11917
11918 * viper-cmd.el (viper-escape-to-state): Bug fix.
11919 (viper-envelop-ESC-key): Change the definition of fast
11920 keysequence so it'll work with keyboard macros.
11921
11922 * ediff.el (ediff-patch-buffer): Change the docstring.
11923
11924 2005-07-19 Kenichi Handa <handa@m17n.org>
11925
11926 * international/mule-cmds.el (select-safe-coding-system): Try to
11927 use an auto-coding (if any) before anything else. If the found
11928 auto-coding is invalid, show a warning message.
11929
11930 * international/mule.el (find-auto-coding): New function created
11931 by modifying the body of set-auto-coding.
11932 (set-auto-coding): Use find-auto-coding to find a coding.
11933
11934 2005-07-18 Richard M. Stallman <rms@gnu.org>
11935
11936 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11937 not isearch-mode-end-hook-error.
11938 (allout-before-change-protect): Fix error message.
11939
11940 2005-07-18 Juri Linkov <juri@jurta.org>
11941
11942 * allout.el (allout-mode):
11943 * calculator.el (calculator-copy):
11944 * custom.el (custom-known-themes):
11945 * dired.el (dired-desktop-buffer-misc-data)
11946 (dired-restore-desktop-buffer):
11947 * dired-x.el (dired-omit-marker-char):
11948 * files.el (basic-save-buffer):
11949 * font-core.el (font-lock-mode):
11950 * calendar/calendar.el (calendar-goto-hebrew-date)
11951 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11952 (calendar-goto-persian-date):
11953 * language/ethio-util.el (ethio-sera-to-fidel-region):
11954 * textmodes/picture.el (picture-mode):
11955 Delete duplicate duplicate words.
11956
11957 2005-07-18 Juri Linkov <juri@jurta.org>
11958
11959 * isearch.el (isearch-mode-map): Remove key bindings for regexp
11960 chars * ? } |.
11961 (isearch-fallback): Don't call `isearch-process-search-char'.
11962 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11963 (isearch-process-search-char): Call `isearch-fallback' for regexp
11964 chars * ? } |.
11965 (isearch-return-char): Make obsolete with `make-obsolete' instead
11966 of simply documenting it as obsolete in the docstring.
11967 (isearch-fallback): Refill docstring.
11968
11969 * international/isearch-x.el
11970 (isearch-process-search-multibyte-characters): Remove unneeded
11971 `concat'. Add intermediate values to `junk-hist' instead of
11972 `minibuffer-history'. Test the length of `str'.
11973
11974 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * allout.el (allout-resolve-xref): Fix typos in error strings.
11977 (allout-before-change-protect): Remove unneeded `concat'.
11978
11979 * array.el (array-mode, array-reconfigure-rows)
11980 (untabify-backward): Fix typos in docstrings.
11981 (array-reconfigure-rows): Use `insert-buffer-substring', not
11982 `insert-buffer'.
11983
11984 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
11985 * progmodes/ada-mode.el (ada-make-body):
11986 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
11987
11988 * dired.el (dired-log):
11989 * tar-mode.el (tar-subfile-save-buffer):
11990 * play/zone.el (zone-pgm-stress-destress):
11991 Use `insert-buffer-substring', not `insert-buffer'.
11992
11993 2005-07-17 Simon Josefsson <jas@extundo.com>
11994
11995 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
11996
11997 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
11998
11999 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12000 Add plain auth method.
12001 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12002
12003 2005-07-17 Kim F. Storm <storm@cua.dk>
12004
12005 * ido.el (dired-other-window): Add ido property.
12006
12007 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12008
12009 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12010 Fix typo in docstring.
12011 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12012 `insert-file-literally'.
12013
12014 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12015 info and delete redundant message. Doc fix.
12016 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12017 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12018
12019 2005-07-16 Richard M. Stallman <rms@gnu.org>
12020
12021 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12022 (byte-compile-and): Use byte-compile-and-recursion.
12023 (byte-compile-or-recursion): New function.
12024 (byte-compile-or): Use that.
12025 (byte-compile-if): Guard the else-clause too.
12026 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12027
12028 * isearch.el (isearch-mode-end-hook-quit): New variable.
12029 (isearch-done): Bind it.
12030 (isearch-mode-end-hook): Doc fix.
12031
12032 * allout.el (allout-isearch-did-quit): Variable deleted.
12033 (allout-real-isearch-abort): Function name no longer used.
12034 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12035 (allout-isearch-rectification): isearch-mode always exists.
12036 Don't set allout-isearch-did-quit.
12037 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12038 allout-isearch-did-quit.
12039 (allout-enwrap-isearch): Just add the hook.
12040 (allout-isearch-abort): Function deleted.
12041 (allout-pre-command-business): Avoid warning.
12042
12043 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12044 Correctly avoid warnings.
12045 (pascal-outline): Likewise.
12046
12047 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12048
12049 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12050
12051 * play/tetris.el (tetris-mode): Avoid warning.
12052
12053 * play/snake.el (snake-mode): Avoid warning.
12054
12055 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12056 (gamegrid-set-display-table): Avoid warning.
12057 (gamegrid-set-timer): Likewise.
12058 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12059 (gamegrid-add-score-with-update-game-score-1): Take FILE
12060 as argument.
12061 (gamegrid-add-score-with-update-game-score): Pass that argument.
12062 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12063
12064 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12065
12066 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12067 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12068
12069 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12070 and insert-file.
12071
12072 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12073 (sc-ask): Avoid warnings.
12074
12075 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12076 (eshell-hist-initialize): Use that var the natural way.
12077
12078 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12079
12080 * emacs-lisp/re-builder.el (reb-cook-regexp):
12081 Avoid warning calling lre-compile-string.
12082 (reb-color-display-p): Avoid warning.
12083
12084 * calculator.el (calculator-last-input): Guard uses
12085 of event-key and key-press-event-p.
12086 (event-key, key-press-event-p): Delete definitions.
12087
12088 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12089 (find-gc-source-directory, find-gc-subrs-callers)
12090 (find-gc-noreturn-list, find-gc-source-files)
12091 (find-gc-subrs-called): Vars renamed and defvar'd.
12092
12093 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12094 (checkdoc-overlay-put, checkdoc-delete-overlay)
12095 (checkdoc-overlay-start, checkdoc-overlay-end)
12096 (checkdoc-mode-line-update, checkdoc-char=):
12097 Define such that compiler knows they are defined.
12098 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12099 (checkdoc-read-event): Delete. Use read-event directly.
12100
12101 * whitespace.el (whitespace-make-overlay)
12102 (whitespace-overlay-put, whitespace-delete-overlay)
12103 (whitespace-overlay-start, whitespace-overlay-end):
12104 Define such that compiler knows they are defined.
12105 (whitespace): Move conditional inside.
12106
12107 * tempo.el (tempo-insert-template): Suppress warning.
12108
12109 * ediff-diff.el (longlines-mode): Add defvar.
12110
12111 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12112
12113 * server.el: Bind "C-x #" in a way that works even if C-x is
12114 redefined to a command key, not a prefix key.
12115
12116 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12117
12118 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12119 cl-make-type-test till execution time.
12120
12121 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12122
12123 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12124 arg ARG and use it.
12125
12126 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12127
12128 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12129
12130 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12131
12132 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12133 a defcustom with two :set or :type keywords.
12134
12135 2005-07-15 Richard M. Stallman <rms@gnu.org>
12136
12137 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12138 Don't give ^M comment-end syntax.
12139
12140 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12141
12142 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12143 Don't consider gdbmi (gdb-mi.el has its own update functions).
12144 (gdb-var-delete): Make it work for gdbmi as well.
12145 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12146
12147 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12148 (gud-speedbar-menu-items): Correct logic for enabling items.
12149
12150 2005-07-15 Kim F. Storm <storm@cua.dk>
12151
12152 * ido.el: Fix commentary.
12153 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12154 Use with-no-warnings around ffap-guesser.
12155 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12156 Let bind minibuffer-completing-file-name to t.
12157
12158 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12159
12160 * startup.el (site-run-file, keyboard-type): Doc fixes.
12161 (command-line): Check for "--basic-display" argument; also for
12162 "--quick", not "--bare-bones" (which was renamed).
12163 (fancy-splash-text): Add missing item "Getting New Versions".
12164 (normal-splash-screen): Fix typos and improve consistency with
12165 `fancy-splash-text'. Update copyright year.
12166
12167 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12168 valid binding for `help-char'.
12169
12170 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12171
12172 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12173
12174 * term.el (term-mode): Disable cua-mode for term buffers.
12175
12176 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12177
12178 * add-log.el (add-log-mailing-address, change-log-merge):
12179 Doc fixes.
12180 (change-log-get-method-definition): Fix typo in docstring.
12181
12182 2005-07-14 Kim F. Storm <storm@cua.dk>
12183
12184 * emulation/cua-base.el:
12185 (cua--pre-command-handler-1, cua--pre-command-handler)
12186 (cua--post-command-handler-1, cua--post-command-handler):
12187 Split in two. Check (buffer local) value of cua-mode.
12188 (cua-selection-mode): New command.
12189
12190 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12191
12192 * custom.el (custom-initialize-safe-set)
12193 (custom-initialize-safe-default): Doc fixes.
12194
12195 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12196 and simplify :init-value again.
12197
12198 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12199 and simplify :init-value again. Delete autoload.
12200
12201 * startup.el (command-line): Use `custom-reevaluate-setting' again
12202 for tooltip-mode.
12203
12204 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12205 a defcustom with two :initialize keywords.
12206
12207 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12208
12209 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12210 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12211 (allout-post-command-business, allout-flag-region)
12212 (isearch-reenable-font-lock, allout-yank)
12213 (allout-insert-latex-header, allout-insert-latex-trailer)
12214 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12215 (allout-latex-verb-quote): Fix typos in docstrings.
12216 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12217 (allout-unprotected, allout-prefix-data):
12218 Improve argument/docstring consistency.
12219 (allout-chart-subtree): Fix argument spec.
12220 (allout-open-topic): Rename `use_sib_bullet' argument to
12221 `use-sib-bullet'. Doc fix.
12222
12223 * whitespace.el (whitespace-check-buffer-leading)
12224 (whitespace-check-buffer-trailing)
12225 (whitespace-check-buffer-indent)
12226 (whitespace-check-buffer-spacetab)
12227 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12228 (whitespace-check-leading-whitespace)
12229 (whitespace-check-trailing-whitespace)
12230 (whitespace-check-spacetab-whitespace)
12231 (whitespace-check-indent-whitespace)
12232 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12233 (whitespace-modes): Fix typos in docstrings.
12234 (defgroup, defcustom): Doc fixes.
12235
12236 * winner.el (winner-mode, winner-boring-buffers)
12237 (winner-pending-undo-ring): Doc fixes.
12238 (winner-ring): Remove unneeded `progn'.
12239 (winner-equal): `defsubst' it.
12240 (winner-redo): Fix message.
12241
12242 2005-07-13 Kim F. Storm <storm@cua.dk>
12243
12244 * simple.el (line-move-1): Always use vertical-motion to
12245 do the last (or only) line move to ensure some movement.
12246 Undo 2005-06-23 change--don't check for overlays.
12247
12248 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12249
12250 * term/mac-win.el (ccl-encode-mac-roman-font)
12251 (ccl-encode-mac-centraleurroman-font)
12252 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12253 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12254 Change charset-id boundary of dimension to ?\xef.
12255 (mac-char-fontspec-list): New constant.
12256 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12257 argument. Nil uses itself as family in font-spec. Previous
12258 behavior for nil is now provided by non-nil non-string argument.
12259 All callers changed. Add font-specs for Mac fonts to
12260 "fontset-default" unless iso8859-1 fonts are installed.
12261
12262 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12263
12264 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12265 a continuation line if the \ is preceded by SPC or TAB.
12266 (sh-get-indent-info): Simplify.
12267 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12268 Use with-current-buffer.
12269
12270 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12271 when the matched text is empty.
12272
12273 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12274
12275 * startup.el (command-line): Revert to previous handling of
12276 tooltip-mode. Explain in comment why the complexity is needed.
12277
12278 * tooltip.el (tooltip-mode): Revert to previous implementation of
12279 its defcustom.
12280
12281 * frame.el (blink-cursor-mode): Revert to previous implementation
12282 of its defcustom. Update comment.
12283
12284 2005-07-12 Lars Hansen <larsh@soem.dk>
12285
12286 * desktop.el: Update e-mail address.
12287
12288 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12289
12290 * term/mac-win.el (mac-services-mail-selection)
12291 (mac-services-mail-to): New functions.
12292 (mac-application-menu-map): Bind them.
12293
12294 2005-07-12 wulei <milton@wulei.net> (tiny change)
12295
12296 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12297
12298 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12299
12300 * custom.el (custom-reevaluate-setting): Doc fix.
12301
12302 2005-07-11 Jay Belanger <belanger@truman.edu>
12303
12304 * calc/calc.el (calc-embedded-announce-formula-alist)
12305 (calc-embedded-open-close-plain-alist)
12306 (calc-embedded-open-close-mode-alist): Add checks for additional
12307 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12308
12309 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12310
12311 * custom.el (custom-enable-theme): Don't add theme to
12312 `custom-enabled-themes' with `push' because there is no
12313 setf-method for `delq'.
12314
12315 2005-07-11 Richard M. Stallman <rms@gnu.org>
12316
12317 * custom.el (custom-declare-variable): Doc fix.
12318
12319 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12320 from the alists.
12321
12322 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12323 Do nothing if edebug-active.
12324
12325 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12326 (edebug-display): Do it here instead.
12327
12328 2005-07-10 Richard M. Stallman <rms@gnu.org>
12329
12330 * cus-face.el (custom-theme-set-faces): Make it work.
12331 (custom-reset-faces): Doc fix.
12332 (custom-theme-reset-internal-face, custom-theme-face-value):
12333 Functions deleted.
12334
12335 * custom.el (custom-push-theme): Maintain list of the settings
12336 of a given theme in its theme-settings property.
12337 Maintain position of old settings in the theme-value
12338 or theme-face property.
12339 (custom-enabled-themes): New variable.
12340 (custom-theme-enabled-p): New function.
12341 (provide-theme): Update custom-enabled-themes.
12342 Disable and reenable the `user' theme.
12343 (require-theme): Doc fix.
12344 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12345 (custom-theme-value, custom-theme-variable-value): Likewise.
12346 (custom-theme-reset-internal): Likewise.
12347 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12348 (custom-enable-theme, custom-disable-theme): New functions.
12349 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12350 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12351 (custom-theme-reset-variables): Simplify.
12352 (deftheme, custom-declare-theme, custom-make-theme-feature):
12353 Definitions moved.
12354
12355 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12356
12357 * longlines.el (longlines-show-region)
12358 (longlines-unshow-hard-newlines): Recognize hard newlines by
12359 non-nil hard property, instead of t.
12360
12361 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12362
12363 * viper-cmd.el (viper--key-maps): New variable.
12364 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12365 emulation-mode-map-alists.
12366 (viper-envelop-ESC-key): Use viper-subseq.
12367 (viper-search-forward/backward/next): Disable debug-on-error.
12368
12369 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12370 (viper-ESC-key): New defcustoms.
12371
12372 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12373
12374 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12375 (viper-subseq): Copy of subseq from cl.el.
12376
12377 * viper.el (viper-go-away, viper-set-hooks): Use
12378 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12379
12380 * viper-mous.el (viper-current-frame-saved): Use defvar.
12381
12382 * viper-init.el: Get rid of -face in face names.
12383
12384 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12385 Make it work with longlines mode
12386
12387 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12388
12389 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12390
12391 * ediff-init.el: Get rid of -face in face names.
12392
12393 2005-07-10 Richard M. Stallman <rms@gnu.org>
12394
12395 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12396 and with-timeout-unsuspend.
12397
12398 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12399 and with-timeout-unsuspend.
12400
12401 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12402 (with-timeout): Bind that variable to record timers.
12403 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12404
12405 * emacs-lisp/debug.el (debug-help-follow): New function.
12406 (debugger-mode-map): Use that instead of help-follow.
12407 (debugger-setup-buffer): Use eval-buffer-list
12408 to handle eval-buffer frames.
12409
12410 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12411
12412 * timezone.el (timezone-parse-date): Change first regexp
12413 so it will not mistakenly match dates with no time zone.
12414
12415 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12416
12417 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12418
12419 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12420
12421 * custom.el (custom-initialize-safe-set)
12422 (custom-initialize-safe-default): New functions.
12423
12424 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12425 and simplify :init-value.
12426
12427 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12428 and simplify :init-value. Delete obsolete comment.
12429
12430 * startup.el (command-line): Use `custom-reevaluate-setting' to
12431 handle `tooltip-mode'. Delete obsolete comment.
12432
12433 * files.el (set-visited-file-name): Avoid calling
12434 `file-name-nondirectory' with a nil argument.
12435
12436 2005-07-09 Richard M. Stallman <rms@gnu.org>
12437
12438 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12439 was called with nil for the buffer, handle the read position right.
12440 Handle read position for eval-region, too.
12441
12442 2005-07-09 Juri Linkov <juri@jurta.org>
12443
12444 * fringe.el (fringe-mode): Add period in docstring.
12445 (fringe-query-style): Build prompt depending on `all-frames' arg.
12446
12447 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12448 to not create links to unrelated functions in the Help buffer.
12449
12450 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12451 Doc fix.
12452
12453 * simple.el (next-error-hook): New variable.
12454 (next-error): Use it. Doc fix.
12455
12456 * textmodes/ispell.el (ispell-command-loop): Add current
12457 dictionary name and program name to mode-line-format.
12458 (ispell-region, ispell-process-line): Add current dictionary name
12459 and program name to messages.
12460
12461 2005-07-08 Jay Belanger <belanger@truman.edu>
12462
12463 * calc/calc.el (calc-embedded-announce-formula-alist)
12464 (calc-embedded-open-close-formula-alist)
12465 (calc-embedded-open-close-word-alist)
12466 (calc-embedded-open-close-plain-alist)
12467 (calc-embedded-open-close-new-formula-alist)
12468 (calc-embedded-open-close-mode-alist)
12469 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12470 (calc-embedded-mode-hook): New variables.
12471
12472 * calc/calc-embed.el (calc-embedded-firsttime)
12473 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12474 New variables.
12475 (calc-do-embedded): Use calc-embedded-firsttime,
12476 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12477 determine whether or not to run hooks.
12478 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12479 calc-embedded-firsttime-formula appropriately.
12480 Set calc-embedded delimiter variables according to mode.
12481
12482 2005-07-08 Richard M. Stallman <rms@gnu.org>
12483
12484 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12485 Check for "emacs", etc., as entire symbol, not just as word.
12486 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12487
12488 * files.el (set-visited-file-name): Report the error
12489 for "empty filename" earlier.
12490 (kill-some-buffers): Ignore buffers already dead.
12491
12492 * fringe.el (fringe-mode): Doc fix.
12493
12494 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12495 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12496 Use unwind-protect to ensure byte-compile-unresolved-functions
12497 is updated.
12498
12499 * whitespace.el (whitespace-buffer-leading-cleanup):
12500 Simplify w/ skip-chars-forward.
12501 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12502
12503 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12504 Unconditionally try to leave point at the same old place.
12505
12506 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12507
12508 * comint.el (comint-postoutput-scroll-to-bottom)
12509 (comint-show-maximum-output): Take scroll-margin into consideration.
12510
12511 2005-07-08 Kim F. Storm <storm@cua.dk>
12512
12513 * ido.el (ido-use-filename-at-point): New choice `guess'.
12514 (ido-file-internal): Try ffap-guesser if selected.
12515
12516 * ido.el (ido-before-fallback-functions): New hook.
12517 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12518 (ido-read-file-name): Run it.
12519
12520 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12521
12522 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12523 strings rather than a list of symbols to the completion function.
12524
12525 2005-07-07 Jay Belanger <belanger@truman.edu>
12526
12527 * calc/calc-units.el (math-apply-units): Change the places in
12528 which units are simplified.
12529
12530 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12531
12532 * cus-edit.el (customize-option, customize-option-other-window):
12533 Make them handle aliases.
12534
12535 * custom.el (custom-variable-p): Make it recursively follow
12536 aliases. Mention that in the docstring.
12537
12538 2005-07-07 Richard M. Stallman <rms@gnu.org>
12539
12540 * cus-start.el (exec-path): Use `directory' instead of `file'.
12541 Fix tag for nil.
12542
12543 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12544
12545 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12546 when called non-interactively. Doc fix.
12547
12548 2005-07-07 Lute Kamstra <lute@gnu.org>
12549
12550 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12551 new address as well.
12552
12553 2005-07-07 Kenichi Handa <handa@m17n.org>
12554
12555 * international/mule.el (make-coding-system):
12556 Describe `ascii-incompatible' property in the docstring.
12557 (set-file-name-coding-system): Signal an error if coding-system is
12558 ascii-incompatible.
12559 (set-keyboard-coding-system): Likewise.
12560
12561 * international/mule-cmds.el (set-default-coding-systems):
12562 Don't set default-file-name-coding-system and
12563 default-keyboard-coding-system if coding-system is ASCII-incompatible.
12564
12565 * international/utf-16.el: Declare that all UTF-16-based coding
12566 systems are ASCII-incompatible.
12567
12568 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
12569
12570 * progmodes/gud.el: Require font-lock for displaying errors.
12571 Used by gdb-ui.el.
12572
12573 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12574
12575 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12576 values for the pattern lists which are `read'able but not
12577 `append'able (like symbols).
12578
12579 2005-07-06 Richard M. Stallman <rms@gnu.org>
12580
12581 * progmodes/flymake.el (flymake-float-time): Instead of
12582 with-no-warnings, test for xemacs.
12583 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12584 to avoid warning.
12585
12586 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
12587
12588 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12589
12590 2005-07-05 Lute Kamstra <lute@gnu.org>
12591
12592 * battery.el: Add support for Darwin (with much debugging help
12593 from Samuel Lauber <sam124@operamail.com>).
12594 (battery-status-function, battery-echo-area-format)
12595 (battery-mode-line-format): Add support for pmset on Darwin.
12596 (battery-load-low, battery-load-critical): New user options.
12597 (battery-pmset): New function.
12598
12599 2005-07-05 Lute Kamstra <lute@gnu.org>
12600
12601 Update FSF's address in GPL notices.
12602
12603 * textmodes/page-ext.el: Update FSF's address.
12604
12605 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12608 filling from using prefix when filling a single-line docstring.
12609
12610 * progmodes/flymake.el: Remove useless eval-when-compile.
12611
12612 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12613
12614 2005-07-04 Richard M. Stallman <rms@gnu.org>
12615
12616 * textmodes/org.el (org-file-apps-defaults-gnu):
12617 Rename from org-file-apps-defaults-linux.
12618 (org-default-apps): Don't test system-type for `linux'.
12619 (org-file-apps): Doc fix.
12620
12621 2005-07-04 David Ponce <david@dponce.com>
12622
12623 * tree-widget.el: Improve header Commentary section.
12624 (tree-widget) [defgroup]
12625 (tree-widget-image-enable, tree-widget-themes-directory)
12626 (tree-widget-theme, tree-widget-image-properties-emacs)
12627 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12628 (tree-widget-image-formats, tree-widget-control)
12629 (tree-widget-empty-control, tree-widget-leaf-control
12630 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12631 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12632 (tree-widget-keep, tree-widget-after-toggle-functions)
12633 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12634 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12635 :help-echo message.
12636 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12637 (tree-widget-image-properties): Doc fix. Clearer implementation.
12638 (tree-widget--cursors): New constant.
12639 (tree-widget-lookup-image): New function split from
12640 `tree-widget-find-image'. Clearer implementation.
12641 (tree-widget-find-image): Use it.
12642 (tree-widget-button-keymap): Use `set-keymap-parent'.
12643 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12644 Define the sub-widgets here.
12645 (tree-widget-node): Check that :node is not a tree-widget.
12646 (tree-widget-get-super, tree-widget-open-control)
12647 (tree-widget-close-control, tree-widget-empty-control)
12648 (tree-widget-leaf-control, tree-widget-guide)
12649 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12650 (tree-widget-no-handle, tree-widget-value-delete)
12651 (tree-widget-map): Remove.
12652 (tree-widget-children-value-save): Doc fix. Simplified.
12653 (tree-widget-value-create): Update according to previous changes.
12654
12655 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
12656
12657 * textmodes/org.el: Leading space replaced by TABS.
12658 (org-recalc-marks, org-table-rotate-recalc-marks)
12659 (org-table-get-specials): Treat "^" and "_" marks.
12660 (org-table-justify-field-maybe): Optional argument NEW.
12661 (org-table-eval-formula): Parsing of the format simplified.
12662 New modes C,I. Honor the %= parameter in the current table.
12663 Avoid unnecessary re-align by using the NEW argument to
12664 `org-table-justify-field-maybe'.
12665 (org-calc-default-modes): Default for date-format mimicks org-mode.
12666 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12667
12668 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12669
12670 * cus-face.el (custom-theme-set-faces): Make it handle face
12671 aliases whose alias declarations are pre- or autoloaded.
12672
12673 2005-07-04 Juri Linkov <juri@jurta.org>
12674
12675 * faces.el (read-face-name): Put the code for getting a face name
12676 from the buffer before adding the faces from the `face' property.
12677 Use `completing-read-multiple' instead of `completing-read'.
12678 Require `crm'. Add default value and post-process the returned
12679 list of faces.
12680
12681 * emacs-lisp/crm.el (crm-find-current-element)
12682 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12683
12684 * emacs-lisp/lisp-mode.el (eval-defun-1):
12685 * emacs-lisp/edebug.el (edebug-eval-defun):
12686 Remove unnecessary quotes.
12687
12688 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12689
12690 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12691 (prolog-indent-level): Fix typo in docstring.
12692
12693 * info.el (Info-history, Info-history-forward)
12694 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12695
12696 * add-log.el (add-change-log-entry):
12697 * comint.el (comint-dynamic-list-input-ring)
12698 (comint-dynamic-list-completions):
12699 * dabbrev.el (dabbrev-expand):
12700 * delim-col.el (delimit-columns-rectangle-line):
12701 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12702 (diff-unified->context):
12703 * ediff-init.el (ediff-abbrev-jobname):
12704 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12705 (ediff-replace-session-activity-marker-in-meta-buffer):
12706 * info.el (Info-summary):
12707 * lpr.el (printify-region):
12708 * printing.el (pr-create-interface):
12709 * ps-print.el (ps-print-quote):
12710 * ses.el (ses-column-widths, ses-print-cell)
12711 (ses-adjust-print-width, ses-center):
12712 * shell.el (shell-file-name-quote-list):
12713 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12714 (strokes-fill-current-buffer-with-whitespace)
12715 (strokes-xpm-for-stroke, strokes-list-strokes)
12716 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12717 * term.el (term-dynamic-list-input-ring)
12718 (term-dynamic-list-completions):
12719 * calc/calc.el (math-format-stack-value):
12720 * emacs-lisp/edebug.el (edebug-display-freq-count):
12721 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12722 (delphi-new-comment-line):
12723 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12724 * progmodes/executable.el (executable-set-magic):
12725 * progmodes/python.el (inferior-python-mode):
12726 * progmodes/scheme.el (scheme-mode-syntax-table):
12727 * progmodes/sh-script.el (sh-maybe-here-document):
12728 * progmodes/sql.el (sql-copy-column):
12729 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12730 * textmodes/bibtex.el (bibtex-mode):
12731 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12732 (sgml-auto-attributes):
12733 * textmodes/table.el (table-insert, table-shorten-cell)
12734 (table--generate-source-scan-lines, table-delete-row)
12735 (*table--cell-delete-char, table--spacify-frame)
12736 (table--horizontally-shift-above-and-below)
12737 (table--cell-insert-char, table--cell-blank-str)
12738 (table--fill-region-strictly):
12739 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12740 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12741
12742 * add-log.el (change-log):
12743 * apropos.el (apropos):
12744 * comint.el (comint-completion, comint-source):
12745 * dabbrev.el (dabbrev):
12746 * delim-col.el (columns):
12747 * diff-mode.el (diff-mode):
12748 * ediff.el (ediff):
12749 * ediff-diff.el (ediff-diff):
12750 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12751 * ediff-mult.el (ediff-mult):
12752 * ediff-ptch.el (ediff-ptch):
12753 * ediff-wind.el (ediff-window):
12754 * facemenu.el (facemenu):
12755 * indent.el (indent):
12756 * info.el (info):
12757 * jka-cmpr-hook.el (compression, jka-compr):
12758 * lpr.el (lpr):
12759 * outline.el (outlines):
12760 * pcmpl-cvs.el (pcmpl-cvs):
12761 * pcmpl-rpm.el (pcmpl-rpm):
12762 * printing.el (printing):
12763 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12764 (ps-print-vertical, ps-print-headers, ps-print-font)
12765 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12766 (ps-print-background, ps-print-printer, ps-print-page)
12767 (ps-print-miscellany):
12768 * ses.el (ses):
12769 * shell.el (shell, shell-directories, shell-faces):
12770 * startup.el (initialization):
12771 * strokes.el (strokes):
12772 * term.el (term):
12773 * uniquify.el (uniquify):
12774 * w32-vars.el (w32):
12775 * calc/calc.el (calc):
12776 * emacs-lisp/bytecomp.el (bytecomp):
12777 * emacs-lisp/cl-indent.el (lisp-indent):
12778 * emacs-lisp/edebug.el (edebug):
12779 * emacs-lisp/elp.el (elp):
12780 * emacs-lisp/testcover.el (testcover):
12781 * emacs-lisp/trace.el (trace):
12782 * emulation/viper-ex.el (viper-ex):
12783 * emulation/viper-mous.el (viper-mouse):
12784 * mail/mailalias.el (mailalias):
12785 * mail/supercite.el (supercite, supercite-frames)
12786 (supercite-attr, supercite-cite, supercite-hooks):
12787 * net/rcompile.el (remote-compile):
12788 * net/rlogin.el (rlogin):
12789 * obsolete/ooutline.el (outlines):
12790 * progmodes/delphi.el (delphi):
12791 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12792 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12793 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12794 (ebnf-optimization):
12795 * progmodes/etags.el (etags):
12796 * progmodes/executable.el (executable):
12797 * progmodes/idlwave.el (idlwave):
12798 * progmodes/pascal.el (pascal):
12799 * progmodes/prolog.el (prolog):
12800 * progmodes/python.el (python):
12801 * progmodes/scheme.el (scheme):
12802 * progmodes/sh-script.el (sh, sh-script):
12803 * progmodes/sql.el (SQL):
12804 * progmodes/tcl.el (tcl):
12805 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12806 * textmodes/enriched.el (enriched):
12807 * textmodes/makeinfo.el (makeinfo):
12808 * textmodes/sgml-mode.el (sgml):
12809 * textmodes/table.el (table-hooks):
12810 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12811 * textmodes/texinfo.el (texinfo):
12812 * textmodes/two-column.el (two-column):
12813 Finish `defgroup' description with period.
12814
12815 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12816 * eshell/esh-var.el (eshell-var):
12817 * progmodes/vhdl-mode.el (vhdl-testbench):
12818 * textmodes/org.el (org): Fix typos in docstrings.
12819
12820 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12821 consistency.
12822
12823 * progmodes/flymake.el (flymake-find-file): Remove.
12824 (flymake-float-time): Use `with-no-warnings'.
12825 (flymake-check-start-time, flymake-check-was-interrupted)
12826 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12827 (flymake-new-err-info): `defvar' at compile time.
12828
12829 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
12830
12831 * replace.el (occur-hook): Doc fix.
12832 (occur-1): Don't call `occur-hook' if there are no matches.
12833
12834 2005-07-03 Richard M. Stallman <rms@gnu.org>
12835
12836 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12837 global-map, save the same map.
12838 (global-map): Don't alter it at top level.
12839 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12840 Then alter it here instead.
12841 (tpu-edt-off): Set global-map to the saved one.
12842
12843 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12844 All references simplified.
12845 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
12846 (zmacs-regions): Add defvar.
12847 (repeat-complex-command-map): Everything about that deleted.
12848
12849 * textmodes/artist.el (artist-key-is-drawing)
12850 (artist-key-endpoint1, artist-key-poly-point-list)
12851 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12852 (artist-key-compl-table, artist-rb-save-data)
12853 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12854 Don't put them in eval-when-compile.
12855 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12856
12857 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12858 Use with-no-warnings.
12859
12860 * net/browse-url.el (dos-windows-version): Add defvar.
12861
12862 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12863
12864 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12865 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12866 (rmail-new-summary-line-count): Rename from new-summary-line-count.
12867 Add defvar.
12868 (rmail-summary-beginning-of-message): Use with-no-warnings.
12869 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12870
12871 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12872 Use with-no-warnings.
12873
12874 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12875 (c-mark-function): Add point-moving-unit property.
12876 (vi-goto-line): Use with-no-warnings.
12877
12878 * emulation/edt.el (edt-last-copied-word): Add defvar.
12879 (zmacs-region-stays): Likewise.
12880 (edt-mark-section-wisely): Use c-mark-function for C.
12881 Use makr-defun for Fortran.
12882 (time-string): defvar deleted.
12883 (edt-display-the-time): Don't set time-string.
12884
12885 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12886
12887 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12888 Don't warn when name is not constant
12889 or for defining the group `emacs'.
12890
12891 * tooltip.el (gud-tooltip-mode): Add defvar.
12892
12893 * startup.el (default-frame-background-mode): Add defvar.
12894
12895 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12896
12897 * info.el (tool-bar-map): Add defvar.
12898
12899 * dired.el (dnd-protocol-alist): Add defvar.
12900
12901 * dired-aux.el (dired-query): Display question with answer, when
12902 the user answers.
12903
12904 * custom.el (custom-add-option): Doc fix.
12905
12906 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12907
12908 2005-07-03 Eli Zaretskii <eliz@gnu.org>
12909
12910 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12911 bogus name from the last change.
12912
12913 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
12914
12915 * custom.el (custom-declare-variable): Fix typos in comment.
12916 (custom-known-themes): Doc fix.
12917 (custom-theme-directory): New defcustom.
12918 (require-theme): Make it check `custom-theme-directory'.
12919
12920 * cus-theme.el (custom-new-theme-mode): New function.
12921 (custom-theme-name, custom-theme-variables, custom-theme-faces)
12922 (custom-theme-description): Add compiler defvars.
12923 (customize-create-theme): Add doc to the "*New Custom Theme*"
12924 buffer. Use `custom-new-theme-mode'.
12925 (custom-theme-write): Put the created buffer in emacs-lisp-mode
12926 and save it to the `custom-theme-directory'. Make this the
12927 default directory of the buffer.
12928
12929 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
12930
12931 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12932 Fix unbalanced parentheses.
12933
12934 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12935
12936 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12937 into flymake-mode and delegate to flymake-mode.
12938
12939 * find-file.el (ff-which-function-are-we-in): Clean up.
12940
12941 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
12942
12943 * replace.el (occur-rename-buffer): Fix docstring.
12944
12945 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12946 (edt-last-copied-word, edt-learn-macro-count)
12947 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12948 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12949 (time-string, zmacs-region-stays):
12950 * emulation/edt-mapper.el (edt-save-function-key-map)
12951 (EDT-key-name): `defvar' to silence the byte-compiler.
12952
12953 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12954
12955 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12956 font-lock-regexp-backslash. Doc fix.
12957 (font-lock-regexp-backslash-grouping-construct): Rename from
12958 font-lock-regexp-backslash-construct. Doc fix.
12959 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12960 grouping constructs.
12961
12962 2005-07-02 Eli Zaretskii <eliz@gnu.org>
12963
12964 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12965 updating all the prerequisites.
12966
12967 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
12968
12969 * textmodes/org.el (org-agenda-start-on-weekday)
12970 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12971 (org-agenda-use-time-grid, org-archive-location)
12972 (org-allow-space-in-links, org-usenet-links-prefer-google)
12973 (org-enable-table-editor, org-export-default-language)
12974 (org-export-html-show-new-buffer, org-fill-paragraph)
12975 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12976 (org-goto-quit, org-occur, org-eval-in-calendar)
12977 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12978 (org-agenda-diary-entry, org-remember-help)
12979 (org-table-convert-region, org-at-table-p)
12980 (org-table-move-row-down, org-table-move-row-up)
12981 (org-table-copy-region, org-table-toggle-vline-visibility)
12982 (org-table-get-stored-formulas, org-table-get-specials)
12983 (org-recalc-commands, org-table-eval-formula)
12984 (org-table-formula-substitute-names, orgtbl-make-binding)
12985 (org-format-org-table-html, org-format-table-table-html)
12986 (org-format-table-table-html-using-table-generate-source)
12987 (org-customize): Fix typos in docstrings.
12988 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
12989 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
12990 (org-back-to-heading): Doc fixes.
12991 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
12992 (org-agenda-change-all-lines, org-get-header):
12993 Improve argument/docstring consistency.
12994 (orgtbl-error): Fix error message.
12995
12996 * progmodes/flymake.el (flymake-find-possible-master-files)
12997 (flymake-master-file-compare, flymake-get-line-err-count)
12998 (flymake-highlight-line, flymake-gui-warnings-enabled):
12999 Fix typos in docstrings.
13000 (flymake-parse-line, flymake-get-project-include-dirs-function)
13001 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13002 Doc fixes.
13003 (flymake-get-project-include-dirs-function)
13004 (flymake-make-err-menu-data):
13005 Improve argument/docstring consistency.
13006
13007 2005-07-01 Lute Kamstra <lute@gnu.org>
13008
13009 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13010 Catch errors with ignore-errors. Use temporary buffer.
13011 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13012
13013 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13014 background color faces.
13015 (facemenu-set-foreground, facemenu-set-background):
13016 Use facemenu-set-face-from-menu.
13017 (facemenu-set-face-from-menu): Treat face names that start with
13018 "fg:" or "bg:" as special.
13019 (facemenu-add-new-color): Don't create faces. Simplify.
13020
13021 2005-06-30 Richard M. Stallman <rms@gnu.org>
13022
13023 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13024 (crm-find-current-element): Likewise.
13025
13026 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13027
13028 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13029
13030 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13031
13032 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13033 (archive-mouse-extract): Make it an obsolete alias.
13034 (archive-mode-map): Don't use archive-mouse-extract any more.
13035 (archive-mode, archive-extract): write-contents-hooks ->
13036 write-contents-functions.
13037 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13038 first arg.
13039 (archive-rename-entry): Update the call.
13040 (archive-zip-summarize): Remove unused var `method'.
13041 (archive-lzh-summarize): Remove unused var `creator'.
13042
13043 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13044 dedicated frame upon exit.
13045
13046 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13047 (archive-zip-extract, archive-zip-expunge)
13048 (archive-zip-update, archive-zip-update-case): Use executable-find.
13049 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13050 Use restore-buffer-modified-p.
13051 (archive-extract, archive-add-new-member, archive-write-file-member):
13052 Use with-current-buffer.
13053 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13054
13055 2005-06-30 Andreas Schwab <schwab@suse.de>
13056
13057 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13058
13059 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13060
13061 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13062
13063 2005-06-30 Juri Linkov <juri@jurta.org>
13064
13065 * faces.el (vertical-border): Inherit from mode-line-inactive
13066 only on tty.
13067
13068 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13069
13070 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13071 example, -NLINES in the `occur' docstring).
13072
13073 * replace.el (occur-1): When no matches are found, do not set the
13074 `buffer-read-only' and modified flags for the occur buffer,
13075 because it is deleted.
13076
13077 * emulation/cua-base.el (cua-check-pending-input)
13078 (cua-repeat-replace-region, cua-mode, cua-debug)
13079 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13080 Fix typos in docstrings.
13081
13082 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13083 (cua-cut-region-to-global-mark)
13084 (cua--cut-rectangle-to-global-mark):
13085 Remove period from end of messages.
13086
13087 * emulation/cua-rect.el (cua-do-rectangle-padding):
13088 Remove period from end of messages.
13089 (cua--rectangle-seq-format): Fix typo in docstring.
13090 (cua-sequence-rectangle, cua-fill-char-rectangle):
13091 Improve argument/docstring consistency.
13092
13093 2005-06-29 Juri Linkov <juri@jurta.org>
13094
13095 * faces.el (default-frame-background-mode): New internal variable.
13096 (frame-set-background-mode): Use it.
13097
13098 * startup.el (normal-top-level): Set default-frame-background-mode
13099 instead of frame-background-mode. Before setting it, test for its
13100 nil value. Remove tests for frame-background-mode and frame
13101 parameter `reverse'. Add test for "unspecified-fg".
13102
13103 * term/xterm.el (xterm-rxvt-set-background-mode):
13104 * term/rxvt.el (rxvt-set-background-mode):
13105 Set default-frame-background-mode instead of frame-background-mode.
13106
13107 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13108
13109 * simple.el (set-variable): Warn about obsolete user variables.
13110
13111 * imenu.el (imenu--completion-buffer):
13112 * mouse.el (mouse-buffer-menu-alist):
13113 * msb.el (msb-invisible-buffer-p):
13114 * calendar/diary-lib.el (diary-header-line-format):
13115 * emacs-lisp/pp.el (pp-buffer):
13116 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13117 * textmodes/picture.el (picture-replace-match):
13118 Change space constants followed by a sexp to "?\s ".
13119
13120 * play/decipher.el (decipher-loop-with-breaks):
13121 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13122 constants "protected" from end of line by a comment to "?\s".
13123
13124 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * font-lock.el (save-buffer-state): Use `declare'.
13127
13128 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13129 reset the syntax-table to cperl-mode-syntax-table.
13130 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13131 "foo_print_bar" is not matched as a reserved keyword.
13132
13133 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13134
13135 * textmodes/org.el (orgtbl-setup): New function, for delayed
13136 setup for the orgtbl commands.
13137 (org-calc-default-modes): New option.
13138 (orgtbl-make-binding): Use `defun' to get better help display.
13139 (org-diary): Call `org-compile-prefix-format'.
13140 (org-table-formula-substitute-names): New function.
13141 (org-agenda-day-view, org-agenda-week-view): New commands.
13142 (org-agenda-toggle-week-view): Command removed.
13143 (org-tbl-menu): Split off from org-org-menu.
13144 (org-mode): Move removal of outline-mode menus to here.
13145 (org-table-formula-debug): New option.
13146 (org-table-insert-row): Keep first field if just "#" or "*".
13147 (org-mode): Paragraph regexps fixed.
13148 (org-table-recalculate-regexp): New constant.
13149 (org-table-justify-field-maybe): Avoid replace if not necessary.
13150 (org-copy-special, org-cut-special): Use `call-interactively'.
13151 (org-table-copy-region): Take region from `interactive' call.
13152 (org-trim): Return string even if no match.
13153 (org-formula): New face.
13154 (org-set-font-lock-defaults): No longer highlight "FIXME".
13155 But highlight formula-related fields in table.
13156 (org-table-p): Use regexp, not fontification.
13157 (org-table-align): Handle white space at end of line.
13158 (org-table-formula-evaluate-inline): New option.
13159 (org-mode): Auto-wrapping in comment lines turned off.
13160 (org-table-copy-down): Evaluate only in copied field, not in
13161 destination.
13162 (org-table-current-formula): Variable removed.
13163 (org-table-store-formulas, org-table-get-stored-formulas)
13164 (org-table-modify-formulas, org-table-replace-in-formulas)
13165 (org-table-maybe-eval-formula): New functions.
13166 (org-table-get-formula): Modify to use stored formulas.
13167 (org-table-insert-column, org-table-delete-column)
13168 (org-table-move-column): Call `org-table-modify-formulas'.
13169 (org-complete): Add completion for keyword formulas.
13170 (orgtbl-mode): Pull orgtbl-mode-map to start of
13171 minor-mode-map-alist.
13172
13173 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13174
13175 * progmodes/python.el (python-check): Require `compile' before
13176 modifying its variables.
13177
13178 * newcomment.el (comment-indent-default): Don't get fooled by an early
13179 end of buffer.
13180
13181 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13182
13183 * ps-print.el (ps-print-version): Fix version number.
13184
13185 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13186
13187 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13188
13189 2005-06-28 Richard M. Stallman <rms@gnu.org>
13190
13191 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13192 (flyspell-local-mouse-map): Declaration deleted.
13193 (flyspell-mouse-map): Bind only mouse-2.
13194 (flyspell-mode-map): Don't test flyspell-use-local-map.
13195 (flyspell-overlay-keymap-property-name): Var deleted.
13196 (flyspell-mode-on): Don't make local bindings for
13197 flyspell-mouse-map and flyspell-mode-map.
13198 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13199
13200 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13201
13202 * progmodes/compile.el (compilation-next-error-function):
13203 Don't switch buffers; operate on the current buffer.
13204
13205 * progmodes/compile.el (compilation-error-file-name)
13206 (compilation-warning-file-name, compilation-info-file-name)
13207 (compilation-line-number, compilation-column-number): New faces.
13208 (compilation-error-face, compilation-warning-face)
13209 (compilation-info-face, compilation-line-face)
13210 (compilation-column-face): Use them.
13211
13212 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13213
13214 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13215
13216 * bindings.el (global-map): Bind insertchar and its variants.
13217
13218 2005-06-27 Richard M. Stallman <rms@gnu.org>
13219
13220 * textmodes/artist.el (artist-text-overwrite)
13221 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13222
13223 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13224
13225 * ps-print.el: It was not working the page selection for printing.
13226 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13227 (ps-print-version): New version 6.6.7.
13228 (ps-end-sheet): New fun.
13229 (ps-header-sheet, ps-end-job): Call it.
13230
13231 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13232
13233 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13234
13235 2005-06-27 Lute Kamstra <lute@gnu.org>
13236
13237 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13238 background color faces.
13239 (facemenu-get-face): Delete function.
13240 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13241 (facemenu-add-new-color): Make second argument mandatory.
13242 Create the appropriate face and return it. Simplify.
13243 (facemenu-set-foreground, facemenu-set-background): Don't check if
13244 color is defined. Use return value of facemenu-add-new-color.
13245
13246 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13247
13248 * progmodes/gud.el (gud-filter): Add missing argument to
13249 with-selected-window.
13250
13251 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13254 a :require to the defcustom.
13255
13256 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13257 defcustoms corresponding to minor modes.
13258
13259 2005-06-26 David Ponce <david@dponce.com>
13260
13261 * recentf.el: Require tree-widget instead of wid-edit.
13262 (recentf-filename-handler): Fix widget :type.
13263 (recentf-cancel-dialog, recentf-open-more-files)
13264 (recentf-open-files-action): Doc fix.
13265 (recentf-dialog-goto-first): New function.
13266 (recentf-dialog-mode-map): Set parent keymap first.
13267 (recentf-dialog-mode): Define with define-derived-mode.
13268 Don't display continuation lines in dialogs.
13269 (recentf-edit-list): Rename from recentf-edit-selected-items.
13270 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13271 Simplify.
13272 (recentf-edit-list-validate): New function.
13273 (recentf-edit-list): Update accordingly.
13274 (recentf-open-files-item-shift): Remove.
13275 (recentf-open-files-item): Convert menu elements into tree and
13276 link widgets. Don't create the widgets.
13277 (recentf-open-files): Update accordingly.
13278 (recentf-save-list): Untabify.
13279
13280 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13281
13282 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13283 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13284 partially contained in the active region. Do not take active
13285 region into account when called from Lisp, unless INTERACTIVE arg
13286 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13287 avoid trouble with fields. Make marker point nowhere when no
13288 longer used. Always return nil. Doc fix.
13289 (flush-lines): Add INTERACTIVE arg. Do not take active region
13290 into account when called from Lisp, unless INTERACTIVE arg is
13291 non-nil. Use `forward-line' instead of `beginning-of-line' to
13292 avoid trouble with fields. Make marker point nowhere when no
13293 longer used. Always return nil. Doc fix.
13294 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13295 interchangeable. Do not take active region into account when
13296 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13297 message in echo area when called from Lisp, unless INTERACTIVE arg
13298 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13299 Return the number of matches. Doc fix.
13300 (occur): Doc fix.
13301 (perform-replace): Make comment follow double space convention for
13302 the sake of `outline-minor-mode'.
13303
13304 * faces.el (facep): Doc fix.
13305
13306 2005-06-25 Richard M. Stallman <rms@gnu.org>
13307
13308 * facemenu.el (facemenu-enable-faces-p): New function.
13309 (facemenu-background-menu, facemenu-foreground-menu)
13310 (facemenu-face-menu): Add menu-enable property.
13311
13312 * jka-compr.el (jka-compr-insert-file-contents):
13313 Special handling if cannot find the uncompression program.
13314
13315 * cus-face.el (custom-face-attributes): Add autoload.
13316
13317 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13318 Bind comment-indent-function locally.
13319
13320 * window.el (save-selected-window): Use save-current-buffer.
13321
13322 * subr.el (with-selected-window): Use save-current-buffer.
13323
13324 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13325 and with-current-buffer.
13326
13327 2005-06-24 Richard M. Stallman <rms@gnu.org>
13328
13329 * simple.el (line-move-1): Fix previous change.
13330
13331 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13332
13333 * replace.el (occur-1): Set `buffer-read-only' and the
13334 buffer-modified flag before running `occur-hook' to protect
13335 against unintentional buffer switches that can lead to data loss.
13336
13337 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13338
13339 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13340 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13341 initial error.
13342
13343 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13344 after fresh input.
13345 (gdb-var-create-handler): Put name of expression in quotes.
13346
13347 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13348
13349 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13350 elements of RING in order, and without bogus nil elements.
13351
13352 2005-06-23 Richard M. Stallman <rms@gnu.org>
13353
13354 * simple.el (set-variable): Args renamed; doc fix.
13355 (line-move-1): When there are overlays around, use vertical-motion.
13356
13357 * faces.el (escape-glyph): Use brown against light background.
13358 (nobreak-space): Rename from no-break-space.
13359 Fix previous change.
13360
13361 * dired-aux.el (dired-do-copy): Fix arg prompt.
13362
13363 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13364
13365 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13366
13367 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13368 rather than "Distributor".
13369
13370 2005-06-23 Lute Kamstra <lute@gnu.org>
13371
13372 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13373 (debug-on-entry): Use it. New interactive declaration that uses
13374 function-called-at-point.
13375
13376 2005-06-23 Kim F. Storm <storm@cua.dk>
13377
13378 * subr.el (save-match-data): Add comment about using evaporate arg
13379 to set-match-data.
13380
13381 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13382
13383 * cus-edit.el (customize-face)
13384 (customize-face-other-window): Handle face aliases.
13385
13386 * faces.el (face-documentation, set-face-attribute)
13387 (face-spec-set): Handle face aliases.
13388
13389 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
13390
13391 * help-mode.el (help-make-xrefs): If a symbol representing a face
13392 name is not followed by the word "face", it could still be a
13393 function or variable name, so don't bypass other checks.
13394
13395 2005-06-22 Juri Linkov <juri@jurta.org>
13396
13397 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13398 Replace aliased functions with calls where second arg `inherit' is t.
13399
13400 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13401
13402 * progmodes/gdb-ui.el (gdb-error): New variable.
13403 (gdb-error): New function.
13404 (gdb-annotation-rules): Act on error-begin and error annotations.
13405 (gdb-concat-output): Use font-lock-warning-face for errors.
13406
13407 2005-06-22 Miles Bader <miles@gnu.org>
13408
13409 * bindings.el (propertized-buffer-identification): Use renamed
13410 `Buffer-menu-buffer' face.
13411
13412 * faces.el (vertical-border): Rename from `vertical-divider'.
13413 (escape-glyph): Change dark-background color back to `cyan'.
13414
13415 2005-06-21 Juri Linkov <juri@jurta.org>
13416
13417 * faces.el (face-user-default-spec): Try getting `customized-face'
13418 prior to `saved-face'.
13419 (frame-background-mode): Refill docstring.
13420
13421 * emacs-lisp/lisp-mode.el (eval-defun-1):
13422 * emacs-lisp/edebug.el (edebug-eval-defun):
13423 Set `saved-face' temporarily to nil before calling form.
13424 Set `customized-face' to the new spec after that.
13425
13426 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13427
13428 * subr.el (1value, lambda, key-substitution-in-progress):
13429 Doc fixes.
13430
13431 * autoinsert.el (auto-insert-alist):
13432 * ses.el (ses-call-printer):
13433 * subr.el (noreturn):
13434 * emacs-lisp/lisp.el (check-parens):
13435 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13436 * net/browse-url.el (browse-url-mosaic):
13437 * progmodes/cc-defs.el (c-safe-scan-lists):
13438 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13439 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13440 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13441 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13442 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13443 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13444
13445 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13446
13447 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13448
13449 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13450
13451 * calendar/appt.el (appt-make-list): Activate the package, if
13452 not already active (for backwards compatibility).
13453
13454 2005-06-20 Kim F. Storm <storm@cua.dk>
13455
13456 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13457
13458 2005-06-20 Miles Bader <miles@gnu.org>
13459
13460 * faces.el (vertical-divider): New face.
13461
13462 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13463
13464 * simple.el (kill-whole-line): Doc fix.
13465 (next-error-buffer-p, next-error-find-buffer)
13466 (clone-indirect-buffer): Fix typos in docstrings.
13467 (comment-line-break-function): Doc fix: don't say variable
13468 is automatically buffer-local (it isn't).
13469
13470 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13471
13472 * net/tramp-ftp.el (top):
13473 * net/tramp-smb.el (top):
13474 * net/tramp-util.el (top):
13475 * net/tramp-uu.el (top):
13476 * net/tramp-vc.el (top):
13477 * net/tramp.el (top): Revert copyright years back to original
13478 ones. Tramp has a life outside GNU Emacs.
13479
13480 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13481
13482 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13483
13484 2005-06-18 Juri Linkov <juri@jurta.org>
13485
13486 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13487 end of first regexp to limit the match to the position between
13488 line number and source line with same separator character as used
13489 between file name and line number. In the second regexp limit
13490 mouse-face area to file name and line number by adding new group
13491 for them and referring it in HYPERLINK arg.
13492 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13493 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13494 previous line where grep markers may be already removed.
13495
13496 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13497
13498 * progmodes/ps-mode.el: Update version and maintainer's email address.
13499
13500 2005-06-18 Steve Youngs <steve@xemacs.org>
13501
13502 * net/browse-url.el (browse-url-browser-function)
13503 (browse-url-default-browser): Add firefox.
13504 (browse-url-firefox-program, browse-url-firefox-arguments)
13505 (browse-url-firefox-startup-arguments)
13506 (browse-url-firefox-new-window-is-tab): New defcustoms.
13507 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13508
13509 2005-06-17 Richard M. Stallman <rms@gnu.org>
13510
13511 * startup.el (command-line): Warn if specified user name has
13512 no home directory.
13513
13514 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13515 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13516
13517 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13518 Doc fixes.
13519
13520 * faces.el (underline): Try bold if terminal doesn't support underline.
13521
13522 * mail/sendmail.el (mail-setup-with-from): New variable.
13523 (mail-insert-from-field): New function.
13524 (sendmail-send-it): Call it.
13525 (mail-setup): Optionally call it here.
13526
13527 * term/linux.el: Call tty-no-underline.
13528
13529 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13530
13531 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13532
13533 2005-06-17 Miles Bader <miles@gnu.org>
13534
13535 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13536 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13537 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13538 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13539 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13540 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13541 Remove "-face" suffix from face names.
13542 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13543 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13544 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13545 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13546 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13547 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13548 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13549 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13550 New backward-compatibility aliases for renamed faces.
13551 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13552 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13553 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13554 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13555 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13556 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13557 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13558 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13559 Use renamed ediff faces.
13560
13561 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13562 Remove "-face" suffix from face names.
13563 (eshell-test-ok-face, eshell-test-failed-face):
13564 New backward-compatibility aliases for renamed faces.
13565 (eshell-run-test): Use renamed eshell-test faces.
13566
13567 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13568 face name.
13569 (eshell-prompt-face): New backward-compatibility alias for renamed
13570 face.
13571 (eshell-emit-prompt): Use renamed eshell-prompt face.
13572
13573 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13574 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13575 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13576 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13577 Remove "-face" suffix from face names.
13578 (eshell-ls-directory-face, eshell-ls-symlink-face)
13579 (eshell-ls-executable-face, eshell-ls-readonly-face)
13580 (eshell-ls-unreadable-face, eshell-ls-special-face)
13581 (eshell-ls-missing-face, eshell-ls-archive-face)
13582 (eshell-ls-backup-face, eshell-ls-product-face)
13583 (eshell-ls-clutter-face):
13584 New backward-compatibility aliases for renamed faces.
13585 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13586
13587 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13588 Remove "-face" suffix from face name.
13589 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13590 instead of literal face.
13591
13592 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
13593
13594 * emacs-lisp/warnings.el (display-warning, lwarn)
13595 (warning-minimum-log-level): Doc fixes.
13596 (warning-minimum-level, warning-minimum-log-level):
13597 Add :debug to :type choices.
13598
13599 * progmodes/ada-mode.el (ada-format-paramlist)
13600 (ada-get-indent-case, ada-check-matching-start)
13601 (ada-check-defun-name, ada-goto-matching-decl-start)
13602 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13603 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13604 (ada-make-subprogram-body): Follow error conventions.
13605 (ada-case-exception-file, ada-indent-comment-as-code)
13606 (ada-indent-handle-comment-special, ada-indent-renames)
13607 (ada-indent-return, ada-search-directories-internal)
13608 (ada-tab-policy, ada-case-exception-substring)
13609 (ada-other-file-alist, ada-matching-start-re)
13610 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13611 (ada-imenu-generic-expression, ada-compile-goto-error)
13612 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13613 (ada-popup-menu, ada-add-extensions, ada-mode)
13614 (ada-region-selected, ada-create-case-exception)
13615 (ada-create-case-exception-substring, ada-after-keyword-p)
13616 (ada-activate-keys-for-case, ada-adjust-case-region)
13617 (ada-adjust-case-buffer, ada-format-paramlist)
13618 (ada-scan-paramlist, ada-insert-paramlist)
13619 (ada-indent-newline-indent)
13620 (ada-indent-newline-indent-conditional)
13621 (ada-justified-indent-current, ada-goto-previous-word)
13622 (ada-indent-current, ada-get-indent-open-paren)
13623 (ada-get-indent-paramlist, ada-get-indent-end)
13624 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13625 (ada-get-indent-block-start, ada-get-indent-subprog)
13626 (ada-get-indent-noindent, ada-get-indent-label)
13627 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13628 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13629 (ada-goto-stmt-end, ada-goto-next-word)
13630 (ada-check-matching-start, ada-check-defun-name)
13631 (ada-goto-matching-decl-start, ada-goto-matching-start)
13632 (ada-goto-matching-end, ada-search-ignore-string-comment)
13633 (ada-in-decl-p, ada-looking-at-semi-or)
13634 (ada-looking-at-semi-private, ada-in-paramlist-p)
13635 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13636 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13637 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13638 (ada-previous-package, ada-create-menu)
13639 (ada-fill-comment-paragraph-justify)
13640 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13641 (ada-other-file-name, ada-last-which-function-line)
13642 (ada-last-which-function-subprog, ada-which-function)
13643 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13644 (ada-gen-treat-proc, ada-check-emacs-version)
13645 (ada-continuation-indent, ada-align-region-separate):
13646 Fix typos in docstrings.
13647 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13648
13649 2005-06-16 Lute Kamstra <lute@gnu.org>
13650
13651 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13652 conditionally.
13653
13654 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13655
13656 * comint.el (comint-replace-by-expanded-filename)
13657 (comint-prompt-regexp, comint-delimiter-argument-list)
13658 (comint-preinput-scroll-to-bottom):
13659 * info.el (Info-hide-cookies-node):
13660 * ls-lisp.el (ls-lisp-classify):
13661 * find-file.el (ff-search-directories, ff-special-constructs)
13662 (ff-find-other-file):
13663 * font-lock.el (font-lock-keywords):
13664 * shell.el (shell-prompt-pattern)
13665 (shell-dynamic-complete-functions, shell-mode)
13666 (shell-delimiter-argument-list):
13667 * term.el (term-replace-by-expanded-filename)
13668 (term-prompt-regexp, term-delimiter-argument-list):
13669 * woman.el (woman-ignore, woman0-if):
13670 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13671 * emacs-lisp/elint.el (elint-init-env):
13672 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13673 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13674 * language/ethio-util.el (ethio-tilde-escape)
13675 (ethio-use-three-dot-question):
13676 * net/zone-mode.el (zone-mode-load-time-setup):
13677 * progmodes/cc-align.el (c-lineup-argcont):
13678 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13679 * progmodes/cperl-mode.el (cperl-set-style-back):
13680 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13681 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13682 Fix spellings in docstrings.
13683
13684 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13685 * progmodes/modula2.el (m2-for): Fix spellings.
13686
13687 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13688
13689 * simple.el (undo-more): Don't use `format' on `error' arguments.
13690 Improve argument/docstring consistency.
13691 (pending-undo-list): Doc fix.
13692
13693 * smerge-mode.el (smerge-ensure-match):
13694 * emulation/vip.el (vip-ex):
13695 * net/zone-mode.el (zone-mode-update-serial):
13696 * progmodes/idlwave.el (idlwave-complete):
13697 * progmodes/vhdl-mode.el (vhdl-visit-file)
13698 (vhdl-compose-wire-components):
13699 Don't use `format' on `error' arguments.
13700
13701 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13702 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13703 (tooltip-help-tips): Fix typos in docstrings.
13704
13705 2005-06-16 David Ponce <david@dponce.com>
13706
13707 * tree-widget.el (tree-widget-value-create): Simplify last change.
13708
13709 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13710
13711 * ido.el (ido-incomplete-regexp): New variable.
13712 (ido-set-matches-1): Handle invalid-regexp error and set
13713 ido-incomplete-regexp.
13714 (ido-incomplete-regexp): New face.
13715 (ido-completions): Use it.
13716 (ido-complete, ido-exit-minibuffer, ido-completions):
13717 Handle incomplete regexps.
13718 (ido-completions): Add check for complete match when entering a regexp.
13719
13720 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13721
13722 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13723
13724 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13725
13726 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13727 by field delimiters.
13728
13729 2005-06-15 David Ponce <david@dponce.com>
13730
13731 * tree-widget.el: eval-and-compile inlined functions so they will
13732 be available at run-time too.
13733 (tree-widget-super-format-handler)
13734 (tree-widget-format-handler): Remove.
13735 (tree-widget-value-create): Handle the :indent property.
13736
13737 2005-06-15 Miles Bader <miles@gnu.org>
13738
13739 * progmodes/which-func.el (which-func): Only inherit
13740 `font-lock-function-name-face' when that makes sense against the
13741 default mode-line face, otherwise set the face color explicitly.
13742
13743 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13744 faces instead of (non-existent) variables.
13745
13746 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13747
13748 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13749 (iswitchb-get-matched-buffers): Likewise. Simplify.
13750
13751 2005-06-14 Miles Bader <miles@gnu.org>
13752
13753 * progmodes/ld-script.el (ld-script-location-counter):
13754 Remove "-face" suffix from face name.
13755 (ld-script-location-counter-face):
13756 New backward-compatibility alias for renamed face.
13757 (ld-script-location-counter-face): Use renamed face.
13758
13759 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13760 (cperl-hash): Remove "-face" suffix from face names.
13761 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13762 New backward-compatibility aliases for renamed faces.
13763 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13764 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13765
13766 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13767 name.
13768 (which-func-face): New backward-compatibility alias for renamed face.
13769 (which-func-format): Use renamed which-func face.
13770
13771 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13772 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13773 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13774 names.
13775 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13776 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13777 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13778 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13779 (vhdl-speedbar-architecture-selected)
13780 (vhdl-speedbar-configuration-selected)
13781 (vhdl-speedbar-package-selected)
13782 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13783 names.
13784 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13785 Use renamed faces.
13786 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13787 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13788 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13789 Use renamed faces.
13790 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13791 names.
13792 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13793 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13794 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13795 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13796 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13797 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13798
13799 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13800 face name.
13801 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13802 (sh-heredoc-face): Use renamed sh-heredoc face.
13803
13804 * progmodes/idlw-help.el (idlwave-help-link):
13805 Remove "-face" suffix from face name.
13806 (idlwave-help-link-face):
13807 New backward-compatibility alias for renamed face.
13808 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13809
13810 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13811 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13812 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13813 New backward-compatibility aliases for renamed faces.
13814 (idlwave-shell-disabled-breakpoint-face)
13815 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13816
13817 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13818 Remove "-face" suffix from face names.
13819 (flymake-errline-face, flymake-warnline-face):
13820 New backward-compatibility aliases for renamed faces.
13821 (flymake-highlight-line): Use renamed flymake faces.
13822
13823 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13824 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13825 (ebrowse-member-class, ebrowse-progress):
13826 Remove "-face" suffix from face names.
13827 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13828 (ebrowse-file-name-face, ebrowse-default-face)
13829 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13830 (ebrowse-progress-face):
13831 New backward-compatibility aliases for renamed faces.
13832 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13833 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13834 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13835 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13836
13837 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13838 antlr-syntax)
13839 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13840 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13841 names.
13842 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13843 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13844 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13845 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13846 backward-compatibility aliases for renamed faces.
13847 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13848 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13849 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13850 remove "font-lock-". Use renamed antlr-mode faces.
13851 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13852 literal face-names with face variable references.
13853
13854 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13855 face name.
13856 (Buffer-menu-buffer-face): New backward-compatibility alias for
13857 renamed face.
13858 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13859
13860 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13861
13862 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13863 Eliminate "-face" suffix.
13864 (makefile-targets): Inherit from font-lock-function-name-face and
13865 eliminate "-face" suffix.
13866 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13867 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13868 actions, instead of prepending, to make it less visible.
13869 (makefile-previous-dependency, makefile-match-dependency):
13870 Don't match a target on a continuation line.
13871
13872 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13873
13874 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
13875
13876 * progmodes/gdb-ui.el (menu): Re-order menu items.
13877 (gdb-tooltip-print): Respect tooltip-use-echo-area.
13878
13879 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13880 Define in tooltip.el.
13881 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13882 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13883 gud-tooltip-echo-area.
13884
13885 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13886 backward compatibility and make obsolete.
13887 (tooltip-help-tips): Use tooltip-use-echo-area.
13888 (tooltip-show-help-function): Rename to...
13889 (tooltip-show-help): ...this, because it is a function.
13890 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13891
13892 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13893
13894 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13895 (edebug-print-length, edebug-print-level, edebug-print-circle)
13896 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13897 (edebug-eval-print-last-sexp): Doc fixes.
13898
13899 2005-06-14 Kim F. Storm <storm@cua.dk>
13900
13901 * ido.el (ido-mode): Make a new keymap every time we enable ido,
13902 as the coverage buffer/file/both may change.
13903
13904 2005-06-14 Lute Kamstra <lute@gnu.org>
13905
13906 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13907 and run-mode-hooks. Simplify.
13908
13909 * mail/rmailedit.el (rmail-edit-mode):
13910 * progmodes/octave-inf.el (inferior-octave-mode):
13911 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13912
13913 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13914 and run-mode-hooks.
13915 (recentf-edit-list, recentf-open-files): Don't call
13916 kill-all-local-variables directly.
13917
13918 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13919
13920 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13921
13922 * emacs-lisp/byte-run.el (make-obsolete)
13923 (define-obsolete-function-alias): Rename arguments FUNCTION and
13924 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13925 (make-obsolete-variable, define-obsolete-variable-alias):
13926 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13927 respectively.
13928
13929 * isearchb.el (isearchb-activate):
13930 * pcvs.el (cvs-mode):
13931 * ses.el (ses-load):
13932 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13933 * net/tramp.el (tramp-find-file-exists-command)
13934 (tramp-find-shell):
13935 * progmodes/ada-mode.el (ada-create-case-exception)
13936 (ada-create-case-exception-substring, ada-make-subprogram-body):
13937 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13938 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13939 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13940 * textmodes/org.el (org-promote, org-evaluate-time-range)
13941 (org-agenda-next-date-line, org-agenda-previous-date-line)
13942 (org-agenda-error, org-open-at-point, org-table-move-row)
13943 (org-format-table-table-html-using-table-generate-source)
13944 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13945 * textmodes/reftex.el (reftex-access-scan-info):
13946 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13947 (reftex-toc-promote-prepare): Follow error conventions.
13948
13949 * diff-mode.el (diff-mode): Fix typo in docstring.
13950
13951 * forms.el (forms--intuit-from-file): Fix reference to
13952 `forms-number-of-fields' in error message.
13953 (forms-print): Fix quoting in error message.
13954
13955 * forms.el (forms-mode):
13956 * emulation/vi.el (vi-goto-insert-state):
13957 * progmodes/flymake.el (flymake-new-err-info)
13958 (flymake-start-syntax-check-for-current-buffer)
13959 (flymake-simple-cleanup):
13960 * eshell/esh-var.el (eshell/export):
13961 * progmodes/gud.el (xdb):
13962 * textmodes/flyspell.el (flyspell-incorrect-hook)
13963 (flyspell-maybe-correct-transposition)
13964 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13965
13966 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
13967
13968 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13969 minibuffer prompt.
13970
13971 2005-06-13 Kim F. Storm <storm@cua.dk>
13972
13973 * subr.el (add-to-ordered-list): New defun.
13974
13975 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13976 add cua--keymap-alist to emulation-mode-map-alists.
13977
13978 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * subr.el (complete-in-turn): New macro.
13981 (dynamic-completion-table, lazy-completion-table): Add debug info.
13982
13983 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
13984 in preference to face aliases.
13985
13986 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
13987 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
13988 Remove unused vars `start' and `firstline'.
13989 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
13990 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
13991
13992 2005-06-13 Eli Zaretskii <eliz@gnu.org>
13993
13994 * cus-start.el (all): Don't complain about missing GTK-related
13995 variables, unless either `gtk' is boundp or this isn't a
13996 `windows-nt' build.
13997
13998 2005-06-13 Lute Kamstra <lute@gnu.org>
13999
14000 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14001 run-mode-hooks.
14002
14003 * ediff-mult.el (ediff-meta-mode):
14004 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14005
14006 * ledit.el (ledit-mode): Use delay-mode-hooks.
14007
14008 * woman.el (woman-mode-line-format): Delete constant.
14009 (woman-mode-map): Initialize it properly.
14010 (woman-mode): Set mode-class property to special.
14011 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14012 Set major-mode and mode-name. Don't set mode-line-format directly.
14013 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14014
14015 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14016 string argument obsolete.
14017
14018 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14019
14020 * textmodes/org.el (org-CUA-compatible): New option.
14021 (org-disputed-keys): New variable.
14022 (org-key): New function.
14023 (orgtbl-make-binding): Add docstring to the created function.
14024 (org-mode): Set paragraph start/separate regexps.
14025 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14026 (org-archive-location, org-archive-mark-done)
14027 (org-archive-stamp-time): New options.
14028 (org-archive-subtree): New command.
14029 (org-fill-paragraph): New function.
14030 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14031 (org-fake-empty-table-line): Function removed.
14032 (org-format-org-table-html): Do not create empty table lines at
14033 separator lines. Improved table header treatment.
14034 (org-link-format): New option.
14035 (org-make-link): New function.
14036 (org-insert-link, org-store-link): Use org-make-link.
14037 (org-open-file): Quote file name for shell command, to allow
14038 spaces in file names.
14039 (org-link-regexp): Fix bug with mailto link.
14040 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14041 New constants.
14042 (org-export-as-html): Deal with the optional angles around a link.
14043 Better treatment of file: links.
14044 (org-open-at-point): Replace @{ and @} with < and >.
14045 (org-run-mode-hooks): Function removed.
14046 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14047
14048 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14049
14050 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14051 MI command -data-list-register-values.
14052 (gdb-post-prompt): Indent properly.
14053
14054 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14055
14056 * hilit-chg.el (highlight-changes-colors): Rename from
14057 `highlight-changes-colours'.
14058 (highlight-changes-colours): Keep as obsolete alias.
14059 (highlight-changes-face-list): Doc fix.
14060 (hilit-chg-make-list): Use `highlight-changes-colors'.
14061
14062 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14063
14064 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14065 defun-prompt-regexp.
14066
14067 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14068
14069 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14070 and cygwin.
14071
14072 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14073 Don't use an old loaddefs.el, as in Makefile.in.
14074
14075 2005-06-12 Lute Kamstra <lute@gnu.org>
14076
14077 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14078
14079 * man.el (Man-mode-map): Initialize it properly.
14080 (Man-mode): Set mode-class property to special.
14081
14082 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14083
14084 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14085
14086 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14087 A newline is needed in the docstring there.
14088
14089 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14090 Doc fixes.
14091
14092 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14093
14094 * printing.el: Doc fix. The menubar is no more changed when printing
14095 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14096 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14097 (pr-version): New version number (6.8.4).
14098 (pr-menu-bind): New command.
14099 (pr-update-menus): Docstring and code fix.
14100 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14101 Docstring fix.
14102 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14103 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14104
14105 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14106
14107 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14108 "Returns" to "return", document useful return values, etc.
14109
14110 2005-06-11 Alan Mackenzie <acm@muc.de>
14111
14112 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14113 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14114 (adaptive-file-function): Minor amendment to doc-string.
14115
14116 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14117
14118 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14119 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14120 Fix :type--it is `integer', not `string'.
14121
14122 * faces.el (modeline-highlight): Rename from (the erroneous)
14123 `modeline-higilight'.
14124
14125 2005-06-11 Lute Kamstra <lute@gnu.org>
14126
14127 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14128 lisp-interaction-mode-map but make it the parent.
14129 (edebug-eval-mode): Use define-derived-mode.
14130
14131 2005-06-11 Andreas Schwab <schwab@suse.de>
14132
14133 * bindings.el: Add binding of `ESC functionkey' for every
14134 `M-functionkey'.
14135 * hexl.el (hexl-mode-map): Likewise.
14136
14137 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14138
14139 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14140 [msft]: update regexp for newer msft compilers.
14141
14142 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14143
14144 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14145 ATTLIST portions of included DTDs.
14146 (xml-parse-dtd): Eliminate use of inefficient match-data.
14147
14148 2005-06-10 Miles Bader <miles@gnu.org>
14149
14150 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14151 (mpuz-text): Remove "-face" suffix from face names.
14152 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14153 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14154 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14155
14156 * play/gomoku.el (gomoku-O, gomoku-X):
14157 Remove "-face" suffix from face names.
14158 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14159 New backward-compatibility aliases for renamed faces.
14160 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14161
14162 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14163
14164 * thumbs.el: Fixes for changes of 2005-06-09.
14165 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14166 as a directory.
14167 (thumbs-thumbname): Remove directory separator from format string;
14168 `thumbs-thumbsdir' now returns a valid directory name.
14169 (thumbs-temp-dir): New defsubst.
14170 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14171 Use it.
14172
14173 * cus-edit.el (minibuffer):
14174 * files.el (make-backup-file-name-function):
14175 * filesets.el (filesets-external-viewers):
14176 * hilit-chg.el (highlight-changes-colours)
14177 (highlight-changes-face-list, highlight-changes-rotate-faces):
14178 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14179 * kmacro.el (kmacro-call-macro):
14180 * log-edit.el (log-edit-changelog-full-paragraphs):
14181 * mouse.el (mouse-1-click-follows-link):
14182 * skeleton.el (skeleton-autowrap):
14183 * subr.el (insert-for-yank-1):
14184 * tempo.el (tempo-insert-region):
14185 * terminal.el (terminal-emulator):
14186 * time.el (display-time-mail-face):
14187 * vc.el (vc-annotate):
14188 * vcursor.el (vcursor-copy-line):
14189 * woman.el (woman-bold-headings, woman-ignore)
14190 (woman-default-faces, woman-monochrome-faces):
14191 * calendar/todo-mode.el (todo-insert-threshold):
14192 * emulation/pc-select.el (pc-select-selection-keys-only)
14193 (pc-selection-mode):
14194 * emulation/vip.el (vip-find-char-forward):
14195 * emulation/viper-cmd.el (viper-find-char-forward):
14196 * international/mule-cmds.el
14197 (select-safe-coding-system-accept-default-p)
14198 (input-method-exit-on-invalid-key):
14199 * international/mule-diag.el (describe-coding-system):
14200 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14201 * net/browse-url.el (browse-url-xterm-program):
14202 * obsolete/lazy-lock.el (lazy-lock-mode):
14203 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14204 (cperl-mode):
14205 * progmodes/cpp.el (cpp-face-light-name-list)
14206 (cpp-face-dark-name-list):
14207 * progmodes/delphi.el (delphi-newline-always-indents):
14208 Fix spellings in docstrings.
14209
14210 * ido.el (ido-mode, ido-file-extensions-order)
14211 (ido-default-file-method, ido-default-buffer-method)
14212 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14213 (ido-decorations, ido-read-file-name-as-directory-commands)
14214 (ido-read-file-name-non-ido, ido-work-directory-list)
14215 (ido-ignore-item-temp-list, ido-current-directory)
14216 (ido-magic-forward-char, ido-enter-find-file)
14217 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14218 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14219
14220 2005-06-10 Lute Kamstra <lute@gnu.org>
14221
14222 * play/dunnet.el (dun-mode): Use define-derived-mode.
14223 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14224 obsolete alias.
14225
14226 * play/doctor.el (doctor-mode-map): Remove defvar.
14227 (doctor-mode): Use define-derived-mode.
14228
14229 * mail/mspools.el (mspools-mode):
14230 * net/eudc-hotlist.el (eudc-hotlist-mode):
14231 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14232
14233 2005-06-10 Miles Bader <miles@gnu.org>
14234
14235 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14236 Remove "-face" suffix from face names.
14237 (flyspell-incorrect-face, flyspell-duplicate-face):
14238 New backward-compatibility aliases for renamed faces.
14239 (flyspell-mode-on, make-flyspell-overlay)
14240 (flyspell-highlight-incorrect-region)
14241 (flyspell-highlight-duplicate-region)
14242 (flyspell-display-next-corrections)
14243 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14244
14245 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14246 from face name.
14247 (texinfo-heading-face): New backward-compatibility alias for
14248 renamed face.
14249 (texinfo-heading-face): Use renamed texinfo-heading face.
14250
14251 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14252 suffix from face names.
14253 (tex-math-face, tex-verbatim-face):
14254 New backward-compatibility aliases for renamed faces.
14255 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14256 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14257 literal face name.
14258
14259 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14260 name.
14261 (table-cell-face): New backward-compatibility alias for renamed face.
14262 (table--put-cell-face-property, table--update-cell-face):
14263 Use renamed table-cell face.
14264
14265 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14266 from face name.
14267 (sgml-namespace-face): New backward-compatibility alias for
14268 renamed face.
14269 (sgml-namespace-face): Use renamed sgml-namespace face.
14270
14271 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14272 (org-level-4, org-level-5, org-level-6, org-level-7)
14273 (org-level-8, org-warning, org-headline-done)
14274 (org-deadline-announce, org-scheduled-today)
14275 (org-scheduled-previously, org-link, org-done, org-table)
14276 (org-time-grid): Remove "-face" suffix from face names.
14277 (org-level-1-face, org-level-2-face, org-level-3-face)
14278 (org-level-4-face, org-level-5-face, org-level-6-face)
14279 (org-level-7-face, org-level-8-face, org-warning-face)
14280 (org-headline-done-face, org-deadline-announce-face)
14281 (org-scheduled-today-face, org-scheduled-previously-face)
14282 (org-link-face, org-done-face, org-table-face)
14283 (org-time-grid-face):
14284 New backward-compatibility aliases for renamed faces.
14285 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14286 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14287 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14288 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14289
14290 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14291 (viper-minibuffer-emacs, viper-minibuffer-insert)
14292 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14293 (viper-search-face, viper-replace-overlay-face)
14294 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14295 (viper-minibuffer-vi-face):
14296 New backward-compatibility aliases for renamed faces.
14297 (viper-search-face, viper-replace-overlay-face)
14298 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14299 (viper-minibuffer-vi-face): Use renamed viper faces.
14300
14301 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14302 Remove "-face" suffix from face names.
14303 (testcover-nohits-face, testcover-1value-face):
14304 New backward-compatibility aliases for renamed faces.
14305 (testcover-mark): Use renamed testcover faces.
14306
14307 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14308 face name.
14309 (diary-button-face): New backward-compatibility alias for renamed face.
14310 (diary-entry): Use renamed diary-button face.
14311
14312 * calendar/calendar.el (diary, calendar-today, holiday)
14313 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14314 (diary-face, calendar-today-face, holiday-face):
14315 New backward-compatibility aliases for renamed faces.
14316 (eval-after-load "facemenu", diary-entry-marker)
14317 (calendar-today-marker, calendar-holiday-marker, diary-face):
14318 Use renamed calendar faces.
14319
14320 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14321 (compare-windows-face): New backward-compatibility alias for
14322 renamed face.
14323 (compare-windows-highlight): Use renamed compare-windows face.
14324
14325 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14326 (strokes-char-face): New backward-compatibility alias for renamed face.
14327 (strokes-encode-buffer): Use renamed strokes-char face.
14328
14329 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14330 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14331 Remove "-face" suffix from face names.
14332 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14333 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14334 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14335 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14336 Use renamed pcvs faces.
14337 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14338 * pcvs-defs.el (cvs-mode-map): Likewise.
14339 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14340
14341 * info.el (info-title-1, info-title-2, info-title-3)
14342 (info-title-4): Remove "-face" suffix from and downcase face names.
14343 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14344 (Info-title-4-face):
14345 New backward-compatibility aliases for renamed faces.
14346 (Info-fontify-node): Use renamed info faces.
14347
14348 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14349 Remove "-face" suffix from face names.
14350 (highlight-changes-face, highlight-changes-delete-face):
14351 New backward-compatibility aliases for renamed faces.
14352 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14353 (hilit-chg-make-list): Use renamed highlight-changes faces.
14354
14355 * generic-x.el (show-tabs-tab, show-tabs-space):
14356 Remove "-face" suffix from face names.
14357 (show-tabs-tab-face, show-tabs-space-face):
14358 New backward-compatibility aliases for renamed faces.
14359 (show-tabs-generic-mode-font-lock-defaults-1)
14360 (show-tabs-generic-mode-font-lock-defaults-2):
14361 Use renamed show-tabs faces.
14362
14363 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14364 (smerge-markers): Remove "-face" suffix from face names.
14365 (smerge-mine-face, smerge-other-face, smerge-base-face)
14366 (smerge-markers-face):
14367 New backward-compatibility aliases for renamed faces.
14368 (smerge-mine-face, smerge-other-face, smerge-base-face)
14369 (smerge-markers-face): Use renamed smerge faces.
14370
14371 * log-view.el (log-view-file, log-view-message): Remove "-face"
14372 suffix from face names.
14373 (log-view-file-face, log-view-message-face):
14374 New backward-compatibility aliases for renamed faces.
14375 (log-view-file-face, log-view-message-face): Use renamed log-view
14376 faces.
14377
14378 * paren.el (show-paren-match, show-paren-mismatch):
14379 Remove "-face" suffix from face names.
14380 (show-paren-match-face, show-paren-mismatch-face):
14381 New backward-compatibility aliases for renamed faces.
14382 (show-paren-function): Use renamed show-paren faces.
14383
14384 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14385 (ruler-mode-margins, ruler-mode-fringes)
14386 (ruler-mode-column-number, ruler-mode-fill-column)
14387 (ruler-mode-comment-column, ruler-mode-goal-column)
14388 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14389 suffix from face names.
14390 (ruler-mode-default-face, ruler-mode-pad-face)
14391 (ruler-mode-margins-face, ruler-mode-fringes-face)
14392 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14393 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14394 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14395 New backward-compatibility aliases for renamed faces.
14396 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14397 (ruler-mode-column-number, ruler-mode-fill-column)
14398 (ruler-mode-comment-column, ruler-mode-goal-column)
14399 (ruler-mode-tab-stop, ruler-mode-current-column)
14400 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14401 faces.
14402
14403 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14404 face name.
14405 (whitespace-highlight-the-space): Use renamed face.
14406 (whitespace-highlight-face): New backward-compatibility alias for
14407 renamed face.
14408
14409 * woman.el (woman-italic, woman-bold, woman-unknown)
14410 (woman-addition, woman-symbol-face):
14411 Remove "-face" suffix from face names.
14412 (woman-italic-face, woman-bold-face, woman-unknown-face)
14413 (woman-addition-face):
14414 New backward-compatibility aliases for renamed faces.
14415 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14416 (woman-decode-region, woman-replace-match)
14417 (woman-display-extended-fonts, woman-special-characters)
14418 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14419 Use renamed woman faces.
14420
14421 * longlines.el (longlines-visible-face): Face removed.
14422
14423 * diff-mode.el (diff-header, diff-file-header, diff-index)
14424 (diff-hunk-header, diff-removed, diff-added, diff-changed)
14425 (diff-function, diff-context, diff-nonexistent): Remove "-face"
14426 suffix from face names.
14427 (diff-header-face, diff-file-header-face, diff-index-face)
14428 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14429 (diff-changed-face, diff-function-face, diff-context-face)
14430 (diff-nonexistent-face): New backward-compatibility aliases for
14431 renamed faces.
14432 (diff-header-face, diff-file-header-face)
14433 (diff-index, diff-index-face, diff-hunk-header)
14434 (diff-hunk-header-face, diff-removed, diff-removed-face)
14435 (diff-added, diff-added-face, diff-changed-face, diff-function)
14436 (diff-function-face, diff-context-face, diff-nonexistent)
14437 (diff-nonexistent-face): Use renamed diff-mode faces.
14438
14439 * progmodes/compile.el (compilation-warning-face)
14440 (compilation-info-face): Remove "-face" suffix from face names.
14441 (compilation-warning-face, compilation-info-face):
14442 New backward-compatibility aliases for renamed faces.
14443 (compilation-warning-face, compilation-info-face):
14444 Use renamed compilation faces.
14445
14446 * add-log.el (change-log-date, change-log-name)
14447 (change-log-email, change-log-file, change-log-list)
14448 (change-log-conditionals, change-log-function)
14449 (change-log-acknowledgement): Remove "-face" suffix from face names.
14450 (change-log-date-face, change-log-name-face)
14451 (change-log-email-face, change-log-file-face)
14452 (change-log-list-face, change-log-conditionals-face)
14453 (change-log-function-face, change-log-acknowledgement-face):
14454 New backward-compatibility aliases for renamed faces.
14455 (change-log-font-lock-keywords): Use renamed change-log faces.
14456
14457 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14458 (custom-set, custom-changed, custom-saved, custom-button)
14459 (custom-button-pressed, custom-documentation, custom-state)
14460 (custom-comment, custom-comment-tag, custom-variable-tag)
14461 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14462 (custom-group-tag): Remove "-face" suffix from face names.
14463 (custom-magic-alist, custom-magic-value-create)
14464 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14465 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14466 (custom-set-face, custom-changed-face, custom-saved-face)
14467 (custom-button-face, custom-button-pressed-face)
14468 (custom-documentation-face, custom-state-face)
14469 (custom-comment-face, custom-comment-tag-face)
14470 (custom-variable-tag-face, custom-variable-button-face)
14471 (custom-face-tag-face, custom-group-tag-face-1)
14472 (custom-group-tag-face):
14473 New backward-compatibility aliases for renamed faces.
14474
14475 * wid-edit.el (widget-documentation, widget-button)
14476 (widget-field, widget-single-line-field, widget-inactive)
14477 (widget-button-pressed): "-face" suffix removed from face names.
14478 (widget-documentation-face, widget-button-face)
14479 (widget-field-face, widget-single-line-field-face)
14480 (widget-inactive-face, widget-button-pressed-face):
14481 New backward-compatibility aliases for renamed faces.
14482 (widget-documentation-face, widget-button-face)
14483 (widget-button-pressed-face, widget-specify-field)
14484 (widget-specify-inactive): Use renamed widget faces.
14485
14486 2005-06-10 Kenichi Handa <handa@m17n.org>
14487
14488 * term/x-win.el (x-clipboard-yank): Remove condition-case
14489 wrapping.
14490
14491 2005-06-11 Kenichi Handa <handa@m17n.org>
14492
14493 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14494 date lines stricter.
14495
14496 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14497
14498 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14499 of x-get-selection.
14500
14501 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14502
14503 * comint.el (comint-mode, comint-snapshot-last-prompt):
14504 * frame.el (frame-current-scroll-bars):
14505 * term.el (term-mode, term-check-proc, term-input-sender)
14506 (term-simple-send, term-extract-string, term-word)
14507 (term-match-partial-filename):
14508 * window.el (window-current-scroll-bars):
14509 * emulation/cua-base.el (cua-normal-cursor-color)
14510 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14511 (cua-global-mark-cursor-color):
14512 * mail/undigest.el (rmail-forward-separator-regex):
14513 Fix typos in docstrings.
14514
14515 * comint.el (comint-check-proc, make-comint-in-buffer)
14516 (comint-source-default): Doc fixes.
14517
14518 * term.el (term-send-string): Improve argument/docstring consistency.
14519
14520 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14521
14522 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14523 call to `delete-region'.
14524 (comint-mode-hook): Do not enable Font Lock by default.
14525
14526 2005-06-09 Lute Kamstra <lute@gnu.org>
14527
14528 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14529 could be void.
14530
14531 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14532
14533 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14534 (debug): Use it.
14535 (debugger-step-through, debugger-continue, debugger-jump)
14536 (debugger-return-value): Set it when needed.
14537 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14538 Use inhibit-read-only.
14539
14540 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14541
14542 * window.el (shrink-window-if-larger-than-buffer)
14543 (window-size-fixed): Fix typo in docstring.
14544
14545 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14546 thumbnails directory on loading.
14547 (thumbs-conversion-program): Use `eq' to check the system type,
14548 not `equal'.
14549 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14550 not "/tmp". Fix docstring.
14551 (thumbs-thumbsdir): New function to return the thumbnails
14552 directory, creating it if needed.
14553 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14554 (thumbs-temp-file): Delete variable and make it into a function.
14555 (thumbs-resize-image, thumbs-modify-image): Use it.
14556 (thumbs-kill-buffer): Simplify.
14557 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14558 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14559 docstrings.
14560
14561 2005-06-09 Kim F. Storm <storm@cua.dk>
14562
14563 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14564 set-match-data to free markers in match-data.
14565
14566 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14567 match-data to unchain markers in match-data.
14568
14569 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14572 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14573 unnecessary now.
14574
14575 2005-06-08 Richard M. Stallman <rms@gnu.org>
14576
14577 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14578 give the variable a doc string that doesn't say don't set it directly.
14579
14580 * textmodes/ispell.el (ispell-check-version):
14581 Use match-string-no-properties.
14582 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14583 (ispell-buffer-local-words): Likewise.
14584
14585 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14586 except on terminals with enough colors to really display it.
14587 (makefile-dependency-regex): Delete spurious `bb'.
14588
14589 * faces.el (escape-glyph): Use blue once again in last case.
14590 (no-break-space): Redefine so that it isn't invisible on a tty.
14591
14592 2005-06-08 Kim F. Storm <storm@cua.dk>
14593
14594 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14595 also when reading directory name.
14596
14597 2005-06-08 Lute Kamstra <lute@gnu.org>
14598
14599 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14600 (flyspell-mode-line-string): Remove autoload cookie.
14601 (flyspell-mode): Remove defvar.
14602
14603 2005-06-07 Lute Kamstra <lute@gnu.org>
14604
14605 * textmodes/org.el (org-run-mode-hooks): New function.
14606 (org-agenda-mode): Use it.
14607
14608 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14609
14610 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14611
14612 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14613
14614 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14615
14616 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14617
14618 * font-lock.el (font-lock-add-keywords): Doc fix.
14619
14620 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14621
14622 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14623 (tex-compile-default): In the absence of any history, use the order in
14624 tex-compile-alist to choose the preferred command.
14625 (tex-compile-commands): Reorder a bit.
14626
14627 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14628 (flyspell-incorrect-face, flyspell-duplicate-face):
14629 Use (X)Emacs-agnostic code.
14630 (flyspell-mode-map): Don't overwrite at each load. Remove code
14631 redundant with the subsequent add-minor-mode. Merge Emacs and
14632 XEmacs code.
14633 (flyspell-word): Minor simplification.
14634 (flyspell-math-tex-command-p): Quieten the byte-compiler.
14635 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14636 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14637 Merge the corresponding Emacs code.
14638 (flyspell-correct-word, flyspell-xemacs-popup):
14639 Use flyspell-do-correct.
14640
14641 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14642 a dedicated window.
14643
14644 * international/latexenc.el (latexenc-find-file-coding-system):
14645 Undo part of last patch, to turn off a compiler warning.
14646
14647 2005-06-06 Juri Linkov <juri@jurta.org>
14648
14649 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14650 Rename `tmm-inactive-face' to `tmm-inactive'.
14651
14652 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14653
14654 * iswitchb.el: Rename faces.
14655
14656 2005-06-06 Kim F. Storm <storm@cua.dk>
14657
14658 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14659 (cua-global-mark): Remove -face suffix from face names.
14660
14661 * emulation/cua-gmrk.el (cua--init-global-mark):
14662 Remove cua-global-mark face setup.
14663
14664 2005-06-06 Richard M. Stallman <rms@gnu.org>
14665
14666 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14667 just like other allowed characters.
14668 (makefile-match-dependency): Exclude leading and training whitespace
14669 from the range of regexp subexp 1.
14670 (makefile-macroassign-regex): Don't try to match the body,
14671 just the name of the macro being defined.
14672
14673 * info.el (Info-read-node-name-2): New function.
14674 (Info-read-node-name-1): Use that.
14675 Add a completion-base-size-function property.
14676
14677 * simple.el (completion-setup-function): Look for
14678 completion-base-size-function property of minibuffer-completion-table.
14679
14680 * files.el (locate-file-completion): Doc fix.
14681
14682 * printing.el: Don't call pr-update-menus; user must do that.
14683
14684 * emacs-lisp/debug.el (debugger-window): New variable.
14685 (debug): Use debugger-window if it is set and still alive.
14686 Record debugger-window for next entry.
14687
14688 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14689
14690 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
14691
14692 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14693 (hack-one-local-variable, hack-local-variables)
14694 (hack-local-variables-prop-line): Pass that arg.
14695
14696 2005-06-06 Kim F. Storm <storm@cua.dk>
14697
14698 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14699 (ido-indicator): Remove -face suffix from face names.
14700
14701 2005-06-06 Juri Linkov <juri@jurta.org>
14702
14703 * font-lock.el (font-lock-regexp-backslash)
14704 (font-lock-regexp-backslash-construct): New faces.
14705 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14706 after `('. Add `while-no-input' to control structures.
14707
14708 * faces.el (no-break-space, shadow): New faces.
14709 (escape-glyph): Use less loud colors pink2 and red4.
14710
14711 * diff-mode.el (diff-context-face)
14712 * dired.el (dired-ignored)
14713 * rfn-eshadow.el (file-name-shadow)
14714 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14715
14716 * info.el (Info-title-1-face): Use green instead of yellow because
14717 bold yellow is not readable on light backgrounds.
14718
14719 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14720 before selecting the desired mode to not spend time fontifying
14721 old contents.
14722
14723 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
14724
14725 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14726 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14727
14728 * ps-print.el (ps-default-fg, ps-default-bg):
14729 Fix typos in docstrings.
14730
14731 * isearchb.el (isearchb): Don't pass a spurious second argument to
14732 `iswitchb-completions'.
14733
14734 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
14735
14736 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14737 to preserve point.
14738 (gdb-find-file-hook): Add doc string.
14739
14740 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14741 C dereferenced pointer expression.
14742 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
14743
14744 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14745
14746 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14747 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14748 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14749 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14750 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14751 Make background transparent.
14752
14753 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14754
14755 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14756 (font-lock-remove-keywords): Doc fix.
14757 (font-lock-mode-major-mode): Compiler defvar.
14758 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14759
14760 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14761 (font-lock-mode): Update `font-lock-mode-major-mode'.
14762 (font-lock-set-defaults): Compiler defvar.
14763 (font-lock-default-function): Take `font-lock-mode-major-mode'
14764 into account.
14765
14766 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14767 keep track of which major mode it enabled the minor mode for.
14768 Use find-file-hook again. Update docstring.
14769
14770 * simple.el (eval-expression-print-level)
14771 (eval-expression-print-length, eval-expression-debug-on-error):
14772 Doc fixes.
14773
14774 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14775
14776 * iswitchb.el (iswitchb-single-match-face)
14777 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14778 (iswitchb-invalid-regexp-face): New faces.
14779 (iswitchb-completions): Use them.
14780 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14781 now marked as an obsolete alias.
14782 (iswitchb-read-buffer): Remove check for bound font variables.
14783 (iswitchb-invalid-regexp): New free variable.
14784 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14785 set iswitchb-invalid-regexp.
14786 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14787 invalid regexps.
14788 (iswitchb-completions): Add check for complete match when entering
14789 a regexp.
14790 (iswitchb-completions): Remove require-match argument.
14791 (iswitchb-exhibit): Fix caller.
14792 (iswitchb-common-match-inserted): New variable.
14793 (iswitchb-complete, iswitchb-completion-help): Use it.
14794
14795 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14796
14797 * url-http.el (url-http-chunked-encoding-after-change-function):
14798 Use `url-http-debug' instead of `message'.
14799
14800 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14801
14802 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14803 callback argument.
14804
14805 2005-06-04 Kim F. Storm <storm@cua.dk>
14806
14807 * simple.el (line-move): Only call sit-for when moving backwards.
14808
14809 * ido.el (ido-make-merged-file-list-1): New defun split from
14810 ido-make-merged-file-list.
14811 (ido-make-merged-file-list): Bind throw-on-input around call to
14812 ido-make-merged-file-list-1. Return input-pending-p if
14813 interrupted by more input available.
14814 (ido-read-internal): Handle input-pending-p return value from
14815 ido-make-merged-file-list.
14816
14817 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14820 compatibility code.
14821
14822 * international/latexenc.el (latexenc-find-file-coding-system):
14823 Don't inherit the EOL part of the coding-system from the
14824 tex-main buffer. Fit within 80 columns.
14825
14826 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14827
14828 * tmm.el (tmm-inactive-face): New face.
14829 (tmm-remove-inactive-mouse-face): New function.
14830 (tmm-prompt, tmm-add-one-shortcut)
14831 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14832 but not selectable.
14833
14834 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
14835
14836 * faces.el (face-equal): Improve argument/docstring consistency.
14837
14838 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14839
14840 * progmodes/make-mode.el (makefile-targets-face)
14841 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14842 (makefile-bsdmake-dependency-regex)
14843 (makefile-makepp-rule-action-regex)
14844 (makefile-bsdmake-rule-action-regex): New constants.
14845 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14846
14847 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14848 Allow (...) within `...' for makepp messages.
14849
14850 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
14851
14852 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14853
14854 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14855 "." files are deleted from all file lists before comparison.
14856
14857 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14858 (viper-ESC-key): Made them customizable.
14859
14860 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14861
14862 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14863
14864 * autorevert.el (auto-revert-buffers): Use save-match-data.
14865
14866 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14867
14868 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14869 menu items with a nil command binding.
14870
14871 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
14872
14873 * emacs-lisp/cl-macs.el (defsetf):
14874 Improve argument/docstring consistency.
14875
14876 * faces.el (list-faces-display): Improve the formatting by
14877 computing the maximum length required for any face-name (reworked
14878 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14879 (internal-find-face): Remove redundant info in docstring.
14880
14881 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
14882
14883 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14884 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14885 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14886 (gdb-assembler-custom): Improve regexps.
14887 (def-gdb-auto-update-handler): Use window point to preserve point.
14888
14889 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14890
14891 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14892
14893 2005-05-31 Jay Belanger <belanger@truman.edu>
14894
14895 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14896 to calc-embedded.
14897 (calc-embedded-make-info): Have plain prefix argument select
14898 entire line.
14899
14900 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
14901
14902 * faces.el (list-faces-display): Signal error if passed a regexp
14903 that matches no face name.
14904
14905 * simple.el (filter-buffer-substring): Fix typo in docstring.
14906
14907 2005-05-31 Richard M. Stallman <rms@gnu.org>
14908
14909 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14910 (vhdl-emacs-21): Doc fix.
14911 (vhdl-mode): Unconditionally set comment-padding.
14912 (vhdl-fixup-whitespace-region): Insert spaces only where
14913 there are none.
14914 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14915
14916 2005-05-30 John Wiegley <johnw@newartisans.com>
14917
14918 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14919 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14920 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14921 `directory-sep-char' to ?/, and all uses of `string-to-int' to
14922 `string-to-number'.
14923
14924 2005-05-30 Jay Belanger <belanger@truman.edu>
14925
14926 * calc/calc.el (calc-bug-address): Fix docstring.
14927 (calc-window-hook, calc-trail-window-hook): New variables.
14928 (calc-trail-display): Restore use of calc-trail-window-hook.
14929 (calc): Restore use of calc-window-hook.
14930
14931 2005-05-31 Masatake YAMATO <jet@gyve.org>
14932
14933 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14934
14935 * help-fns.el (help-C-file-name): Add autoload mark for
14936 `find-function-noselect'.
14937
14938 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14939
14940 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14941 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14942
14943 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14944
14945 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14946 included diary buffer if it was not already being visited.
14947 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14948
14949 * calendar/icalendar.el (top-level): Do not require appt.
14950
14951 * mail/supercite.el (sc-select-attribution): Only use a list
14952 element from sc-attrib-selection-list if it returns a string.
14953 Reported by Davide G. M. Salvetti <salve@debian.org>.
14954
14955 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
14956
14957 * thumbs.el (thumbs-thumbname): The resulting thumbname now
14958 includes a hash value to improve its uniqueness, and has a ".jpg"
14959 extension. Also, it is now a valid filename on all systems.
14960 (thumbs-make-thumb): Use `let', not `let*'.
14961 (thumbs-show-thumbs-list): Check for JPEG availability.
14962
14963 2005-05-30 Richard M. Stallman <rms@gnu.org>
14964
14965 * filesets.el (filesets-menu-ensure-use-cached):
14966 Prevent warning when emacs-version>= is undefined.
14967
14968 * printing.el (pr-interactive-n-up): Use string-to-number.
14969
14970 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14971
14972 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14973 Warn only when name to be defined is quoted.
14974
14975 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
14976
14977 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14978 Make regexp more robust.
14979 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14980 Force regeneration of disassembly.
14981
14982 2005-05-29 Jay Belanger <belanger@truman.edu>
14983
14984 * calc/calc.el (calc-user-invocation): Check if
14985 calc-invocation-macro is non-nil.
14986
14987 2005-05-29 Juri Linkov <juri@jurta.org>
14988
14989 * add-log.el (change-log-font-lock-keywords):
14990 Add `+' to e-mail regexp to accept mail address with keywords.
14991
14992 * man.el (Man-name-regexp): Add `:' to accept qualified names.
14993
14994 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
14995
14996 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
14997
14998 * ielm.el (inferior-emacs-lisp-mode): Ditto.
14999
15000 2005-05-29 Richard M. Stallman <rms@gnu.org>
15001
15002 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15003 Undo the change that moves to end of the current word.
15004
15005 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15006
15007 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15008 Throw error when count <= 0 to ensure input is a number.
15009 (gdb-read-memory-custom): Pick up address from buffer.
15010 (gdb-memory-mode): Allow user to increment and decrement
15011 memory address from header line.
15012
15013 2005-05-29 Richard M. Stallman <rms@gnu.org>
15014
15015 * flyspell.el (flyspell-version): Function deleted.
15016 (flyspell-auto-correct-previous-hook): Doc fix.
15017
15018 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15019 Do nothing if memory is full.
15020
15021 * font-lock.el (font-lock-fontify-syntactically-region):
15022 Pass t for GREEDY to looking-back.
15023
15024 * saveplace.el (save-place-alist-to-file): Write the file
15025 using write-region.
15026
15027 * subr.el (looking-back): New argument GREEDY.
15028
15029 * progmodes/compile.el (compilation-start): Set the mode
15030 before inserting the initial text.
15031
15032 * progmodes/which-func.el (which-func-update-1): Turn the mode
15033 off in case of error by setting which-func-mode.
15034
15035 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15036
15037 * flyspell.el (flyspell-auto-correct-previous-word):
15038 Narrow down to what's on the screen, and recenter overlays
15039 at the end of the next word.
15040
15041 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15042
15043 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15044 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15045 (flyspell-abbrev-p): Default to nil.
15046 (flyspell-use-global-abbrev-table-p): Doc fix.
15047 (flyspell-large-region): Allow nil as value.
15048 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15049
15050 (mail-mode-flyspell-verify): More robust handling
15051 of `mail-header-separator'. More efficient signature detection.
15052 Allow for regexp metacharacters in message-header-separator.
15053 Adding `To' not to be checked in mail-mode-flyspell-verify.
15054
15055 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15056 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15057 Bind flyspell-auto-correct-binding.
15058 Bind C-. and C-, .
15059 (flyspell-mode-map): Likewise.
15060 (flyspell-mode): Doc fix.
15061 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15062 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15063 (flyspell-word-cache-result): New var, always local.
15064 (flyspell-check-pre-word-p): Doc fix.
15065 (flyspell-check-changed-word-p): Handle spc like newline.
15066 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15067 (flyspell-word-search-backward, flyspell-word-search-forward):
15068 New functions.
15069 (flyspell-word): Return t if nothing to check.
15070 When parsing TeX code, check for after } or \.
15071 Use flyspell-word-search-backward to find previous word.
15072 Return nil if duplicated word.
15073 For word already checked, return same value as last time.
15074 Set flyspell-word-cache-result after checking.
15075 Don't clobber the return value.
15076 (flyspell-get-word): Major rewrite.
15077 (flyspell-external-point-words): New locals pword, pcount.
15078 Fix size used in progress message.
15079 Find the proper corresponding word in flyspell-large-region-buffer.
15080 (flyspell-region): Check for flyspell-large-region = nil.
15081 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15082 (flyspell-auto-correct-word): Check that WORD is a cons.
15083 (flyspell-correct-word): Likewise.
15084
15085 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15086
15087 * progmodes/make-mode.el (makefile-rule-action-regex)
15088 (makefile-macroassign-regex, makefile-makepp-mode)
15089 (makefile-bsdmake-mode): Continuation lines may be empty.
15090 Reported by Joshua Varner.
15091 (makefile-makepp-font-lock-keywords): Add $(stem).
15092
15093 2005-05-28 Karl Berry <karl@gnu.org>
15094
15095 * textmodes/tex-mode.el: Now that tex-send-command calls
15096 shell-quote-argument (2005-03-31 change), remove all calls to
15097 shell-quote-argument; they all end up invoking tex-send-command.
15098 The double quoting loses on filenames with non-safe characters,
15099 such as "@". Reported by Frederik Fouvry.
15100
15101 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15102
15103 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15104 about preserving point.
15105
15106 2005-05-27 Jay Belanger <belanger@truman.edu>
15107
15108 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15109 Info-goto-node.
15110
15111 * calc/calc-embed.el (calc-embed-arg): New variable.
15112 (calc-do-embedded-activate, calc-embedded-activate-formula)
15113 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15114 variable by new variable.
15115 (calc-embedded-make-info): Replace undeclared variable by new
15116 variable. When selecting region with positive prefix
15117 argument, use end of previous line instead of beginning of line.
15118
15119 * calc/calc-aent.el (calc-arg-values): Declare it.
15120
15121 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15122 Declare them.
15123
15124 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15125
15126 * calc/calc.el (calc-alg-map): Declare it.
15127
15128 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15129
15130 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15131
15132 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15133 (gdb-registers-buffer, toggle-gdb-all-registers):
15134 Toggle display of floating point registers.
15135 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15136
15137 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15138 (toggle-gud-tooltip-dereference):
15139 Rename from gud-toggle-tooltip-dereference.
15140
15141 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15144
15145 2005-05-27 Jay Belanger <belanger@truman.edu>
15146
15147 * calc/calc-prog.el (calc-kbd-report): Remove.
15148 (calc-kbd-query): Rewrite.
15149
15150 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15151
15152 * image.el (image-library-alist): Move to image.c.
15153 (image-type-available-p): Doc fix.
15154
15155 2005-05-27 Lute Kamstra <lute@gnu.org>
15156
15157 * calc/calc.el (calc):
15158 * outline.el (outline-1, outline-2, outline-3, outline-4)
15159 (outline-5, outline-6, outline-7, outline-8):
15160 * textmodes/dns-mode.el (dns-mode):
15161 * textmodes/sgml-mode.el (sgml-namespace-face):
15162 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15163 (tex-verbatim-face, tex-use-reftex):
15164 * textmodes/texinfo.el (texinfo-heading-face):
15165 Specify customization group.
15166
15167 * longlines.el: Don't require easy-mmode.
15168 (longlines-visible-face): Specify customization group.
15169
15170 2005-05-27 Kenichi Handa <handa@m17n.org>
15171
15172 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15173 encoding table of windows-1251.
15174
15175 * international/ucs-tables.el (ucs-set-table-for-input):
15176 If translation-table-for-input of a coding system is a symbol, get
15177 its translation-table property.
15178
15179 * international/code-pages.el: Don't register a coding system into
15180 non-iso-charset-alist more than once.
15181 (cp-make-coding-system): Likewise.
15182
15183 2005-05-26 John Wiegley <johnw@newartisans.com>
15184
15185 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15186 `eshell-resume-eval' is wrapped in a list, it indicates that the
15187 command was run asynchronously. In that case, unwrap the value
15188 before checking the delimiter value.
15189
15190 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15191 character before a space at the end of a line is \, assume the space
15192 is part of the last argument rather than a final argument separator.
15193
15194 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15195 is in use, and the target is `t' or `nil' (which are the most common
15196 values), don't assume that the symbol target is a buffer.
15197
15198 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15199
15200 * calendar/calendar.el (calendar-mode-line-format):
15201 Use mode-line-highlight as mouse-face.
15202
15203 * time.el (display-time-string-forms, display-time-update):
15204 Use mode-line-highlight as mouse-face.
15205
15206 2005-05-26 Jay Belanger <belanger@truman.edu>
15207
15208 * calc/calc.el (calc-language-alist): Remove extra defvar.
15209
15210 2005-05-26 Lute Kamstra <lute@gnu.org>
15211
15212 * arc-mode.el (archive-mode):
15213 * bookmark.el (bookmark-read-annotation-mode)
15214 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15215 * bs.el (bs-mode):
15216 * calc/calc-yank.el (calc-edit-mode):
15217 * calc/calc.el (calc-mode, calc-trail-mode):
15218 * calculator.el (calculator-mode):
15219 * chistory.el (command-history-mode):
15220 * comint.el:
15221 * cus-edit.el (custom-mode):
15222 * descr-text.el (describe-text-mode):
15223 * ebuff-menu.el (Electric-buffer-menu-mode):
15224 * ediff-util.el (ediff-mode):
15225 * emacs-lisp/re-builder.el (reb-mode):
15226 * emulation/vi.el (vi-mode-setup):
15227 * emulation/ws-mode.el (wordstar-mode):
15228 * eshell/esh-mode.el (eshell-mode):
15229 * forms.el (forms-mode):
15230 * help-mode.el (help-mode):
15231 * hexl.el (hexl-mode):
15232 * ibuffer.el (ibuffer-mode):
15233 * ielm.el (inferior-emacs-lisp-mode):
15234 * info.el (Info-mode, Info-edit-mode):
15235 * international/swedish.el:
15236 * ledit.el (ledit-from-lisp-mode):
15237 * locate.el (locate-mode):
15238 * mail/rmail.el (rmail-mode):
15239 * mail/rmailedit.el (rmail-edit-mode):
15240 * mail/rmailsum.el (rmail-summary-mode):
15241 * mail/supercite.el (sc-electric-mode):
15242 * net/eudc.el (eudc-mode):
15243 * net/quickurl.el (quickurl-list-mode):
15244 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15245 * obsolete/ooutline.el (outline-mode):
15246 * obsolete/options.el (Edit-options-mode):
15247 * obsolete/rnews.el (news-mode):
15248 * obsolete/rnewspost.el (news-reply-mode):
15249 * play/5x5.el (5x5-mode):
15250 * play/decipher.el (decipher-mode, decipher-stats-mode):
15251 * play/gomoku.el (gomoku-mode):
15252 * play/snake.el (snake-mode):
15253 * play/solitaire.el (solitaire-mode):
15254 * play/tetris.el (tetris-mode):
15255 * progmodes/ada-mode.el (ada-mode):
15256 * progmodes/antlr-mode.el (antlr-mode):
15257 * progmodes/autoconf.el (autoconf-mode):
15258 * progmodes/dcl-mode.el (dcl-mode):
15259 * progmodes/delphi.el (delphi-mode):
15260 * progmodes/ebrowse.el (ebrowse-tree-mode)
15261 (ebrowse-electric-list-mode, ebrowse-member-mode)
15262 (ebrowse-electric-position-mode):
15263 * progmodes/f90.el (f90-mode):
15264 * progmodes/fortran.el (fortran-mode):
15265 * progmodes/icon.el (icon-mode):
15266 * progmodes/idlw-help.el (idlwave-help-mode):
15267 * progmodes/idlw-shell.el (idlwave-shell-mode):
15268 * progmodes/idlwave.el (idlwave-mode):
15269 * progmodes/inf-lisp.el (inferior-lisp-mode):
15270 * progmodes/m4-mode.el (m4-mode):
15271 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15272 * progmodes/modula2.el (modula-2-mode):
15273 * progmodes/octave-inf.el (inferior-octave-mode):
15274 * progmodes/octave-mod.el (octave-mode):
15275 * progmodes/pascal.el (pascal-mode):
15276 * progmodes/sh-script.el (sh-mode):
15277 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15278 * progmodes/vhdl-mode.el (vhdl-mode):
15279 * progmodes/xscheme.el (scheme-interaction-mode):
15280 * replace.el (occur-mode):
15281 * ses.el (ses-mode):
15282 * simple.el (completion-list-mode):
15283 * skeleton.el:
15284 * speedbar.el (speedbar-mode):
15285 * term.el (term-mode):
15286 * terminal.el (terminal-edit-mode):
15287 * textmodes/reftex-index.el (reftex-index-mode)
15288 (reftex-index-phrases-mode):
15289 * textmodes/reftex-sel.el (reftex-select-label-mode)
15290 (reftex-select-bib-mode):
15291 * textmodes/reftex-toc.el (reftex-toc-mode):
15292 * wdired.el (wdired-change-to-wdired-mode):
15293 * wid-browse.el (widget-browse-mode):
15294 Use run-mode-hooks.
15295
15296 * array.el (array-mode):
15297 * calendar/todo-mode.el (todo-mode):
15298 * man.el (Man-mode):
15299 * play/landmark.el (lm-mode):
15300 * play/mpuz.el (mpuz-mode):
15301 Use kill-all-local-variables and run-mode-hooks.
15302
15303 * subr.el (delay-mode-hooks): Specify indentation.
15304
15305 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15306
15307 * xml.el (xml-substitute-special): Don't die for undefined xml
15308 entities.
15309
15310 2005-05-26 Jay Belanger <belanger@truman.edu>
15311
15312 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15313 of nil.
15314
15315 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15316
15317 * progmodes/gdb-ui.el (gdb-frame-address):
15318 Rename from gdb-current-address.
15319 (gdb-previous-frame-address): Rename from gdb-previous-address.
15320 (gdb-selected-frame): Rename from gdb-current-frame.
15321 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15322 (gdb-frame-number): Rename from gdb-current-stack-level.
15323 (gdb-ann3): Match new mode-name for disassembly buffer.
15324 Extend initialization of variables.
15325 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15326 (gdb-memory-mode): Use mouse-face in header line.
15327 (gdb-assembler-buffer-name): Call it disassembly and give frame
15328 in mode line.
15329 (gdb-source-spec-regexp, gdb-assembler-custom)
15330 (gdb-invalidate-assembler, gdb-frame-handler):
15331 Make robust to leading zeroes in address format.
15332
15333 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15334
15335 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15336 define `org-mode'.
15337 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15338
15339 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * log-edit.el (log-edit-changelog-entries): Distinguish between
15342 filenames like xfns.c and fns.c.
15343
15344 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15345
15346 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15347 point after reverting.
15348 (Buffer-menu-make-sort-button): Handle the case where
15349 `Buffer-menu-use-header-line' is nil.
15350
15351 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15352
15353 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15354 New funcs. In minibuffer-local-completion-map bind `]', `/'
15355 and `:' to them.
15356
15357 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15358
15359 * startup.el (normal-top-level): Allow modification of load-path while
15360 we're iterating over it.
15361
15362 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15363
15364 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15365 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15366 (thumbs-resize-interactive, thumbs-insert-image)
15367 (thumbs-insert-thumb, thumbs-dired-show-marked)
15368 (thumbs-find-image-at-point, thumbs-delete-images)
15369 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15370 (thumbs-increment-image-size, thumbs-decrement-image-size):
15371 Fix typos in docstrings.
15372
15373 2005-05-24 Andre Spiegel <spiegel@gnu.org>
15374
15375 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15376 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15377 (cperl-mode): Use them.
15378
15379 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
15380
15381 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15382 Doc fixes.
15383
15384 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
15385
15386 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15387 Bind C-d to gdb-inferior-io-eof.
15388
15389 * dired.el (dired-dnd-popup-notice): Use message-box.
15390
15391 2005-05-23 Masatake YAMATO <jet@gyve.org>
15392
15393 * bindings.el (mode-line-major-mode-keymap):
15394 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15395
15396 * faces.el (mode-line-highlight): New face.
15397
15398 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15399 as mouse-face.
15400
15401 * bindings.el (top-level, help-echo, mode-line-modified)
15402 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15403 as mouse-face.
15404
15405 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
15406
15407 * progmodes/cc-engine.el (c-guess-basic-syntax):
15408 Remove spurious call to `zerop'.
15409
15410 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15411
15412 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15413
15414 CC Mode update to 5.30.10:
15415
15416 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15417 could go past the limit in decoration level 2, thereby causing
15418 errors during interactive fontification.
15419
15420 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15421 the file is evaluated interactively.
15422
15423 * cc-engine.el (c-guess-basic-syntax): Handle operator
15424 declarations somewhat better in C++.
15425
15426 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15427 make use of `run-mode-hooks' which has been added in Emacs 21.1.
15428 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15429 (awk-mode): Use it.
15430 (make-local-hook): Suppress warning about obsoleteness.
15431
15432 * cc-engine.el, cc-align.el, cc-cmds.el
15433 (c-append-backslashes-forward, c-delete-backslashes-forward)
15434 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15435 Compensate for return value from `forward-line' when it has moved
15436 but not to a different line due to eob.
15437
15438 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15439 `objc-method-intro' and `objc-method-args-cont'.
15440
15441 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15442
15443 CC Mode update to 5.30.10:
15444
15445 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15446 in the copyright statement. Incidentally, change "along with GNU
15447 Emacs" to "along with this program" where it occurs.
15448
15449 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15450 so that it is interactive, hence can be found by M-x awk-mode
15451 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15452 <gmorris+emacs@ast.cam.ac.uk>.
15453
15454 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15455 Mode's regexps.
15456
15457 2005-05-23 Kevin Ryde <user42@zip.com.au>
15458
15459 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15460 c-parse-state, to avoid a lisp error (on bad code).
15461
15462 2005-05-23 Lute Kamstra <lute@gnu.org>
15463
15464 * subr.el (font-lock-defaults): Remove defvar as it's already
15465 defined in font-core.el.
15466
15467 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15468
15469 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15470
15471 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15472 more general and work when GDB variable "print pretty" is on,
15473 as with Emacs, for example.
15474
15475 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15476
15477 * font-core.el: Update comment.
15478
15479 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15480 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15481
15482 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15483
15484 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15485
15486 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15487 and `yank-handler' in the doc strings.
15488
15489 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15490
15491 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15492
15493 2005-05-22 Richard M. Stallman <rms@gnu.org>
15494
15495 * help.el (describe-key): Move print-help-return-message call
15496 out of conditional.
15497
15498 * progmodes/etags.el (list-tags): Use with-no-warnings.
15499
15500 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15501 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15502 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15503
15504 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15505
15506 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15507 Add defvar.
15508
15509 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15510 Use defvar, not defconst.
15511
15512 * hexl.el (hexl-follow-line): Use with-no-warnings.
15513
15514 * emulation/tpu-extras.el: Use write-file-functions instead of
15515 write-file-hooks.
15516
15517 * dired.el (dired-font-lock-keywords): Fontify files with junk
15518 extensions even if marked by -F.
15519
15520 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15521
15522 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15523 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15524 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15525 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15526 (concatenate, list-length, get*, getf, cl-remprop):
15527 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15528 (etypecase, progv, lexical-let, lexical-let*)
15529 (multiple-value-bind, multiple-value-setq, shiftf):
15530 Improve argument/docstring consistency.
15531
15532 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15533
15534 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15535
15536 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15537 doesn't exist.
15538
15539 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15540 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15541
15542 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15543
15544 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15545 already deleted variables: auto-fill-hook, blink-paren-hook,
15546 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15547 suspend-hooks, comment-indent-hook, meta-flag,
15548 before-change-function, after-change-function,
15549 font-lock-doc-string-face.
15550
15551 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15552
15553 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15554
15555 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15556
15557 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15558 rmail-dont-reply-to.
15559
15560 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15561
15562 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15563 literal blank when splitting new-header-values.
15564
15565 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15566
15567 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15568 string so that tmm doesn't create a completion entry for it.
15569
15570 * textmodes/table.el (table-disable-menu): Ditto.
15571
15572 2005-05-21 Richard M. Stallman <rms@gnu.org>
15573
15574 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15575
15576 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15577
15578 * net/rcompile.el (remote-compile): Use compilation-start.
15579
15580 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15581
15582 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15583
15584 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15585 Default to makefile-bsdmake-mode on BSD systems.
15586
15587 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15588 REGEXP may also be a search function now. The part of doc-string
15589 for describing the structure was 95% identical to that of
15590 `imenu--generic-function'. Unify it there.
15591
15592 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15593 Use function to find dependencies, because regexp alone is so complex,
15594 it easily goes into an endless loop.
15595 (makefile-makepp-mode): Also add submenu for Perl functions
15596 defined in the makefile.
15597 (makefile-bsdmake-mode): Special imenu-generic-expression no
15598 longer needed, due to function call.
15599 (makefile-match-dependency): Take BOUND into account when checking
15600 if we're through.
15601
15602 2005-05-20 Jay Belanger <belanger@truman.edu>
15603
15604 * calc/calc-units.el (calc-invalidate-units-table):
15605 Use inhibit-read-only.
15606 (math-build-units-table-buffer): Use view-mode.
15607
15608 2005-05-20 David Kastrup <dak@gnu.org>
15609
15610 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15611 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15612
15613 2005-05-20 Lute Kamstra <lute@gnu.org>
15614
15615 * diff-mode.el (diff-header-face, diff-file-header-face)
15616 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15617 (diff-added-face, diff-changed-face, diff-function-face)
15618 (diff-context-face, diff-nonexistent-face): Put them in the
15619 diff-mode customization group.
15620
15621 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15622
15623 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15624
15625 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15626
15627 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15628 Minor regexp-optimization.
15629
15630 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
15631
15632 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15633 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15634 (org-agenda-add-time-grid-maybe): New function.
15635 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15636 (org-table-create): `dotimes' instead of `mapcar'.
15637 (org-xor): Simplify implementation.
15638 (org-agenda): `inhibit-redisplay' turned on.
15639 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15640 a consistent line after a state change.
15641 (org-agenda-remove-times-when-in-prefix): New option.
15642 (org-prefix-has-time): New variable.
15643 (org-parse-time-string): Optional argument NODEFAULT.
15644 (org-format-agenda-item): Parse items for time-of-day
15645 specifications and move these into the prefix if possible.
15646 (org-agenda-priority): Get current heading, not previous heading
15647 during agenda remote editing.
15648
15649 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
15650
15651 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15652 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15653 (remove-duplicates, delete-duplicates, substitute)
15654 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15655 (nsubstitute-if-not, find, find-if, find-if-not, position)
15656 (position-if, position-if-not, count, count-if, count-if-not)
15657 (mismatch, search, sort*, stable-sort, merge, member*)
15658 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15659 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15660 (intersection, nintersection, set-difference, nset-difference)
15661 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15662 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15663 (nsublis, tree-equal): Improve argument/docstring consistency.
15664
15665 * subr.el (send-string, send-region): Remove obsolescence declaration.
15666 (window-dot, set-window-dot, read-input, show-buffer)
15667 (eval-current-buffer, string-to-int):
15668 Add release number to obsolescence declarations.
15669
15670 2005-05-19 Kim F. Storm <storm@cua.dk>
15671
15672 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15673 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15674
15675 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15676
15677 * faces.el (list-faces-display): Make back button respect optional
15678 regexp arg.
15679
15680 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
15681
15682 * calculator.el (calculator-radix-grouping-mode)
15683 (calculator-radix-grouping-digits, calculator-displayer)
15684 (calculator-radix-grouping-separator, calculator-copy-displayer):
15685 * dabbrev.el (dabbrev-search-these-buffers-only):
15686 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15687 (diff-advance-after-apply-hunk, diff-mode-hook)
15688 (diff-minor-mode-prefix):
15689 * imenu.el (imenu-use-popup-menu):
15690 * jit-lock.el (jit-lock-context-time):
15691 * newcomment.el (comment-fill-column, comment-column)
15692 (comment-style, comment-padding, comment-multi-line)
15693 (comment-empty-lines, comment-auto-fill-only-comments):
15694 * reveal.el (reveal-around-mark):
15695 * uniquify.el (uniquify-buffer-name-style)
15696 (uniquify-after-kill-buffer-p)
15697 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15698 (uniquify-min-dir-content, uniquify-separator)
15699 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15700 * w32-vars.el (w32-fixed-font-alist):
15701 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15702 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15703 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15704 * progmodes/perl-mode.el (perl-indent-level)
15705 (perl-continued-statement-offset, perl-continued-brace-offset)
15706 (perl-brace-offset, perl-brace-imaginary-offset)
15707 (perl-label-offset, perl-indent-continued-arguments)
15708 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15709 * progmodes/tcl.el (tcl-indent-level)
15710 (tcl-continued-indent-level, tcl-auto-newline)
15711 (tcl-tab-always-indent, tcl-electric-hash-style)
15712 (tcl-help-directory-list, tcl-use-smart-word-finder)
15713 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15714 (inferior-tcl-source-command):
15715 * textmodes/fill.el (enable-kinsoku):
15716 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15717 * textmodes/table.el (table-yank-handler):
15718 Specify missing group (and type, if simple) in defcustom.
15719
15720 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15721
15722 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15723
15724 2005-05-19 Richard M. Stallman <rms@gnu.org>
15725
15726 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15727
15728 * subr.el (event-basic-type): Don't get an error.
15729 (left-fringe-p): Function deleted.
15730
15731 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15732 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15733
15734 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15735 in recursive copy.
15736
15737 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15738
15739 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15740
15741 * emacs-lisp/bytecomp.el
15742 (byte-compile-file-form-custom-declare-variable):
15743 Call byte-compile-nogroup-warn if appropriate.
15744
15745 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15746 (compilation-set-window): Don't call left-fringe-p; do it directly.
15747
15748 2005-05-19 Jay Belanger <belanger@truman.edu>
15749
15750 * calc/calc-graph.el (calc-graph-format-data): Make sure
15751 var-PlotRejects is bound before trying to check its value.
15752
15753 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
15754
15755 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15756 definition of this variable from reftex-global.el to reftex.el,
15757 because it is needed in the menu.
15758
15759 2005-05-19 Lute Kamstra <lute@gnu.org>
15760
15761 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15762 years are fixed. Don't insert a space after a dash.
15763
15764 2005-05-19 Kim F. Storm <storm@cua.dk>
15765
15766 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15767
15768 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15769
15770 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15771 strings, because (eq ... ?\\) is fairly frequent.
15772
15773 * progmodes/make-mode.el (makefile-add-this-line-targets):
15774 Simplify and integrate into `makefile-pickup-targets'.
15775 (makefile-add-this-line-macro): Simplify and integrate into
15776 `makefile-pickup-macros.
15777 (makefile-pickup-filenames-as-targets): Simplify.
15778 (makefile-previous-dependency, makefile-match-dependency):
15779 Don't stumble over `::'.
15780
15781 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
15782
15783 * subr.el (post-command-idle-hook, post-command-idle-delay):
15784 Remove obsoletion of post-command-idle-hook and
15785 post-command-idle-delay.
15786
15787 * faces.el (list-faces-display): Provide button when describe-face
15788 is called to take user back to the list of faces.
15789
15790 * help-fns.el (describe-variable): Remove hyperlinks in a
15791 variable's value as these are quite frequently inappropriate.
15792
15793 * follow.el (follow-submit-feedback, follow-mode):
15794 Remove references to post-command-idle-hook.
15795
15796 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15797
15798 * progmodes/make-mode.el (makefile-previous-dependency)
15799 (makefile-match-dependency): Check for := (and in bsd mode also
15800 !=) to give a better result, even when font-lock is not on.
15801
15802 2005-05-18 Jay Belanger <belanger@truman.edu>
15803
15804 * calc/calc-help.el (calc-s-prefix-help):
15805 Add `calc-copy-special-constant' to help string.
15806
15807 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15808
15809 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15810
15811 2005-05-18 Jay Belanger <belanger@truman.edu>
15812
15813 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15814 in linear factors are in proper order.
15815
15816 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
15817
15818 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15819 Support for jurabib.
15820
15821 * textmodes/reftex.el (featurep): Define aliases for overlay
15822 commands, for XEmacs compatibility, and use these aliases in
15823 overlay initializations.
15824 (reftex-highlight): Use `reftex-move-overlay'.
15825 (reftex-unhighlight): Use `reftex-delete-overlay'.
15826 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
15827 (reftex-access-search-path): Use `reftex-uniquify' instead of
15828 `reftex-uniq'
15829
15830 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15831 `before-string' property modification enables for Emacs as well.
15832 (reftex-select-item): Use `reftex-delete-overlay'.
15833 (reftex-select-mark): Use `reftex-make-overlay' and
15834 `reftex-overlay-put'.
15835 (reftex-select-unmark): Use `reftex-delete-overlay' and
15836 `reftex-overlay-put'.
15837
15838 2005-05-18 Lute Kamstra <lute@gnu.org>
15839
15840 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15841
15842 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
15843
15844 * add-log.el (add-change-log-entry):
15845 * array.el (array-make-template, array-reconfigure-rows)
15846 (array-init-max-row, array-init-max-column)
15847 (array-init-columns-per-line, array-init-field-width):
15848 * replace.el (replace-match-maybe-edit, perform-replace):
15849 * textmodes/spell.el (spell-region):
15850 Replace `read-input' by `read-string'.
15851
15852 * forms.el (forms-mode):
15853 * finder.el (finder-compile-keywords):
15854 * shadowfile.el (shadow-read-files):
15855 Replace `eval-current-buffer' by `eval-buffer'.
15856
15857 * terminal.el (te-pass-through):
15858 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15859 (ange-ftp-raw-send-cmd):
15860 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15861 (send-process-next-char, telnet-initial-filter, telnet):
15862 Replace `send-string' by `process-send-string'.
15863
15864 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15865 (prolog-consult-region): Replace `send-string' by
15866 `process-send-string'; replace `send-region' by `process-send-region'.
15867
15868 * progmodes/delphi.el (delphi-log-msg):
15869 Replace `set-window-dot' by `set-window-point'.
15870
15871 * subr.el (window-dot, set-window-dot, read-input, send-string)
15872 (send-region, show-buffer, eval-current-buffer):
15873 Make really obsolete, as the comment says.
15874
15875 2005-05-17 Kim F. Storm <storm@cua.dk>
15876
15877 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15878 (cua--init-keymaps): Bind C-return instead of S-return to set
15879 rectangle mark.
15880
15881 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15882 instead of S-return to toggle/clear rectangle mark.
15883
15884 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15885
15886 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15887 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15888 Also fontify plain strings assigned to variables, mostly so that a
15889 colon has a face and is thus not taken as a dependency separator.
15890 (makefile-previous-dependency): Inline the new matcher, because it
15891 is too complex to work in both directions.
15892 (makefile-match-dependency): Eliminate `backward' arg (see above).
15893 Completely reimplemented so as to not sometimes go into an endless
15894 loop. It should also be more efficient, because first it only
15895 searches for `:', instead of applying the very complex regexp.
15896 (makefile-mode): Cancel `font-lock-support-mode', because blocks
15897 to be fontified in one piece can be too long for JIT.
15898 Makefiles are never *that* big.
15899
15900 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15901
15902 * dired.el (dired-mode): Simplify.
15903
15904 2005-05-17 Lute Kamstra <lute@gnu.org>
15905
15906 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15907 defcustom for the mode hook variable.
15908
15909 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15910 Emacs Lisp Reference Manual.
15911
15912 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
15913
15914 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15915 (evenp, list*):
15916 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15917 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15918
15919 * net/tramp-smb.el (tramp-smb-open-connection):
15920 Pass `tramp-chunksize' as fifth (required) argument.
15921
15922 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
15923
15924 * font-lock.el (lisp-font-lock-keywords-1):
15925 Set `font-lock-negation-char-face' for [^...] char group.
15926 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15927
15928 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15929 a var, and refine it to mask one more level of nested vars.
15930 (makefile-rule-action-regex): Turn it into a var, and refine it so
15931 it recognizes backslashed continuation lines as belonging to the
15932 same command.
15933 (makefile-macroassign-regex): Refine it so it recognizes
15934 backslashed continuation lines as belonging to the same command.
15935 (makefile-var-use-regex): Don't look at the next char, because it
15936 might be the same one to be skipped by the initial [^$], leading
15937 to an overlooked variable use.
15938 (makefile-make-font-lock-keywords): Remove two parameters, which
15939 are now variables that some of the modes set locally.
15940 Handle dependency and rule action matching through functions, because
15941 regexps alone match too often. Dependency matching now comes
15942 last, so it can check, whether a colon already matched something else.
15943 (makefile-mode): Inform that font-lock improves makefile parsing
15944 capabilities.
15945 (makefile-match-dependency, makefile-match-action): New functions.
15946
15947 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
15948
15949 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15950
15951 * align.el (align-regexp):
15952 * ansi-color.el (ansi-color-get-face):
15953 * array.el (array-reconfigure-rows, array-init-max-row)
15954 (array-init-max-column, array-init-columns-per-line)
15955 (array-init-field-width):
15956 * dired-aux.el (dired-trample-file-versions):
15957 * dired-x.el (dired-mark-sexp):
15958 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15959 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15960 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15961 * faces.el (face-read-integer):
15962 * files.el (backup-extract-version, insert-directory):
15963 * hexl.el (hexl-insert-decimal-char):
15964 * server.el (server-process-filter):
15965 * shell.el (shell-extract-num):
15966 * startup.el (command-line-1):
15967 * term.el (term-command-hook):
15968 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15969 (time-stamp-do-number):
15970 * time.el (display-time-update):
15971 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15972 (timezone-fix-time):
15973 * vms-patch.el (vms-suspend-resume-hook):
15974 * calendar/appt.el (appt-convert-time):
15975 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15976 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15977 * calendar/cal-islam.el (mark-islamic-diary-entries):
15978 * calendar/calendar.el (calendar-cursor-to-date)
15979 (calendar-star-date):
15980 * calendar/diary-lib.el (diary-attrtype-convert)
15981 (mark-diary-entries, diary-entry-time):
15982 * calendar/solar.el (solar-get-number):
15983 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
15984 * emacs-lisp/re-builder.el (reb-display-subexp):
15985 * emulation/edt.el (edt-set-scroll-margins):
15986 * emulation/tpu-extras.el (tpu-set-scroll-margins):
15987 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
15988 (vip-get-ex-count):
15989 * emulation/viper-ex.el (viper-get-ex-token)
15990 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
15991 * international/fontset.el (fontset-plain-name):
15992 * mail/feedmail.el (feedmail-look-at-queue-directory):
15993 * mail/mailalias.el (mail-get-names):
15994 * mail/rmail.el (rmail-convert-to-babyl-format):
15995 * mail/rmailsum.el (rmail-make-basic-summary-line)
15996 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
15997 (rmail-summary-goto-msg):
15998 * mail/smtpmail.el (smtpmail-read-response):
15999 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16000 (ange-ftp-vms-add-file-entry):
16001 * play/gametree.el (gametree-looking-at-ply)
16002 (gametree-current-branch-score):
16003 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16004 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16005 * progmodes/cperl-mode.el (condition-case):
16006 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16007 (ebrowse-set-member-buffer-column-width)
16008 (ebrowse-select-1st-to-9nth):
16009 * progmodes/etags.el (etags-snarf-tag):
16010 * progmodes/flymake.el (flymake-parse-line):
16011 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16012 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16013 (idlwave-shell-menu-def):
16014 * progmodes/ps-mode.el (ps-run-goto-error):
16015 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16016 (vhdl-speedbar-contract-level):
16017 * term/mac-win.el (x-handle-numeric-switch):
16018 * term/sun-mouse.el (sun-get-frame-data):
16019 * term/w32-win.el (x-handle-numeric-switch):
16020 * term/x-win.el (x-handle-numeric-switch):
16021 * textmodes/ispell.el (ispell-parse-output):
16022 * textmodes/nroff-mode.el (nroff-outline-level):
16023 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16024 (reftex-bib-sort-year-reverse, reftex-format-citation):
16025 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16026 (reftex-section-number):
16027 * textmodes/texinfmt.el (texinfo-paragraphindent):
16028 Replace `string-to-int' by `string-to-number'.
16029
16030 * international/latexenc.el: Add page marker to force the "Local
16031 Variables:" string out of the last page.
16032
16033 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16034
16035 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16036 tooltip-change-major-mode.
16037 (gud-tooltip-print-command): Remove case where gud-minor-mode
16038 is gdb ("--fullname").
16039 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16040 explain to user.
16041
16042 2005-05-16 Jay Belanger <belanger@truman.edu>
16043
16044 * calc/calc-store.el (calc-copy-special-constant): New function.
16045
16046 * calc/calc-ext.el (calc-init-extensions): Add binding for
16047 `calc-copy-special-constant'.
16048
16049 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16050 for the `calc-copy-special-constant' command.
16051
16052 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16053
16054 * subr.el (left-fringe-p): New function.
16055
16056 * progmodes/compile.el (compilation-setup): Set local value of
16057 overlay-arrow-string to "" always.
16058 (compilation-set-window): Left fringe then don't scroll.
16059 No left fringe then no arrow and scroll message to top.
16060 (compilation-context-lines): Adjust doc string accordingly.
16061
16062 2005-05-16 Kim F. Storm <storm@cua.dk>
16063
16064 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16065 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16066 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16067 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16068 (ido-read-file-name): Handle commands with ido property value
16069 equal to find-file as reading a file name, to allow C-d to enter dired.
16070 (ibuffer-find-file): Add ido property with value find-file.
16071
16072 2005-05-15 Kim F. Storm <storm@cua.dk>
16073
16074 * subr.el (open-network-stream-nowait): Remove.
16075 (open-network-stream-server): Remove.
16076
16077 2005-05-15 Richard M. Stallman <rms@gnu.org>
16078
16079 * faces.el (describe-face): Output a definition link button.
16080
16081 * help-mode.el (help-face-def): New button type.
16082
16083 * emacs-lisp/copyright.el (copyright-fix-years):
16084 Match properly if the first year is 2-digit.
16085 Don't mess up the whitespace after the years by filling.
16086
16087 * dired-aux.el (dired-mark-confirm):
16088 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16089
16090 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16091 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16092 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16093
16094 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16095 Set font-lock-comment-start-skip.
16096
16097 * font-lock.el (font-lock-comment-start-skip): New variable.
16098 (font-lock-comment-end-skip): New variable.
16099 (font-lock-fontify-syntactically-region): Use them if non-nil.
16100
16101 2005-05-15 Jay Belanger <belanger@truman.edu>
16102
16103 * calc/calc-store.el (calc-store-value): Return a string rather
16104 than display it as a message.
16105 Use calc-var-name for variable name.
16106 (calc-store-into): Add the result of calc-store-value to message.
16107 (calc-copy-variable): Add a message.
16108 (calc-store-exchange): Improve error messages.
16109 (calc-store-binary, calc-store-map): Don't reset the values of
16110 special constants.
16111
16112 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16113
16114 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16115 manual to docstring.
16116
16117 * files.el (hack-local-variables-confirm): Add STRING argument.
16118 Make the function handle non file visiting buffers correctly.
16119 (hack-local-variables-prop-line, hack-local-variables)
16120 (hack-one-local-variable): Use STRING arg of
16121 `hack-local-variables-confirm'.
16122
16123 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16124
16125 Sync with Tramp 2.0.49.
16126
16127 * net/tramp.el (tramp-handle-dired-call-process)
16128 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16129 because the contents of the Tramp buffer is changed before
16130 insertion (`expand-file' and alike).
16131 (tramp-handle-insert-directory): If `localname' has an empty
16132 nondirectory name, it must not be quoted.
16133 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16134 variable `tramp-chunksize'. Change callees.
16135 (tramp-open-connection-setup-interactive-shell): Check remote host
16136 for buggy `send-process-string' implementation.
16137 Set `tramp-chunksize' if found. Reported by Michael Kifer
16138 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16139 (tramp-handle-shell-command): `insert-buffer' cannot be used
16140 because the contents of the Tramp buffer is changed before
16141 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16142 <frederic.bothamy@free.fr>.
16143 (tramp-set-auto-save): Actions should be done for Tramp file name
16144 handler only. Ange-FTP has its own auto-save mechanism.
16145 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16146 (tramp-set-auto-save-file-modes): Set file modes of
16147 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16148 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16149 (tramp-bug): Remove obsolete variable.
16150 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16151 for presence of `mml-mode'. Make it running for older Emacsen as well.
16152
16153 2005-05-14 John Paul Wallington <jpw@pobox.com>
16154
16155 * ibuf-ext.el (define-ibuffer-filter filename):
16156 If `dired-directory' is a list, use its car.
16157
16158 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16159
16160 * ibuffer.el (define-ibuffer-column filename):
16161 If `dired-directory' is a list, use its car.
16162
16163 2005-05-14 Richard M. Stallman <rms@gnu.org>
16164
16165 * subr.el (symbol-file): Doc fix.
16166
16167 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16168 (byte-compile-form): Call byte-compile-nogroup-warn.
16169 (byte-compile-warning-types): Doc fix.
16170
16171 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16172
16173 * progmodes/cc-engine.el (c-literal-faces):
16174 Add font-lock-comment-delimiter-face.
16175
16176 * net/net-utils.el (dig): Use with-no-warnings.
16177
16178 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16179 (sc-recite-frame-alist, sc-default-cite-frame)
16180 (sc-default-uncite-frame, sc-default-recite-frame)
16181 (sc-attrib-selection-list, sc-rewrite-header-list):
16182 Mark as risky-local-variable.
16183
16184 * international/ogonek.el (ogonek-jak, ogonek-how):
16185 Don't use beginning-of-buffer.
16186
16187 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16188
16189 * calendar/solar.el (solar-data-list): Move definition up.
16190
16191 * dnd.el (dnd-protocol-alist): Add autoload.
16192
16193 * progmodes/sh-script.el: Many doc usage fixes.
16194 (sh-indent-after-do): Change default to match common styles.
16195
16196 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16197
16198 * files.el (interpreter-mode-alist)
16199 (auto-mode-interpreter-regexp): Doc fixes.
16200
16201 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16202
16203 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16204
16205 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16206
16207 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16208
16209 * dired.el (dired-mode): make-variable-buffer-local =>
16210 make-local-variable.
16211
16212 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16213
16214 * term/mac-win.el (mac-select-convert-to-string): Try coding
16215 systems in mac-script-code-coding-systems if specified one cannot
16216 encode string for `com.apple.traditional-mac-plain-text'.
16217
16218 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16219
16220 * progmodes/make-mode.el (makefile-targets-face)
16221 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16222 (makefile-dependency-regex): Fix it to not make the colon in
16223 $(var:a=b) special.
16224 (makefile-rule-action-regex): New regexp for highlighting embedded
16225 Shell strings.
16226 (makefile-macroassign-regex): Handle != for highlighting as
16227 embedded Shell strings.
16228 (makefile-var-use-regex): New const.
16229 (makefile-statements, makefile-automake-statements)
16230 (makefile-gmake-statements, makefile-makepp-statements)
16231 (makefile-bsdmake-statements): New consts.
16232 (makefile-make-font-lock-keywords): New function.
16233 (makefile-automake-font-lock-keywords)
16234 (makefile-gmake-font-lock-keywords)
16235 (makefile-makepp-font-lock-keywords)
16236 (makefile-bsdmake-font-lock-keywords): New consts.
16237 (makefile-mode-map): Add switchers between the various submodes.
16238 (makefile-mode): Document the availability of the variants.
16239 (makefile-automake-mode, makefile-gmake-mode)
16240 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16241
16242 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16243 new variants of makefile-mode.
16244
16245 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16246
16247 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16248 the inheritance.
16249
16250 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16251
16252 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16253 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16254
16255 * files.el (normal-mode): Extend the scope of the
16256 `enable-local-variables' binding to include the `set-auto-mode' call.
16257 (magic-mode-alist): Doc fix.
16258
16259 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16262 font-lock-comment-face rather than copying its setting.
16263
16264 2005-05-12 Andreas Schwab <schwab@suse.de>
16265
16266 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16267
16268 2005-05-12 Lute Kamstra <lute@gnu.org>
16269
16270 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16271 defcustom for the mode hook variable. Delete the last argument.
16272 * generic-x.el: Fix callers of define-generic-mode.
16273 (generic-x-modes): Delete group.
16274 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16275 generic-x customization group.
16276
16277 2005-05-12 Kim F. Storm <storm@cua.dk>
16278
16279 * font-lock.el (font-lock-negation-char-face): Default to "off".
16280
16281 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16282 font-lock-negation-char-face to ! in !=.
16283
16284 2005-05-12 Masatake YAMATO <jet@gyve.org>
16285
16286 * add-log.el (find-change-log): Fix typos in the docstring
16287 of function.
16288
16289 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16290
16291 * international/latexenc.el (latexenc-find-file-coding-system):
16292 Avoid `re-search-forward' when looking for input encoding because
16293 of speed and safety. Better regular expressions for recognizing
16294 input encoding. Limit a search for TeX-master/tex-main-file to
16295 the local variable section.
16296
16297 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16298
16299 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16300 syntax of $ to "'" (quote).
16301
16302 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16303
16304 * dnd.el (dnd-protocol-alist): Improve custom type.
16305
16306 * dired.el (dired-dnd-protocol-alist): New variable.
16307 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16308 `dired-mode-hook' to the end.
16309
16310 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16311
16312 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16313 comment-end if comment-start-skip is not set.
16314 Obey the font-lock-comment-delimiter-face variables.
16315
16316 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16317
16318 * files.el (executable-find): Move from executable.el. Use
16319 locate-file.
16320 * progmodes/executable.el (executable-find): Move to files.el.
16321
16322 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16323 when trying to ensure forward progress.
16324
16325 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16326
16327 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16328 (mouse-select, mouse-select-internal, mouse-extend-internal):
16329 Use it to implement mouse-1-click-follows-link functionality.
16330
16331 2005-05-11 Richard M. Stallman <rms@gnu.org>
16332
16333 * font-lock.el (font-lock-fontify-syntactically-region):
16334 Use font-lock-comment-delimiter-face for comment delimiters.
16335
16336 2005-05-10 Jay Belanger <belanger@truman.edu>
16337
16338 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16339 preserving embedded modes.
16340
16341 2005-05-10 Richard M. Stallman <rms@gnu.org>
16342
16343 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16344
16345 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16346 Move from ada-stmt.el.
16347 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16348
16349 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16350 Move to ada-mode.el.
16351 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16352
16353 * cus-edit.el (custom-file): Call file-chase-links.
16354
16355 * files.el (read-directory-name): Fix previous change.
16356 (hack-local-variables-confirm): New function.
16357 (hack-local-variables-prop-line, hack-local-variables)
16358 (hack-one-local-variable): Use it.
16359
16360 2005-05-10 Lute Kamstra <lute@gnu.org>
16361
16362 * font-lock.el (font-lock-keywords-alist)
16363 (font-lock-removed-keywords-alist): Clarify docstrings.
16364
16365 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16366
16367 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16368 (gdb-source-info): Check for preprocessor info.
16369 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16370 a macro for a function.
16371 (gdb-info-breakpoints-custom): Try to find file again if not already
16372 found (user might have used GDB dir command).
16373 (gdb-get-location): Update gdb-location-alist correctly for change
16374 to gdb-info-breakpoints-custom.
16375
16376 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16377 (gud-tooltip-print-command): Add gdbmi case.
16378 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16379 preprocessor info.
16380
16381 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16382
16383 * startup.el (fancy-splash-insert): Fix typo in doc string.
16384
16385 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
16386
16387 * obsolete/float.el (string-to-float):
16388 * obsolete/hilit19.el (hilit-add-pattern):
16389 * obsolete/rnews.el (news-parse-range, news-select-message)
16390 (news-get-pruned-list-of-files): Replace `string-to-int' by
16391 `string-to-number'.
16392
16393 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16394 `find-file-not-found-hooks'; use `add-hook'.
16395 (uncompress-while-visiting): Set `write-file-functions', not
16396 `write-file-hooks'; use `add-hook'.
16397
16398 2005-05-09 Kim F. Storm <storm@cua.dk>
16399
16400 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16401 (cua-paste): Handle clipboard action.
16402 (cua--init-keymaps): Remap clipboard-kill-region and
16403 clipboard-kill-ring-save.
16404
16405 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16406
16407 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16408 Improve commentary.
16409
16410 * simple.el (next-error-overlay-arrow-position): Revert the change
16411 made on 2005-04-30.
16412
16413 2005-05-07 Jay Belanger <belanger@truman.edu>
16414
16415 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16416 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16417 `calc-sel-reselect'.
16418
16419 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16420 Calc is in embedded mode.
16421
16422 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16423
16424 * progmodes/compile.el (compilation-setup):
16425 Set overlay-arrow-string to an empty string on text terminals.
16426
16427 * textmodes/ispell.el (ispell-program-name): Try looking for
16428 "aspell" along exec-path, and if found, use it as the default
16429 speller program.
16430
16431 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16432
16433 * international/mule.el (sgml-xml-auto-coding-function):
16434 Recognize encoding='FOO' in single quotes as well as in double quotes.
16435
16436 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16437
16438 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16439 as well as `interactive', so that defmacro* would recognize
16440 `declare' forms.
16441
16442 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16443
16444 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16445 Explain more about the LIGHTER arg's usage in the doc string.
16446 Add commentary to clarify what the code does. Fix the regexp that
16447 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16448 since it could have characters special to regular expressions.
16449
16450 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16451
16452 * replace.el (occur-1): Bind inhibit-read-only so that
16453 erase-buffer doesn't barf on read-only text properties (likewise
16454 for add-text-properties in occur-engine). Mark buffer as unmodified.
16455 (occur-engine): Don't set buffer-read-only here.
16456
16457 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16458
16459 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16460 list-buffers-directory. This caused the *cvs-commit* buffer to be
16461 sometimes mistakenly reused as a *cvs* buffer.
16462
16463 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16464
16465 * tooltip.el: Move code for GUD tooltips into gud.el.
16466 (require): CL no longer needed to compile case.
16467 (tooltip-mode): Do not toggle functions for GUD tooltips.
16468 (tooltip-gud-tips-p): Remove. Replace with minor mode
16469 gud-tooltip-mode in gud.el.
16470 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16471 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16472 tooltip-gud prefix with gud-tooltip and obsolete.
16473 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16474 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16475 (tooltip-mouse-motion): Mouse movement functions/variable.
16476 Rename in gud.el by adding gud prefix.
16477 (tooltip-gud-original-filter, tooltip-gud-dereference)
16478 (tooltip-gud-event, tooltip-toggle-gud-tips)
16479 (tooltip-gud-process-output, tooltip-gud-print-command)
16480 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16481 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16482 (gdb-tooltip-print): Move to gdb-ui.el.
16483
16484 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16485 (require): CL needed to compile case.
16486 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16487 tooltip-gud-tips-p. Make it a minor-mode.
16488 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16489 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16490 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16491 (gud-tooltip-change-major-mode)
16492 (gud-tooltip-activate-mouse-motions-if-enabled)
16493 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16494 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16495 (gud-tooltip-original-filter, gud-tooltip-dereference)
16496 (gud-tooltip-event, tooltip-toggle-gud-tips)
16497 (gud-tooltip-process-output, gud-tooltip-print-command)
16498 (gud-tooltip-tips): Move from tooltip.el.
16499
16500 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16501 (gdb-cpp-define-alist-flags): Doc fix.
16502 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16503 gud-tooltip-mode is t.
16504
16505 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16506
16507 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16508 evaporate if their text is deleted.
16509 (goto-address-at-point): Make it work as a mouse binding as well.
16510 (goto-address-at-mouse): Obsolete it. Update users.
16511
16512 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16513
16514 * calendar/appt.el (top-level): No longer activate on load.
16515
16516 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16519 * net/webjump.el (webjump):
16520 * progmodes/idlw-help.el (idlwave-do-context-help1)
16521 (idlwave-highlight-linked-completions):
16522 * textmodes/po.el (po-find-file-coding-system-guts):
16523 Replace `assoc-ignore-case' by `assoc-string'.
16524
16525 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16526
16527 * files.el (locate-file): Doc fix.
16528
16529 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16530 Remove the redundant test for ms-dos.
16531
16532 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16533 look for the preprocessor with exec-suffixes. If not found in
16534 standard places, look in exec-path. Remove most of the tests that
16535 used system-type.
16536
16537 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16538
16539 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16540
16541 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16542 file-name clash with jka-compr.el on 8+3 filesystems.
16543
16544 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16545
16546 * term/mac-win.el: Don't define or bind scroll bar functions if
16547 x-toolkit-scroll-bars is t.
16548 (x-select-text, x-get-selection-value): Clear
16549 x-last-selected-text-clipboard if x-select-enable-clipboard is
16550 nil.
16551 (PRIMARY): Put mac-scrap-name property.
16552 (mac-select-convert-to-file-url): New function.
16553 (public.file-url): New selection target type. Add to
16554 selection-converter-alist.
16555 (x-get-selection, x-selection-value): Handle it.
16556 (x-cut-buffer-or-selection-value): New alias.
16557
16558 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16559
16560 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16561 entry to avoid calling bibtex-find-entry with arg global
16562 being t. Remove arg key.
16563 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16564 (bibtex-copy-summary-as-kill): Change accordingly.
16565
16566 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16567
16568 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16569 (org-agenda-date-later): Use with-current-buffer.
16570
16571 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16572
16573 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16574 (define-obsolete-variable-alias): Doc Fixes.
16575
16576 2005-05-06 Kim F. Storm <storm@cua.dk>
16577
16578 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16579 vertical-motion when selective-display is active.
16580
16581 * ido.el (ido-setup-hook): New hook.
16582 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16583 (ido-input-stack): New var.
16584 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
16585 ido-next-work-file binding to M-O.
16586 Bind M-f to ido-wide-find-file-or-pop-dir.
16587 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16588 (ido-read-internal): Run ido-setup-hook.
16589 Catch quit in read-file-name and read-string to cancel edit.
16590 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16591 Automatically pop-all when completing a directory name (RET).
16592 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16593 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16594 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16595 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16596 New functions for M-b/M-f to move among the directory components.
16597 (ido-make-merged-file-list): Catch quit to cancel merge.
16598 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16599 (ido-completion-help): No warnings for ido-completion-buffer-full.
16600
16601 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
16602
16603 * font-lock.el (font-lock-negation-char-face): New face and variable.
16604 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16605 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16606 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16607 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16608
16609 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
16610
16611 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16612 Fix typo in docstring.
16613
16614 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16615 (ebrowse-print-statistics-line)
16616 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16617
16618 * term/w32-win.el (image-library-alist): Add additional name for
16619 Xpm library.
16620
16621 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
16622
16623 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16624 use gcc instead of cpp.
16625
16626 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16627 (gdb-create-define-alist): Use it.
16628 (gdb-cpp-define-alist-program): Update for MS-DOS.
16629
16630 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
16631
16632 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16633
16634 2005-05-04 Richard M. Stallman <rms@gnu.org>
16635
16636 * help.el (describe-key): No error when UNTRANSLATED is nil.
16637
16638 * simple.el (line-move-1): Fix previous change to signal errors
16639 appropriately.
16640
16641 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
16642
16643 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16644 (icalendar-duration-correction): Remove.
16645 (icalendar--get-event-properties): Split result at commas.
16646 (icalendar--decode-isoduration): New optional argument
16647 DURATION-CORRECTION.
16648 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16649 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16650 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16651 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16652 (icalendar--convert-anniversary-to-ical): New functions, extracted
16653 from icalendar-export-region, with bug fixes.
16654 (icalendar-export-region): Use the above functions.
16655 (icalendar-import-buffer): Check before saving diary file.
16656 (icalendar--convert-recurring-to-diary)
16657 (icalendar--convert-non-recurring-all-day-to-diary)
16658 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16659 extracted from icalendar--convert-ical-to-diary, with bug fixes.
16660 (icalendar--convert-ical-to-diary): Use the above functions.
16661
16662 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
16663
16664 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16665 Remove these recent additions.
16666 (c-mode): Restore to before 2005-04-28.
16667
16668 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16669 recent addition.
16670
16671 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16672 (gdb-define-alist): New variables.
16673 (gdb-create-define-alist): New function.
16674 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16675 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16676 with string-to-number.
16677 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
16678
16679 * progmodes/gud.el: Replace string-to-int with string-to-number.
16680 (gud-find-file): Handle gdb-define-alist.
16681
16682 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16683
16684 2005-05-02 Jay Belanger <belanger@truman.edu>
16685
16686 * calc/calc-aent.el (math-read-token):
16687 * calc/calc-bin.el (calc-word-size):
16688 * calc/calc-ext.el (calc-read-number-fancy):
16689 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16690 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16691 * calc/calc-frac.el (calc-over-notation):
16692 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16693 (calc-graph-num-points, calc-graph-init):
16694 * calc/calc-prog.el (calc-read-parse-table-part)
16695 (calc-edit-macro-repeats):
16696 * calc/calc-yank.el (calc-do-grab-rectangle):
16697 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16698 Replace `string-to-int' by `string-to-number'.
16699
16700 2005-05-02 Kim F. Storm <storm@cua.dk>
16701
16702 * kmacro.el: Use executing-kbd-macro-index variable.
16703
16704 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16705
16706 * net/rlogin.el (rlogin-parse-words): Delete func.
16707 (rlogin): Use split-string, not rlogin-parse-words.
16708 Also, if there are option-like elements in the parsed args,
16709 take the host to be the first arg immediately following them.
16710 Suggested by Michael Mauger.
16711
16712 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16713
16714 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16715
16716 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16717
16718 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16719 (cc-mode-cpp-program): Rename to cc-define-list-program and
16720 move to cc-vars.el.
16721
16722 * progmodes/cc-vars.el (cc-define-list-program):
16723 Change to "gcc -E -dM -". Make customizable.
16724
16725 2005-05-02 Kim F. Storm <storm@cua.dk>
16726
16727 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16728
16729 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16730
16731 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16732
16733 * international/mule-util.el (truncate-string): Remove alias and
16734 obsolete declaration.
16735
16736 * international/mule-cmds.el (update-iso-coding-systems):
16737 Remove alias and obsolete declaration.
16738
16739 * international/mule.el (coding-system-parent): Remove alias and
16740 obsolete declaration.
16741
16742 * subr.el (define-function, sref): Remove aliases and obsolete
16743 declarations.
16744 (chars-in-region): Remove obsolete declaration.
16745
16746 2005-05-01 Richard M. Stallman <rms@gnu.org>
16747
16748 * info.el (Info-mode): Set widen-automatically to nil, locally.
16749
16750 * simple.el (widen-automatically): New variable.
16751 (pop-global-mark): Obey widen-automatically.
16752
16753 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16754
16755 * term/xterm.el (function-key-map): Call substitute-key-definition
16756 before the keymap size is increased by a lot of define-key calls.
16757
16758 2005-05-01 Richard M. Stallman <rms@gnu.org>
16759
16760 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16761 Rename ARG to ELEMENT. Doc fix.
16762
16763 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16764
16765 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16766 Remove references to allout-exposure/change to allout-new-exposure.
16767
16768 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16769 bytecode symbols.
16770
16771 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16772 (compiled-function-p, focus-frame, unfocus-frame):
16773 Remove aliases and obsolete declarations.
16774 Back out inadvertent changes from previous commit.
16775
16776 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16777
16778 * files.el (require-final-newline): Make Custom tags consistent
16779 with mode-require-final-newline.
16780 (mode-require-final-newline): Doc fix.
16781
16782 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * international/latexenc.el (latexenc-find-file-coding-system):
16785 Fix regular expressions.
16786
16787 2005-05-01 David Kastrup <dak@gnu.org>
16788
16789 * international/latexenc.el (latexenc-find-file-coding-system):
16790 Fix regular expressions.
16791
16792 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16793
16794 * subr.el (string-to-int): Make obsolete.
16795
16796 2005-04-30 Richard M. Stallman <rms@gnu.org>
16797
16798 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16799
16800 * loadup.el: load jka-comp-hook.
16801
16802 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16803 (jka-compr-handler): Add autoload. `put' calls moved
16804 to jka-comp-hook.el.
16805 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16806 (jka-compr-inhibit): Autoload.
16807
16808 * jka-comp-hook.el: New file.
16809 Enable the mode by default.
16810
16811 * files.el (backup-buffer-copy): Use copy-file instead
16812 of write-region, and put back the 'excl.
16813
16814 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
16815
16816 * progmodes/flymake.el (flymake-split-string)
16817 (flymake-split-string, flymake-log, flymake-pid-to-names)
16818 (flymake-reg-names, flymake-get-source-buffer-name)
16819 (flymake-unreg-names, flymake-add-line-err-info)
16820 (flymake-add-err-info): Clarify docstrings.
16821 (flymake-popup-menu, flymake-make-emacs-menu)
16822 (flymake-make-xemacs-menu): Add docstrings.
16823 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16824 Set variables directly throughout.
16825
16826 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
16827
16828 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16829 exists. Initialize cc-define-alist.
16830 (c-mode): Add cc-create-define-alist locally to after-save-hook.
16831 If there is no file (Macroexpansion) don't create an alist.
16832
16833 2005-04-29 Sam Steingold <sds@gnu.org>
16834
16835 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16836 (cc-create-define-alist): Use it instead of the hard-coded string.
16837
16838 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16839
16840 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16841 for latexenc.
16842
16843 2005-04-29 Lute Kamstra <lute@gnu.org>
16844
16845 * emacs-lisp/generic.el: Improve commentary section.
16846 (define-generic-mode): Improve docstring.
16847
16848 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
16849
16850 * textmodes/org.el (many places): Change to quiet the byte compiler.
16851 (org-prefix-format-compiled): New variable.
16852 (org-compile-prefix-format): New function.
16853 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16854 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16855 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16856 (org-get-entries-from-diary): Use `org-get-time-of-day' for
16857 consistency with entries from `org-mode' files.
16858 (org-get-time-of-day): Fix bug with partial matches early in a line.
16859 (org-non-link-chars): New constant.
16860 (org-link-regexp): Respect `org-non-link-chars'.
16861 (org-agenda-day-view): Remove command.
16862 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16863 (org-follow-bbdb-link, org-store-link): Search also company field.
16864 (org-highlight-overlay): New variable.
16865 (org-highlight, org-unhighlight): New functions.
16866 (org-agenda-mode): Add pre-command-hook to remove highlight.
16867 (org-evaluate-time-range): Behavior depends upon whether time stamp
16868 contains a time or not.
16869 (org-show-subtree, org-show-entry): New functions.
16870 (org-agenda-cleanup-fancy-diary): Remove empty lines.
16871
16872 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16873
16874 * comint.el (comint-output-filter-functions): Add autoload cookie.
16875
16876 2005-04-28 Kim F. Storm <storm@cua.dk>
16877
16878 * ido.el (ido-everywhere): Fix last change.
16879
16880 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16881
16882 * international/latexenc.el: New file.
16883 * international/mule-conf.el (file-coding-system-alist): For .tex,
16884 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16885
16886 2005-04-28 Lute Kamstra <lute@gnu.org>
16887
16888 * font-lock.el (font-lock-add-keywords)
16889 (font-lock-remove-keywords): Clarify docstring.
16890 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16891 Don't start docstrings with a `*'.
16892 (font-lock-update-removed-keyword-alist): Give it a docstring.
16893
16894 * generic-x.el: Update commentary section.
16895 Only require font-lock when compiling.
16896 Define all modes conditionally.
16897 Place all generic modes in the generic-x-modes customization group.
16898 (generic-x-modes): New customization group.
16899 (generic-default-modes, generic-mswindows-modes)
16900 (generic-unix-modes, generic-other-modes): New constants.
16901 (generic-define-mswindows-modes, generic-define-unix-modes):
16902 Update docstrings. Make them obsolete.
16903 (generic-extras-enable-list): New default value. Update docstring.
16904 Improve :type. Change :set function.
16905 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16906 Fix docstring.
16907
16908 * emacs-lisp/generic.el (generic-mode-internal):
16909 Simplify font-lock-defaults.
16910 (define-generic-mode): Fix docstring.
16911
16912 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16913
16914 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16915 font-lock-face property to highlight matches.
16916
16917 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
16918
16919 * progmodes/cc-mode.el (cc-create-define-alist): New function.
16920 (cc-define-alist): New variable.
16921 (c-mode): Make it local and initialize it.
16922
16923 * progmodes/gdb-ui.el (gdb-active-process): New variable.
16924 (gdb-exited): New function.
16925 (gdb-annotation-rules): Use it.
16926 (gdb-starting): Set gdb-active-process to t.
16927 (gdb-stopping): Amend doc string.
16928 (gdb-reset): Set gdb-active-process to nil.
16929
16930 * tooltip.el (tooltip-gud-tips): Show the associated #define
16931 directives when a C program under GDB is not executing.
16932
16933 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16934
16935 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16936 font-lock-fontify-syntactic-keywords.
16937
16938 * font-lock.el (font-lock-default-fontify-region): Don't force
16939 parse-sexp-lookup-properties to nil.
16940
16941 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16942
16943 * man.el (man-mode-syntax-table): Set up `:' to have
16944 word-constituent syntax.
16945
16946 2005-04-27 Lute Kamstra <lute@gnu.org>
16947
16948 * novice.el (disable-command): Don't add spurious newlines to the
16949 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16950
16951 2005-04-26 Jay Belanger <belanger@truman.edu>
16952
16953 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16954 than one window before deleting window.
16955
16956 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
16957
16958 * shell.el (shell-prompt-pattern): Doc fix.
16959 (shell-mode): Set paragraph-separate buffer locally to "\\'".
16960
16961 * comint.el (comint-prompt-regexp, comint-get-old-input)
16962 (comint-use-prompt-regexp)
16963 (comint-use-prompt-regexp-instead-of-fields)
16964 (comint-replace-by-expanded-history, comint-send-input)
16965 (comint-output-filter, comint-get-old-input-default)
16966 (comint-line-beginning-position, comint-bol, comint-show-output)
16967 (comint-backward-matching-input, comint-forward-matching-input)
16968 (comint-next-prompt, comint-previous-prompt):
16969 Rename `comint-use-prompt-regexp-instead-of-fields' to
16970 `comint-use-prompt-regexp'. Keep old name as alias and declare
16971 obsolete.
16972 (comint-use-prompt-regexp): Shorten first line of doc string.
16973
16974 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16975 Set paragraph-separate buffer locally to "\\'".
16976
16977 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16978 Adapt to above name change.
16979
16980 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16981 (smbclient-prompt-regexp): Ditto.
16982
16983 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
16984
16985 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
16986
16987 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
16988 gdb-location-list.
16989 Break lines that are over 80 characters wide.
16990
16991 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
16992
16993 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
16994 New fun and var, to preserve compatibility.
16995
16996 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
16997
16998 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
16999
17000 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17001 name to file-newer-than-file-p.
17002
17003 2005-04-26 Richard M. Stallman <rms@gnu.org>
17004
17005 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17006
17007 * progmodes/python.el (python-mode):
17008 Use new name eldoc-documentation-function.
17009
17010 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17011
17012 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17013 (eldoc-documentation-function):
17014 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17015
17016 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17017
17018 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17019
17020 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17021
17022 * term/xterm.el (function-key-map): Fix strings for
17023 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17024 {C,S,A,C-S}-{f1-f12}.
17025
17026 2005-04-26 Kenichi Handa <handa@m17n.org>
17027
17028 * international/mule-cmds.el (select-safe-coding-system):
17029 Fix previous change.
17030
17031 2005-04-26 Lute Kamstra <lute@gnu.org>
17032
17033 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17034
17035 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17036 (font-lock-comment-delimiter-face): Ditto.
17037
17038 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17039
17040 2005-04-25 Jay Belanger <belanger@truman.edu>
17041
17042 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17043 to t while inserting information; use help-mode.
17044
17045 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17046
17047 * term.el (ansi-term-color-vector): Use the xterm colors.
17048 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17049
17050 2005-04-25 Lute Kamstra <lute@gnu.org>
17051
17052 * font-core.el (font-lock-defaults): Fix docstring.
17053
17054 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17055
17056 2005-04-25 Kenichi Handa <handa@m17n.org>
17057
17058 * international/mule-cmds.el (select-safe-coding-system):
17059 Don't check consistency with coding: spec, etc if raw-text or
17060 no-conversion was found to be safe.
17061
17062 2005-04-24 Richard M. Stallman <rms@gnu.org>
17063
17064 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17065 citation markers at start of each line.
17066
17067 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17068 citation markers at start of each line.
17069
17070 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17071
17072 * files.el (mode-require-final-newline): Fix previous change.
17073 (require-final-newline): Fix type label.
17074
17075 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17076
17077 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17078 statement in buffer (broken by 2004-11-24 change).
17079
17080 2005-04-24 Kim F. Storm <storm@cua.dk>
17081
17082 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17083 and read-file-name-function values. Don't overwrite existing
17084 non-nil values if ido-mode is enabled without ido-everywhere.
17085
17086 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17087
17088 * files.el (mode-require-final-newline): Minor doc fix.
17089
17090 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17091
17092 * subr.el (syntax-after): Doc fix.
17093 (syntax-class): If argument is nil, return nil. Mask off upper 16
17094 bits, not 8 bits.
17095
17096 * files.el (mode-require-final-newline): Doc fix.
17097 (backup-buffer-copy): Fix last change.
17098
17099 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17100
17101 * term/mac-win.el: Require select. Set selection-coding-system to
17102 mac-system-coding-system. Call menu-bar-enable-clipboard.
17103 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17104 (x-select-enable-clipboard): New variables.
17105 (x-select-text, x-get-selection, x-selection-value)
17106 (x-get-selection-value, mac-select-convert-to-string)
17107 (mac-services-open-file, mac-services-open-selection)
17108 (mac-services-insert-text): New functions.
17109 (CLIPBOARD, FIND): Put mac-scrap-name property.
17110 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17111 (public.tiff): Put mac-ostype property.
17112 (selection-converter-alist): Add entries for them.
17113 (mac-application-menu-map): New keymap.
17114 (interprogram-cut-function, interprogram-paste-function): Set to
17115 x-select-text and x-get-selection-value, respectively.
17116 (split-window-keep-point): Set to t.
17117
17118 2005-04-23 Richard M. Stallman <rms@gnu.org>
17119
17120 * files.el (read-directory-name): Always pass non-nil
17121 DEFAULT-FILENAME arg to read-file-name.
17122 (backup-buffer-copy, basic-save-buffer-2): Take care against
17123 writing thru an unexpected existing symlink.
17124 (revert-buffer): In indirect buffer, revert the base buffer.
17125 (magic-mode-alist): Doc fix.
17126 (buffer-stale-function): Doc fix.
17127 (minibuffer-with-setup-hook): Avoid warning.
17128 (mode-require-final-newline): Doc and custom fix.
17129
17130 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17131
17132 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17133 use the default appearance.
17134 (font-lock-comment-delimiter-face): New face, new variable.
17135
17136 * imenu.el (imenu--generic-function): The official position of a
17137 definition is the start of the line that BEG is in.
17138
17139 * midnight.el (midnight-timer): Move defvar up.
17140
17141 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17142
17143 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17144
17145 * startup.el (command-line): Use with-no-warnings.
17146
17147 * window.el (window-size-fixed): New defvar.
17148
17149 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17150
17151 * mail/rmail.el (rmail-font-lock-keywords):
17152 Use font-lock-comment-delimiter-face.
17153
17154 * mail/sendmail.el (mail-font-lock-keywords):
17155 Use font-lock-comment-delimiter-face.
17156
17157 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17158
17159 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17160
17161 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17162 Specify t for LAXMATCH when matching directories.
17163 Save match data around compilation-compat-error-properties form.
17164
17165 2005-04-23 David Kastrup <dak@gnu.org>
17166
17167 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17168 Mention that the autoloaded aliases should be kept for AUCTeX.
17169
17170 2005-04-23 Andreas Schwab <schwab@suse.de>
17171
17172 * isearch.el (isearch-forward): Doc fix.
17173
17174 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17175
17176 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17177 (jit-lock-stealth-nice): Change default value to 0.5.
17178
17179 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17180
17181 * abbrev.el (write-abbrev-file): Write table entries in
17182 alphabetical order by table name.
17183
17184 2005-04-22 Kim F. Storm <storm@cua.dk>
17185
17186 * ido.el (ido-read-internal): Fix `list' completion.
17187
17188 2005-04-22 Kenichi Handa <handa@m17n.org>
17189
17190 * recentf.el (recentf-save-file-coding-system): New variable.
17191 (recentf-save-list): Encode the file by
17192 recentf-save-file-coding-system and add coding: tag.
17193
17194 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17195
17196 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17197
17198 2005-04-21 Lute Kamstra <lute@gnu.org>
17199
17200 * loadhist.el (unload-feature): Don't remove a function from hooks
17201 if it is about to be restored to an autoload . Remove functions
17202 that will become unbound from auto-mode-alist. Simplify the code.
17203
17204 * subr.el (assq-delete-all): New implementation that is linear,
17205 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17206 (rassq-delete-all): New function.
17207
17208 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17209 Add size-indication-mode.
17210
17211 2005-04-21 Kenichi Handa <handa@m17n.org>
17212
17213 * international/mule-cmds.el: Add autoload for widget-value in
17214 eval-when-compile.
17215
17216 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17217
17218 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17219 Add tooltip-mode.
17220
17221 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17222
17223 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17224
17225 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17226 (inferior-lisp-filter-regexp, inferior-lisp-program)
17227 (inferior-lisp-load-command, inferior-lisp-prompt)
17228 (inferior-lisp-mode-hook, lisp-source-modes)
17229 (inferior-lisp-load-hook): defvar->defcustom.
17230 (inferior-lisp-program, inferior-lisp-prompt)
17231 (inferior-lisp-load-hook): Doc fixes.
17232 (inferior-lisp-install-letter-bindings): Small change in
17233 introductory comment.
17234
17235 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17236
17237 * vc.el (vc-annotate-color-map): Change some colors so that text
17238 using them as foreground is readable on both white and black
17239 backgrounds.
17240
17241 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17242
17243 * international/mule-conf.el (translation-table-for-input):
17244 Remove redundant declaration.
17245
17246 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17247
17248 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17249
17250 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17251 (tooltip-toggle-gud-tips): New function.
17252
17253 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17254
17255 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17256 right angle brackets.
17257
17258 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17259
17260 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17261
17262 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17263
17264 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17265 Remove. Update callers to use expand-file-name instead.
17266
17267 * subr.el (syntax-class): New function.
17268
17269 * simple.el (blink-matching-open): Use it.
17270
17271 * paren.el (show-paren-function): Use it to recognize parens that are
17272 also used in 2-char comment markers.
17273
17274 2005-04-19 Lute Kamstra <lute@gnu.org>
17275
17276 * loadhist.el (unload-feature): Update for new format of
17277 load-history. Simplify the code.
17278
17279 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17280
17281 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17282 (mac-add-charset-info): New function. Initialize variable
17283 mac-charset-info-alist using it.
17284 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17285 for translation.
17286 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17287 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17288 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17289 New CCL programs.
17290
17291 2005-04-19 Kim F. Storm <storm@cua.dk>
17292
17293 * simple.el (next-buffer, prev-buffer, next-error)
17294 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17295 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17296
17297 * bindings.el (next-buffer, prev-buffer, next-error)
17298 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17299 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17300 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17301 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17302
17303 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17304
17305 * isearch.el (isearch-edit-string): Make the search-ring available for
17306 minibuffer history commands.
17307 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17308 the default history commands now work just as well.
17309 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17310
17311 2005-04-18 Kim F. Storm <storm@cua.dk>
17312
17313 * emulation/cua-base.el (cua--pre-command-handler): Add more
17314 elaborate check for shift modifier on non-window systems.
17315
17316 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17317
17318 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17319
17320 2005-04-18 Kim F. Storm <storm@cua.dk>
17321
17322 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17323 and make it optional. Don't test tooltip-gud-echo-area here.
17324 (tooltip-gud-process-output, gdb-tooltip-print):
17325 Pass tooltip-gud-echo-area to tooltip-show.
17326 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17327
17328 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17329
17330 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17331 `display-graphic-p' may not be bound yet.
17332
17333 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17334
17335 * startup.el (command-line): No longer enable Xterm Mouse mode by
17336 default in terminals compatible with xterm.
17337
17338 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17339
17340 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17341
17342 * tooltip.el (tooltip-gud-echo-area): Rename from
17343 tooltip-use-echo-area.
17344 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17345 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17346 area independently of where help tooltips are displayed.
17347
17348 2005-04-17 David Kastrup <dak@gnu.org>
17349
17350 * cus-theme.el (custom-theme-write-variables): Quote variables
17351 where necessary.
17352
17353 2005-04-17 Richard M. Stallman <rms@gnu.org>
17354
17355 * simple.el (yank-excluded-properties): Add follow-link to value.
17356
17357 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17358
17359 * startup.el (fancy-splash-max-time): Just 30 seconds.
17360 (fancy-splash-delay): Just 7.
17361 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17362
17363 * loadhist.el (unload-feature): Update for new format of load-history.
17364 Simplify the code.
17365
17366 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17367 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17368
17369 * mail/sendmail.el (mail-font-lock-keywords):
17370 Don't fontify subject text.
17371 Don't fontify the text of a citation.
17372
17373 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17374
17375 * comint.el (comint-output-filter): Run comint-output-filter-functions
17376 with point where the user had it.
17377
17378 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17379
17380 * international/ucs-tables.el (ucs-set-table-for-input):
17381 Disable when using unify-on-decoding.
17382
17383 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17384
17385 * emulation/cua-base.el (cua-global-mark-face): Add special case
17386 for displays supporting a high number of colors.
17387
17388 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17389
17390 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17391
17392 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
17393
17394 * filesets.el (filesets-add-buffer): If user supplies a name of a
17395 non-existing fileset, create a new fileset.
17396
17397 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
17398
17399 * textmodes/org.el (org-up-heading-all): Fix bug with
17400 `outline-up-heading-all'.
17401
17402 2005-04-16 Andreas Schwab <schwab@suse.de>
17403
17404 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17405 /etc/permissions.d/* and /etc/aliases.d/*.
17406
17407 2005-04-16 Kenichi Handa <handa@m17n.org>
17408
17409 * international/code-pages.el (cp-make-coding-system):
17410 Set `translation-table-for-input' property value to the symbol
17411 ucs-mule-to-mule-unicode, not to that value.
17412 (pt154): Escape guillemet by `\'.
17413
17414 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17415
17416 * loadup.el: Load tooltip if x-show-tip is fboundp.
17417
17418 * startup.el (command-line): Add comment.
17419
17420 * tooltip.el (tooltip-mode): Specify correct standard value for
17421 Custom in init-value.
17422
17423 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
17424
17425 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17426 possible.
17427
17428 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
17429
17430 * textmodes/org.el (org-agenda-date-prompt): Rename from
17431 `org-agenda-date-today'.
17432 (org-evaluate-time-range): Insert at point instead of directly
17433 after time range.
17434 (org-first-headline-recenter, org-subtree-end-visible-p)
17435 (org-optimize-window-after-visibility-change): New functions
17436 (org-agenda-post-command-hook): Don't allow point at end of line,
17437 to make sure it always hits the text properties.
17438 (org-agenda-next-date-line, org-agenda-previous-date-line):
17439 New commands.
17440 (org-set-regexps-and-options): Category may contain white space.
17441 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17442 Improve marker positions.
17443 (org-agenda-new-marker): Argument POS made optional.
17444 (org-agenda-get-timestamps): Deadlines which are done are listed
17445 in org-done-face now.
17446 (org-agenda-get-todos, org-agenda-get-timestamps)
17447 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17448 Set `undone-face' and `done-face' properties.
17449 (org-last-todo-state-is-todo): New variable.
17450 (org-todo): Set `org-last-todo-state-is-todo'.
17451 (org-agenda-todo): Change face according to
17452 `org-last-todo-state-is-todo'. And change other lines referring to
17453 the same entry.
17454 (org-calendar-goto-agenda): New command.
17455 (org-calendar-to-agenda-key): New option.
17456 (org-startup-folded): New allowed value `content'.
17457 (org-set-regexps-and-options): Accept new value `content' for
17458 `org-startup-folded'.
17459 (org-get-current-options): Handle new value `content' for
17460 `org-startup-folded'.
17461 (org-insert-todo-heading): New command.
17462 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17463 interactively in empty file and option
17464 `org-insert-mode-line-in-empty-file' has been set.
17465 (org-agenda-todo, org-agenda-priority): Modify to use
17466 `org-agenda-change-all-lines'.
17467 (org-warning-face): Change color on dark background
17468
17469 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17470
17471 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17472 use preferences AppleLocale and AppleLanguages, and variable
17473 mac-system-locale for default locale. On Mac OS Classic, use
17474 mac-system-coding-system for default coding systems.
17475
17476 * term/mac-win.el: Don't set file-name-coding-system.
17477 Decode variables system-name, emacs-build-system, user-login-name, and
17478 user-full-name by mac-system-coding-system on Mac OS Classic.
17479 (mac-system-coding-system): New variable.
17480
17481 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17482
17483 * startup.el (command-line): Handle `xterm-mouse-mode' before
17484 reading init file.
17485
17486 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17487
17488 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17489
17490 * progmodes/sh-script.el (sh-here-document-word): Make it a
17491 defcustom. Doc fix.
17492 (sh-add): Bash uses $(( )) for arithmetic.
17493 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17494 (sh-maybe-here-document): Remove quotes and leading whitespace
17495 from heredoc word when closing. Indent heredoc with tabs if word
17496 starts with "-".
17497
17498 2005-04-13 Richard M. Stallman <rms@gnu.org>
17499
17500 * simple.el (undo): Fix previous change.
17501
17502 * custom.el (defface): Doc fix.
17503
17504 2005-04-13 Lute Kamstra <lute@gnu.org>
17505
17506 * Makefile.in (DONTCOMPILE): Remove list.
17507 (compile, compile-always): Don't use DONTCOMPILE.
17508 (update-authors): Load the library in which batch-update-authors
17509 is defined.
17510 * makefile.w32-in (DONTCOMPILE): Remove list.
17511 (compile, compile-always): Fix comments.
17512 (update-authors): Load the library in which batch-update-authors
17513 is defined.
17514
17515 * generic-x.el (generic-mode-ini-file-find-file-hook):
17516 Rename to ini-generic-mode-find-file-hook.
17517 Keep generic-mode-ini-file-find-file-hook as an alias.
17518 (ini-generic-mode-find-file-hook): Rename from
17519 generic-mode-ini-file-find-file-hook. Fix docstring.
17520 (ini-generic-mode): Docstring change.
17521 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17522
17523 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17524 called from lisp.
17525
17526 * generic.el: Move to the emacs-lisp subdir.
17527
17528 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17529
17530 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17531 and C-S- function and cursor motion keys.
17532
17533 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17534
17535 * startup.el (command-line): Enable Xterm Mouse mode by default.
17536 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17537 for Custom. No longer show "Mouse" in mode line when enabled.
17538 Doc fix.
17539
17540 2005-04-12 Kim F. Storm <storm@cua.dk>
17541
17542 * emulation/cua-base.el (cua-rectangle-face)
17543 (cua-rectangle-noselect-face): Define face attributes here.
17544
17545 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17546
17547 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17548
17549 * startup.el (command-line): Turn off blinking cursor if
17550 cursorBlink in resources is off or false.
17551
17552 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17553
17554 * term/mac-win.el (dnd): Require dnd.
17555 (mac-drag-n-drop): Call dnd-handle-one-url.
17556 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17557 (kTextEncodingISOLatin2): Remove constants.
17558 (mac-script-code-coding-systems): New constant.
17559 (mac-handle-language-change): New function.
17560 (special-event-map): Bind it to `language-change' event.
17561 (mac-centraleurroman, mac-cyrillic): New coding systems.
17562 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17563 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17564 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17565 encode-mac-cyrillic, respectively.
17566
17567 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17568
17569 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17570 Don't set overlay-arrow-string to "=>" as this is done
17571 globally in C now.
17572
17573 2005-04-12 Lute Kamstra <lute@gnu.org>
17574
17575 * generic-x.el (rc-generic-mode, rul-generic-mode):
17576 Fix auto-mode-alist entries.
17577 (etc-fstab-generic-mode): Tweak fontification.
17578
17579 * generic.el (generic-make-keywords-list): Fix docstring.
17580 (generic-mode-internal): Simplify generic-font-lock-keywords.
17581
17582 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17583
17584 * whitespace.el (whitespace-buffer-leading)
17585 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17586 However, fix the highlight area for the leading and
17587 trailing whitespaces to show space.
17588
17589 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17590
17591 * whitespace.el (whitespace-version): Bump to 3.5
17592
17593 (whitespace-buffer-leading, whitespace-buffer-trailing):
17594 Invert sense of the test to highlight the whitespace.
17595
17596 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17597
17598 * progmodes/gud.el (gud-display-line): GUD uses its own
17599 overlay arrow now so don't set overlay-arrow-string.
17600 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17601
17602 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17603
17604 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17605 (term-ansi-current-reverse, term-ansi-current-invisible)
17606 (term-ansi-face-already-done): Change to boolean.
17607 (term-reset-terminal, term-handle-colors-array): Handle the above
17608 vars accordingly.
17609 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17610 (term-emulate-terminal): Use the new name.
17611
17612 * faces.el (secondary-selection): Use yellow1, not yellow.
17613 (trailing-whitespace): Use red1, not red.
17614
17615 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17616
17617 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17618 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17619 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17620
17621 * cus-edit.el (dnd): New group.
17622
17623 * term/w32-win.el (dnd): Require dnd
17624 (w32-drag-n-drop): Call dnd-handle-one-url.
17625
17626 * x-dnd.el: Require dnd.
17627 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17628 Call dnd-handle-one-url.
17629 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17630 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17631 to dnd-insert-text.
17632 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17633 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17634 (x-dnd-get-local-file-name, x-dnd-open-local-file)
17635 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17636
17637 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17638
17639 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17640
17641 * wdired.el: Doc fixes.
17642 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17643 (wdired-use-dired-vertical-movement): Rename from
17644 wdired-always-move-to-filename-beginning.
17645 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17646 (wdired-change-to-wdired-mode): Change mode name.
17647 (wdired-newline): Delete.
17648
17649 2005-04-11 Richard M. Stallman <rms@gnu.org>
17650
17651 * whitespace.el (whitespace-highlight-the-space):
17652 Don't call whitespace-unhighlight-the-space here.
17653
17654 * simple.el (undo): Record t in undo-equiv-table
17655 for the redo record made by an undo-in-region.
17656
17657 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17658
17659 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17660 (gdb-frame-inferior-io-buffer): New Functions to control
17661 display of separate IO buffer.
17662 (menu): Add them to menu-bar.
17663 (gdb-display-buffer): Check for buffer another frame.
17664 Protect GUD buffer.
17665 (gdb-setup-windows): Create IO buffer if not already there.
17666 (gdb-memory-mode): Remove purecopy noops.
17667
17668 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17669
17670 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17671 and pass to self-insert-command.
17672
17673 2005-04-11 Lute Kamstra <lute@gnu.org>
17674
17675 * generic.el: Commentary section cleanup.
17676 (generic): Delete.
17677 (generic-use-find-file-hook, generic-lines-to-scan)
17678 (generic-find-file-regexp, generic-ignore-files-regexp)
17679 (default-generic-mode, generic-mode-find-file-hook)
17680 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17681 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17682 (generic-use-find-file-hook, generic-lines-to-scan)
17683 (generic-find-file-regexp, generic-ignore-files-regexp)
17684 (default-generic-mode, generic-mode-find-file-hook)
17685 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17686
17687 2005-04-10 Karl Fogel <kfogel@red-bean.com>
17688
17689 * bookmark.el (bookmark-write-file): Catch errors writing file.
17690 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17691
17692 2005-04-10 Richard M. Stallman <rms@gnu.org>
17693
17694 * startup.el (fancy-splash-tail): Update copyright year.
17695 (command-line): Split part of -Q into -D.
17696 (emacs-basic-display): New defvar.
17697 (fancy-splash-text): Correct name of menu item.
17698
17699 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17700
17701 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17702 lines in one node.
17703
17704 * comint.el (comint-send-input): New arg ARTIFICIAL.
17705 Callers in this file changed.
17706
17707 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17708
17709 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17710
17711 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
17712
17713 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17714 `ldap-search-internal'.
17715
17716 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17717
17718 * files.el (set-auto-mode-1): Use line-end-position.
17719
17720 * international/latin-1.el:
17721 * international/latin-2.el:
17722 * international/latin-3.el:
17723 * international/latin-4.el:
17724 * international/latin-5.el:
17725 * international/latin-8.el:
17726 * international/latin-9.el: Give punctuation syntax to NBSP.
17727
17728 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17729 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17730 Use char-classes to accept non-ascii letters, accepted in some recent
17731 bibtex implementations.
17732
17733 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17734
17735 * custom.el (custom-set-minor-mode): Any non-nil value for the
17736 variable should enable the mode when set through Custom.
17737
17738 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17739
17740 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17741 TAB binding so tab-always-indent is obeyed.
17742 (vhdl-minibuffer-local-map): Move initialization into declaration.
17743 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17744 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17745 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17746 (vhdl-current-line): Use line-beginning-position.
17747 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17748 with-output-to-temp-buffer, so the current position can be recorded.
17749
17750 2005-04-10 Masatake YAMATO <jet@gyve.org>
17751
17752 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17753 Add regexp for gcov.
17754
17755 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17756
17757 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17758 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17759 syntax which Emacs 20 doesn't support.
17760
17761 2005-04-09 Richard M. Stallman <rms@gnu.org>
17762
17763 * help.el (describe-key-briefly, describe-key):
17764 Replace strings as event types with "(any string)".
17765
17766 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17767
17768 * arc-mode.el (archive-mode-map): Move initialization into
17769 the declaration. Override *all* bindings of `undo'.
17770 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17771
17772 2005-04-09 Jay Belanger <belanger@truman.edu>
17773
17774 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17775
17776 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17777
17778 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17779 (xterm-register-default-colors): Update color values computation
17780 to match xterm-200.
17781
17782 2005-04-09 Kenichi Handa <handa@m17n.org>
17783
17784 * international/code-pages.el (iso-latin-7): Fix the map.
17785
17786 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17787
17788 * emacs-lisp/lisp.el (defun-prompt-regexp)
17789 (parens-require-spaces, buffer-end, end-of-defun)
17790 (insert-parentheses): Doc fixes.
17791
17792 2005-04-08 Kim F. Storm <storm@cua.dk>
17793
17794 * comint.el (comint-highlight-prompt): Fix face spec.
17795 * hi-lock.el (hi-green): Likewise.
17796
17797 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17798
17799 * cus-edit.el (custom-modified-face):
17800 * comint.el (comint-highlight-input): Fix previous changes.
17801 * term.el (term-handle-ansi-escape): Add a comment.
17802
17803 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17806 in the buffer and in whitespace-highlighted-space.
17807 (whitespace-unhighlight-the-space): Simplify.
17808 (whitespace-buffer): Simplify.
17809
17810 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17811
17812 * textmodes/table.el (table-cell-face): Add special case for
17813 displays supporting a high number of colors.
17814 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17815 (vhdl-font-lock-reserved-words-face)
17816 (vhdl-speedbar-architecture-face)
17817 (vhdl-speedbar-instantiation-face)
17818 (vhdl-speedbar-architecture-selected-face)
17819 (vhdl-speedbar-instantiation-selected-face): Likewise.
17820 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17821 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17822 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17823 (ebrowse-root-class-face, ebrowse-member-attribute-face)
17824 (ebrowse-progress-face): Likewise.
17825 * progmodes/compile.el (compilation-info-face): Likewise.
17826 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17827 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17828 * calendar/calendar.el (diary-face): Likewise.
17829 * woman.el (woman-italic-face, woman-bold-face)
17830 (woman-unknown-face): Likewise.
17831 * wid-edit.el (widget-button-pressed-face): Likewise.
17832 * whitespace.el (whitespace-highlight-face): Likewise.
17833 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17834 * pcvs-info.el (cvs-marked-face): Likewise.
17835 * info.el (info-xref): Likewise.
17836 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17837 * hilit-chg.el (highlight-changes-face)
17838 (highlight-changes-delete-face): Likewise.
17839 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17840 (hi-red-b): Likewise.
17841 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17842 * font-lock.el (font-lock-keyword-face)
17843 (font-lock-function-name-face, font-lock-warning-face): Likewise.
17844 * cus-edit.el (custom-invalid-face, custom-modified-face)
17845 (custom-set-face, custom-changed-face, custom-variable-tag-face)
17846 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17847 * comint.el (comint-highlight-prompt): Likewise.
17848
17849 2005-04-08 Lute Kamstra <lute@gnu.org>
17850
17851 * font-lock.el (font-lock-keywords): Docstring fixes.
17852
17853 2005-04-08 Kenichi Handa <handa@m17n.org>
17854
17855 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17856 chars are more than a limit, print " and more..." at the tail.
17857
17858 2005-04-08 Kim F. Storm <storm@cua.dk>
17859
17860 * emacs-lisp/authors.el (authors-aliases): Update list.
17861 (authors-ignored-files): New list.
17862 (authors-fixed-entries): Fix typo.
17863 (authors-renamed-files-alist): Update list.
17864 (authors-add): Check authors-ignored-files.
17865
17866 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
17867
17868 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17869 optional, to ensure backward compatibility.
17870
17871 2005-04-08 Stephen Eglen <stephen@gnu.org>
17872
17873 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17874
17875 2005-04-08 Kim F. Storm <storm@cua.dk>
17876
17877 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17878
17879 * mouse.el (mouse-on-link-p): Doc fix.
17880
17881 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17882
17883 * ielm.el (ielm-prompt-read-only): Doc fix.
17884
17885 * comint.el (comint-prompt-read-only): Doc fix.
17886
17887 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17888
17889 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17890 ensure dired always handles wildcards passed to ffap.
17891 (find-file-at-point): Use it.
17892 (ffap-dired-wildcards): Doc fix.
17893
17894 2005-04-07 Juri Linkov <juri@jurta.org>
17895
17896 * simple.el (next-error-overlay-arrow-position): New defvar.
17897 Put "=>" on its property `overlay-arrow-string'. Add it to
17898 `overlay-arrow-variable-list'.
17899
17900 * progmodes/compile.el (compilation-setup):
17901 Set `next-error-overlay-arrow-position' to nil. Also set it to
17902 nil in the local hook `kill-buffer-hook'. Make local variable
17903 `overlay-arrow-string' and set it to "=>".
17904 (compilation-goto-locus): Set BOL position to
17905 `next-error-overlay-arrow-position' instead of
17906 `overlay-arrow-position'.
17907
17908 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17909 locally instead of adding it to the global hook.
17910 (Info-kill-buffer): Move up.
17911
17912 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
17913
17914 * term/xterm.el (xterm-standard-colors): Update color values from
17915 xterm-200.
17916
17917 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17918
17919 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17920
17921 * fast-lock.el:
17922 * lazy-lock.el: Move them to the obsolete subdir.
17923
17924 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17925
17926 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17927 (wdired-add-replace-advice): Remove.
17928 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17929
17930 2005-04-06 Kim F. Storm <storm@cua.dk>
17931
17932 * startup.el (command-line): Add --bare-bones alias for -Q.
17933
17934 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17935
17936 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17937 create the startup fontset if a font specification ends with
17938 `mac-roman'.
17939
17940 2005-04-06 Lute Kamstra <lute@gnu.org>
17941
17942 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17943 change.
17944
17945 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17946 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17947
17948 2005-04-05 Lute Kamstra <lute@gnu.org>
17949
17950 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17951 (define-generic-mode): Ditto. Fix debug declaration.
17952
17953 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17954 Put them in the generic-x group.
17955
17956 * calendar/timeclock.el (timeclock): Doc fix.
17957
17958 * generic.el (define-generic-mode): Don't use custom-current-group.
17959 Document default :group value.
17960 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17961 (define-global-minor-mode): Don't use custom-current-group.
17962
17963 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
17964
17965 * startup.el (command-line-1): Display startup-echo-area-message
17966 when fancy splash screen is in use.
17967
17968 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17969 (sh-escaped-newline): New face.
17970 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17971 newline, and use sh-escaped-newline face.
17972
17973 * progmodes/tcl.el (tcl-escaped-newline): New face.
17974 (tcl-builtin-list): New variable.
17975 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17976 newlines. Fix keywords subexpression number.
17977
17978 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
17979
17980 * textmodes/org.el (org-diary-default-entry): Fix call to
17981 `add-to-diary-entry'.
17982
17983 2005-04-05 Kim F. Storm <storm@cua.dk>
17984
17985 * ediff-init.el: Use (featurep 'xemacs).
17986
17987 2005-04-05 David Ponce <david@dponce.com>
17988
17989 * cus-edit.el (face): Derive from symbol widget. Display sample
17990 of the current face on the fly.
17991 (widget-face-sample-face-get, widget-face-notify): New functions.
17992 (widget-face-value-create): Remove.
17993
17994 * wid-edit.el (widget-field-end): Temporarily remove field
17995 narrowing before to call `get-char-property'.
17996
17997 2005-04-04 Jay Belanger <belanger@truman.edu>
17998
17999 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18000 (math-read-subscripts): New variable.
18001 (math-read-preprocess-string): Process subscripts.
18002
18003 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18004
18005 * comint.el (comint-prompt-read-only): Doc fix.
18006
18007 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18008 `-1'. Doc fix.
18009
18010 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18011
18012 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18013 Change default value to nil.
18014
18015 2005-04-04 Lute Kamstra <lute@gnu.org>
18016
18017 * autorevert.el (auto-revert-mode): Specify :group.
18018 * battery.el (display-battery-mode): Specify :group.
18019 * diff-mode.el (diff-minor-mode): Specify :group.
18020 * font-core.el (font-lock-mode): Specify :group.
18021 * hl-line.el (hl-line-mode): Specify :group.
18022 * iimage.el (iimage): New customization group.
18023 (iimage-mode): Specify :group.
18024 * longlines.el (longlines-mode): Specify :group.
18025 * master.el: Don't require easy-mmode.
18026 (master): New customization group.
18027 (master-mode): Specify :group.
18028 * msb.el (msb-mode): Specify :group.
18029 * reveal.el (reveal-mode): Specify :group.
18030 * simple.el (next-error-follow-minor-mode): Specify :group.
18031 * smerge-mode.el (smerge-mode): Specify :group.
18032 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18033 * emulation/cua-base.el (cua-mode): Specify :group.
18034 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18035 * language/thai-util.el (thai-auto-composition-mode)
18036 (thai-word-mode): Specify :group.
18037 * mail/supercite.el (sc-minor-mode): Specify :group.
18038 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18039 * progmodes/flymake.el (flymake-mode): Specify :group.
18040 * progmodes/glasses.el (glasses-mode): Specify :group.
18041 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18042 * textmodes/enriched.el (enriched-mode): Specify :group.
18043 * textmodes/refill.el (refill-mode): Specify :group.
18044
18045 * add-log.el (change-log-font-lock-keywords): Names in
18046 parenthesized lists can contain spaces.
18047
18048 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18049
18050 * startup.el (fancy-splash-text): Shorten default text of
18051 "Emacs Tutorial" line. Also, if the current language env
18052 indicates an available tutorial file other than TUTORIAL,
18053 extract its title and append it to the line in parentheses.
18054 (fancy-splash-insert): If arg is a thunk, funcall it.
18055
18056 2005-04-04 Jay Belanger <belanger@truman.edu>
18057
18058 * calc.el (calc-language-alist): Add tags to customization type.
18059
18060 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18061
18062 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18063 Doc fix.
18064
18065 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18066
18067 * add-log.el (change-log-font-lock-keywords): The manual
18068 describing a Change Log entry, says: (...) "Aside from these
18069 header lines, every line in the change log starts with a space or
18070 a tab.". The font-lock was not highlighting lines started with
18071 spaces, added support for it.
18072
18073 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18074
18075 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18076 (bibtex-generate-url-list): Update docstring accordingly. Put the
18077 complex example in the docstring.
18078 (bibtex-font-lock-url): Use pop.
18079
18080 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18081
18082 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18083
18084 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18085
18086 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18087
18088 * filesets.el (filesets-set-default): Doc fix.
18089
18090 2005-04-03 Lute Kamstra <lute@gnu.org>
18091
18092 * generic.el (define-generic-mode): Add argument to specify
18093 keywords for defcustom.
18094 (default-generic-mode): Specify :group.
18095
18096 * generic-x.el: Specify :group for all generic modes.
18097
18098 * desktop.el (desktop-no-desktop-file-hook)
18099 (desktop-after-read-hook): Doc fix.
18100
18101 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18102
18103 * simple.el (visible-mode): Use explicit :group keyword.
18104 This changes the group of `visible-mode-hook' from paren-blinking
18105 to editing-basics.
18106
18107 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18108
18109 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18110 mailbox specifications as well as URLs.
18111 (rmail-insert-inbox-text): Remove unused conditional branches.
18112
18113 2005-04-01 Jay Belanger <belanger@truman.edu>
18114
18115 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18116 (calc-gnuplot-print-command): Move definitions to calc.el.
18117
18118 * calc/calc-embed.el (calc-embedded-announce-formula)
18119 (calc-embedded-open-formula, calc-embedded-close-formula)
18120 (calc-embedded-open-word, calc-embedded-close-word)
18121 (calc-embedded-open-plain, calc-embedded-close-plain)
18122 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18123 (calc-embedded-open-mode, calc-embedded-close-mode):
18124 Move definitions to calc.el.
18125
18126 * calc/calc.el (calc-settings-file, calc-language-alist):
18127 Make customizable.
18128 (calc-embedded-announce-formula, calc-embedded-open-formula)
18129 (calc-embedded-close-formula, calc-embedded-open-word)
18130 (calc-embedded-close-word, calc-embedded-open-plain)
18131 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18132 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18133 (calc-embedded-close-mode, calc-gnuplot-name)
18134 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18135 from other files and make customizable.
18136
18137 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18138
18139 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18140 Use buffer-live-p.
18141 (cvs-mode-run): Don't call cvs-update-header here.
18142 (cvs-run-process): Call cvs-update-header.
18143 Use process properties for cvs-postprocess and cvs-buffer so that
18144 the sentinel can behave better if the temp buffer is killed.
18145 Use a pipe rather than a tty, to better handle unexpected prompts.
18146 (cvs-sentinel): Rewrite. Call cvs-update-header.
18147
18148 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18149
18150 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18151 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18152
18153 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18154
18155 * generic.el (define-generic-mode): Add indentation rule.
18156
18157 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18158
18159 * files.el (mode-require-final-newline): Make Custom correctly
18160 report a nil value and allow to set it to nil via Custom.
18161 Doc fix.
18162
18163 2005-04-01 Kenichi Handa <handa@m17n.org>
18164
18165 * international/characters.el: Enable the correct case setting for
18166 dotless-i and dotted-I.
18167
18168 2005-04-01 Kim F. Storm <storm@cua.dk>
18169
18170 * ido.el (ido-file-internal): Fall back to non-ido command if
18171 initial directory is on slow ftp (or tramp) host.
18172
18173 2005-03-31 Richard M. Stallman <rms@gnu.org>
18174
18175 * emacs-lisp/autoload.el (make-autoload):
18176 Handle define-global-minor-mode.
18177
18178 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18179 Rename from easy-mmode-define-global-mode.
18180 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18181
18182 * progmodes/scheme.el (scheme-mode-syntax-table):
18183 Update syntax of | and # for two-character comment syntax.
18184
18185 2005-03-31 Lute Kamstra <lute@gnu.org>
18186
18187 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18188 (define-minor-mode): Call custom-current-group at load-time.
18189
18190 * generic.el (define-generic-mode): Add debug declaration.
18191 Add defcustom for the mode hook.
18192 (generic-mode-internal): Use run-mode-hooks.
18193
18194 2005-03-31 Kim F. Storm <storm@cua.dk>
18195
18196 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18197 (mouse-fixup-help-message): New defun called by show_help_echo
18198 to fixup mouse-2 prefix in help messages when applicable.
18199
18200 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18201
18202 2005-03-31 Kenichi Handa <handa@m17n.org>
18203
18204 * language/thai-word.el (thai-find-word-ends): Pay attention to
18205 the case that we reach the end of buffer.
18206
18207 * textmodes/fill.el (fill-text-properties-at): New function.
18208 (fill-newline): Use fill-text-properties-at instead of
18209 text-properties-at.
18210
18211 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18212
18213 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18214 not comint-quote-filename.
18215
18216 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18217
18218 * help-fns.el (help-with-tutorial): Revert last change.
18219
18220 2005-03-31 Kim F. Storm <storm@cua.dk>
18221
18222 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18223
18224 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18225
18226 * calendar/cal-china.el: Update reference to "Calendrical
18227 Calculations" book; there's a new edition.
18228 * calendar/cal-coptic.el: Likewise.
18229 * calendar/cal-french.el: Likewise.
18230 * calendar/cal-hebrew.el: Likewise.
18231 * calendar/cal-islam.el: Likewise.
18232 * calendar/cal-iso.el: Likewise.
18233 * calendar/cal-julian.el: Likewise.
18234 * calendar/cal-mayan.el: Likewise.
18235 * calendar/cal-persia.el: Likewise.
18236 * calendar/calendar.el: Likewise.
18237 * calendar/holidays.el: Likewise.
18238 * calendar/lunar.el: Likewise.
18239 * calendar/solar.el: Likewise.
18240
18241 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18242 white space from doc string.
18243
18244 2005-03-30 Jay Belanger <belanger@truman.edu>
18245
18246 * calc/calc-help.el (calc-full-help): Remove email address.
18247
18248 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18249
18250 * help-fns.el (help-with-tutorial): Delete title line.
18251
18252 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18253
18254 * calendar/cal-x.el (calendar-one-frame-setup)
18255 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18256 rather than `symbol' for set-window-dedicated-p.
18257
18258 * calendar/appt.el (appt-buffer-name): Make it a constant.
18259 (appt-add): Doc fix.
18260
18261 * filesets.el (filesets-menu-path, filesets-menu-before)
18262 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18263 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18264 (filesets-add-submenu): Delete and use add-submenu instead.
18265
18266 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18267
18268 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18269 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18270 (org-diary-default-entry): New function.
18271 (org-get-entries-from-diary): Better parsing of diary entries.
18272 (org-agenda-check-no-diary): New function.
18273 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18274 linking to diary entries.
18275 (org-agenda-execute-calendar-command): New function.
18276 (org-agenda): Improve visible section in window.
18277 Use `org-fit-agenda-window'.
18278 (org-fit-agenda-window): New option.
18279 (org-move-subtree-down): Better handling of empty lines
18280 at end of subtree.
18281 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18282 levels up.
18283 (org-fontify-done-headline): New option.
18284 (org-headline-done-face): New face.
18285 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18286 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18287 When current field is non-empty, it is copied to next row.
18288 (org-table-copy-from-above): Fix bug which made it
18289 impossible to copy fields containing only a single non-white character.
18290
18291 2005-03-30 Kim F. Storm <storm@cua.dk>
18292
18293 * kmacro.el (kmacro-end-macro): Isearch may store this command
18294 into the macro -- so ignore it when executing keyboard macro.
18295
18296 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18297
18298 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18299
18300 2005-03-29 Kenichi Handa <handa@m17n.org>
18301
18302 * language/thai.el ("Thai"): Set setup-function and exit-function
18303 for Thai language environment.
18304
18305 * language/thai-util.el: Require thai-word.
18306 (thai-word-mode-map): New variable.
18307 (thai-word-mode): New minor mode.
18308 (setup-thai-language-environment-internal): New function.
18309 (exit-thai-language-environment-internal): New function.
18310
18311 * language/thai-word.el (thai-word-table): Declare it by defvar,
18312 use dolist to initialize it.
18313 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18314 (thai-fill-find-break-point): New functions.
18315
18316 2005-03-29 Richard M. Stallman <rms@gnu.org>
18317
18318 * simple.el (idle-update-delay): Move definition up.
18319 (set-mark): Doc fix.
18320
18321 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18322
18323 * longlines.el: New file.
18324
18325 * simple.el (buffer-substring-filters): New variable.
18326 (filter-buffer-substring): New function.
18327 (kill-region, copy-region-as-kill): Use it.
18328
18329 * register.el (copy-to-register, append-to-register)
18330 (prepend-to-register): Use filter-buffer-substring.
18331
18332 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18333
18334 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18335 (gud-filter-pending-text): Move in front of gdb.
18336 (gud-overlay-arrow-position): New variable.
18337 (gud-sentinel, gud-display-line): Use it in place of
18338 overlay-arrow-position.
18339
18340 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18341
18342 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18343 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18344 (fortran-font-lock-keywords-4): New variable.
18345 (fortran-blocks-re, fortran-end-block-re)
18346 (fortran-start-block-re): New constants, for hideshow.
18347 (hs-special-modes-alist): Add a Fortran entry.
18348 (fortran-mode-map): Bind fortran-end-of-block,
18349 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18350 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18351 (fortran-looking-at-if-then, fortran-end-of-block)
18352 (fortran-beginning-of-block): New functions, for hideshow.
18353
18354 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18355 Doc fix. Tweak regexp.
18356 (f90-beginning-of-block): Push mark first.
18357
18358 2005-03-29 Jay Belanger <belanger@truman.edu>
18359
18360 * calc/calc.el: Update copyright date.
18361 (calc-version): Increase to 2.1.
18362 (calc-version-date): Remove.
18363
18364 * calc/calc-help.el: Update copyright date.
18365 (calc-full-help): Remove reference to calc-version-date.
18366 Update copyright date.
18367
18368 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18369
18370 * vc.el (vc-do-command): Use a pipe for async processes, so password
18371 prompts don't show up at places where the user can't reply.
18372
18373 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18374
18375 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18376 on the file name we pass to the inferior shell.
18377
18378 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18379
18380 * progmodes/which-func.el (which-function): Be robust in the face of an
18381 imenu--make-index-alist failure.
18382
18383 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18384
18385 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18386
18387 * progmodes/python.el (python-preoutput-filter): Fix last change.
18388
18389 2005-03-29 Lute Kamstra <lute@gnu.org>
18390
18391 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18392 functions and compiled macros.
18393 (debug-convert-byte-code): Handle macros too.
18394 (debug-on-entry-1): Don't signal an error when trying to clear a
18395 function that is not set to debug on entry.
18396
18397 2005-03-29 Jay Belanger <belanger@truman.edu>
18398
18399 * calc/calc-lang.el: Add functions to math-function-table
18400 properties of tex and math.
18401
18402 2005-03-29 Kenichi Handa <handa@m17n.org>
18403
18404 * ps-mule.el (ps-mule-plot-string): Translate characters by
18405 ps-print-translation-table.
18406 (ps-mule-begin-job): Call find-charset-region/string with
18407 ps-print-translation-table.
18408 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18409
18410 * ps-print.el (ps-print-translation-table): New variable.
18411 (ps-plot-region): Translate characters by ps-print-translation-table.
18412
18413 2005-03-29 Juri Linkov <juri@jurta.org>
18414
18415 * simple.el (next-error-highlight-timer): New variable.
18416
18417 * progmodes/compile.el (compilation-goto-locus):
18418 Use `next-error-highlight-timer' instead of `sit-for'.
18419
18420 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18421
18422 * mail/supercite.el (sc-mail-field): Use assoc-string.
18423 (sc-get-address): Simplify regexps.
18424
18425 * files.el (minibuffer-with-setup-hook): New macro.
18426 (find-file-read-args): Use it to avoid let-binding
18427 minibuffer-with-setup-hook (which breaks turning on/off
18428 file-name-shadow-mode while in the prompt).
18429
18430 * complete.el (PC-read-include-file-name-internal):
18431 Use test-completion.
18432
18433 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18434
18435 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18436
18437 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18438
18439 * window.el (window-buffer-height): Use count-screen-lines.
18440
18441 * progmodes/python.el (python-preoutput-leftover): New var.
18442 (python-preoutput-filter): Use it.
18443 (python-send-receive): Loop until all the result has been received.
18444
18445 2005-03-28 Juri Linkov <juri@jurta.org>
18446
18447 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18448
18449 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18450 "Recover Crashed Session".
18451 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18452 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18453 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18454 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18455 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18456 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18457 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18458 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18459
18460 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18461 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18462 Ediff Sessions", "Toggle use of separate control buffer frame",
18463 "Use separate frame for Ediff control buffer".
18464
18465 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18466 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18467 "Rename Bookmark", "Delete Bookmark".
18468
18469 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18470 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18471 Add `:active Info-index-alternatives' to "Next Matching Item".
18472
18473 * wdired.el (wdired-change-to-wdired-mode):
18474 Mention `wdired-abort-changes' key in the initial message.
18475
18476 * international/mule.el (auto-coding-alist): Associate non-ascii
18477 image filename extensions with `no-conversion'.
18478
18479 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * international/iso-acc.el:
18482 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18483
18484 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18485
18486 * textmodes/sgml-mode.el (html-mode): Doc update.
18487
18488 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18489
18490 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18491
18492 * term.el (term-move-columns): Fix face after extending a line.
18493 (term-insert-spaces): Likewise.
18494 (term-reset-terminal): Fix off by one error.
18495
18496 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18497
18498 * international/mule.el (auto-coding-alist): Add .xpi files.
18499
18500 * files.el (auto-mode-alist): Add .xpi files.
18501
18502 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18503
18504 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18505
18506 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18507
18508 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18509
18510 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18511
18512 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18513 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18514
18515 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18516 cursor to Jan 1 when needed.
18517 (calendar-end-of-year): Fix -/+ typo.
18518 Reported by Chong Yidong <cyd@stupidchicken.com>.
18519
18520 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18521
18522 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18523
18524 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18525 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18526
18527 2005-03-25 Richard M. Stallman <rms@gnu.org>
18528
18529 * filesets.el (filesets-init): Add autoload.
18530
18531 * mail/mailalias.el (mail-directory): Doc fix.
18532
18533 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18534
18535 * mail/mailalias.el (mail-directory-process): Do nothing if
18536 mail-directory-process is an atom.
18537 (mail-get-names): Ignore mail-directory-names if it is an atom.
18538 (mail-directory-process defvar): Doc fix.
18539 (mail-names): Doc fix.
18540
18541 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18542
18543 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18544
18545 2005-03-26 Kenichi Handa <handa@m17n.org>
18546
18547 * international/mule-util.el (detect-coding-with-priority):
18548 Call update-coding-systems-internal before detect-coding-region.
18549
18550 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18551
18552 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18553 (gdb-frames-mode-map): Add follow-link property.
18554
18555 2005-03-25 Jay Belanger <belanger@truman.edu>
18556
18557 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18558 for variables.
18559
18560 2005-03-25 Juri Linkov <juri@jurta.org>
18561
18562 * image-mode.el: Optimize image filename extension regexps in
18563 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18564 in `auto-mode-alist'.
18565 (image-mode): Add `image-toggle-display-text' to local hook
18566 `change-major-mode-hook'. Display the image as an image by
18567 default. Set `cursor-type' and `truncate-lines' if the image
18568 is already displayed. Take into account the current mode (image
18569 or text) in message.
18570 (image-minor-mode): New minor mode.
18571 (image-mode-maybe, image-toggle-display-text): New functions.
18572 (image-toggle-display): Use called-interactively-p.
18573 Let-bind `inhibit-read-only' to t.
18574
18575 * image-mode.el (image-minor-mode): Set `cursor-type' and
18576 `truncate-lines' if the image is already displayed. Add turning
18577 image-minor-mode off to `change-major-mode-hook'. Add message.
18578 Call `image-toggle-display-text' after turning image-minor-mode off.
18579
18580 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18581
18582 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18583 Terminal.app, use utf-8.
18584 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18585 (set-locale-environment): Use it.
18586
18587 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18588
18589 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18590
18591 * progmodes/python.el (python-close-block-statement-p)
18592 (python-outdent-p, python-current-defun): Use symbol-end.
18593
18594 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18595
18596 * files.el (save-some-buffers): Doc fix.
18597
18598 2005-03-25 Werner Lemberg <wl@gnu.org>
18599
18600 * complete.el, thumbs.el: Replace `legal' with `valid'.
18601 * calendar/calendar.el: Replace `legal' with `valid'.
18602 * emacs-lisp/advice.el: Replace `legal' with `valid'.
18603 * mail/supercite.el: Replace `legal' with `valid'.
18604 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18605 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18606 Replace `legal' with `valid'.
18607 * textmodes/reftex-vars.el, textmodes/reftex.el:
18608 Replace `legal' with `valid'.
18609
18610 2005-03-25 Werner Lemberg <wl@gnu.org>
18611
18612 * calc/calc-forms.el, calc/calc-sel.el
18613 * midnight.el, vc-cvs.el
18614 * emacs-lisp/cl-macs.el
18615 * emulation/vip.el
18616 * eshell/esh-io.el, eshell/esh-var.el
18617 * mail/supercite.el
18618 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18619 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18620 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18621 * progmodes/sh-script.el, progmodes/xscheme.el
18622 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18623 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18624 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18625 * textmodes/reftex.el, textmodes/org.el:
18626 Replace `illegal' with `invalid'.
18627
18628 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18629
18630 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18631 (flymake-find-buildfile, flymake-find-possible-master-files)
18632 (flymake-check-include, flymake-parse-line): Replace loops over the
18633 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18634
18635 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18636 Substitute file-name-as-directory in the rest of the file.
18637 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18638 (flymake-replace-region): Remove unused arg `buffer'.
18639 (flymake-check-patch-master-file-buffer): Update calls to it.
18640 (flymake-add-err-info): Remove unused var `count'.
18641 (flymake-mode): Use define-minor-mode.
18642
18643 * progmodes/flymake.el: Use with-current-buffer.
18644 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18645 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18646 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18647 Avoid testing for `xemacs'.
18648 (flymake-nop): Move.
18649 (flymake-region-has-flymake-overlays): Return the computed value.
18650 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18651 Remove unused var `endline'.
18652 (flymake-get-line-count): Remove unused function.
18653 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18654
18655 * emulation/vi.el:
18656 * generic.el:
18657 * hilit-chg.el (global-highlight-changes):
18658 * hi-lock.el (hi-lock-mode):
18659 * follow.el: find-file-hooks -> find-file-hook.
18660
18661 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18662
18663 2005-03-24 Juri Linkov <juri@jurta.org>
18664
18665 * dired.el (dired-mode-map): Add menu item "Compare directories"
18666 for dired-compare-directories.
18667
18668 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18669 Doc fix. Replace `read-file-name' with `read-directory-name'.
18670
18671 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18672
18673 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18674
18675 2005-03-24 Jay Belanger <belanger@truman.edu>
18676
18677 * calc/calc-embed.el (calc-embedded-mode-change): Save all
18678 relevant mode settings in calc-embedded-original-modes when modes
18679 are permanently changed.
18680
18681 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * autoinsert.el: find-file-hooks -> find-file-hook.
18684
18685 2005-03-24 Lute Kamstra <lute@gnu.org>
18686
18687 * generic.el (generic-font-lock-defaults): Make it obsolete.
18688 (generic-font-lock-keywords): New variable to replace
18689 generic-font-lock-defaults.
18690 (generic-mode-set-font-lock): Delete it.
18691 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18692 (generic-bracket-support): Add docstring.
18693
18694 * generic-x.el: Rename generic-font-lock-defaults to
18695 generic-font-lock-keywords throughout.
18696 (mailagent-rules-setup-function): Delete it.
18697 (mailagent-rules-generic-mode): Use anonymous function instead.
18698 (show-tabs-generic-mode-font-lock-defaults-1)
18699 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18700 Quote faces.
18701 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18702 not foreground.
18703
18704 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18705 Recognize define-generic-mode.
18706
18707 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18708
18709 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18710 if there's no completion table.
18711
18712 2005-03-23 Miles Bader <miles@gnu.org>
18713
18714 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18715 Remove tty-specific variants, as they're no longer needed.
18716
18717 2005-03-23 Lute Kamstra <lute@gnu.org>
18718
18719 * generic-x.el: Code cleanup: make args constant whenever possible.
18720 (installshield-statement-keyword-list)
18721 (installshield-system-functions-list)
18722 (installshield-system-variables-list, installshield-types-list)
18723 (installshield-funarg-constants-list): Make them constants.
18724
18725 * generic.el (generic-make-keywords-list): Add autoload cookie.
18726
18727 * calendar/time-date.el: Add comment on time value formats.
18728 Don't require parse-time.
18729 (with-decoded-time-value): New macro.
18730 (encode-time-value): New function.
18731 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18732 (days-to-time): Return a valid time value when arg is huge.
18733 (time-since): Use time-subtract.
18734 (time-to-number-of-days): Use time-to-seconds.
18735
18736 2005-03-23 David Ponce <david@dponce.com>
18737
18738 * recentf.el (recentf-keep): New option.
18739 (recentf-menu-action): Default to `find-file'.
18740 (recentf-keep-non-readable-files-flag)
18741 (recentf-keep-non-readable-files-p)
18742 (recentf-file-readable-p, recentf-find-file)
18743 (recentf-cleanup-remote): Remove.
18744 (recentf-include-p): More robust.
18745 (recentf-keep-p): New function.
18746 (recentf-remove-if-non-kept): Rename from
18747 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
18748 All callers updated.
18749 (recentf-menu-items-for-commands): Fix help string.
18750 (recentf-track-closed-file): Update. Doc fix.
18751 (recentf-cleanup): Update. Count removed files. Doc fix.
18752
18753 2005-03-23 Kim F. Storm <storm@cua.dk>
18754
18755 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18756 Don't inherit from fringe face (now happens automatically).
18757
18758 2005-03-22 Kim F. Storm <storm@cua.dk>
18759
18760 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18761 position values.
18762
18763 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * menu-bar.el (showhide-date-time): Remove.
18766 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18767 (menu-bar-make-mm-toggle): Simplify.
18768
18769 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18770
18771 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18772 Accept qualified variable and function names.
18773
18774 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18775
18776 * bindings.el (completion-ignored-extensions):
18777 Remove ".lis" for `vax-vms'.
18778
18779 2005-03-22 Andreas Schwab <schwab@suse.de>
18780
18781 * generic-x.el: Revert last change.
18782 * ldefs-boot.el: Update.
18783
18784 2005-03-22 Jay Belanger <belanger@truman.edu>
18785
18786 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18787 (calc-embedded-save-original-modes)
18788 (calc-embedded-restore-original-modes): New functions.
18789 (calc-do-embedded): Save original modes when entering embedded mode
18790 and restore when leaving embedded mode.
18791 (calc-embedded-modes-change): Change the value of
18792 calc-embedded-original-modes to reflect permanent changes.
18793
18794 2005-03-22 Lute Kamstra <lute@gnu.org>
18795
18796 * generic-x.el: Require generic again.
18797
18798 2005-03-22 Miles Bader <miles@gnu.org>
18799
18800 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18801 Tweak details to look good on both ttys and bitmap displays, light
18802 or dark background, etc.
18803
18804 2005-03-21 Kim F. Storm <storm@cua.dk>
18805
18806 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18807 mouse position.
18808
18809 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18810
18811 * icomplete.el: Don't forcibly turn on the mode upon load.
18812 (icomplete-mode): Use define-minor-mode.
18813 (icomplete-eoinput): Default to nil.
18814 (icomplete-minibuffer-setup): Remove autoload.
18815 (icomplete-tidy): Simplify.
18816 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18817 in the initial state or if the user has modified the field.
18818 Fix handling of icomplete-max-delay-chars.
18819 Remove code that handles the oddball case where
18820 minibuffer-completion-table is an integer.
18821 Wrap icomplete-completions in while-no-input in case building
18822 completions takes more time than expected.
18823 (icomplete-completions): Simplify.
18824
18825 2005-03-21 Richard M. Stallman <rms@gnu.org>
18826
18827 * jka-compr.el (jka-compr-really-do-compress):
18828 Make variable buffer-local.
18829
18830 * image-mode.el: Handle .xpm files too.
18831 (image-toggle-display): Preserve modification flag.
18832
18833 * help.el (where-is): Don't mention aliases with no key bindings.
18834
18835 2005-03-21 Lute Kamstra <lute@gnu.org>
18836
18837 * generic.el: Fix commentary section. Don't require cl for
18838 compilation.
18839 (generic-mode-list): Add autoload cookie.
18840 (generic-use-find-file-hook, generic-lines-to-scan)
18841 (generic-find-file-regexp, generic-ignore-files-regexp)
18842 (generic-mode, generic-mode-find-file-hook)
18843 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18844 (define-generic-mode): Make it a defmacro. Fix docstring.
18845 (generic-mode-internal): Code cleanup. Add autoload cookie.
18846 (generic-mode-set-comments): Code cleanup.
18847 * generic-x.el: Don't prevent compilation. Don't require generic.
18848 Follow coding conventions. Minor code cleanup.
18849 (etc-fstab-generic-mode): Add some keywords.
18850 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18851 define-generic-mode like a function declaration.
18852
18853 2005-03-21 Jay Belanger <belanger@truman.edu>
18854
18855 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18856 changing modes.
18857
18858 2005-03-21 Sam Steingold <sds@gnu.org>
18859
18860 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18861
18862 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18863
18864 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18865 Add underscore to "f$ lexicals" regexp.
18866
18867 2005-03-20 Juri Linkov <juri@jurta.org>
18868
18869 * subr.el (progress-reporter-do-update): When `min-value' is equal
18870 to `max-value', set `percentage' to 0 and prevent division by zero.
18871
18872 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
18873
18874 Sync with Tramp 2.0.48.
18875
18876 * net/tramp.el (all): Change all addresses to .gnu.org.
18877 (tramp-append-tramp-buffers): New defun.
18878 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18879 Catch `dont-send' signal.
18880 (tramp-set-auto-save-file-modes): Set always permissions, because
18881 there might be an old auto-saved file belonging to another
18882 original file. This could be a security threat. Reported by
18883 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18884 Check for Emacs 21.3.50 removed.
18885
18886 * net/tramp-smb.el (all): Remove debug construct for
18887 `with-parsed-tramp-file-name'.
18888 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18889 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18890 No error message if DIRECTORY or FILENAME doesn't exist.
18891 (tramp-smb-open-connection): Check existence of
18892 `tramp-smb-program'.
18893
18894 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18895
18896 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18897 Properly handle the case where the `m' or `s' command's argument is not
18898 yet terminated.
18899 (perl-indent-new-calculate): New function.
18900 (perl-indent-line): Use it.
18901
18902 2005-03-20 Miles Bader <miles@gnu.org>
18903
18904 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18905 in text-mode too. Change to new face names.
18906 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18907 Add `:weight bold' attribute.
18908 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18909
18910 2005-03-19 Juri Linkov <juri@jurta.org>
18911
18912 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
18913
18914 * international/mule.el (auto-coding-alist): Sync with
18915 `auto-mode-alist' by adding upper case archive file extensions
18916 and adding ear/war to jar extension.
18917
18918 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
18919
18920 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18921 running, restart it.
18922
18923 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
18924
18925 * finder.el (finder-current-item): Throw an error on an empty line.
18926
18927 * man.el (Man-follow-manual-reference): If current-word returns
18928 nil, use "".
18929
18930 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
18931
18932 * simple.el (goto-line): Doc fix.
18933
18934 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
18935
18936 * files.el (save-buffer): Doc fix.
18937
18938 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18939
18940 * recentf.el (recentf-cleanup-remote): New variable.
18941 (recentf-cleanup): Use it to conditionally check availability of
18942 remote files.
18943
18944 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
18945
18946 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18947 function names.
18948
18949 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18950
18951 * language/thai-word.el: New file.
18952
18953 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18954
18955 * files.el (backup-buffer): If the file's directory is not
18956 writable, use copy instead of move to backup the file.
18957
18958 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18959
18960 * obsolete/keyswap.el: Moved to obsolete/ from term/.
18961
18962 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18963
18964 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18965 Use functionp instead of symbolp and fboundp. Reported by Drkm
18966 <darkman_spam@yahoo.fr>.
18967 (ps-print-version): New version 6.6.6.
18968
18969 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
18970
18971 * textmodes/table.el (table--line-column-position): New idiom.
18972 (table--row-column-insertion-point-p): New function to test
18973 validity of row and column insertion operation at a location.
18974 (table-global-menu, table-cell-menu): Use above functions for
18975 deterministic test operation.
18976 (table--editable-cell-p): Behave in deterministic fashion.
18977
18978 2005-03-18 Juri Linkov <juri@jurta.org>
18979
18980 * isearch.el (isearch-lazy-highlight-new-loop):
18981 Make arguments beg and end optional.
18982 (isearch-update): Remove optional arguments nil from
18983 isearch-lazy-highlight-new-loop.
18984 (isearch-lazy-highlight-search): Let-bind case-fold-search to
18985 isearch-lazy-highlight-case-fold-search instead of
18986 isearch-case-fold-search, and let-bind isearch-regexp to
18987 isearch-lazy-highlight-regexp.
18988 Use isearch-lazy-highlight-last-string instead of isearch-string.
18989
18990 * replace.el (perform-replace): Remove bindings of global
18991 variables isearch-string, isearch-regexp, isearch-case-fold-search.
18992 Add three new arguments to `replace-highlight'.
18993 (replace-highlight): Add arguments string, regexp, case-fold.
18994 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
18995 to allow isearch-lazy-highlight-new-loop to use these values
18996 to set corresponding isearch-lazy-highlight-* internal
18997 variables whose values lazy highlighting will use regardless of
18998 changes to global variables isearch-string, isearch-regexp,
18999 isearch-case-fold-search during lazy highlighting loop.
19000 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19001 to `lazy-highlight-cleanup'.
19002
19003 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19004 (ispell-highlight-face): Set default face to `isearch' when
19005 lazy highlighting is enabled.
19006 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19007 priority to 1. Add lazy highlighting.
19008 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19009 from `isearch-dehighlight'.
19010
19011 2005-03-18 David Ponce <david@dponce.com>
19012
19013 * files.el (hack-local-variables): Do a case-insensitive search
19014 for End.
19015
19016 2005-03-18 Juri Linkov <juri@jurta.org>
19017
19018 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19019 `isearch-lazy-highlight-cleanup', add alias to old name and
19020 declare obsolete. Add release numbers to other obsolete vars.
19021 (isearch-done, isearch-lazy-highlight-new-loop):
19022 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19023 (lazy-highlight-cleanup) <variable>: Doc fix.
19024 (isearch-lazy-highlight-update): Rename obsolete
19025 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19026
19027 2005-03-18 Kenichi Handa <handa@m17n.org>
19028
19029 * language/thai-util.el: Fix categorization of Thai characters in
19030 thai-category-table.
19031 (thai-composition-pattern): Adjust it for the above change.
19032 (thai-self-insert-command, thai-compose-syllable): New functions.
19033 (thai-compose-region): Use thai-compose-syllable.
19034 (thai-compose-string): Likewise.
19035 (thai-composition-function): Likewise.
19036 (thai-auto-composition): New function.
19037 (thai-auto-composition-mode): New minor mode.
19038
19039 * language/thai.el: Fix patterns to be registered in
19040 composition-function-table.
19041
19042 * international/quail.el (quail-input-method): Locally bind
19043 inhibit-modification-hooks to t.
19044
19045 2005-03-17 Richard M. Stallman <rms@gnu.org>
19046
19047 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19048 (perl-mode): Use run-mode-hooks.
19049
19050 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19051 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19052 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19053
19054 * mail/sendmail.el (sendmail-send-it): Reenable the code
19055 to compute resend-to-address and use it.
19056
19057 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19058
19059 * image-mode.el: New file.
19060
19061 * image.el (insert-sliced-image): Add autoload cookie.
19062
19063 * font-lock.el (font-lock-lines-before): New user option.
19064 (font-lock-after-change-function): Obey it.
19065
19066 * bindings.el (esc-map): Make M-g a prefix.
19067 Bind M-g g and M-g M-g to goto-line.
19068
19069 * faces.el (face-id): Doc fix.
19070
19071 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19072
19073 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19074 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19075 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19076
19077 * mail/sendmail.el (mail-yank-ignored-headers)
19078 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19079 Add Mail-Followup-To and Mail-Reply-To headers.
19080 (mail-citation-hook): Add autoload cookie.
19081 (mail-mode): Doc fix.
19082 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19083 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19084 (mail-mode-fill-paragraph): Handle those headers.
19085 (mail-mailing-lists): New variable.
19086 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19087
19088 2005-03-17 Juri Linkov <juri@jurta.org>
19089
19090 * isearch.el (isearch-fallback): Check for `(car previous)'
19091 before calling `isearch-other-end-state'.
19092
19093 2005-03-17 Kim F. Storm <storm@cua.dk>
19094
19095 * simple.el (move-beginning-of-line): Move to beginning of buffer
19096 line, as well as beginning of screen line.
19097
19098 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19099
19100 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19101 argument REDRAW rather than calendar-redrawing variable.
19102 * calendar/calendar.el (calendar-redrawing): Delete.
19103 (redraw-calendar): Do not bind calendar-redrawing.
19104
19105 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19106
19107 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19108 diary-file buffer.
19109
19110 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19111
19112 * help.el (describe-mode): Allow a :minor-mode-function property to
19113 specify a different minor mode toggle function than the variable.
19114 * simple.el (auto-fill-function):
19115 * subr.el (add-minor-mode): Use it.
19116
19117 2005-03-16 Kenichi Handa <handa@m17n.org>
19118
19119 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19120 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19121 (ethio-fidel-to-sera-buffer): Likewise.
19122
19123 2005-03-16 Juri Linkov <juri@jurta.org>
19124
19125 * emacs-lisp/find-func.el (find-function-regexp):
19126 Add defun-emitting macro `menu-bar-make-toggle'.
19127
19128 * isearch.el: Put `isearch-scroll' property to
19129 `split-window-horizontally'.
19130
19131 * info.el: Update error messages for `debug-ignored-errors'.
19132 (Info-isearch-search): Doc fix.
19133 (Info-find-node): Move up code to go into info buffer before
19134 recording the node to the history.
19135 (Info-fontify-node): Fontify titles only if the next line
19136 has two or more `*', `=', `-', `.'.
19137 Display "go to this node" for empty (match-string 3).
19138
19139 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19140
19141 * term/mac-win.el: Add mouse pointer shape constants.
19142
19143 2005-03-15 Kim F. Storm <storm@cua.dk>
19144
19145 * simple.el (move-beginning-of-line): Use vertical-motion.
19146
19147 2005-03-15 Juri Linkov <juri@jurta.org>
19148
19149 * isearch.el (isearch-error): New variable.
19150 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19151 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19152 (isearch-within-brackets-state): Remove.
19153 (isearch-case-fold-search-state, isearch-pop-fun-state):
19154 Decrease frame index.
19155 (isearch-mode, isearch-top-state, isearch-push-state)
19156 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19157 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19158 (isearch-search, isearch-lazy-highlight-new-loop):
19159 Replace `isearch-invalid-regexp' with `isearch-error'.
19160 Remove `isearch-within-brackets'.
19161 (isearch-search): Add `search-failed' handler to `condition-case'.
19162 (isearch-lazy-highlight-search): Add `condition-case' to catch
19163 errors and allow `isearch-lazy-highlight-update' to try
19164 highlighting from the beginning of the window.
19165 (isearch-repeat): Move up code to set isearch-wrapped to t
19166 before calling isearch-wrap-function.
19167
19168 * info.el (Info-isearch-initial-node): New internal variable.
19169 (Info-search): Signal an error in isearch mode when search leaves
19170 the initial node. Signal an error when `bound' is non-nil and
19171 nothing was found in the current subfile.
19172 (Info-isearch-search): Remove `condition-case'.
19173 (Info-isearch-wrap): Don't wrap when search failed during leaving
19174 the initial node. If `Info-isearch-search' is nil, wrap around
19175 the current node.
19176 (Info-isearch-start): New fun.
19177 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19178 `isearch-mode-hook'.
19179
19180 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19181
19182 * simple.el (normal-erase-is-backspace): Set default to t if
19183 running on Mac.
19184
19185 * term/mac-win.el (function-key-map): Sync with x-win.el.
19186
19187 2005-03-15 Kenichi Handa <handa@m17n.org>
19188
19189 * international/mule-cmds.el (locale-language-names): Modify the
19190 format of elements and add more entries.
19191 (locale-preferred-coding-systems): Add more entries.
19192 (set-locale-environment): Adjust for the change of
19193 locale-language-names.
19194
19195 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19196
19197 * pcvs.el (smerge-ediff): Remove bogus autoload.
19198
19199 2005-03-14 Lute Kamstra <lute@gnu.org>
19200
19201 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19202 Ignore a `*' at the beginning of a line.
19203
19204 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19205 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19206 subr.el.
19207 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19208 to specify indentation.
19209
19210 * generic.el (define-generic-mode): Let generic-mode-list be a
19211 list of strings; test membership with equal.
19212
19213 2005-03-14 Kim F. Storm <storm@cua.dk>
19214
19215 * simple.el (next-line, previous-line): Add optional try-vscroll
19216 arg to recognize interactive use. Pass it on to line-move.
19217 (line-move): Don't perform auto-window-vscroll when defining or
19218 executing keyboard macro to ensure consistent behavior.
19219
19220 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19221
19222 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19223
19224 2005-03-13 Lute Kamstra <lute@gnu.org>
19225
19226 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19227 debugger-setup-buffer so that backtrace marks the frames set to
19228 debug-on-exit and we don't have to do it manually. Set an extra
19229 debug-on-exit for macro's.
19230 (debugger-setup-buffer): Don't mark the top frame manually.
19231
19232 2005-03-12 Lute Kamstra <lute@gnu.org>
19233
19234 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19235 lisp-indent-function throughout.
19236 (with-no-warnings): Set lisp-indent-function property.
19237
19238 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19239
19240 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19241 Add entry for backslash.
19242
19243 2005-03-12 Juri Linkov <juri@jurta.org>
19244
19245 * info.el (Info-search): Four fixes for backward search.
19246
19247 2005-03-11 Jay Belanger <belanger@truman.edu>
19248
19249 * calc/calc.el (calc-language-alist): New variable.
19250 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19251 (calc-embedded-find-modes): Use calc-language-alist instead of
19252 calc-embedded-language-alist.
19253
19254 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19255
19256 * calendar/calendar.el (calendar-redrawing): New internal
19257 variable.
19258 (redraw-calendar): Remove bogus save-excursion from previous
19259 change. Bind calendar-redrawing to t for mark-diary-entries.
19260 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19261 calendar if that is why we were called.
19262
19263 2005-03-11 Kenichi Handa <handa@m17n.org>
19264
19265 * international/mule.el (make-coding-system): Set property
19266 coding-system-define-form to nil.
19267 (define-coding-system-alias): Likewise.
19268
19269 2005-03-11 Kenichi Handa <handa@m17n.org>
19270
19271 These changes are suggested by Dave Love <fx@gnu.org>.
19272
19273 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19274 coding: tag.
19275 (adaptive-fill-regexp): Add more bullets.
19276 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19277 regexps.
19278
19279 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19280
19281 * help.el (describe-mode): Properly handle non-trivial lighters.
19282 Don't ignore minor modes that are not listed in minor-mode-list.
19283
19284 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19285 feature ON when the user requests to turn it OFF.
19286
19287 2005-03-10 Lute Kamstra <lute@gnu.org>
19288
19289 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19290 (implement-debug-on-entry): New function to replace debug-entry-code.
19291 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19292 second argument as the 2005-03-07 change makes it obsolete.
19293 (debug-on-entry, cancel-debug-on-entry): Update call to
19294 debug-on-entry-1.
19295 (debug, debugger-setup-buffer): Comment update.
19296 (debugger-frame-number): Update to work with implement-debug-on-entry.
19297
19298 2005-03-10 Jay Belanger <belanger@truman.edu>
19299
19300 * calc/calc-embed.el (math-ms-args): Declare it.
19301 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19302 math-ms-args.
19303 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19304 variables.
19305
19306 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19307
19308 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19309 Use message-box.
19310
19311 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19312 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19313 (tooltip-gud-tips): Simplify.
19314 (tooltip-gud-tips-p): Remove superfluous :set.
19315 (tooltip-gud-modes): Add fortran-mode.
19316 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19317
19318 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19319
19320 2005-03-09 Kim F. Storm <storm@cua.dk>
19321
19322 * play/animate.el (animate-place-char): Use forward-line instead
19323 of next-line to improve performance.
19324
19325 2005-03-09 Simon Josefsson <jas@extundo.com>
19326
19327 * net/browse-url.el (browse-url-default-browser): Doc fix.
19328
19329 2005-03-09 Miles Bader <miles@gnu.org>
19330
19331 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19332 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19333
19334 2005-03-09 Kenichi Handa <handa@m17n.org>
19335
19336 * international/latin-1.el: Set case and syntax for 255 only if
19337 set-case-syntax-set-multibyte is nil.
19338
19339 * textmodes/ispell.el (ispell-insert-word): New function.
19340 (ispell-word): Use ispell-insert-word to insert a new word.
19341 (ispell-process-line): Likewise.
19342 (ispell-complete-word): Likewise.
19343
19344 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19345
19346 * calendar/calendar.el (redraw-calendar): Preserve point.
19347 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19348 (calendar-week-start-day): Move after definition of
19349 redraw-calendar. Delete buffer test, since redraw-calendar has
19350 that now.
19351
19352 * calendar/diary-lib.el (mark-diary-entries): Only call
19353 redraw-calendar in the first of any recursive calls.
19354 Reported by Alan Shutko <ats@acm.org>.
19355
19356 2005-03-08 Juri Linkov <juri@jurta.org>
19357
19358 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19359 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19360 (html-radio-buttons): Add a space before the trailing `/>' where
19361 sgml-xml-mode is non-nil.
19362 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19363 the subsequent tag of the empty XML tag.
19364 (html-href-anchor): Don't set initial input to "http:".
19365 (html-image): Ask for the image URL and set point inside alt="".
19366 (html-name-anchor): Duplicate the name in the `id' attribute when
19367 sgml-xml-mode is non-nil.
19368 (html-paragraph): Remove \n before <p>.
19369 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19370 instead of `checked' when sgml-xml-mode is non-nil.
19371
19372 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19373 Remove 1 space before #RRGGBB to not truncate it on terminal
19374 windows w/o fringes. Remove 1 space between bg and fg examples
19375 to get more space.
19376 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19377 avoid byte-compile warnings.
19378
19379 * image-file.el (image-file-handler): Put `safe-magic' property to
19380 `image-file-handler'.
19381
19382 * info.el (Info-isearch-search): Emulate word search in
19383 isearching through multiple Info nodes with Info-search.
19384 (Info-isearch-wrap): Allow isearch-word.
19385
19386 2005-03-08 Lute Kamstra <lute@gnu.org>
19387
19388 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19389 stepping into the debugger's code is not possible.
19390 (debugger-jumping-flag): Docstring update.
19391
19392 2005-03-08 Jay Belanger <belanger@truman.edu>
19393
19394 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19395 embedded mode begins.
19396 (calc-embedded-language-alist): New variable.
19397 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19398 set default language mode.
19399
19400 2005-03-08 Kenichi Handa <handa@m17n.org>
19401
19402 * international/ccl.el (define-ccl-program): Fix docstring about
19403 extra 256 bytes assured for the output buffer.
19404
19405 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19406 Fix BUFFER_MAGNIFICATION to 2.
19407 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19408
19409 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19410
19411 * align.el (align-rules-list): Added an alignment rule for CSS
19412 declarations (applies to css-mode and html-mode buffers).
19413
19414 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19415
19416 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19417
19418 2005-03-07 Kim F. Storm <storm@cua.dk>
19419
19420 * simple.el (move-beginning-of-line): New command.
19421
19422 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19423
19424 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19425
19426 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19427 and move-beginning-of-line.
19428
19429 * apropos.el (apropos-print): Omit command from M-x ... RET.
19430
19431 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
19432
19433 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19434 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19435
19436 2005-03-06 Richard M. Stallman <rms@gnu.org>
19437
19438 * bindings.el (esc-map): Bind M-g to goto-line.
19439
19440 * facemenu.el (global-map): Bind M-o, not M-g.
19441
19442 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19443
19444 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19445 "Open Directory" as for "Open File".
19446
19447 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19448
19449 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19450 (push-mark-command): Run activate-mark-hook.
19451
19452 2005-03-06 Richard M. Stallman <rms@gnu.org>
19453
19454 * help-mode.el (help-mode-finish): Don't alter the element
19455 in view-return-to-alist if there already is one.
19456
19457 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19458 make sure the current buffer is the expected one.
19459
19460 * novice.el (disabled-command-function): Output in *Disabled Command*.
19461 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19462
19463 * textmodes/flyspell.el (flyspell-large-region):
19464 Pass args differently for aspell.
19465
19466 * files.el (mode-require-final-newline): Doc fix.
19467
19468 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19469
19470 * progmodes/which-func.el (which-function):
19471 Specify NOERROR when calling imenu--make-index-alist.
19472
19473 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19474
19475 * simple.el (normal-erase-is-backspace): Define default value.
19476
19477 * custom.el (custom-theme-set-variables): Remove unused var
19478 `immediate'.
19479 (custom-reevaluate-setting): Simple function to handle variables
19480 that are defined before their default value can really be
19481 computed.
19482
19483 * startup.el (command-line): Use it for temporary-file-directory,
19484 small-emporary-file-directory, auto-save-file-name-transforms,
19485 blink-cursor-mode, and normal-erase-is-backspace.
19486
19487 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19488 progress, even with buggy anchored keywords.
19489
19490 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19491
19492 * simple.el (goto-line): Remove unbalanced final parenthesis.
19493
19494 2005-03-05 Richard M. Stallman <rms@gnu.org>
19495
19496 * simple.el (goto-line): Use a number at point as the default.
19497 With C-u as arg, switch buffers.
19498
19499 2005-03-05 Juri Linkov <juri@jurta.org>
19500
19501 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19502 with `no-blinking-cursor'.
19503
19504 * startup.el (no-blinking-cursor): New defvar.
19505 (command-line): Add `--no-blinking-cursor' to longopts.
19506 Set `no-blinking-cursor' to t for command line arguments
19507 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19508 with `no-blinking-cursor' in the condition for calling
19509 `blink-cursor-mode'.
19510
19511 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19512
19513 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19514 (menu-bar-options-save): Add blink-cursor-mode.
19515 (menu-bar-options-menu): Add blink-cursor-mode.
19516
19517 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19518
19519 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19520 (icalendar-export-file, icalendar-export-region)
19521 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19522 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19523
19524 2005-03-04 Lute Kamstra <lute@gnu.org>
19525
19526 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19527 (debug-function-list): Ditto.
19528
19529 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19530
19531 * textmodes/texinfmt.el (texinfo-append-refill):
19532 Redefine the types of line to which @refill
19533 is not appended by replacing a search for `@refill\\|@bye' with
19534 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19535 itemize@refill' bug and the unfilled long lines bug.
19536 (texinfmt-version): Update number and date.
19537
19538 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19539
19540 * international/code-pages.el (windows-1250, windows-125[2-8])
19541 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19542
19543 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19544
19545 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19546 bound yet.
19547
19548 2005-03-02 Romain Francoise <romain@orebokech.com>
19549
19550 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19551 buffer after removing limits.
19552 (ibuffer-pop-filter): Ditto.
19553 Update copyright.
19554
19555 2005-03-02 Miles Bader <miles@gnu.org>
19556
19557 * button.el (make-text-button): If the user doesn't specify a
19558 type, use the default. Rewrite to use `add-text-properties' and
19559 plist functions.
19560
19561 2005-03-01 Lute Kamstra <lute@gnu.org>
19562
19563 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19564 (debugger-jumping-flag): New var.
19565 (debug-entry-code): Use it.
19566 (debugger-jump): Use debugger-jumping-flag and add
19567 debugger-reenable to post-command-hook.
19568 (debugger-reenable): Use debugger-jumping-flag and remove itself
19569 from post-command-hook.
19570 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19571 debugger-reenable.
19572
19573 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19574
19575 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19576 inclusion of "itemize\\|", which may be unnecessary, is certainly
19577 inelegant, and stops refilling in itemize lists when formatting
19578 Japanese Texinfo files to Info.
19579 Update copyright to 2005.
19580
19581 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
19582
19583 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19584 of an error if GDB can't find the source file.
19585
19586 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19587
19588 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19589 not just the calendar.
19590
19591 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19592 first.
19593 (diary-redraw-calendar): New function.
19594 (make-diary-entry): Add diary-redraw-calendar to local
19595 write-contents-functions. Turn off selective display before
19596 inserting in diary.
19597
19598 2005-03-01 Kim F. Storm <storm@cua.dk>
19599
19600 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19601
19602 2005-03-01 Lute Kamstra <lute@gnu.org>
19603
19604 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19605 that debug-entry-code can be safely removed from a function while
19606 this code is being evaluated. Revert the 2005-02-27 change as the
19607 new implementation no longer requires it. Make sure that a
19608 function body containing just a string is not mistaken for a docstring.
19609 (debug): Skip one more frame in case of debug on entry.
19610 (debugger-setup-buffer): Delete one more frame line in case of
19611 debug on entry.
19612 (debugger-frame-number): Update to use the new text introduced by
19613 the 1999-11-03 change. Skip one more frame in case of debug on entry.
19614
19615 2005-02-28 Kim F. Storm <storm@cua.dk>
19616
19617 * double.el (double-translate-key): Call force-window-update after
19618 read-event to avoid crash in redisplay.
19619
19620 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19621
19622 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19623 (debug): Use it. Move the inhibit-trace earlier.
19624 (debug-entry-code): New const.
19625 (debug-on-entry-1): Use it.
19626
19627 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
19628
19629 * international/utf-16.el (ccl-encode-mule-utf-16le):
19630 Fix BUFFER_MAGNIFICATION to 2.
19631 (ccl-encode-mule-utf-16be): Likewise.
19632
19633 2005-02-28 Kenichi Handa <handa@m17n.org>
19634
19635 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19636 Fix BUFFER_MAGNIFICATION to 4.
19637 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19638
19639 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
19640
19641 * speedbar.el (speedbar-update-flag): Doc fix.
19642 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19643 argument.
19644
19645 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19646
19647 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19648 have a non-nil `invisible' property but are actually visible.
19649
19650 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19651 for perldoc sections.
19652 (perl-outline-regexp, perl-outline-level): New var and function.
19653 (perl-mode): Use them.
19654
19655 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19656
19657 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19658 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19659
19660 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19661
19662 * cus-edit.el: Comment change.
19663 (custom-buffer-create-internal): Slightly reword text at top of
19664 Custom buffers. Mention there that saving an option edits the
19665 init file. Add link to Emacs manual node on `custom-file'.
19666 (custom-magic-alist): Rewrite individual State messages to use
19667 capitalized keywords. Doc fix.
19668
19669 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19670
19671 * calendar/calendar.el (calendar-buffer): Move above
19672 calendar-week-start-day.
19673 (calendar-week-start-day): Doc fix. Add :set function.
19674 (calendar-minimum-window-height): New variable.
19675 (generate-calendar-window): Only resize window if selected-window
19676 is displaying the calendar buffer. Use new variable
19677 calendar-minimum-window-height.
19678 (generate-calendar): Reword error message.
19679 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19680
19681 2005-02-27 Andreas Schwab <schwab@suse.de>
19682
19683 * vc.el (vc-do-command): Don't run command asynchronously when
19684 operating in a remote directory.
19685
19686 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19687 change from sync with Tramp 2.0.47.
19688
19689 2005-02-27 Richard M. Stallman <rms@gnu.org>
19690
19691 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19692
19693 * textmodes/flyspell.el (flyspell-mode-on):
19694 Call ispell-change-dictionary only if necessary.
19695
19696 * emacs-lisp/re-builder.el (regexp-builder): New function.
19697
19698 * register.el (describe-register-1): Explicitly handle
19699 yank-excluded-properties = t.
19700
19701 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19702 (custom-magic-alist): Change the status descriptions again.
19703 (face widget-type): Total rewrite based on `restricted-sexp'
19704 to eliminate the confusing double hiding levels.
19705
19706 * emacs-lisp/debug.el (debug-on-entry-1):
19707 If function body is empty, add nil as body form.
19708
19709 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19710
19711 * emacs-lisp/trace.el (inhibit-trace): New var.
19712 (trace-make-advice): Use it.
19713
19714 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19715
19716 2005-02-26 Kim F. Storm <storm@cua.dk>
19717
19718 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19719 (mouse-on-link-p, mouse-drag-region-1): Use it.
19720
19721 2005-02-25 Lute Kamstra <lute@gnu.org>
19722
19723 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19724
19725 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19726
19727 * frame.el (blink-cursor-mode): Add :group keyword.
19728
19729 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
19730
19731 * calendar/icalendar.el (icalendar--decode-isodatetime):
19732 New optional argument DAY-SHIFT.
19733 (icalendar-export-region): Fix coding-system-for-write.
19734 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19735 events by one.
19736
19737 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19738
19739 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19740
19741 2005-02-24 Kim F. Storm <storm@cua.dk>
19742
19743 * international/iso-acc.el (iso-accents-compose): Fix crash
19744 during redisplay. Call force-window-update after read-event
19745 and delete-region to signal that window is not accurate.
19746
19747 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19748
19749 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19750 Remove unused and inexistent var `inhibit-trace'.
19751 (debugger-mode): Use run-mode-hooks.
19752 (debugger-list-functions): Add buttons; setup xref stack.
19753
19754 2005-02-23 Richard M. Stallman <rms@gnu.org>
19755
19756 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19757 appointment says it was explicitly made.
19758 (appt-add): Set the 3rd element.
19759 (appt-make-list): Preserve explicit appointments.
19760
19761 * subr.el (find-tag-default): Catch errors in forward-sexp.
19762
19763 2005-02-23 Juri Linkov <juri@jurta.org>
19764
19765 * info.el (Info-isearch-search): New defcustom.
19766 (Info-isearch-search): Call the default isearch function
19767 when Info-isearch-search is nil.
19768 (Info-isearch-wrap): Use variable Info-isearch-search.
19769
19770 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19771
19772 * cus-edit.el: Comment change.
19773
19774 2005-02-22 Kim F. Storm <storm@cua.dk>
19775
19776 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19777 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
19778
19779 2005-02-22 Simon Josefsson <jas@extundo.com>
19780
19781 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19782 New variable.
19783 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19784 Oskarsson" <myrkraverk@users.sourceforget.net>.
19785
19786 2005-02-22 Kim F. Storm <storm@cua.dk>
19787
19788 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19789 check that window of that event is the selected window.
19790 (mouse-drag-region-1): Compare mouse event window to selected
19791 window before setting point.
19792
19793 * tooltip.el (tooltip-show-help-function): Pass event to
19794 mouse-on-link-p so it can check selected window.
19795
19796 2005-02-22 Kenichi Handa <handa@m17n.org>
19797
19798 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19799 (ps-mule-show-warning): New function.
19800 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19801 characters are found.
19802
19803 * ps-print.el (ps-header-footer-string): Return a list of header
19804 and footer strings.
19805
19806 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19807
19808 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19809
19810 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19811
19812 * frame.el (blink-cursor-mode): Use define-minor-mode.
19813
19814 * term/mac-win.el (function-key-map): Use char-names more consistently.
19815 (file-name-coding-system): Only set it for MacOS-9. The other case is
19816 already handled in mule-cmds.el (where it also works when mac-win.el
19817 is not used).
19818
19819 2005-02-21 Kenichi Handa <handa@m17n.org>
19820
19821 * international/mule.el (ctext-pre-write-conversion): Always use
19822 " *code-converting-work*" buffer for work.
19823
19824 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19825
19826 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19827
19828 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19829
19830 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19831
19832 * ses.el (undo-more): Restore defadvice, but only the part that
19833 allows changes outside the restricted area of the buffer.
19834
19835 2005-02-20 Kim F. Storm <storm@cua.dk>
19836
19837 * simple.el (line-move): Add fourth optional arg try-vscroll which
19838 must be set to perform auto-window-vscroll.
19839 When moving backwards and doing auto-window-vscroll, automatically
19840 vscroll to the last part of lines which are taller than the window.
19841 (next-line, previous-line): Set try-vscroll arg on line-move.
19842
19843 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19844
19845 * replace.el (query-replace, query-replace-regexp)
19846 (replace-string, replace-regexp): When operating on region, make
19847 the minibuffer prompt say so.
19848
19849 * isearch.el (isearch-forward): Document isearch-query-replace and
19850 isearch-query-replace-regexp keybindings.
19851
19852 2005-02-19 Jay Belanger <belanger@truman.edu>
19853
19854 * calc/calc-aent.el (math-read-token): Add local variable.
19855
19856 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19857 (calc-edit-top): Move declaration to earlier in file.
19858 (calc-edit-macro-repeats): Add local variables.
19859
19860 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19861 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19862 calcFunc-tanh.
19863 Adjust integration rule for calcFunc-tan.
19864
19865 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19866
19867 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19868 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19869 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19870 (viper-skip-separators): Bug fix.
19871 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19872 particular major mode.
19873 (viper-del-backward-char-in-replace): Don't put deleted char on the
19874 kill ring.
19875
19876 * viper-ex.el (viper-color-display-p): New function.
19877 (viper-has-face-support-p): Use viper-color-display-p.
19878
19879 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19880
19881 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19882
19883 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19884 (viper-file-remote-p): Make equivalent to file-remote-p.
19885
19886 * viper.el (viper-major-mode-modifier-list):
19887 Use viper-gnus-modifier-map.
19888
19889 2005-02-19 David Kastrup <dak@gnu.org>
19890
19891 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19892 quoting.
19893
19894 2005-02-19 Jay Belanger <belanger@truman.edu>
19895
19896 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19897 Remove extra definitions.
19898 (calc-coth): New function.
19899 (calcFunc-cot): Fix `let'.
19900
19901 2005-02-19 Eli Zaretskii <eliz@gnu.org>
19902
19903 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19904 the reasons we use "type pc" in these faces.
19905
19906 * button.el (button): Ditto.
19907
19908 2005-02-19 Michael Mauger <mmaug@yahoo.com>
19909
19910 * replace.el (query-replace-read-from): Set the value of
19911 query-replace-from-history-variable to handle the case of an empty
19912 string entered to accept the suggested default.
19913
19914 * net/tramp.el (tramp-file-name-for-operation):
19915 Use dired-call-process instead of dired-call-process-command.
19916
19917 2005-02-19 Jay Belanger <belanger@truman.edu>
19918
19919 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19920 (math-div-non-trig): New variables.
19921 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19922 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19923 (math-combine-prod, math-div-symb-fancy): Add simplifications for
19924 trig expressions.
19925
19926 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
19927
19928 * progmodes/gdb-ui.el (gdb-var-update-handler)
19929 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19930 for watch expressions,
19931 (gdb-var-create-handler): Don't set speedbar-update-flag.
19932 (gdb-post-prompt): Simplify test for speedbar.
19933
19934 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19935
19936 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19937 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19938 we use the syntax table of the correct buffer.
19939 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19940 Felix Gatzemeier.
19941
19942 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19943 (ediff-file-remote-p): Make synonymous with file-remote-p.
19944 In all deffaces ediff-*-face-*, use min-colors.
19945
19946 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19947 ediff-recurse-to-subdirectories.
19948 (ediff-mark-if-equal): Check that the arguments are strings, use
19949 ediff-same-contents (after to Felix Gatzemeier).
19950
19951 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19952 nil.
19953
19954 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19955
19956 * log-view.el (log-view-message-re): Fix up Subversion regexp.
19957
19958 2005-02-18 David Kastrup <dak@gnu.org>
19959
19960 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19961 use `mark-active' when defined.
19962
19963 2005-02-18 Kenichi Handa <handa@m17n.org>
19964
19965 * ps-print.el (ps-font-info-database): New entry
19966 ZapfChancery-MediumItalic with correct font name. Fix font name
19967 of the entry Zapf-Chancery-MediumItalic.
19968
19969 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
19970
19971 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19972
19973 2005-02-16 Kim F. Storm <storm@cua.dk>
19974
19975 * ido.el (ido-fallback-command): Pass user input to fallback command.
19976
19977 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
19978
19979 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19980 (gdb-find-file-hook): Add server prefix.
19981
19982 2005-02-16 Richard M. Stallman <rms@gnu.org>
19983
19984 * replace.el (perform-replace): Pass new args to replace-highlight.
19985 (replace-highlight): Take region args,
19986 and pass them to isearch-lazy-highlight-new-loop.
19987
19988 * novice.el (disabled-command-hook): Autoload the defalias
19989 and the make-obsolete-variable call.
19990
19991 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
19992
19993 * isearch.el (isearch-lazy-highlight-start-limit)
19994 (isearch-lazy-highlight-end-limit): New variables limit
19995 the region for highlighting.
19996 (isearch-lazy-highlight-new-loop): New args BEG and END.
19997 (isearch-lazy-highlight-search): Use the new vars.
19998 (isearch-lazy-highlight-update): Likewise.
19999
20000 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20001
20002 * cus-start.el (all): Use default-boundp.
20003
20004 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20005
20006 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20007
20008 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20009
20010 * autorevert.el (auto-revert-stop-on-user-input)
20011 (auto-revert-verbose): Doc fixes.
20012
20013 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20014
20015 * international/mule-cmds.el (set-locale-environment): Remove call
20016 to set-selection-coding-system on Windows.
20017
20018 2005-02-15 Jay Belanger <belanger@truman.edu>
20019
20020 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20021 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20022 calcFunc-coth.
20023 (math-simplify-sqrt): Add simplifications.
20024
20025 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20026 to list.
20027
20028 * calc/calc-ext.el: Add functions to autoloads.
20029
20030 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20031 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20032 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20033 (math-csc-raw, math-cot-raw): New functions.
20034
20035 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20036
20037 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20038 the variable name in a message.
20039
20040 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20041 calcFunc-csc, calcFunc-cot.
20042
20043 * calc/calcalg2.el: Add derivative and integration rules for
20044 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20045 calcFunc-csch, calcFunc-coth.
20046 (math-do-integral-methods): Add to checks for when to use
20047 substitutions.
20048
20049 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20050
20051 2005-02-15 Lute Kamstra <lute@gnu.org>
20052
20053 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20054 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20055 <monnier@iro.umontreal.ca>
20056 (lisp-outline-level): Improve efficiency. Suggested by David
20057 Kastrup <dak@gnu.org>.
20058
20059 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20060
20061 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20062 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20063 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20064 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20065 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20066
20067 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20068
20069 * cus-start.el (all): Comment change.
20070
20071 2005-02-14 Lute Kamstra <lute@gnu.org>
20072
20073 * cus-start.el (all): Check if symbol is void.
20074
20075 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20076
20077 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20078 optional argument to \cite.
20079
20080 2005-02-14 Richard M. Stallman <rms@gnu.org>
20081
20082 * cus-edit.el (custom-buffer-create-internal): Update help message.
20083 (custom-magic-alist): Update help messages.
20084
20085 * cus-start.el (all): Allow a var to specify a standard value.
20086
20087 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20088
20089 * custom.el (custom-theme-set-variables): Handle variable aliases.
20090
20091 * frame.el (blink-cursor-timer): Doc fix.
20092 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20093 declare obsolete.
20094 (blink-cursor-mode): Define with defcustom and use correct
20095 standard expression in that defcustom.
20096 * startup.el (command-line): Adapt to above changes in frame.el.
20097
20098 2005-02-11 Lute Kamstra <lute@gnu.org>
20099
20100 * apropos.el (apropos-score-doc): Prevent division by zero.
20101
20102 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20103
20104 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20105 (icalendar--get-event-property-attributes)
20106 (icalendar--get-event-properties)
20107 (icalendar--datetime-to-diary-date): New functions.
20108 (icalendar--split-value): Doc fix.
20109 (icalendar--datetime-to-noneuropean-date)
20110 (icalendar--datetime-to-european-date): New optional argument
20111 SEPARATOR. Return result as a string instead of a list.
20112 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20113 (icalendar--convert-string-for-export): Rename arg S to STRING.
20114 (icalendar-export-region): Doc fix. Change name of error buffer.
20115 Save output buffer.
20116 (icalendar-import-file): Add blank at end of prompt.
20117 (icalendar-import-buffer): Doc fix. Do not switch to error
20118 buffer. Indicate status in return value.
20119 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20120 buffer. Save output buffer. Handle exception from recurrence
20121 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20122 events. Fix problems with weekly all-day events.
20123
20124 2005-02-10 Richard M. Stallman <rms@gnu.org>
20125
20126 * simple.el (eval-expression-print-format):
20127 Avoid warning about edebug-active.
20128
20129 * help.el (help-for-help-internal): Rename from help-for-help.
20130 (help-for-help): Define with defalias.
20131
20132 * font-core.el (font-lock-default-function): Use with-no-warnings.
20133
20134 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20135
20136 * custom.el (defface): Doc fix.
20137
20138 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20139
20140 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20141 width 0" to prevent word wrapping problems.
20142
20143 2005-02-09 Kim F. Storm <storm@cua.dk>
20144
20145 * ido.el (ido-file-extensions-order): New defcustom.
20146 (ido-file-extension-lessp, ido-file-extension-aux)
20147 (ido-file-extension-order): New advanced file ordering.
20148 (ido-file-lessp): New simple file ordering.
20149 (ido-sort-list): Remove.
20150 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20151 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20152
20153 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20154
20155 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20156 that some versions of grep produce.
20157 (grep-mode-font-lock-keywords): Likewise.
20158
20159 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20160
20161 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20162 (gdb-cdir): Delete.
20163 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20164 (gdb-source-info): Treat case when source file is in another
20165 directory properly.
20166 (gdb-get-location): New function.
20167
20168 2005-02-07 Jay Belanger <belanger@truman.edu>
20169
20170 * calc/calc-prog.el (calc-write-parse-table-part)
20171 (calc-fix-token-name): Fix a check for language type.
20172
20173 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20174
20175 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20176
20177 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20178 as directory not writable.
20179
20180 2005-02-07 Kim F. Storm <storm@cua.dk>
20181
20182 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20183 (cua--standard-movement-commands): Remove list.
20184 Instead, set CUA property value to move for movement commands.
20185 (cua-movement-commands): Remove. Users must set CUA prop instead.
20186 (cua--pre-command-handler): Check CUA property.
20187 (cua--init-keymaps): Don't remap undo commands.
20188 (cua-mode): Don't call cua--rectangle-on-off.
20189
20190 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20191 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20192 (cua--rect-undo-set-point): New var.
20193 (cua--rectangle-undo-boundary): Setup undo apply entry.
20194 (cua--rect-undo-handler): New function for rectangle undo.
20195 (cua--rect-start-position, cua--rect-end-position): Add.
20196 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20197 for restored rectangle. Set point if cua--rect-undo-set-point.
20198
20199 2005-02-06 Jay Belanger <belanger@truman.edu>
20200
20201 * calc/calc-lang.el (calc-tex-language): Display more information
20202 in messages.
20203
20204 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20205 in TeX mode.
20206
20207 2005-02-06 Richard M. Stallman <rms@gnu.org>
20208
20209 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20210
20211 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20212
20213 * net/ldap.el (ldap-search-internal): Support attributes with
20214 optional descriptions separated by a semi-colon, as in
20215 "userCertificate;binary".
20216
20217 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20218
20219 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20220 isn't a cons (i.e. the version is 0).
20221
20222 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20223
20224 * help.el (help-for-help): Doc fix.
20225
20226 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20227
20228 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20229 GDB-Windows on the menu-bar as this works better.
20230
20231 2005-02-04 Jay Belanger <belanger@truman.edu>
20232
20233 * calc/calc-embed.el (calc-embedded-update): Don't put in
20234 unnecessary newlines. Adjust the end of formula marker.
20235
20236 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20237 (math-latex-parse-two-args): New function.
20238
20239 2005-02-03 Lute Kamstra <lute@gnu.org>
20240
20241 * help-fns.el (help-with-tutorial): Make sure that users cannot
20242 remove the entire text of the tutorial by means of `undo'.
20243
20244 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20245
20246 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20247 in recent changes, where the ispell process was repeatedly
20248 killed & restarted.
20249
20250 * international/mule-cmds.el (set-locale-environment): Set file-name
20251 coding system to utf-8 on Darwin systems.
20252 (set-default-coding-systems): Don't set default-file-name-coding-system
20253 on Darwin systems.
20254
20255 2005-02-03 Richard M. Stallman <rms@gnu.org>
20256
20257 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20258
20259 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20260
20261 * faces.el (list-faces-display): Add optional argument.
20262
20263 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20264
20265 * font-core.el (font-lock-default-function): Handle the rare case where
20266 only font-lock-keywords is set.
20267
20268 2005-02-02 Kenichi Handa <handa@m17n.org>
20269
20270 * international/characters.el: Cancel previous change for
20271 I-WITH-DOT-ABOVE and DOTLESS-i.
20272
20273 * international/latin-5.el: Cancel previous change.
20274
20275 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20276
20277 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20278
20279 2005-02-02 Kenichi Handa <handa@m17n.org>
20280
20281 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20282 DOTLESS-i.
20283
20284 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20285 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20286
20287 * case-table.el (get-upcase-table): New function.
20288 (copy-case-table): Copy upcaes table too if non-nil.
20289 (set-case-syntax-delims): Maintain upcase table too.
20290 (set-case-syntax-pair): Likewise.
20291 (set-upcase-syntax, set-downcase-syntax): New functions.
20292 (set-case-syntax): Maintain upcase table too.
20293
20294 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20295
20296 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20297
20298 * progmodes/gud.el (gud-goto-info): New function.
20299 (gud-tool-bar-map): Use correct icon.
20300
20301 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20302
20303 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20304 When delegating, order args in the funcall correctly.
20305
20306 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20307
20308 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20309
20310 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20311
20312 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20313 buffer not visiting a file.
20314
20315 2005-01-31 Jay Belanger <belanger@truman.edu>
20316
20317 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20318 bound on the line with the formula.
20319
20320 2005-01-31 Kim F. Storm <storm@cua.dk>
20321
20322 * ses.el (ses-create-cell-variable-range)
20323 (ses-destroy-cell-variable-range, ses-reset-header-string)
20324 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20325 (ses-insert-row): Fix format of apply undo entries.
20326
20327 2005-01-31 Jay Belanger <belanger@truman.edu>
20328
20329 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20330 parts.
20331
20332 * calc/calc-embed.el (calc-embedded-open-formula)
20333 (calc-embedded-close-formula): Ignore matrix environments.
20334
20335 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20336 TeX mode.
20337
20338 * calc/calc-lang.el (math-function-table, math-oper-table)
20339 (math-variable-table): Adjust the LaTeX portions.
20340
20341 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20342 (math-latex-ignore-words): New constant.
20343
20344 2005-01-31 Richard M. Stallman <rms@gnu.org>
20345
20346 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20347 (ispell-local-dictionary): Doc fix.
20348 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20349 Don't reinitialize at run time. Don't defcustom.
20350 All uses changed to append ispell-local-dictionary-alist,
20351 or check it first.
20352 (ispell-current-dictionary): New variable for dictionary in use.
20353 (ispell-dictionary): Now used only for global default.
20354 (ispell-start-process): Set ispell-current-dictionary,
20355 not ispell-dictionary.
20356 (ispell-change-dictionary): Use this only for setting
20357 user preferences.
20358 (ispell-internal-change-dictionary): New function
20359 to change the current dictionary in use.
20360 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20361 Use ispell-current-dictionary.
20362 Handle ispell-local-dictionary-overridden.
20363 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20364
20365 2005-01-31 Jay Belanger <belanger@truman.edu>
20366
20367 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20368
20369 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20370 (calc-mode-map): Add calc-latex-language.
20371
20372 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20373 (math-latex-print-frac): New functions.
20374 (math-oper-table, math-function-table, math-variable-table)
20375 (math-complex-format, math-input-filter): Add latex properties.
20376 (calc-set-language): Set math-expr-special-function-mapping.
20377
20378 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20379 (calc-write-parse-table-part): Add LaTeX support.
20380
20381 * calc/calc.el (calc-language): Adjust docstring.
20382 (calc-set-mode-line): Add LaTeX support.
20383 (math-expr-special-function-mapping): New variable.
20384 (math-tex-ignore-words): Add to list.
20385
20386 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20387 Add LaTeX support.
20388 (math-compose-expr): Add support for special functions.
20389
20390 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20391
20392 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
20393
20394 * progmodes/gdb-ui.el (gdb-memory-address)
20395 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20396 (gdb-memory-mode-map, gdb-memory-format-keymap)
20397 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20398 (gdb-memory-unit-menu): New variables for a buffer
20399 that lets the user examine program memory.
20400 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20401 (gdb-memory-format-binary, gdb-memory-format-octal)
20402 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20403 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20404 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20405 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20406 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20407 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20408 (gdb-memory-mode, gdb-memory-buffer-name)
20409 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20410 New functions for above buffer.
20411
20412 2005-01-30 Richard M. Stallman <rms@gnu.org>
20413
20414 * cus-edit.el (custom-bury-buffer): Function deleted.
20415 (custom-buffer-done-function): Option deleted.
20416 (custom-buffer-done-kill): New replacement option.
20417 (Custom-buffer-done): Call quit-window.
20418 (custom-buffer-create-internal): Update for above changes.
20419
20420 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20421
20422 * simple.el (undo-ask-before-discard): New var.
20423 (undo-outer-limit-truncate): Implement it.
20424 (undo-extra-outer-limit): Doc update.
20425
20426 2005-01-29 Richard M. Stallman <rms@gnu.org>
20427
20428 * ses.el (undo-more): Delete defadvice.
20429 (ses-begin-change): Doc fix.
20430
20431 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20432 instead of rebinding C-x u and C-_.
20433
20434 * files.el (normal-backup-enable-predicate): Return nil for files
20435 in /tmp, regardless of temporary-file-directory.
20436
20437 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20438
20439 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20440 (open-rectangle, delete-whitespace-rectangle-line)
20441 (clear-rectangle-line): If FILL, pass t instead of FILL
20442 for move-to-column's 2nd arg.
20443
20444 * simple.el (undo): Fix the test for continuing a series of undos.
20445 (undo-more): Set pending-undo-list to t when we reach end.
20446 (pending-undo-list): Move up defvar.
20447
20448 * wid-edit.el (widget-button-click):
20449 Shorten the range of the track-mouse binding.
20450
20451 * comint.el (comint-insert-input): Undo previous changes;
20452 use last-input-event in interactive spec.
20453
20454 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20455
20456 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20457 to nil before invoking call-process. Reset buffer's modified flag
20458 after fontifying it in the no-async branch.
20459
20460 * wid-edit.el (widget-specify-button): If mouse pointer shape
20461 cannot be changed, use mouse face instead.
20462
20463 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20464
20465 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20466 (gdb-goto-breakpoint): Make breakpoint handling work on template
20467 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20468 (gdb-assembler-custom): Update to recognize breakpoint information
20469 added on 2005-01-19.
20470
20471 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20472
20473 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20474 (dsssl-mode): Use define-derived-mode.
20475 (scheme-mode-initialize): Remove.
20476 (scheme-mode): Use run-mode-hooks.
20477
20478 * cus-edit.el (customize-group-other-window)
20479 (custom-buffer-create-other-window): Don't override special-display-*.
20480 (custom-mode-map): Make it dense.
20481
20482 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20483 sets the default value.
20484
20485 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20486
20487 * descr-text.el: Add more keywords.
20488
20489 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20490
20491 * speedbar.el: Avoid unnecessary use of locate-library.
20492
20493 * international/mule-cmds.el (standard-display-european-internal):
20494 Don't fiddle with latin-1 non-break space any more since it's now
20495 special cased in the C code.
20496 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20497
20498 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20499
20500 * cus-start.el (all): Add `undo-outer-limit'.
20501
20502 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20503
20504 * textmodes/bibtex.el (bibtex-format-entry):
20505 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20506 field lines.
20507 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20508 not on part of a buffer.
20509
20510 2005-01-25 Lute Kamstra <lute@gnu.org>
20511
20512 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20513 nonempty field text strings like "{letters\\macro{}more letters}".
20514 Clarify docstring.
20515 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20516 (bibtex-entry-offset, bibtex-parse-association)
20517 (bibtex-parse-field-name): Fix typos in docstrings.
20518 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20519
20520 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20521
20522 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20523 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20524 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20525 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20526
20527 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20528 isearch minor mode.
20529
20530 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20531
20532 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20533
20534 2005-01-24 Lute Kamstra <lute@gnu.org>
20535
20536 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20537 CASECHARS and NOT-CASECHARS regular expressions of the
20538 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20539 striding over charsets" error.
20540
20541 2005-01-24 Jay Belanger <belanger@truman.edu>
20542
20543 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20544 display variable name.
20545
20546 2005-01-24 Kenichi Handa <handa@m17n.org>
20547
20548 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20549 Fix setting of the element of encoded-kbd-iso2022-invocations.
20550
20551 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20552
20553 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20554 (gdb-threads-select): Change to also accept mouse events.
20555 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20556 (gdb-threads-mouse-select): Delete.
20557
20558 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20559
20560 * files.el (insert-directory): Take care of empty directory,
20561 listed without -a switch.
20562
20563 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20564
20565 * textmodes/refill.el (refill-post-command-function):
20566 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20567 to the list of functions that we should be careful not to undo.
20568 (refill-late-fill-paragraph-function): Remove.
20569 (refill-saved-state): New var.
20570 (refill-mode): Use it to save fill-paragraph-function.
20571 Save also the value of auto-fill-function.
20572
20573 * term/w32-win.el: Simplify code.
20574
20575 2005-01-23 Kim F. Storm <storm@cua.dk>
20576
20577 * simple.el (line-move): Adapt to new return value from
20578 pos-visible-in-window-p.
20579
20580 * simple.el (line-move): Fix last change. Check partial
20581 visibility at point rather than at window-start.
20582
20583 2005-01-22 Jason Rumney <jasonr@gnu.org>
20584
20585 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20586
20587 2005-01-22 David Kastrup <dak@gnu.org>
20588
20589 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20590
20591 2005-01-22 Eli Zaretskii <eliz@gnu.org>
20592
20593 * type-break.el (type-break-mode): Add a test for
20594 type-break-file-name being non-nil.
20595
20596 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20597
20598 * net/eudc.el (top level): Call (message "") via progn, so that
20599 eudc-options-file is loaded.
20600
20601 2005-01-22 Kim F. Storm <storm@cua.dk>
20602
20603 * simple.el (line-move-1): Rename from line-move.
20604 (line-move): New function that adjusts vscroll for partially
20605 visible rows, and calls line-move-1 otherwise.
20606
20607 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20608
20609 * pcomplete.el: Define pcomplete-read-event instead of read-event,
20610 since it's not a complete read-event implementation
20611
20612 2005-01-20 Jay Belanger <belanger@truman.edu>
20613
20614 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20615 for called function.
20616
20617 2005-01-20 Steven Tamm <steventamm@mac.com>
20618
20619 * term/mac-win.el (process-connection-type): Remove.
20620 Controlled now by s/darwin.h:PTY_ITERATION.
20621
20622 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20623
20624 * window.el (handle-select-window): Don't switch window when we're
20625 in the minibuffer.
20626
20627 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20628
20629 * subr.el (dotimes-with-progress-reporter): New macro.
20630
20631 * ses.el (ses-dotimes-msg): Remove macro.
20632 Use `dotimes-with-progress-reporter' instead.
20633
20634 2005-01-19 Steven Tamm <steventamm@mac.com>
20635
20636 * term/mac-win.el (process-connection-type): Use new
20637 operating-system-release variable to use ptys on Darwin 7 (OS X
20638 10.3) when using carbon build.
20639
20640 2005-01-19 Jay Belanger <belanger@truman.edu>
20641
20642 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20643 flags if the last command was a tab or M-tab.
20644
20645 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20646 in formula editing buffer.
20647
20648 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20649
20650 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20651 breakpoint image symbol in margin.
20652
20653 2005-01-19 Jay Belanger <belanger@truman.edu>
20654
20655 * calc/calc-prog.el (calc-execute-kbd-macro):
20656 Ignore calc-keep-arg-flag.
20657
20658 2005-01-19 Kenichi Handa <handa@m17n.org>
20659
20660 * textmodes/ispell.el (ispell-looking-at): New function.
20661 (ispell-process-line): Use ispell-looking-at to compare the ispell
20662 output and the buffer contents.
20663
20664 2005-01-18 Jay Belanger <belanger@truman.edu>
20665
20666 * calc/calc.el (calc-display-raw): Fix docstring.
20667
20668 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20669
20670 * simple.el (blink-matching-open): Strip extra info from syntax.
20671
20672 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20673 funny chars in the end-of-here-doc marker.
20674
20675 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20676
20677 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20678 that enable/disabled state of breakpoints is shown correctly in
20679 fringe and on ttys.
20680 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20681 Add breakpoint information as text properties.
20682 (gdb-mouse-toggle-breakpoint):
20683 Rename to gdb-mouse-set-clear-breakpoint.
20684 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
20685 breakpoints in the margin.
20686 (gdb-remove-strings): Simplify.
20687
20688 2005-01-17 Jay Belanger <belanger@truman.edu>
20689
20690 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20691 erasing buffer.
20692
20693 2005-01-17 Richard M. Stallman <rms@gnu.org>
20694
20695 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20696 for calling grep-compute-defaults.
20697
20698 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20699 if buffer is empty.
20700
20701 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20702
20703 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20704
20705 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20706
20707 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20708 non-preloaded variables.
20709
20710 2005-01-17 Steven Tamm <steventamm@mac.com>
20711
20712 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20713 tex-shell cause to force interactivity when using pipes.
20714
20715 2005-01-17 Kim F. Storm <storm@cua.dk>
20716
20717 * simple.el (just-one-space): Make arg optional.
20718
20719 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
20720
20721 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20722 posn-at-x-y to t to access left-margin.
20723
20724 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
20725
20726 Sync with Tramp 2.0.47.
20727
20728 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20729 catching keep-date problems in cp/scp operations.
20730 (tramp-handle-copy-file): Don't call `set-file-modes'
20731 unconditionally. Specialized functions should know better what is
20732 necessary. This improves performance a little bit, and the
20733 functions could catch errors with `cp -p' and `scp -p'.
20734 (tramp-do-copy-or-rename-file-via-buffer)
20735 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20736 when appropriate.
20737 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20738 Call `set-file-modes' when appropriate.
20739 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20740 Johnsson <isak@hypergene.com>
20741 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20742 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20743 <joakim@verona.se>
20744 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20745 Emacs only.
20746
20747 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
20748 `find-file-hooks' and `dired-mode-hook'.
20749 (tramp-minor-mode-map): Respective map. Add remapping for
20750 `compile' and `recompile'.
20751 (tramp-remap-command, tramp-recompile): New defuns.
20752 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20753 in buffer "*Compilation*". Call the commands asynchronously.
20754
20755 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20756 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20757 `shell-command', because it isn't magic in XEmacs. Reported by
20758 Adrian Aichner <adrian@xemacs.org>.
20759
20760 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20761 `substitute-in-file-name.
20762 (tramp-smb-handle-substitute-in-file-name): New defun.
20763 (tramp-smb-advice-PC-do-completion): Delete advice.
20764
20765 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20766
20767 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20768 Fix error in deleting region.
20769
20770 2005-01-15 Richard M. Stallman <rms@gnu.org>
20771
20772 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20773 In non-temp buffer, switch syntax table temporarily.
20774
20775 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20776
20777 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20778
20779 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20780
20781 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20782 (imenu--generic-function): Use START, not BEG, as pos of definition.
20783
20784 * simple.el (just-one-space): Argument specifies number of spaces.
20785
20786 * simple.el (eval-expression-print-format): Avoid warning
20787 about edebug-active.
20788
20789 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
20790
20791 * progmodes/sh-script.el: Code copied from make-mode.el
20792 with small changes,
20793 (sh-mode-map): Bind C-c C-\.
20794 (sh-backslash-column, sh-backslash-align): New variables.
20795 (sh-backslash-region, sh-append-backslash): New functions.
20796
20797 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20798
20799 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20800 (rmail-pop-password, rmail-pop-password-required): Move to
20801 rmail-obsolete group.
20802 (rmail-set-pop-password): Rename to rmail-set-remote-password.
20803 All callers updated.
20804 (rmail-get-pop-password): Rename to rmail-get-remote-password.
20805 Take an argument specifying whether it is POP or IMAP mailbox we
20806 are using. All callers updated.
20807 (rmail-pop-password-error): Rename to
20808 rmail-remote-password-error. Added mailutils-specific error message.
20809 (rmail-movemail-search-path)
20810 (rmail-movemail-variant-in-use): New variables.
20811 (rmail-remote-password, rmail-remote-password-required):
20812 New customization variables.
20813 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20814 (rmail-parse-url): New function.
20815 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20816 with GNU mailutils movemail.
20817
20818 2005-01-15 Kevin Ryde <user42@zip.com.au>
20819
20820 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20821 suffix to space, $ or '$, to correctly position point when going
20822 to @table style constants like DBL_MAX.
20823
20824 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20825
20826 * type-break.el (type-break-mode, type-break-file-time)
20827 (type-break-file-keystroke-count, type-break-choose-file):
20828 Don't store data in or load data from the file if type-break-file-name
20829 is nil.
20830 (type-break-file-name): Doc update as per the above.
20831
20832 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20833
20834 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20835 lookup-key might return nil; handle that.
20836
20837 2005-01-15 Alan Mackenzie <acm@muc.de>
20838
20839 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20840 rather than the element found, thus enabling the tree to be setcar'd.
20841
20842 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20843
20844 * textmodes/org.el (org-show-following-heading): New option.
20845 (org-show-hierarchy-above): Use `org-show-following-heading'.
20846 (org-cycle): Documentation fix.
20847
20848 * textmodes/org.el (orgtbl-optimized): New option
20849 (orgtbl-mode): New command, a minor mode.
20850 (orgtbl-mode-map): New variable.
20851 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20852 (orgtbl-error, orgtbl-self-insert-command)
20853 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20854
20855 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20856 a local variable in each org-mode buffer.
20857
20858 * textmodes/org.el (org-set-regexps-and-options): Rename from
20859 `org-set-regexps'. Added checking for STARTUP keyword.
20860 (org-get-current-options): Add STARTUP options.
20861 (org-table-insert-row): Make mode intelligent about when
20862 realignment is needed.
20863 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20864 New commands.
20865 (org-enable-table-editor): New default value `optimized'.
20866 (org-table-blank-field): Support blanking regions if active.
20867
20868 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20869
20870 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20871 if the year is not given.
20872
20873 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20874 Add new escapes %m and %M, fixed bug with %F by adding
20875 save-match-data.
20876 (reftex-reference): Remove ?. from list of spaces.
20877 (reftex-label-info): Add automatic label prefix recognition.
20878
20879 * textmodes/reftex-index.el (reftex-index-next-phrase):
20880 Add slave parameter to call of `reftex-index-this-phrase'.
20881 (reftex-index-this-phrase): New optional argument.
20882 (reftex-index-region-phrases): Add slave parameter to call of
20883 `reftex-index-this-phrase'.
20884 (reftex-display-index): New argument redo.
20885 (reftex-index-rescan): Add `redo' to arguments of
20886 `reftex-display-index'.
20887 (reftex-index-Rescan, reftex-index-revert)
20888 (reftex-index-switch-index-tag): Add `redo' to arguments of
20889 `reftex-display-index'.
20890 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20891 indexing. Fix bug with matching is there is a quote before or
20892 after the word.
20893
20894 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20895 Fix bug when collecting citation keys in lines with comments.
20896 (reftex-citation): Prefix argument no longer rescans the document,
20897 but forces prompting for optional arguments of cite macros.
20898 (reftex-do-citation): Prompting for optional arguments implemented.
20899
20900 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20901 Add optional arguments to most cite commands.
20902 (reftex-cite-cleanup-optional-args): New option
20903 (reftex-cite-prompt-optional-args): New option.
20904 (reftex-trust-label-prefix): New option.
20905
20906 * textmodes/reftex-toc.el (reftex-toc-find-section):
20907 Add push-mark before changing the position in the buffer.
20908
20909 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20910 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20911
20912 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
20913
20914 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20915 more carefully.
20916
20917 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
20918
20919 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20920 (sgml-mode): Use it.
20921 (sgml-get-context): Better keep track of implicitly closed tags.
20922
20923 2005-01-13 Kenichi Handa <handa@m17n.org>
20924
20925 * textmodes/ispell.el: These changes are to fix misalignment error
20926 caused by equivalent characters of different Emacs charsets.
20927 (ispell-unified-chars-table): New variable.
20928 (ispell-get-decoded-string): New function.
20929 (ispell-get-casechars, ispell-get-not-casechars)
20930 (ispell-get-otherchars): Call ispell-get-decoded-string.
20931
20932 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20933
20934 * custom.el (custom-declare-variable): Just put symbol instead
20935 of (defvar . symbol) in `current-load-list'.
20936
20937 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20938
20939 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20940
20941 2005-01-12 Jay Belanger <belanger@truman.edu>
20942
20943 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20944 to create a Calc summary.
20945
20946 2005-01-12 Kim F. Storm <storm@cua.dk>
20947
20948 * mouse.el (mouse-on-link-p): Change functionality and doc
20949 string to comply with latest description in lisp ref.
20950
20951 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
20952
20953 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20954 Enable mouse clicks on mode-line, header-line and margin.
20955 (event-type): Give mouse event symbols an `event-kind' property
20956 with value `mouse-click'.
20957
20958 2005-01-12 Juri Linkov <juri@jurta.org>
20959
20960 * facemenu.el (list-colors-display): Add new arg buffer-name.
20961 Use it. Fix docstring. Replace code for identifying duplicate
20962 colors by the name with call to `list-colors-duplicates' which
20963 identifies duplicate colors by the value unless the color
20964 is one of special Windows colors. Set truncate-lines to t.
20965 Print sorted duplicate color names on each line. Indent to 22
20966 \(the longest color name in rgb.txt) instead of 20. Optimize.
20967 (list-colors-duplicates): New function.
20968 (facemenu-color-name-equal): Delete function.
20969
20970 * facemenu.el (list-colors-print): New function created from code
20971 in list-colors-display. Print #RRGGBB at the window right edge.
20972 (list-colors-display): When temp-buffer-show-function is not
20973 defined, call list-colors-print from temp-buffer-show-hook
20974 to get the right value of window-width in list-colors-print
20975 after the buffer is displayed.
20976
20977 * simple.el (pop-mark): Move deactivate-mark out of conditional
20978 part to deactivate the active mark regardless of the state of the
20979 mark ring.
20980
20981 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
20982 variables line in desktop files.
20983
20984 2005-01-12 Juri Linkov <juri@jurta.org>
20985
20986 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
20987 Bring together isearch highlight related options.
20988 (lazy-highlight): Replace group `replace' by `matching'.
20989 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
20990 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
20991 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
20992 and declare them obsolete.
20993 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
20994 (isearch-faces): Remove defgroup.
20995 (isearch-overlay, isearch-highlight, isearch-dehighlight):
20996 Move isearch highlighting code closer to lazy highlighting code.
20997
20998 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
20999 (query-replace-highlight, query-replace-lazy-highlight)
21000 (query-replace): Move definitions to the beginning of the file.
21001
21002 2005-01-11 Juri Linkov <juri@jurta.org>
21003
21004 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21005 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21006 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21007
21008 * info.el (Info-history-forward): New variable.
21009 (Info-select-node): Reset Info-history-forward to nil.
21010 (Info-last): Turn into defalias.
21011 (Info-history-back): Rename from Info-last.
21012 Add current node to Info-history-forward.
21013 (Info-history-forward): New fun.
21014 (Info-mode-map): Replace Info-last by Info-history-back.
21015 Bind Info-history-forward to "r".
21016 (Info-mode-menu): Replace Info-last by Info-history-back.
21017 Fix menu item text. Add menu item for Info-history-forward.
21018 (info-tool-bar-map): Replace Info-last by Info-history-back.
21019 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21020 for Info-history-forward.
21021 (Info-mode): Replace Info-last by Info-history-back in docstring.
21022 Add local variable Info-history-forward.
21023 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21024
21025 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21026
21027 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21028 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21029 Ignore select-window events rather than fiddle with
21030 mouse-autoselect-window.
21031
21032 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21033
21034 * type-break.el (type-break-mode): Fix previous change.
21035
21036 2005-01-10 Jay Belanger <belanger@truman.edu>
21037
21038 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21039 calculator; only reset when point is inside a calculator.
21040 Don't adjust the window height if the window takes up the whole height
21041 of the frame.
21042
21043 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21044
21045 * ebuff-menu.el (Electric-buffer-menu-mode):
21046 Preserve value of buffer-local var header-line-format.
21047
21048 2005-01-09 Jay Belanger <belanger@truman.edu>
21049
21050 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21051 Make sure settings file exists before accessing it.
21052
21053 * calc/calc-embed.el (calc-embedded-subst):
21054 Replace math-multi-subst-rec, which is only supposed to be called
21055 by math-multi-subst, by math-multi-subst.
21056
21057 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21058
21059 * vc.el (vc-allow-async-revert): New user option.
21060 (vc-disable-async-diff): New internal variable.
21061 (vc-revert-buffer): Use them to disable asynchronous diff.
21062
21063 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21064 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21065 asynchronously if vc-disable-async-diff is t.
21066
21067 2005-01-09 Jay Belanger <belanger@truman.edu>
21068
21069 * calc/calc.el (defcalcmodevar): New macro.
21070 (calc-mode-var-list-restore-default-values)
21071 (calc-mode-var-list-restore-saved-values): New functions.
21072 (calc-mode-var-list): Use defcalcmodevar to define it.
21073 (calc-always-load-extensions, calc-line-numbering)
21074 (calc-line-breaking, calc-display-just, calc-display-origin)
21075 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21076 (calc-group-char, calc-point-char, calc-frac-format)
21077 (calc-prefer-frac, calc-hms-format, calc-date-format)
21078 (calc-float-format, calc-full-float-format, calc-complex-format)
21079 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21080 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21081 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21082 (calc-matrix-brackets, calc-language, calc-language-option)
21083 (calc-left-label, calc-right-label, calc-word-size)
21084 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21085 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21086 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21087 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21088 (calc-window-height, calc-display-trail, calc-show-selections)
21089 (calc-use-selections, calc-assoc-selections)
21090 (calc-display-working-message, calc-auto-why, calc-timing)
21091 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21092 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21093 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21094 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21095 (calc-gnuplot-geometry, calc-graph-default-resolution)
21096 (calc-graph-default-resolution-3d, calc-invocation-macro)
21097 (calc-show-banner): Use defcalcmodevar to declare them and set
21098 their default values.
21099
21100 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21101 instead of default values (but restore default values if there is
21102 an argument of 0).
21103
21104 2005-01-09 David Kastrup <dak@gnu.org>
21105
21106 * desktop.el (desktop-restore-eager): Fix typo in type.
21107
21108 2005-01-08 Richard M. Stallman <rms@gnu.org>
21109
21110 * cus-edit.el (customize): Delete :link.
21111
21112 2005-01-08 Jay Belanger <belanger@truman.edu>
21113
21114 * calc/calc.el (calc-mode): Remove the extension from the
21115 `calc-settings-file' file name when loading it.
21116
21117 2005-01-08 Kim F. Storm <storm@cua.dk>
21118
21119 * info.el (Info-mode-map, Info-next-link-keymap)
21120 (Info-prev-link-keymap, Info-up-link-keymap):
21121 Map follow-link to mouse-face.
21122 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21123
21124 2005-01-08 Jay Belanger <belanger@truman.edu>
21125
21126 * calc/calc.el (calc-settings-file): Change default value.
21127 Suggested by cgw in a comment in calc-mode.el.
21128
21129 * calc/calc-mode.el (calc-settings-file-name):
21130 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21131 Replace ~/.emacs in a prompt by calc-settings-file.
21132
21133 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21134
21135 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21136 (desktop-lazy-idle-delay): New customizable variables.
21137 (desktop-buffer-args-list): New variable.
21138 (desktop-append-buffer-args): New function.
21139 (desktop-save): Call desktop-append-buffer-args for some buffers.
21140 (desktop-lazy-create-buffer): New function.
21141 (desktop-idle-create-buffers): New function.
21142 (desktop-read): Add message about buffers to restore lazily.
21143 (desktop-lazy-abort): New command.
21144 (desktop-clear): Call desktop-lazy-abort.
21145 (desktop-lazy-complete): New command.
21146
21147 2005-01-06 Richard M. Stallman <rms@gnu.org>
21148
21149 * emacs-lisp/find-func.el (find-face-definition):
21150 Rename from find-face.
21151
21152 2005-01-06 Kim F. Storm <storm@cua.dk>
21153
21154 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21155
21156 * man.el (Man-xref-man-page, Man-xref-header-file)
21157 (Man-xref-normal-file): Add follow-link property.
21158
21159 2005-01-06 Jay Belanger <belanger@truman.edu>
21160
21161 * calc/calc-units.el: Make sure the proper macro definitions are
21162 available when compiling.
21163
21164 2005-01-06 Juri Linkov <juri@jurta.org>
21165
21166 * isearch.el (isearch-lazy-highlight-update):
21167 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21168
21169 2005-01-06 Miles Bader <miles@gnu.org>
21170
21171 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21172 (isearch-lazy-highlight-face): Use new name.
21173
21174 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21175
21176 * uniquify.el (uniquify-rationalize-file-buffer-names):
21177 Re-add an interactive spec.
21178 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21179 to the same name.
21180
21181 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21182 (isearch-update, isearch-done): Adjust calls accordingly.
21183
21184 2005-01-05 Richard M. Stallman <rms@gnu.org>
21185
21186 * custom.el (custom-set-variables, custom-theme-set-variables):
21187 Clarify documentation.
21188
21189 * emacs-lisp/find-func.el (find-variable)
21190 (find-variable-other-window, find-variable-other-frame):
21191 Fix the TYPE args to find-function-read and find-function-do-it.
21192 (find-function): Doc fix.
21193 (find-function-at-point): Replace function-at-point alias.
21194
21195 2005-01-04 Richard M. Stallman <rms@gnu.org>
21196
21197 * cus-face.el (custom-declare-face):
21198 Record defface in current-load-list.
21199
21200 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21201
21202 * emacs-lisp/find-func.el: Doc fixes.
21203 (find-face-regexp): New variable.
21204 (find-function-regexp-alist): New variable.
21205 (find-function-C-source): Third arg is now TYPE.
21206 (find-function-search-for-symbol): Handle general TYPE.
21207 (find-function-read, find-function-do-it): Handle general TYPE.
21208 (find-definition-noselect, find-face): New functions.
21209 (function-at-point): Alias deleted.
21210
21211 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21212
21213 * battery.el (display-battery-mode): Rename from display-battery.
21214 Handle the case where it gets turned off.
21215
21216 2005-01-04 Richard M. Stallman <rms@gnu.org>
21217
21218 * cus-edit.el (customize): Make :link point to user doc.
21219
21220 * man.el (Man-fontify-manpage): Turn off undo generation.
21221
21222 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21223
21224 2005-01-04 Andreas Schwab <schwab@suse.de>
21225
21226 * files.el (insert-directory): Only look for error lines in
21227 inserted text. Don't move too far after processing --dired markers.
21228
21229 2005-01-04 Richard M. Stallman <rms@gnu.org>
21230
21231 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21232 Don't expand if the character is @, period, dash, etc.
21233 (define-mail-abbrev): Quote names that contain problem characters.
21234
21235 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21236
21237 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21238
21239 2005-01-03 Richard M. Stallman <rms@gnu.org>
21240
21241 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21242 (query-replace-highlight, query-replace-lazy-highlight)
21243 (query-replace): Definitions moved up. Doc fix.
21244
21245 2005-01-03 Richard M. Stallman <rms@gnu.org>
21246
21247 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21248 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21249 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21250 (lazy-highlight-face): Rename from isearch-lazy-...
21251 Change all references to them.
21252
21253 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21254
21255 * cus-edit.el (custom-file): Doc fix for defcustom.
21256 (custom-file): The function no longer sets the variable
21257 `custom-file' to its return value.
21258
21259 * startup.el (command-line): No longer load `custom-file'.
21260
21261 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21262
21263 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21264
21265 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21266 Don't confuse module-prefixed identifiers for labels.
21267 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21268
21269 2005-01-02 Richard M. Stallman <rms@gnu.org>
21270
21271 * files.el (basic-save-buffer-1): Fix previous change.
21272
21273 * loadhist.el (file-loadhist-lookup): New function.
21274 (file-provides, file-requires): Use it.
21275
21276 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21277 instead of calculating the right size.
21278
21279 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21280
21281 * vc-svn.el (vc-svn-diff): Stay local if possible.
21282
21283 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21284
21285 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21286
21287 * files.el (hack-local-variables): Fix last change.
21288
21289 2005-01-02 Jay Belanger <belanger@truman.edu>
21290
21291 * calc/calc-yank.el (calc-edit-top): New variable.
21292 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21293 object. Change header properties.
21294 (calc-edit-finish, calc-edit-finish-stack-object)
21295 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21296 edited object.
21297 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21298 for the beginning of the edited object.
21299 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21300 for the beginning of the edited object.
21301 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21302 (calc-finish-formula-edit, calc-macro-repeats)
21303 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21304 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21305 beginning of the edited object.
21306 (calc-user-define-edit): Change the header for editing macros.
21307 Remove unnecessary variable.
21308
21309 2005-01-01 Jay Belanger <belanger@truman.edu>
21310
21311 * calc/calc-yank.el (calc-edit-mode): Change default header.
21312 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21313 * calc/calc-store.el (calc-edit-variable): Change title to match new
21314 header.
21315 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21316 mode to match new header.
21317 (calc-user-define-edit): Change titles to include names of commands.
21318 (calc-finish-formula-edit): Adjust to handle new header.
21319 (calc-finish-macro-edit): Remove.
21320 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21321 (calc-edit-macro-command, calc-edit-macro-command-type)
21322 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21323 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21324 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21325 (calc-edit-macro-finish-edit): New functions.
21326 (calc-user-define-edit): Use new functions to edit named calc macros.
21327
21328 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21329
21330 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21331
21332 * ses.el (copy-region-as-kill): Deactivate mark.
21333
21334 2005-01-01 Richard M. Stallman <rms@gnu.org>
21335
21336 * replace.el (occur-1): If the output buffer is also an input,
21337 don't kill it, rename it.
21338
21339 * faces.el (set-face-background, set-face-foreground): Doc fix.
21340
21341 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21342 for :foreground and :background.
21343
21344 * dired.el (dired-view-command-alist): Variable deleted.
21345 (dired-view-file, dired-mouse-find-file-other-window):
21346 Delete the code to use it.
21347
21348 2005-01-01 Kim F. Storm <storm@cua.dk>
21349
21350 * image.el (insert-sliced-image): Use t for line-height property.
21351
21352 See ChangeLog.11 for earlier changes.
21353
21354 ;; Local Variables:
21355 ;; coding: iso-2022-7bit
21356 ;; End:
21357
21358 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21359 Copying and distribution of this file, with or without modification,
21360 are permitted provided the copyright notice and this notice are preserved.
21361
21362 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1