]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Change herring@lanl.gov's entries to use the name from his legal papers.
[gnu-emacs] / lisp / ChangeLog
1 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4 Use font-lock-warning-face for any errors e.g. no stack.
5 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
6
7 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
8
9 * progmodes/sh-script.el (sh-shell): Mark as safe.
10
11 * newcomment.el (comment-start, comment-start-skip)
12 (comment-end-skip, comment-end): Mark as safe.
13
14 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
15
16 * textmodes/org.el: (org-deadline-announce): Face removed.
17 (org-level-faces, org-n-levels): Converted to constant.
18 (org-compatible-face): New function.
19 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
20 (org-level-5, org-level-6, org-level-7, org-level-8)
21 (org-special-keyword, org-warning, org-headline-done, org-link)
22 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
23 (org-scheduled-today, org-scheduled-previously, org-time-grid):
24 Face definition revised for better color tty support.
25 (org-bold-re, org-italic-re, org-underline-re): New constants.
26 (org-set-font-lock-defaults): Use the new constants.
27 (org-agenda-highlight-todo): New function.
28 (org-agenda-todo): Fixed bug with point at end of line.
29 (org-agenda-change-all-lines, org-finalize-agenda-entries):
30 Fontify TODO keywords.
31 (org-insert-link): Preserve relative path in ../ links.
32 (org-export-as-html): Convert links pointing to .org files into
33 links that will work beteen the exported HTML files.
34 (org-todo-list): Fix bug when arg=0.
35 (org-insert-heading): More fine-tuning.
36
37 2006-04-19 Romain Francoise <romain@orebokech.com>
38
39 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
40 from `rmail-mime-charset-pattern'.
41
42 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
43
44 * progmodes/python.el (python-mode): Fix typo.
45
46 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
47
48 * comint.el (comint-previous-input): Don't clobber input line
49 when moving off either end of the input history ring.
50 (comint-delete-input): New function, used by
51 `comint-previous-input' and others.
52 (comint-previous-matching-input): Use
53 `coming-delete-input'. Save the partial input if leaving the
54 edit line. Goto point-max before deleting input to avoid
55 partial input fragments hanging around.
56 (comint-restore-input): New function, used by
57 `comint-previous-input', and bound to "C-c C-j".
58
59 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
60
61 * imenu.el (imenu--index-alist): Balance parentheses.
62
63 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
64
65 * progmodes/python.el (python-mode): Add support for
66 hs-minor-mode.
67
68 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
69
70 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
71 file is nil.
72
73 2006-04-18 Richard Stallman <rms@gnu.org>
74
75 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
76
77 * imenu.el (imenu-create-index-function, imenu--index-alist)
78 (imenu--last-menubar-index-alist, imenu--make-index-alist)
79 (imenu-default-create-index-function, imenu--generic-function):
80 Doc fixes.
81
82 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
83
84 * help-mode.el (help-mode): Set view-exit-action to delete window.
85
86 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
87 now works by passing nil as arg.
88
89 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
90
91 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
92 (read-abbrev-file): Provide default when reading filename.
93
94 * files.el (enable-local-variables): Allow :all as value.
95 (hack-local-variables): Implement that value.
96 (safe-local-variable-values, safe-local-eval-forms)
97 (enable-local-variables): Mark as risky.
98 (find-file-visit-truename, kept-old-versions): Mark safe.
99
100 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
101 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
102 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
103
104 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
107 Use forward-line so as to get to BOL even in the presence of fields.
108 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
109 in return.
110 (inferior-tcl): Tell tclsh to work in interactive mode.
111
112 * complete.el (partial-completion-mode):
113 Use 'choose-completion-string-functions to make sure that
114 choose-completion fills the minibuffer properly.
115
116 * complete.el (PC-old-read-file-name-internal): Remove.
117 (PC-read-include-file-name-internal): Remove. Turn it into an advice
118 of read-file-name-internal.
119 (partial-completion-mode): Enable/disable this advice.
120
121 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
122
123 * net/tramp.el (tramp-completion-file-name-handler): Revert change
124 of 2006-04-17.
125
126 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
127
128 * textmodes/org.el (org-insert-heading): Insert heading before
129 current if at beginning of line.
130 (org-todo, org-date): New faces.
131 (org-table-align): Make sure tooltip window contains full text.
132 (org-no-properties): New defsubst.
133 (org-set-font-lock-defaults): Use new faces.
134
135 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
136
137 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
138 for root variables.
139
140 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
141 (gdb-frame-address): Re-use to identify frame for watch expression.
142 (gdb-var-list, gdb-var-create-handler): Add frame address for root
143 variables.
144 (gdb-init-1, gdb-source, gdb-post-prompt, )
145 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
146 (gdb-frame-handler): Get gdb-frame-address.
147
148 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
149
150 Sync with Tramp 2.0.53.
151
152 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
153 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
154 (tramp-completion-file-name-handler): Add autoload cookie for
155 adding to `file-name-handler-alist'.
156
157 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
158 the prompt. If it returns earlier (when detecting an error
159 message), the rest of the output will merge accidently with the
160 output of the next command. Reported by M Jared Finder
161 <jared@hpalace.com>.
162
163 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
164 for `process-file', in order to let it work for older Emacsen too.
165
166 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
167
168 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
169 (tex-font-lock-keywords-3): Use it.
170
171 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * newcomment.el (comment-add): New function.
174 (comment-region-default, comment-dwim): Use it.
175
176 2006-04-15 Michael Olson <mwolson@gnu.org>
177
178 * emacs-lisp/tq.el: Improve comments.
179 (tq-queue-head-question): New accessor function.
180 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
181 Update for modified queue structure.
182 (tq-queue-add): Accept `question' argument.
183 (tq-queue-pop): If a question is pending, send it.
184 (tq-enqueue): Accept new optional argument `delay-question'.
185 If this is non-nil, and at least one other question is pending a
186 response, queue the question rather than sending it immediately.
187
188 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
189
190 * calendar/appt.el (appt-add): Check whether an appointment is
191 already present in appt-time-msg-list. Simplify code.
192
193 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * progmodes/cc-langs.el (c-mode-menu):
196 Don't presume c-subword-mode is bound.
197
198 2006-04-13 Bill Wohler <wohler@newt.com>
199
200 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
201 (customize-package-emacs-version): Use cdr instead of cadr now
202 that alists use dotted pairs.
203
204 * custom.el (defcustom): Fix docstring for :package-version.
205
206 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
207
208 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
209 (tramp-handle-shell-command): Display output buffer only when
210 `tramp-display-shell-command-buffer' is true.
211 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
212
213 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
214
215 * textmodes/org.el (org-set-autofill-regexps): Set only the local
216 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
217
218 2006-04-13 Romain Francoise <romain@orebokech.com>
219
220 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
221 leaving temporary .cvsignore buffers behind.
222
223 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
224
225 * textmodes/org.el: (org-set-regexps-and-options)
226 (org-get-current-options): Better names for the startup folding
227 options.
228
229 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
230
231 * vc.el (vc-annotate): Arrange for point to end up at the same
232 line number as in the original, but only when using a new buffer.
233
234 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
235
236 * files.el (hack-one-local-variable-eval-safep):
237 Recognize `edebug-form-spec' for `put', but only if it passes
238 `edebug-basic-spec'. Generalize `put' handling.
239
240 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
241 vetting file-local form specs.
242
243 * allout.el (allout-layout): Autoload its `safe-local-variable'
244 property.
245
246 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
247
248 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
249 (org-agenda-mouse-1-follows-link)
250 (org-mouse-1-follows-link): New options.
251 (org-format-agenda-item): Fix bug if TAGS is nil.
252 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
253
254 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
255
256 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
257 GDB 6.1+ gives full filename for "info sources" so use
258 file-name-nondirectory.
259
260 2006-04-12 Romain Francoise <romain@orebokech.com>
261
262 * subr.el (read-passwd): Bind `message-log-max' to nil.
263
264 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * progmodes/perl-mode.el (perl-indent-new-calculate):
267 Recompute parse-start after jumping backward by a whole sexp.
268
269 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
270
271 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
272 window configuration.
273 (vc-annotate-display-select): Select the buffer so that current-buffer
274 (and selected-window) is the output buffer at the end of vc-annotate.
275
276 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
277
278 * vc.el (vc-annotate-color-map): Add custom TTY color map for
279 8-color terminals, to use all of the colors in a sensible order.
280 256-color terminals work well with the standard map.
281 (vc-annotate-lines): Only strip the first color character if it
282 is "#", to allow for terminal-style named colors.
283 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
284 the correct buffer is scrolled.
285
286 2006-04-11 Richard Stallman <rms@gnu.org>
287
288 * emacs-lisp/bytecomp.el (byte-compile-file):
289 Bind enable-local-variables to :safe, and make normal-mode obey it.
290
291 * files.el (enable-local-variables): Allow value :safe.
292 (normal-mode): Doc fix.
293 (hack-local-variables): Implement enable-local-variables = :safe.
294 (hack-local-variables-confirm): Don't prevent quitting.
295
296 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * loadhist.el (unload-feature): A bit of sanity check of
299 load-history entries. Cancel timer-vars before unbinding them.
300
301 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
302 quote special chars, and make the trick work on the hex part of the
303 buffer as well.
304 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
305 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
306
307 * startup.el (normal-splash-screen): Fix last change so we don't wait
308 2 minutes if we don't show the splash screen.
309
310 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
311
312 * textmodes/org.el (org-export-plain-list-max-depth)
313 (org-table-spaces-around-separators)
314 (org-radio-targets, org-activate-camels)
315 (org-table-spaces-around-invisible-separators): Options removed.
316 (org-time-stamp-rounding-minutes, org-remember-templates)
317 (org-ellipsis, org-activate-links, org-descriptive-links):
318 New options.
319 (org-remember-apply-template, org-current-time)
320 (org-finish-edit-table-field)
321 (org-link-unescape, org-link-escape)
322 (org-string-width, org-table-clean-line, org-html-do-expand)
323 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
324 (org-read-agenda-file-list): New functions.
325 (org-table-edit-field)
326 (org-table-create-or-convert-from-region): New commands
327 (org-table-toggle-vline-visibility): Command removed.
328 (org-table-convert-region): Made a command.
329 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
330 Replace with the normal org- functions.
331 (org-self-insert-command): Don't trigger realign unnecessarily
332 when blanking a field that is not full.
333 (org-mode): `Set buffer-invisibility-spec' for links.
334 (org-activate-links2): Hide link part and only show descriptive
335 part of the link.
336 (org-insert-link): Modify for new linking system.
337 (org-store-link): Store description separately, for use by
338 `org-insert-link'.
339 (org-table-align): Use `org-string-width'.
340 (defgroup): Completely new group structure for custom variables.
341 (org-agenda-files): Option: Single file name allowed. Function:
342 Optional argument unrestrited means ignore any restricitons.
343 (org-install-agenda-files-menu): Find a buffer in Org-mode before
344 trying to modify the menu. Use generalized access to
345 `org-agenda-files.'
346 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
347 (org-agenda-file-to-front, org-remove-file, org-diary)
348 (org-tags-view, org-export-icalendar-all-agenda-files)
349 (org-export-icalendar-combine-agenda-files): Use generalized
350 access to `org-agenda-files'.
351 (org-remember-handler): Correctly preserve heading if present.
352 (org-table-insert-row, org-table-insert-hline): Deal with
353 invisible characters.
354
355 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
356
357 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
358 (vc-annotate-color-map): New 18 element constant
359 value/saturation, rotating hue colormap, from red->blue.
360 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
361 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
362 (vc-annotate): To avoid killing the required local variables,
363 set them before the end of `with-output-to-temp-buffer', and
364 after first switching to annotate-mode.
365 (vc-annotate-warp-version): Add buffer argument in goto-line to
366 ensure annotation, not source, is scrolled.
367
368 2006-04-10 Bill Wohler <wohler@newt.com>
369
370 * custom.el (defcustom, custom-handle-keyword):
371 Add :package-version keyword.
372 (custom-add-package-version): New function. Sets value of new
373 property 'custom-package-version from :package-version keyword.
374 (defcustom): Create Common Keywords section in docstring.
375 (defface, defgroup): Replace definitions of a select few keywords
376 with a reference to the Common Keywords in defcustom.
377 (defcustom, defface, defgroup): Replace reference to Customization
378 chapter in manual with hyperlink.
379
380 * cus-edit.el (customize-package-emacs-version-alist):
381 New variable.
382 (customize-changed-options): Add check for custom-package-version.
383 (customize-package-emacs-version): New function to look up Emacs
384 version corresponding to the given package version.
385
386 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
387 defun name, in similar fashion to find-variable-regexp.
388
389 2006-04-10 Eli Zaretskii <eliz@gnu.org>
390
391 * international/mule-cmds.el (set-locale-environment): Fix last
392 change for when the locale's preferences don't specify any encoding.
393
394 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
397 so the defined var/fun doesn't need to be quoted.
398
399 2006-04-10 Richard Stallman <rms@gnu.org>
400
401 * finder.el (finder-mode-map): Add n and p bindings.
402
403 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
404
405 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
406 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
407 (gdb-setup-windows): Put something in source window if we can't find
408 the source file.
409 (gdb-frame-handler): Make it work again with just assembly.
410 (gdb-data-list-register-values-handler): Make it work when there is
411 no stack.
412
413 2006-04-09 Richard Stallman <rms@gnu.org>
414
415 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
416 specs while looking for charset.
417
418 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
419
420 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
421 Make them faces.
422 (lm-font-lock-keywords): Update appropriately.
423
424 2006-04-10 Kim F. Storm <storm@cua.dk>
425
426 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
427 it can also replace buffer-substring-no-properties.
428
429 * emulation/cua-base.el (cua-delete-region, cua-paste)
430 (cua-repeat-replace-region): Use filter-buffer-substring.
431
432 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
433 (cua-cut-region-to-global-mark): Likewise.
434
435 * emulation/cua-rect.el (cua--extract-rectangle)
436 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
437
438 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
439
440 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
441 entry-type. Add field delimiters to numerical fields if they are
442 not present.
443
444 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
445
446 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
447 string-const to return value.
448 (bibtex-remove-delimiters): Use it.
449
450 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
451
452 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
453 cl-byte-compile-compiler-macro unless it exists.
454
455 2006-04-08 Eli Zaretskii <eliz@gnu.org>
456
457 * files.el (hack-local-variables-confirm) <offer-save>:
458 Clarify message text. Suggested by Ralf Angeli.
459
460 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
461
462 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
463 (delete-extract-rectangle-line): Use `filter-buffer-substring'
464 instead of `buffer-substring' and `delete-region'. (Most of the
465 code actually copied from `kill-region'.)
466
467 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
468
469 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
470 (rcirc-default-port): Rename from rcirc-port.
471 (rcirc-default-nick): Rename from rcirc-nick.
472 (rcirc-default-user-name): Rename from rcirc-user-name.
473 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
474 (rcirc-low-priority-flag): New variable.
475 (rcirc-decode-coding-system): New defcustom.
476 (rcirc-encode-coding-system): New defcustom.
477 (rcirc-coding-system-alist): New defcustom.
478 (rcirc-multiline-major-mode): New defcustom.
479 (rcirc-nick): New internal variable.
480 (rcirc-process): Remove variable.
481 (rcirc-server-buffer): New variable.
482 (rcirc): Update to use rcirc-default-* variables above.
483 (rcirc-connect): Do not add window-configuration-hook-here.
484 (rcirc-server): New internal variable.
485 (rcirc-connect): Do not send keepalive pings if
486 rcirc-keepalive-seconds is nil.
487 (with-rcirc-server-buffer): New macro.
488 (rcirc-send-string): Encode with rcirc-encode-coding-system.
489 (rcirc-server-name): Rename from rcirc-server.
490 (rcirc-buffer-process): New function.
491 (rcirc-buffer-nick): New function.
492 (rcirc-buffer-target): Remove function.
493 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
494 New commands.
495 (rcirc-mode-map): Change binding of C-c C-l to
496 rcirc-toggle-low-priority.
497 (rcirc-mode): Initialize coding system based on
498 rcirc-coding-system-alist. New change-major-mode-hook to part the
499 channel on a mode change. Make kill-buffer-hook buffer-local.
500 (rcirc-change-major-mode-hook): New function.
501 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
502 (rcirc-last-post-time): New variable.
503 (rcirc-process-message): Store the last time user posted a message
504 to this target.
505 (rcirc-multiline-minor-mode): New mode.
506 (rcirc-multiline-minor-mode-map): New mode map.
507 (rcirc-edit-multiline): Put multiline-edit buffer in
508 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
509 (rcirc-print): Ignore any line starting with an ignored nick.
510 (rcirc-print): Decode using rcirc-decode-coding-system.
511 (rcirc-track-minor-mode): Update global-mode-string when disabling
512 this mode.
513 (minor-mode-alist): Add LowPri indicator.
514 (rcirc-toggle-low-priority): New function.
515 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
516 next lowpriority buffer with activity.
517 (rcirc-record-activity): Sort buffers in rcirc-activity by the
518 last time the user posted a message in to the target.
519 (rcirc-update-activity-string): New formatting for low priority
520 buffers.
521 (rcirc-split-activity): New function.
522 (rcirc-handler-PART, rcirc-handler-KICK)
523 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
524 (rcirc-nick-away-alist): New variable.
525 (rcirc-handler-301): New handler. Away messages are printed once
526 per change.
527
528 2006-04-08 Eli Zaretskii <eliz@gnu.org>
529
530 * info.el (Info-follow-nearest-node): Doc fix.
531
532 * international/mule-cmds.el (set-locale-environment): Make sure
533 the coding-system preferred by the locale's language has the same
534 EOL conversion type as the original buffer-file-coding-system.
535 (locale-language-names): Add a few MS Windows language codes.
536
537 2006-04-07 Richard Stallman <rms@gnu.org>
538
539 * simple.el (eval-expression): Doc fix.
540
541 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
542 (eval-defun): Doc fixes.
543
544 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
545
546 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
547
548 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
549
550 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
551 GDB list command without argument for greater generality.
552
553 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
554
555 * subr.el (string-or-null-p): New function.
556
557 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
558
559 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
560
561 * files.el: Update comment about safe-local-variable declarations.
562
563 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
564
565 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
566 See idlwave.org.
567
568 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
569 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
570
571 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
572 See idlwave.org.
573
574 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
575 version 6.0 (minimal changes). See idlwave.org.
576
577 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
578 6.0 (minimal changes). See idlwave.org.
579
580 * progmodes/idlw-rinfo.el: File obsoleted and removed.
581
582 2006-04-06 Romain Francoise <romain@orebokech.com>
583
584 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
585 symmetric encryption features and a new asynchronous interface to
586 GnuPG. This new version is version 1.4, plus whitespace changes.
587
588 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
589
590 * files.el: Move some `safe-local-variable' declarations to the
591 respective files.
592
593 * textmodes/ispell.el (ispell-check-comments)
594 (ispell-local-dictionary): Mark as safe.
595
596 * abbrev.el (abbrev-mode): Mark as safe.
597
598 * add-log.el (change-log-default-name): Mark as safe.
599
600 * textmodes/reftex-vars.el (reftex-vref-is-default)
601 (reftex-fref-is-default, reftex-level-indent)
602 (reftex-guess-label-type): Mark as safe.
603
604 * textmodes/fill.el (colon-double-space): Mark as safe.
605
606 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
607 (sentence-end-double-space, sentence-end-without-period)
608 (sentence-end-without-space, sentence-end, sentence-end-base)
609 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
610
611 2006-04-06 Kim F. Storm <storm@cua.dk>
612
613 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
614 the :set-after list.
615 (ido-downcase-unc-hosts): New user option. Default on.
616 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
617 when it is set, as regexps are now applied on the fly.
618 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
619 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
620 on the fly, but only when ido-process-ignore-lists is set.
621 Do case insensitive filtering if ido-downcase-unc-hosts is set.
622 Only downcase names if ido-downcase-unc-hosts is set.
623
624 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
625
626 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
627
628 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
629
630 2006-04-05 Kim F. Storm <storm@cua.dk>
631
632 * ido.el (ido-mode): Set after ido-unc-hosts and
633 ido-ignore-unc-host-regexps.
634 (ido-save-history): Save ido-unc-hosts-cache.
635 (ido-load-history): Load ido-unc-hosts-cache.
636 (ido-reread-directory): Refresh unc hosts cache in // dir.
637
638 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
639 to nil while displaying slash screen.
640
641 2006-04-05 Daiki Ueno <ueno@unixuser.org>
642
643 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
644 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
645
646 2006-04-05 Kenichi Handa <handa@m17n.org>
647
648 * international/characters.el: Setup cases of Latin, Greek, and
649 Cyrillic characters in CJK charsets.
650
651 2006-03-29 Daiki Ueno <ueno@unixuser.org>
652
653 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
654 default-enable-multibyte-characters. This reverts the change from
655 revision 6.17 which is no longer necessary because the passphrase
656 is sent separately now. GnuPG messages are unreadable under
657 multibyte locales with default-enable-multibyte-characters set to nil.
658
659 2006-04-04 Andreas Schwab <schwab@suse.de>
660
661 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
662 and `byte-compile-warnings' as `safe-local-variable'.
663
664 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
665
666 * man.el (Man-mode-map): Restore the \r binding.
667 (Man-abstract-xref-man-page): If Man-target-string is a function,
668 call it.
669 (Man-highlight-references): Use Man-default-man-entry to get the
670 target. Deal with xrefs too.
671 (Man-highlight-references0): Don't call the target function.
672
673 * woman.el (WoMan-xref-man-page): Strip the section number, woman
674 cannot deal with it.
675
676 2006-04-04 Daiki Ueno <ueno@unixuser.org>
677
678 * pgg-gpg.el: Clean up process buffers every time gpg processes
679 complete.
680
681 2006-04-04 Kenichi Handa <handa@m17n.org>
682
683 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
684 here.
685 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
686 Temporarily bind inhibit-field-text-motion to t.
687
688 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * startup.el (normal-splash-screen): Only set mode-line-format in the
691 splash buffer, so as not to interfere when debugging the code.
692 Ignore errors when switching buffer.
693
694 2006-04-03 Romain Francoise <romain@orebokech.com>
695
696 * dired.el (dired-dnd-protocol-alist): Fix typo.
697
698 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
699
700 * savehist.el (savehist): Add :version.
701 (savehist-ignored-variables): New variable.
702 (savehist-minibuffer-hook): Don't save variables listed in
703 `savehist-ignored-variables'.
704
705 * dired.el (dired-dnd-protocol-alist): Mention that change does
706 only apply to new buffers in doc string.
707
708 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
709
710 * recentf.el (recentf-open-files-item): Include newline in button
711 field, so opening a file will work, when the point is at the end
712 of the file name. Allow, for example, to [i]search a file by
713 extension and just push RET to open it.
714
715 2006-04-03 Daiki Ueno <ueno@unixuser.org>
716
717 * pgg-gpg.el (pgg-gpg-process-filter)
718 (pgg-gpg-wait-for-completion): Check if buffer is alive.
719
720 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
721 lines, temporary fix.
722
723 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
724
725 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
726
727 2006-04-02 Richard Stallman <rms@gnu.org>
728
729 * progmodes/compile.el (compilation-message-face): Make it defcustom.
730
731 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
732
733 * ibuf-macs.el (define-ibuffer-column): Add a new key:
734 header-mouse-map.
735
736 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
737 (ibuffer-mode-header-map): New keymaps.
738 (ibuffer-update-title-and-summary): Enable mouse face highlighting
739 and keybindings for column headers.
740 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
741 property.
742
743 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
744
745 * speedbar.el (speedbar-after-create-hook): Doc fix.
746
747 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
748
749 * shell.el (shell-directory-tracker)
750 (shell-dynamic-complete-command): Doc fixes.
751
752 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
753
754 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
755 terminals.
756
757 2006-04-01 Kim F. Storm <storm@cua.dk>
758
759 * ido.el (ido-unc-hosts-cache): New defvar.
760 (ido-unc-hosts): If value of defcustom is a function, call it to
761 get list of UNC hosts. Add function-item choices to specify
762 ido-unc-hosts-net-view or user function.
763 (ido-ignore-unc-host-regexps): New defcustom.
764 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
765 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
766 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
767
768 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
771 wwidth.
772
773 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
774
775 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
776 (ido-max-work-file-list, ido-switch-buffer)
777 (ido-read-file-name-as-directory-commands):
778 Fix typos in docstrings.
779
780 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
781
782 * term/mac-win.el (mac-system-coding-system): Define and use after
783 Mac-specific coding systems are ready.
784
785 2006-03-27 Romain Francoise <romain@orebokech.com>
786
787 * net/rcirc.el (rcirc-connect): Add autoload cookie.
788
789 * ldefs-boot.el: Update.
790
791 2006-03-27 Daiki Ueno <ueno@unixuser.org>
792
793 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
794 passphrases when it is not needed.
795 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
796 passphrase stuff from gpg, should only be necessary when you use
797 gpg with a smartcard.
798
799 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
800
801 * comint.el (comint-dynamic-list-completions): Allow user to
802 select *Completions* buffer.
803
804 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
805
806 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
807
808 2006-03-26 Andreas Schwab <schwab@suse.de>
809
810 * progmodes/gud.el (gdb): Only complain about multiple debugging
811 when the gdb process is still running.
812
813 2006-03-25 Eli Zaretskii <eliz@gnu.org>
814
815 * mail/rmail.el (tool-bar-map): Defvar it.
816 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
817 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
818
819 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
820
821 * help.el (print-help-return-message): Suggest to use
822 display-buffer instead of switch-to-buffer-other-window to restore
823 the previous window without selecting it.
824
825 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
826
827 * frame.el (select-frame-by-name): Call x-focus-frame also when
828 window-system is mac.
829
830 * term/mac-win.el: Adjust Courier font specifications in
831 x-fixed-font-alist.
832 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
833 when directly encoding to UTF-16 in native byte order, no BOM.
834
835 2006-03-25 Kim F. Storm <storm@cua.dk>
836
837 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
838 (cua--init-keymaps): Use it instead of fixed C-return.
839 (cua-mode): Set after it.
840
841 * emulation/cua-rect.el (cua--init-rectangles):
842 Use cua-rectangle-mark-key instead of fixed C-return.
843
844 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
845
846 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
847 "run" in .gdbinit.
848 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
849
850 2006-03-24 Romain Francoise <romain@orebokech.com>
851
852 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
853 `display-buffer-other-frame'.
854
855 2006-03-24 Kim F. Storm <storm@cua.dk>
856
857 * apropos.el (apropos-synonyms): Add selection => region.
858
859 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
860
861 * progmodes/gdb-ui.el (gdb-var-create-regexp)
862 (gdb-var-list-children-regexp, gdb-var-update-regexp)
863 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
864 (gdb-data-list-register-values-regexp)
865 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
866 Future proof against new fields being added to MI output.
867 (gdb-send): Don't treat backslashes for program input as
868 continuations.
869 (gdb-assembler-handler): Don't use window-start for this handler.
870 (gdb-frame-handler): Don't change to hollow arrow if overlay
871 arrow doesn't move to new frame.
872
873 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
874
875 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
876 prevent compiler warnings.
877 (gdb-stopped): Check for gud-last-last-frame (case: signal).
878 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
879 (gdb-assembler-custom): Use hollow-right-triangle for assembler
880 buffer too.
881
882 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
883
884 * pgg-gpg.el (pgg-gpg-update-agent): Check for
885 make-network-process, so we can use the same code in Gnus v5-10
886 too and have this file fully synchronized with that release.
887
888 2006-03-23 Romain Francoise <romain@orebokech.com>
889
890 * ibuf-ext.el (ibuffer-read-filter-group-name):
891 Use `ibuffer-generate-filter-groups' to make completion list match
892 the filter groups that are really displayed in the Ibuffer buffer.
893 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
894
895 2006-03-23 Kenichi Handa <handa@m17n.org>
896
897 * international/mule-cmds.el (sort-coding-systems): Describe that
898 the argument is modified in docstring.
899
900 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
901
902 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
903 (pgg-gpg-update-agent): New function.
904 (pgg-gpg-use-agent-p): New function.
905 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
906 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
907 (pgg-gpg-sign-region): Use it.
908
909 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
910
911 * cus-edit.el (custom-face-set): Call custom-push-theme before
912 face-spec set so that `changed' theme is correctly saved.
913 (custom-face-reset-standard): Reset to recalculated face rather
914 than defface spec.
915
916 * custom.el (custom-push-theme): Only save `changed' theme if the
917 current face does not match the defface specs.
918
919 2006-03-21 Simon Josefsson <jas@extundo.com>
920
921 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
922 <wilde@sha-bang.de>.
923 (pgg-gpg-use-agent): New variable.
924 (pgg-gpg-process-region): Use it.
925 (pgg-gpg-encrypt-region): Likewise.
926 (pgg-gpg-encrypt-symmetric-region): Likewise.
927 (pgg-gpg-decrypt-region): Likewise.
928 (pgg-gpg-sign-region): Likewise.
929 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
930
931 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
932
933 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
934 bracket links.
935
936 2006-03-21 Kim F. Storm <storm@cua.dk>
937
938 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
939 fringe-indicator-alist instead of modifying global value.
940 (gdb-frame-handler): Likewise.
941
942 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
943
944 * diff-mode.el (diff-function): Make it inherit from diff-header
945 instead of diff-context.
946
947 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
948 bitmap.
949 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
950 change names in macro above for consistency.
951 (gdb-frame-handler): Use hollow-right-triangle for all selected
952 frames which except the innermost (where execution has stopped).
953 (gdb-reset): Reset buffer-local values of overlay-arrow.
954
955 2006-03-20 Richard Stallman <rms@gnu.org>
956
957 * simple.el (set-mark-command): Doc fix.
958
959 * files.el (display-buffer-other-frame): New command.
960 (ctl-x-4-map): Bind C-x 5 C-o to it.
961
962 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
965 rather than just defer-time, in case defer-time has been changed but
966 the timer isn't running yet.
967 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
968
969 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
970
971 * help-mode.el (help-follow-symbol): New function.
972 Essentially identical to the old `help-follow', but do not let
973 `push-button' do the work when on an xref.
974 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
975
976 2006-03-19 Richard Stallman <rms@gnu.org>
977
978 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
979 preceded by the word `program'.
980 (help-follow-mouse, help-follow): Throw error if not on xref.
981 Delete no longer used args.
982
983 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
984
985 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
986 annotation ensure gud-overlay-arrow-position is redisplayed.
987
988 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
989
990 * textmodes/bibtex.el (bibtex-include-OPTkey)
991 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
992 (bibtex-autokey-name-case-convert)
993 (bibtex-autokey-titleword-case-convert): Make these the aliases
994 for the following two variables.
995 (bibtex-autokey-name-case-convert-function)
996 (bibtex-autokey-titleword-case-convert-function): Make these the
997 real names.
998 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
999 bibtex-font-lock-crossref sublists.
1000 (bibtex-mode): Revert 2005-12-30 change (which made
1001 completion-ignore-case buffer-local).
1002 (bibtex-url): Simplify.
1003
1004 2006-03-19 Kim F. Storm <storm@cua.dk>
1005
1006 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1007 cursor property value to 2 (to align with C level change).
1008
1009 2006-03-19 Bill Wohler <wohler@newt.com>
1010
1011 * image.el (image-load-path-for-library): Shorten first line in
1012 docstring.
1013
1014 2006-03-18 Richard Stallman <rms@gnu.org>
1015
1016 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1017
1018 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1019
1020 * isearch.el (isearch-other-meta-char): Handle user bindings for
1021 shifted control characters.
1022
1023 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1024
1025 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1026 part that matches email addresses, file names, etc.
1027
1028 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1029
1030 * term/w32-win.el (mouse-set-font):
1031 Mention w32-list-proportional-fonts in the doc string.
1032
1033 2006-03-18 Kim F. Storm <storm@cua.dk>
1034
1035 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1036 (ido-unc-hosts): New user option to explicitly define list of know
1037 UNC-style hosts for completion.
1038 (ido-cache-unc-host-shares-time): New user option.
1039 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1040 New helper functions for UNC file-name support.
1041 (ido-may-cache-directory): Check for UNC host. Simplify.
1042 (ido-wash-history): Clean out old UNC hosts.
1043 (ido-nonreadable-directory-p): UNC hosts are always readable.
1044 (ido-directory-too-big-p): UNC hosts are never too big.
1045 (ido-set-current-directory): Handle UNC root path.
1046 (ido-file-name-all-completions): Complete UNC host names from
1047 ido-unc-hosts list. Cache UNC host shares.
1048 (ido-make-file-list-1): Don't filter UNC root.
1049 (ido-exhibit): Check for // in root directory, and switch to UNC
1050 mode by setting ido-current-directory to //.
1051
1052 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1053
1054 * cus-edit.el (customize-changed-options): Mention explicit
1055 version number as default in prompt.
1056
1057 2006-03-17 Bill Wohler <wohler@newt.com>
1058
1059 * image.el (image-load-path-for-library): Minor docstring fix.
1060
1061 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1062
1063 * textmodes/org.el (org-read-date): Include subgroup 5 into
1064 replacement text.
1065 (org-popup-calendar-for-date-prompt): Fix customization type.
1066
1067 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1068
1069 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1070 (gdb-continuation): New variable.
1071 (gdb-send): Deal with continuation lines.
1072
1073 * progmodes/gud.el (gud-gdb-complete-command)
1074 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1075 expressions.
1076 (gud-tooltip-mode): Use buffer-local value.
1077
1078 2006-03-16 Kim F. Storm <storm@cua.dk>
1079
1080 * ido.el (ido-edit-input): Use selected match, if any.
1081
1082 2006-03-16 Bill Wohler <wohler@newt.com>
1083
1084 * image.el (image-load-path-for-library): Prefer user's images in
1085 image-load-path.
1086
1087 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1088
1089 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1090 when checking for attempt to drag leftmost or rightmost scrollbar.
1091
1092 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1093
1094 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1095 (gdb-force-mode-line-update): New function.
1096 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1097 (gdb-exited): Use them.
1098 (gdb-signal): New function.
1099 (gdb-annotation-rules): Provide a rule for it.
1100
1101 2006-03-16 Kenichi Handa <handa@m17n.org>
1102
1103 * international/mule.el (auto-coding-regexp-alist): Add entries
1104 for Unicode BOM.
1105
1106 * sort.el (sort-build-lists): Temporarily bind
1107 inhibit-field-text-motion to t.
1108
1109 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1110
1111 * locate.el (locate-command, locate-make-command-line)
1112 (locate-fcodes-file, locate-update-command)
1113 (locate-prompt-for-command, locate, locate-with-filter)
1114 (locate-get-file-positions): Doc fixes.
1115 (locate-buffer-name, locate-header-face): Remove leading `*' in
1116 defcustom.
1117 (locate-filter-output): Use `keep-lines' instead of its alias
1118 `delete-non-matching-lines'.
1119 (locate-get-filename, locate-get-dirname): Add introductory comment.
1120 (locate-find-directory-other-window): Give appropriate error
1121 message if used outside main listing.
1122
1123 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1126 the new extend-region feature.
1127 (font-lock-after-change-function): Update correspondingly.
1128 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1129 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1130
1131 2006-03-15 Bill Wohler <wohler@newt.com>
1132
1133 * image.el (image-load-path-for-library): Fix example by not
1134 recommending that one binds image-load-path. Just defvar it to
1135 placate compiler and only use it if previously defined.
1136
1137 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1138
1139 * textmodes/org.el (org-insert-centered): Use `string-width' to
1140 make underlining work for wide characters.
1141 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1142 TAB to `org-cycle', to make sure that no binding in
1143 `outline-mode-map' can supercede it.
1144
1145 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1146
1147 * allout.el: Increment version to 2.2.1 in file commentary.
1148
1149 (allout-version): Increment to 2.2.1.
1150
1151 (allout-default-layout): New customization variable, used when the
1152 file lacks a specific allout-layout. Uses allout-layout-type for
1153 recursively nested definition.
1154
1155 (allout-layout-type): Widget defining allout layouts, necessary for
1156 self-recursive definition.
1157
1158 (allout-mode): Incorporate allout-default-layout as fallback for
1159 allout-layout.
1160
1161 (allout-layout): Mark as 'safe-local-variable', and refer mention
1162 fallback to `allout-default-layout' in absence of a specified value.
1163 (allout-passphrase-verifier-string)
1164 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1165
1166 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1167
1168 (allout-get-encryption-passphrase-verifier): Use correct name of
1169 passphrase verifier in docstring.
1170
1171 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1172
1173 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1174 elements.
1175 (gdb-find-watch-expression): Make it work for arrays too.
1176 Follow change to gdb-var-list.
1177 (gud-watch): Allow the user to enter variable name with a prexix
1178 arg. Create keybindings.
1179 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1180 (gdb-var-list-children-handler, gdb-var-update-handler)
1181 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1182 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1183 Follow change to gdb-var-list.
1184 (gdb-starting): Don't show the overlay arrows when program is running.
1185
1186 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1187 gdb-var-list.
1188
1189 2006-03-14 Bill Wohler <wohler@newt.com>
1190
1191 * image.el (image-load-path-for-library): Pass value of path
1192 rather than symbol. Always return list of directories.
1193 Guarantee that image directory comes first.
1194
1195 2006-03-14 Alan Mackenzie <acm@muc.de>
1196
1197 * font-core.el (font-lock-extend-region\(-function\)?.):
1198 New function/variable.
1199
1200 * font-lock.el (font-lock-after-change-function):
1201 Call font-lock-extend-region. Obey font-lock-lines-before.
1202 (font-lock-default-fontify-region): Remove reference to
1203 font-lock-lines-before.
1204
1205 * jit-lock.el (jit-lock-after-change):
1206 Call font-lock-extend-region. Obey font-lock-lines-before.
1207
1208 2006-03-14 David Ponce <david@dponce.com>
1209
1210 * tree-widget.el (tree-widget-themes-load-path)
1211 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1212
1213 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1214
1215 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1216 (rcirc-print): Mark the start of text at the end of the prompt.
1217 (rcirc-track-minor-mode): Add autoload cookie.
1218 (rcirc-update-activity-string): Add space to front of mode-line
1219 indicator.
1220
1221 2006-03-13 Miles Bader <miles@gnu.org>
1222
1223 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1224 (rcirc-abbrev-nick): Remove function.
1225 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1226
1227 2006-03-13 David Ponce <david@dponce.com>
1228
1229 * tree-widget.el: Handle themes across all occurrences of the main
1230 themes sub-directory found in tree-widget-themes-load-path.
1231 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1232 (tree-widget--locate-sub-directory): Return all occurrences.
1233 (tree-widget-themes-path): New function.
1234 Replace tree-widget-themes-directory, and return a list of directories.
1235 (tree-widget-set-parent-theme)
1236 (tree-widget-lookup-image): Use it.
1237
1238 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1239
1240 * textmodes/org.el (org-link-search): Avoid self-matching of
1241 links, allow target text to be distributed over several lines.
1242 (org-search-not-link): New function.
1243 (org-set-regexps-and-options, org-get-current-options):
1244 New startup options.
1245 (org-export-as-html): Take odd-level setting from local variable.
1246 (org-fontify-emphasized-text): New option.
1247 (org-set-font-lock-defaults): Include emphasized text.
1248 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1249 (org-font-lock): Customize group renamed from `org-faces'.
1250
1251 2006-03-13 John Paul Wallington <jpw@pobox.com>
1252
1253 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1254 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1255
1256 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1257
1258 * cus-start.el (all): Delete :version keyword for members of the
1259 fringe group, since the entire group is new in 22.1.
1260
1261 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1262
1263 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1264 map if value is hexadecimal (an address).
1265 (gud-watch): Only search roots for existing watch expressions.
1266 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1267 prevent caching problems with speedbar-update-directory-contents.
1268
1269 2006-03-12 Juri Linkov <juri@jurta.org>
1270
1271 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1272 before comparing with `low' and `warn'.
1273
1274 * info.el (Info-dir-remove-duplicates): Move point to the
1275 beginning of the current line after deleting the entries from
1276 redundant heading. Use marker for `limit' and compare it with
1277 point before calling `re-search-forward'.
1278
1279 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1280
1281 * simple.el (yank): Fix typo in docstring.
1282
1283 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1284
1285 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1286 messages, where "D" is the 6th character.
1287
1288 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1289
1290 * simple.el (yank): Fix last change.
1291
1292 2006-03-11 David Ponce <david@dponce.com>
1293
1294 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1295 merging elements from the standard ispell-dictionary-alist.
1296 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1297 alist, and return the new alist.
1298
1299 2006-03-11 Richard Stallman <rms@gnu.org>
1300
1301 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1302
1303 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1304 the way it is implemented is too unclean.
1305
1306 * simple.el (kill-region, yank): Doc fix.
1307
1308 * battery.el (battery-echo-area-format): Doc fix.
1309 (battery-mode-line-format): Likewise.
1310 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1311 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1312
1313 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1314
1315 * progmodes/octave-mod.el (octave-indent-for-comment):
1316 Behave according to do string.
1317
1318 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1319
1320 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1321 Be visible only if major mode is Mail Mode.
1322
1323 * textmodes/flyspell.el (flyspell-external-point-words)
1324 (flyspell-process-localwords): Fix last changes.
1325
1326 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1327
1328 * calendar/holidays.el (list-holidays): Doc fix.
1329
1330 * international/mule.el (auto-coding-alist): Add .odt
1331 (OpenOffice's open document) files.
1332
1333 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1334 document) files. Mention in the doc string the need to sync with
1335 auto-coding-alist.
1336
1337 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1338
1339 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1340 enable-local-variables is set to always query, or there is no
1341 savable variable.
1342
1343 2006-03-10 Bill Wohler <wohler@newt.com>
1344
1345 * image.el (image-load-path-for-library): Merge at least three
1346 functions from Gnus and MH-E into this one function that can now
1347 be shared.
1348
1349 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1350
1351 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1352 gdb-remove-mouse-face and remove help-echo too.
1353 (gdb-enqueue-input): Correct conditional clause.
1354
1355 2006-03-10 Glenn Morris <rgm@gnu.org>
1356
1357 * calendar/calendar.el (calendar-holidays): Doc fix.
1358 * calendar/holidays.el (list-holidays): Doc fix.
1359
1360 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1361
1362 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1363 it gets called in gdb-prompt anyway.
1364 (gdb-use-separate-io-buffer): Only restore window arrangement for
1365 gdb-many-windows.
1366 (gdb-enqueue-input): Make it harder to send GDB input when program
1367 is running.
1368 (gdb-buffer-list): New variable.
1369 (gdb-remove-mouse-face): New function.
1370 (gdb-starting): Use it when GDB input won't get sent.
1371
1372 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * help.el (view-lossage): Remove trailing whitespace before
1375 inserting "\n".
1376
1377 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1378
1379 * files.el (hack-local-variables-confirm):
1380 Set coding-system-for-read to nil before writing to .emacs.
1381
1382 * arc-mode.el (archive-extract): Check if an existing buffer name
1383 comes from a different archive.
1384
1385 * help.el (describe-key-briefly): If KEY is a down event, read and
1386 discard the up event.
1387
1388 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1389
1390 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1391 be edited and use font-lock-warning-face for any changes.
1392
1393 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1394 (gdb-edit-value): Use it to report any errors.
1395
1396 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * help.el (describe-key): Remove leftover test code.
1399
1400 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1401
1402 * textmodes/org.el: Move defvars out of eval-when-compile.
1403 Use buffer-file-name variable.
1404 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1405 arg `file'.
1406 (org-level-faces): Remove startup dependency.
1407 (org-cycle, org-map-tree, org-scan-tags)
1408 (org-remember-handler): Don't call `outline-level' directly.
1409 (org-mhe-search-all-folders): New option.
1410 (org-mhe-get-message-folder-from-index)
1411 (org-mhe-get-message-folder): Fix indexing search.
1412 (org-format-agenda-item): Handle nil TAGS argument.
1413 (org-cleaned-string-for-export, org-activate-target-links)
1414 (org-make-target-link-regexp): Deal with empty radio target list.
1415 (org-tag): New face.
1416 (org-get-level-face): New function.
1417 (org-set-font-lock-defaults): Simplify setup for headlines.
1418 (org-complete): Pass common substring to `display-completion-list'.
1419
1420 2006-03-06 David Ponce <david@dponce.com>
1421
1422 * tree-widget.el: Update Commentary header.
1423 (tree-widget-theme-name): Ignore parent themes.
1424 (tree-widget-set-parent-theme): New function.
1425 (tree-widget-set-theme): Use it.
1426 (tree-widget-set-image-properties): Move definition. Does nothing
1427 if image properties have already been set.
1428 (tree-widget-image-properties): Move definition. Receive an image
1429 name. Set the :pointer property.
1430 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1431 Don't set the :pointer image property.
1432 (tree-widget-convert-widget): New function. Handle :dynargs
1433 compatibility here.
1434 (tree-widget): Use it to :convert-widget. Add the :expander-p
1435 predicate to control when the :expander function is entered.
1436 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1437 (tree-widget-value-create): Handle :expander-p. widget-apply
1438 :expander.
1439 (tree-widget-expander-p): New function. Default value of the
1440 :expander-p property.
1441
1442 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * help.el (describe-key): Properly handle the return value of
1445 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1446 remaps. Handle string and vector `follow-link' values.
1447
1448 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * complete.el (PC-expand-many-files): Try be more careful when parsing
1451 the shell's output.
1452
1453 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * outline.el (hide-sublevels): Provide better interactive default.
1456
1457 2006-03-06 Kenichi Handa <handa@m17n.org>
1458
1459 * international/fontset.el (create-fontset-from-fontset-spec):
1460 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1461
1462 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1463
1464 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1465 backslashes instead of one in regexp.
1466 (gud-tooltip-dereference): Add missing optional argument.
1467
1468 2006-03-04 John Paul Wallington <jpw@pobox.com>
1469
1470 * wdired.el (toplevel): Require `cl' at compile-time.
1471
1472 2006-03-04 Andreas Schwab <schwab@suse.de>
1473
1474 * server.el (server-process-filter): Handle errors during
1475 evaluation of the argument.
1476
1477 2006-03-03 John Paul Wallington <jpw@pobox.com>
1478
1479 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1480 escape parentheses at beginning of line.
1481 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1482 (t-mouse-mode): Remove period from end of error message.
1483
1484 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1485
1486 * textmodes/flyspell.el (flyspell-process-localwords):
1487 Be case-sensitive.
1488
1489 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1490
1491 * cus-edit.el (custom-quote): Remove function, since it has been
1492 moved to custom.el.
1493
1494 * font-lock.el (lisp-font-lock-keywords-2)
1495 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1496 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1497 they have no special meaning.
1498
1499 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1500 indirect buffer gets killed before indirect buffer. Use dolist.
1501
1502 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1503
1504 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1505 value instead of a literal constant (1) on more pauses.
1506
1507 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1508
1509 * textmodes/flyspell.el (flyspell-external-point-words):
1510 Be case-sensitive.
1511
1512 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1513
1514 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1515 with "www".
1516
1517 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1518
1519 * allout.el: Restablish intermediate missing comment header to
1520 preserve outline structure.
1521 (allout-beginning-of-current-entry): Skip invisible text.
1522 (allout-open-topic): Fix opening a topic at end-of-buffer.
1523 (allout-minor-mode): Move nearer to allout-mode function.
1524
1525 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1526
1527 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1528
1529 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1530
1531 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1532 is nil.
1533
1534 * progmodes/gud.el (gud-speedbar-menu-items):
1535 Use buffer-local-value and add missing :visible keyword.
1536
1537 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1538
1539 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1540
1541 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1542 must be `follow-link'.
1543
1544 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1545
1546 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1547 formatting: No nested anchors.
1548 (org-all-targets): Fix bug with XEmacs compatibility.
1549 (org-read-date): Add (require 'parse-time).
1550 (org-set-tags): Fix bug with extra inserted space.
1551 (org-export-html-style): Define a style class for targets.
1552 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1553 (org-hide-leading-stars): New option.
1554 (org-hide): New face.
1555 (org-set-font-lock-defaults): Allow to hide leading stars.
1556 (org-get-legal-level, org-tr-level): New functions.
1557 (org-odd-levels-only): New option.
1558 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1559 (org-demote, org-promote): Deal with double-star levels.
1560 (org-convert-to-odd-levels): New command.
1561
1562 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1563
1564 * speedbar.el (speedbar-update-localized-contents): Try to
1565 preserve window-start.
1566 (speedbar-update-directory-contents): Try to preserve window-start
1567 and window-point.
1568 (speedbar-update-special-contents): Don't move back to start of window.
1569
1570 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1571 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1572 speedbar-timer-fn.
1573 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1574 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1575 instead of gdb-speedbar-timer-fn.
1576
1577 2006-02-28 Jay Belanger <belanger@truman.edu>
1578
1579 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1580 (math-compose-expr): Use latex option when calling
1581 `math-compose-tex-matrix' for latex mode.
1582
1583 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1584
1585 * speedbar.el: Re-instate comments about developing for speedbar
1586 [this is what info and gdb-ui use even if better methods exist now].
1587
1588 * t-mouse.el: New file.
1589 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1590 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1591 (t-mouse-make-event-element): Use posn-at-x-y instead.
1592 (t-mouse-make-event): Deal with Fedora Core 3.
1593 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1594 (t-mouse-mouse-position-function): New function. Use it instead
1595 of advising mouse-position.
1596 (t-mouse-mode): New minor mode.
1597 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1598
1599 2006-02-27 Glenn Morris <rgm@gnu.org>
1600
1601 * calendar/calendar.el (calendar-holidays): Doc fix.
1602
1603 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1604
1605 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1606 Re-introduce the concept of a source window.
1607 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1608 consistency with get-buffer-create.
1609 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1610 (gdb-data-list-register-values-handler)
1611 (gdb-stack-list-locals-handler): Try to preserve window-start as
1612 well as window-point.
1613 (gdb-display-source-buffer): New function (old concept).
1614 (gdb-goto-breakpoint): Use it.
1615
1616 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1617 for gdb-ui/gdb-mi (old concept).
1618
1619 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1620
1621 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1622 binding.
1623
1624 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1625
1626 * textmodes/reftex-sel.el (reftex-select-label-map)
1627 (reftex-select-bib-map): Add `follow-mouse' binding.
1628
1629 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1630
1631 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1632 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1633 Give :set functions to provide automatic updating.
1634 Update docstring. Give compiler defvars early in the file
1635 and move the defcustoms to a later spot where all called functions
1636 are defined.
1637 (jka-compr-file-name-handler-entry): Doc fix.
1638 (jka-compr-compression-info-list--internal)
1639 (jka-compr-mode-alist-additions--internal)
1640 (jka-compr-load-suffixes--internal): New variables.
1641 (jka-compr-install): Set the three above variables.
1642 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1643 (jka-compr-update, jka-compr-set): New functions.
1644 (auto-compression-mode): Doc fix.
1645
1646 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1647 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1648 Use jka-compr-compression-info-list--internal,
1649 jka-compr-mode-alist-additions--internal and
1650 jka-compr-load-suffixes--internal.
1651
1652 * files.el (load-library):
1653 * loadhist.el (file-loadhist-lookup):
1654 * startup.el (command-line):
1655 * subr.el (locate-library):
1656 * emacs-lisp/autoload.el (update-directory-autoloads):
1657 * emacs-lisp/find-func.el (find-library-suffixes):
1658 Use `get-load-suffixes' instead of `load-suffixes'.
1659
1660 * subr.el (locate-library):
1661 * emacs-lisp/find-func.el (find-library-name):
1662 Use `load-file-rep-suffixes' instead of '("").
1663
1664 2006-02-26 Kim F. Storm <storm@cua.dk>
1665
1666 * ido.el (ido-save-history, ido-load-history): Simplify.
1667 Don't use find-file-noselect to avoid interference from other modes.
1668
1669 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1670
1671 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1672 to use the default shell if filename is not available.
1673 Reported by Giorgos Keramidas.
1674
1675 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1676
1677 * progmodes/etags.el (tags-completion-table): Do completion from
1678 all the tables in the current list, as documented in the manual.
1679
1680 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1681
1682 * CC Mode Update to 5.31.3.
1683
1684 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1685
1686 * progmodes/cc-mode.el (c-postprocess-file-styles):
1687 Bind inhibit-read-only to t, around the call to
1688 c-remove-any-local-eval-or-mode-variables, so that it works on a
1689 RO file.
1690
1691 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1692
1693 * progmodes/cc-awk.el: Correct a typo.
1694
1695 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1696
1697 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1698 c-hungry-delete-backwards, at the request of RMS. Leave the old
1699 name as an alias.
1700
1701 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1702
1703 * progmodes/cc-mode.el: Correct a typo.
1704
1705 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1706
1707 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1708
1709 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1710
1711 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1712 brace-else-brace (error due to mbeg, mend being undefined).
1713
1714 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1715
1716 * progmodes/cc-mode.el: File Local variables: Solve the problem
1717 where both `mode' and c-file-offsets are specified: `mode' will
1718 overwrite c-f-o's settings:
1719 (c-remove-any-local-eval-or-mode-variables): New function.
1720 (c-postprocess-file-styles): Call the above new function, within
1721 c-tentative-buffer-change, to splat `mode' and `eval' before the
1722 second hack-local-variables.
1723
1724 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1725
1726 * progmodes/cc-mode.el:
1727 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1728 (c-after-change): Protect the match data with save-match-data.
1729 It was getting corrupted by c-after-change-check-<>-operators.
1730
1731 * cc-defs.el: [Supersedes patch V1.38]:
1732 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1733 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1734
1735 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1736 with save-match-data. It was being corrupted when Font Lock was
1737 not enabled.
1738
1739 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1740
1741 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1742 Mode and Subword Mode.
1743
1744 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1745 real labels ("case 1:" or "foo:") from non-labels ("public:").
1746 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1747 coding; c-f-t-2 doesn't move over a token at EOB.
1748
1749 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1750
1751 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1752 (c-update-modeline): Concatenate the minor mode indicators
1753 directly onto mode-name, removing c-submode-indicators.
1754 Sometimes, c-s-i got separated from the mode name on the mode line.
1755
1756 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1757 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1758
1759 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1760
1761 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1762 error message when there's an evaluation error to show whether
1763 it's loaded from source or not.
1764 (c-filter-ops): Make it available at runtime too to work when
1765 `c-make-init-lang-vars-fun' needs to evaluate from source.
1766
1767 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * help.el (help): Revert last part of 2006-02-23 change (deletion
1770 of the `provide' call).
1771
1772 2006-02-23 Juri Linkov <juri@jurta.org>
1773
1774 * compare-w.el (compare-windows-highlight): Add new value
1775 `persistent' and change :type from `boolean' to `choice'.
1776 (compare-windows-overlays1, compare-windows-overlays2):
1777 New internal variables.
1778 (compare-windows-highlight): If compare-windows-highlight is
1779 `persistent', add current overlays to compare-windows-overlays[12]
1780 instead of adding compare-windows-dehighlight to pre-command-hook.
1781 (compare-windows-dehighlight): Delete all overlays from
1782 compare-windows-overlays[12].
1783
1784 * info.el (Info-search): Don't bind search-spaces-regexp to
1785 Info-search-whitespace-regexp in non-regexp isearch mode.
1786
1787 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1788
1789 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1790
1791 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1792
1793 * textmodes/org.el (org-xemacs-p)
1794 (org-export-html-show-new-buffer, org-table-may-need-update)
1795 (org-insert-item, org-mhe-get-message-real-folder)
1796 (org-mhe-get-message-folder-from-index)
1797 (org-mhe-get-message-folder, org-mhe-get-message-num)
1798 (org-mhe-get-header, org-make-org-heading-search-string)
1799 (org-make-org-heading-camel, org-table-sort-lines)
1800 (org-format-org-table-html, org-format-table-table-html):
1801 Fix typos in docstrings.
1802
1803 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1804
1805 * textmodes/org.el (org-cleaned-string-for-export)
1806 (org-solidify-link-text): New function.
1807 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1808 XEmacs, just to silence the compiler.
1809 (org-export-as-ascii, org-export-as-html-and-open):
1810 Use `org-cleaned-string-for-export' and create internal links.
1811 (org-follow-mhe-link): Require mh-e, use folder.
1812
1813 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1814
1815 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1816
1817 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1818 gdb-debug-log-length.
1819 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1820 it a real ring but...
1821 (gud-gdba-marker-filter): ...make it work like mark-ring.
1822 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1823 (gdb-mouse-jump): New function. Add bindings.
1824
1825 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1826
1827 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1828 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1829 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1830 (gdb-debug-log-length): Customize it's length.
1831 (gud-watch, gdb-var-create-handler): Display function::var format
1832 but don't use to create variable object.
1833 (gdb-var-create-handler): Use message-box in place of message.
1834 (gdb-stopped): Call gdb-exited if signalled.
1835
1836 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1837
1838 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1839
1840 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1841
1842 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1843 if `reftex-try-all-extensions' is set.
1844
1845 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1846 fail silently when there is no valid argument at point.
1847 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1848 `fail-silently' argument. From a patch by David Reiter.
1849
1850 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1851 New commands.
1852 (org-mark-ring): New variable.
1853 (org-mark-ring-length): New option.
1854 (org-open-at-point, org-goto, org-open-file): Push old position
1855 onto the mark ring.
1856 (org-add-hook): New function.
1857 (org-export-table-remove-special-lines): New option.
1858 (org-skip-comments, org-format-org-table-html): Respect new
1859 option `org-export-table-remove-special-lines'.
1860 (org-open-file): Allow special command configuration for
1861 directory link.
1862 (org-file-apps): Fix bugs in customize type, added setting
1863 for directories.
1864 (org-activate-tags, org-format-agenda-item, org-complete)
1865 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1866 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1867 (org-link-search, org-make-org-heading-search-string)
1868 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1869 (org-radio-targets, org-file-link-context-use-camel-case)
1870 (org-activate-camels): New options.
1871 (org-update-radio-target-regexp, org-all-targets)
1872 (org-make-target-link-regexp, org-activate-target-links):
1873 New functions.
1874 (org-make-org-heading-search-string): New function.
1875 (org-store-link, org-insert-link): Use new option
1876 `org-file-link-context-use-camel-case'.
1877 (org-activate-camels): Use new option `org-activate-camels'.
1878 (org-link-regexp): Add mhe prefix.
1879 (org-open-at-point, org-store-link): Support for mhe links.
1880 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1881 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1882 (org-mhe-get-header, org-follow-mhe-link): New functions.
1883 (org-remove-angle-brackets, org-add-angle-brackets):
1884 New functions.
1885 (org-bracket-link-regexp): New constant.
1886 (org-read-date): Fix bug that was rejecting all typed dates.
1887 (org-link-search): Make hierarchy above visible after a match.
1888 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1889 (org-store-link): Fix bug with link creation when cursor is in
1890 an empty line.
1891 (org-open-at-point): Fix bug with matching a link.
1892 Fixed buggy argument sequence in call to `org-view-tags'.
1893 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1894 (org-prefix-has-tag): New variable.
1895 (org-format-agenda-item): Remove tags from headline
1896 if appropriate.
1897 (org-agenda-remove-tags-when-in-prefix): New option.
1898
1899 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1900
1901 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1902 Fix the regular expressions.
1903
1904 2006-02-21 Richard M. Stallman <rms@gnu.org>
1905
1906 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1907 if there's no other specific basis.
1908
1909 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1910 as variables at all.
1911 (unsafep-variable): Rename arg; doc fix.
1912
1913 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1914
1915 * calendar/appt.el (diary-selective-display): Add defvar.
1916
1917 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1918
1919 * isearch.el (search-whitespace-regexp): Fix custom type.
1920
1921 * help.el (describe-key-briefly): Compute interactive args
1922 in same was as before previous change.
1923
1924 * files.el (enable-local-variables): Doc fix.
1925
1926 2006-02-21 Kim F. Storm <storm@cua.dk>
1927
1928 * fringe.el: Cleanup as file is now pre-loaded.
1929 (fringe-bitmaps): Initialize unconditionally.
1930 (fringe-mode, set-fringe-style): Remove autoload cookies.
1931
1932 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1933
1934 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1935 `horizontal-bar'.
1936 (fringe-cursor-alist): Use `horizontal-bar'.
1937
1938 2006-02-20 Kim F. Storm <storm@cua.dk>
1939
1940 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1941 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1942
1943 * loadup.el: Load "fringe" on window systems.
1944
1945 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1946
1947 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1948 out of scope components.
1949
1950 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1951 default.
1952
1953 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1954
1955 * custom.el (customize-mark-to-save, customize-mark-as-set):
1956 Load the symbol first.
1957
1958 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1961 strech spec so it doesn't display as "^J" on the header line
1962 when `Buffer-menu-use-header-line' is t.
1963
1964 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1965
1966 * speedbar.el (speedbar-make-button): Keep text properties
1967 of string arguments if desired.
1968
1969 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1970 expessions.
1971
1972 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1973 of speedbar.
1974
1975 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1976
1977 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1978 to value of `read-file-name-completion-ignore-case'.
1979
1980 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * custom.el (customize-mark-as-set): Push to `user' theme.
1983
1984 * cus-edit.el (custom-save-variables): Allow unthemed values.
1985 (customize-set-variable): Push setting to `user' theme.
1986
1987 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1988
1989 * progmodes/gud.el: Don't require font-lock as it's now
1990 automatically loaded.
1991 (gud-speedbar-buttons): Replace gdb-var-changed with
1992 gdb-force-update.
1993
1994 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1995 gdb-var-changed.
1996 (gdb-post-prompt): Use it.
1997 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1998 (gdb-var-update-handler, gdb-var-delete)
1999 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2000 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2001 gdb-force-update in gdb-post-prompt.
2002 (gdb-reset): Clear watch expressions from speedbar when quitting.
2003
2004 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2005
2006 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2007 (viper-change-state-to-vi, viper-change-state-to-emacs):
2008 Make aware of cursor coloring in the Emacs state.
2009 (viper-special-read-and-insert-char): Use read-char-exclusive.
2010 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2011
2012 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2013
2014 * viper-util.el (viper-save-cursor-color)
2015 (viper-get-saved-cursor-color-in-replace-mode)
2016 (viper-get-saved-cursor-color-in-insert-mode)
2017 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2018 state.
2019 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2020
2021 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2022 (ediff-ignore-case-option3, ediff-actual-diff-options)
2023 (ediff-actual-diff3-options): New variables to control case sensitivity.
2024 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2025 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2026 (ediff-toggle-ignore-case): New function.
2027 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2028
2029 * ediff-help.el (ediff-long-help-message-narrow2)
2030 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2031 (ediff-long-help-message-word-mode): Add ignore-case command.
2032 (ediff-help-for-quick-help): Add ignore-case command.
2033
2034 * ediff-merg.el: Move provide to the end.
2035
2036 * ediff-ptch.el: Move provide to the end.
2037
2038 * ediff-wind.el: Move provide to the end.
2039
2040 * ediff-mult.el: Move provide to the end.
2041 (ediff-set-meta-overlay): Enable follow-link.
2042
2043 * ediff.el: Move provide to the end.
2044 Break recursive load cycle in eval-when-compile.
2045 (ediff-patch-buffer): Better heuristics.
2046
2047 * ediff-util.el: Move provide to the end.
2048 Break recursive load cycle in eval-when-compile.
2049 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2050 defuns.
2051 (ediff-submit-report): Pass the values of ediff-diff3-program,
2052 ediff-diff3-options.
2053
2054 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2055
2056 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2057 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2058 `' (for example, in the docstring of `windmove-default-keybindings').
2059
2060 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2061
2062 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2063 shadow face. Don't provide binding to edit variable when it is
2064 out of scope.
2065
2066 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2067 (gdb-var-update-handler): Detect out of scope variables with pre
2068 GDB 6.4 too.
2069 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2070 Reset status of variable objects to nil in update handlers.
2071 (gdb-var-update-handler-1): Detect when a variable object comes
2072 in scope. setcar on var changes gdb-var-list directly.
2073
2074 2006-02-17 Juri Linkov <juri@jurta.org>
2075
2076 * ffap.el (ffap) <defface>: Add explicit face declaration.
2077 (ffap-highlight): Use face `ffap' directly instead of checking
2078 for its existence.
2079
2080 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2081 `visible-ok' of `other-buffer' to find the right original buffer.
2082
2083 * info.el (Info-search): Skip `Local Variables' node.
2084
2085 2006-02-17 Juri Linkov <juri@jurta.org>
2086
2087 * info.el (Info-find-file): Check for symbols `apropos', `history',
2088 `toc' in the input filename, and return these symbols as is.
2089 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2090 `history', `toc' instead of strings.
2091 (Info-set-mode-line): For non-string Info-current-file use the
2092 symbol's name inside **.
2093 (Info-isearch-push-state): Add quote before Info-current-file and
2094 Info-current-node.
2095 (Info-isearch-pop-state): Use `equal' instead of `string='.
2096 (Info-extract-pointer, Info-following-node-name): Use
2097 `match-string-no-properties' instead of `match-string'.
2098 (Info-up): Check `old-file' for `stringp'.
2099 (Info-history): Use `equal' instead of `string-equal'.
2100 Check `file' for `stringp'.
2101 (Info-history): Use symbol `history' instead of string as first arg
2102 of `Info-find-node'.
2103 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2104 `toc' instead of string.
2105 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2106 instead of `buffer-substring', and `match-string-no-properties'
2107 instead of `match-string'.
2108 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2109 instead of strings.
2110 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2111 Use symbol `apropos' instead of string.
2112 (Info-copy-current-node-name): Check `Info-current-file' for
2113 `stringp' and construct a command with `Info-find-node' from it.
2114 (Info-fontify-node): Use `match-string-no-properties' instead of
2115 `match-string' and check file names for `stringp'.
2116 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2117 `history', `toc' instead of strings.
2118
2119 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * files.el: Rearrange functions and variables in the file local
2122 variables section.
2123
2124 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2125
2126 * files.el: Add truncate-lines, ispell-check-comments and
2127 ispell-local-dictionary as safe local variables.
2128
2129 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2130
2131 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2132 out of scope variables.
2133 (gud-speedbar-buttons): Use unless.
2134
2135 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2136 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2137 (gdb-show-changed-values): Also use for out of scope variables.
2138 (gdb-var-update-handler-1): Note if variable goes out of scope.
2139
2140 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2141
2142 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2143 default to global variable values for unsupplied args.
2144 (rcirc-get-buffer-create): Fix bug with setting the target.
2145 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2146 test for rcirc-always-use-server-buffer-flag here.
2147 (rcirc-response-formats): Add %N, which is a facified nick. %n
2148 uses the default face. Change the ACTION format string. If the
2149 "nick" is the server, don't print anything for that field.
2150 Comment fixes.
2151 (rcirc-target-buffer): Don't test
2152 rcirc-always-use-server-buffer-flag here.
2153 (rcirc-print): Squeeze extra spaces out of the text before message.
2154 (rcirc-put-nick-channel): Strip potential "@" char from nick
2155 before adding them to nick table.
2156 (rcirc-url-regexp): Improve to match address like "foo.com".
2157
2158 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2159
2160 * allout.el (allout-hidden-p): Move this defsubst before
2161 allout-overlay-interior-modification-handler, where it is first
2162 used.
2163
2164 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2165
2166 * allout.el: Use allout invisible-text overlays instead of
2167 selective display for concealed text. Also, lots of general
2168 cleanup, and improved compatibility code.
2169
2170 (allout-version) Incremented, corrected, revised, and refined
2171 module commentary.
2172
2173 (provide 'allout): Moved to the bottom, added a require of overlay.
2174
2175 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2176 `except-current'.
2177 (allout-write-file-hook-handler): Minimize delay.
2178 (count-trailing-whitespace-region): New function so
2179 auto-encryption of current topic can resituate cursor exactly.
2180 PGP/GPG encryption trims trailing whitespace from lines, which
2181 must be accounted for across encryption then decryption.
2182
2183 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2184 just plain "\C-c", to avoid intruding on user's keybinding space.
2185
2186 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2187 parameter, so user request to provide a new password is done.
2188
2189 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2190 Refined mechanism for auto-filling behavior while in allout mode.
2191
2192 (allout-mode): Explicitly specify the mode map in the docstring.
2193 Clarify provision for various write-file hook var names.
2194 Adjusted for invisible-text overlays instead of selective-display.
2195
2196 (allout-depth): Really return 0 if not within any topic. This
2197 rectifies `allout-beginning-of-level' and sequence numbering
2198 errors that occur when cutting and pasting numbered topics.
2199 Changed from a in-line subst to a regular function, as well.
2200
2201 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2202
2203 (allout-end-of-subtree, allout-end-of-subtree)
2204 (allout-end-of-entry, allout-end-of-current-heading)
2205 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2206 (allout-show-children, allout-show-to-offshoot)
2207 (allout-hide-current-entry, allout-show-current-entry): Rectified
2208 handling of trailing blank lines between items.
2209
2210 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2211 (allout-current-depth, allout-unprotected, allout-hidden-p)
2212 (allout-on-current-heading-p, allout-listify-exposed)
2213 (allout-chart-subtree, allout-goto-prefix)
2214 (allout-back-to-current-heading, allout-get-body-text)
2215 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2216 (allout-hide-region-body, allout-toggle-subtree-encryption)
2217 (allout-encrypt-string, allout-encrypted-key-info)
2218 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2219 (allout-file-vars-section-data): Adjusted for use with
2220 invisible-text overlays instead of selective-display.
2221
2222 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2223 Reworked for use with invisible text overlays.
2224
2225 (allout-current-topic-collapsed-p): New function.
2226
2227 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2228 to know when to close the containing topic.
2229
2230 (allout-pre-command-business, allout-post-command-business):
2231 Simplify undo-batching and dynamic isearch exposure.
2232
2233 (allout-set-overlay-category): New for invisible-text overlays.
2234 Sets properties of allout-overlay-category, used by
2235 allout-flag-region to set invisible-text overlay properties.
2236 (allout-get-invisibility-overlay): Get the first qualifying
2237 invisibility overlay, so we can find the extent of it.
2238 (allout-back-to-visible-text): Get to just before the beginnining
2239 of the current invisibility overlay, if any.
2240
2241 (allout-overlay-insert-in-front-handler)
2242 (allout-overlay-interior-modification-handler)
2243 (allout-before-change-handler, allout-isearch-end-handler): New
2244 functions to handle extraordinary actions affecting concealed
2245 text.
2246
2247 (allout-flag-region): Use overlays instead of selective-display
2248 for invisible text - by inheritence from the properties of
2249 allout-overlay-category in mainline Emacs, and applied
2250 property-by-property in XEmacs, some recent versions of which
2251 don't inherit the properties from the category. Provisions to
2252 respond to concealed-text edits simplified drastically.
2253
2254 (allout-isearch-rectification, allout-isearch-was-font-lock)
2255 (allout-isearch-expose, allout-enwrap-isearch)
2256 (allout-isearch-abort, allout-pre-was-isearching)
2257 (allout-isearch-prior-pos, allout-isearch-did-quit)
2258 (allout-isearch-dynamic-expose)
2259 (allout-hide-current-entry-completely): Functions deleted.
2260
2261 (allout-undo-aggregation): Explicit undo aggregation no longer
2262 necessary due to transition away from selective-display.
2263
2264 (set-allout-regexp, allout-up-current-level)
2265 (allout-next-visible-heading, allout-forward-current-level)
2266 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2267 (allout-kill-line, allout-yank-processing, allout-show-children)
2268 (allout-expose-topic, allout-old-expose-topic)
2269 (allout-listify-exposed, allout-insert-latex-header)
2270 (allout-toggle-subtree-encryption, allout-encrypt-string)
2271 (remove-from-invisibility-spec, allout-hide-current-subtree):
2272 Ditched unused variables.
2273
2274 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2275
2276 * textmodes/ispell.el (ispell-change-dictionary): Call
2277 ispell-buffer-local-dict instead of
2278 ispell-accept-buffer-local-defs.
2279 (ispell-local-dictionary-alist): Accept as valid any coding-system
2280 supported by Emacs.
2281 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2282 changed to iso-8859-3.
2283
2284 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2285
2286 * speedbar.el (speedbar-frame-width): Make an inline function
2287 instead of a macro. Use frame-width.
2288 (speedbar-try-completion, speedbar-update-contents)
2289 (speedbar-timer-fn): Use consp.
2290 (speedbar-update-localized-contents): Try to preserve point.
2291
2292 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2293 (menu): Re-order menu items.
2294 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2295 field.
2296 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2297 (gdb-post-prompt): Speed things by not forcing update.
2298
2299 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2302 press and perform default action if we get a mouse movement event.
2303
2304 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2305
2306 * calendar/icalendar.el (icalendar--get-event-property)
2307 (icalendar--get-event-property-attributes): Fix typos in
2308 docstrings.
2309
2310 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2311 docstring.
2312
2313 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2314
2315 * bs.el (bs-mode): Use `buffer-disable-undo'.
2316 (bs--get-file-name): Simplify.
2317 (bs-show-in-buffer): Mark the buffer as not modified.
2318
2319 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2322 widget-button-click.
2323
2324 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2325 (custom-mode): Update docstring.
2326
2327 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2328 binding.
2329
2330 * files.el (hack-local-variables-confirm): Allow scrolling if the
2331 file variable list is too long. Kill temp buffer after use.
2332
2333 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * progmodes/gud.el (gdb): Improve doc string.
2336 (gdb-script-font-lock-keywords): Expand allowed character set.
2337
2338 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2339 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2340 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2341 (gdb-separate-io-stop, gdb-separate-io-eof):
2342 Rename from gdb-inferior-* to gdb-separate-*.
2343 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2344
2345 2006-02-14 Jay Belanger <belanger@truman.edu>
2346
2347 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2348 expression is a symbol before checking that it is bound.
2349
2350 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2351 test to see if equation can be solved.
2352
2353 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * wid-edit.el (widget-button-click): Use :pressed-face property
2356 for overlay face, if it exists.
2357
2358 * cus-edit.el (custom-manual, custom-add-see-also)
2359 (custom-add-parent-links, custom-group-link): Add :pressed-face
2360 property to links.
2361
2362 * files.el (hack-local-variables): Remove ignored variables before
2363 checking if any variables need setting.
2364
2365 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2366
2367 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2368
2369 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2370
2371 * help.el (where-is): Fix message for remapped commands.
2372
2373 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2374 Fix typos in docstrings.
2375
2376 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2377
2378 * files.el (safe-local-variable-values): New option.
2379 (hack-local-variables-prop-line): Return a list of variable-value
2380 pairs if MODE-ONLY is non-nil.
2381 (hack-local-variables): Construct list of variable-value pairs,
2382 and apply or reject them in one go. Ask for confirmation if
2383 variables are not known safe.
2384 (hack-local-variables-confirm): Complete rewrite. Support
2385 `safe-local-variable-values'.
2386 (enable-local-variables): Update docstring to reflect new
2387 behavior.
2388 (ignored-local-variables): Ignore ignored-local-variables and
2389 safe-local-variable-values.
2390 (safe-local-variable-p): New function.
2391 (risky-local-variable-p): `safe-local-variable' property check
2392 moved to safe-local-variable-p.
2393 (hack-one-local-variable): Checks moved to hack-local-variables.
2394
2395 (byte-compile-dynamic, c-basic-offset, c-file-style)
2396 (c-indent-level, comment-column, fill-column, fill-prefix)
2397 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2398 (no-update-autoloads, outline-regexp, page-delimiter)
2399 (paragraph-start, paragraph-separate, sentence-end)
2400 (sentence-end-double-space tab-width, version-control):
2401 Add `safe-local-variable' property.
2402
2403 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2404
2405 * icomplete.el, play/landmark.el: Change nonexistent
2406 `outline-layout' file variable to `allout-layout'.
2407
2408 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2409
2410 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2411 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2412 to gud-comint-buffer.
2413 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2414 gdb-ui.el for gdb-mi.el.
2415 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2416 registers buffer to gdb-get-changed-registers.
2417 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2418 deletion of catchpoints (throw and catch).
2419 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2420 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2421 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2422 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2423 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2424
2425 2006-02-13 Jay Belanger <belanger@truman.edu>
2426
2427 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2428 expression is a symbol before checking that it is bound.
2429
2430 2006-02-13 Richard M. Stallman <rms@gnu.org>
2431
2432 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2433 for the minibuffer too, but not if resize-mini-windows will interfere.
2434
2435 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2436 inside `interactive' spec.
2437 (describe-key-briefly-internal, describe-key-internal):
2438 Functions merged back into their callers.
2439
2440 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2441
2442 * info.el (info-xref-visited): Inherit from info-xref too.
2443 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2444 when propertizing Info-current-file and Info-current-node.
2445
2446 2006-02-13 Juri Linkov <juri@jurta.org>
2447
2448 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2449 (tumme-thumb-name): Fix per-directory format.
2450
2451 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2452
2453 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2454
2455 2006-02-12 Miles Bader <miles@gnu.org>
2456
2457 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2458
2459 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2460
2461 * tumme.el: Remove history section. If someone needs the it, it
2462 can always be found in CVS.
2463
2464 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2465
2466 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2467 about the Thumbnail Managing Standard option.
2468
2469 2006-02-12 Richard M. Stallman <rms@gnu.org>
2470
2471 * subr.el (substitute-key-definition): Doc fix.
2472
2473 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2474
2475 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2476
2477 * info.el (Info-mode): Doc fix.
2478
2479 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2480
2481 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2482
2483 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2484 because on Solaris a POSIX compatible "id" is needed. Reported by
2485 Magnus Henoch <mange@freemail.hu>.
2486
2487 2006-02-12 Juri Linkov <juri@jurta.org>
2488
2489 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2490 (tumme) <defgroup>: Change :group to `multimedia'.
2491 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2492 Managing Standard.
2493 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2494 Fix dostring.
2495 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2496 and %y. Fix docstring.
2497 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2498 (tumme-cmd-create-standard-thumbnail-command): New user options.
2499 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2500 is `standard'. Fix docstring.
2501 (tumme-thumb-width, tumme-thumb-height): New user options.
2502 (tumme-external-viewer): Try to find various viewers.
2503 (tumme-get-thumbnail-image): Use `create-image' instead of
2504 constructing the `image' structure.
2505 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2506 `standard'.
2507 (tumme-thumb-name): Add file name generation for standard storage.
2508 Simplify code for other storages.
2509 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2510 Add modification time %m and thumbnail-nq8 %q.
2511 Use `tumme-cmd-create-standard-thumbnail-command' if
2512 tumme-thumbnail-storage is `standard'.
2513 (tumme-dired-insert-marked-thumbs): New autoload command.
2514 (tumme-dired-after-readin-hook): New function.
2515 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2516 `tumme-thumb-size'.
2517 (tumme-display-image): Replace size-x %x and size-y %y with
2518 width %w and height %h.
2519
2520 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2521 `tumme-dired-insert-marked-thumbs'.
2522
2523 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2524
2525 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2526 include path).
2527 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2528 matching tag.
2529
2530 2006-02-12 Miles Bader <miles@gnu.org>
2531
2532 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2533 New variables.
2534 (rcirc-abbrev-nick): New function.
2535 (rcirc-format-response-string): Rewrite to use the formats in
2536 `rcirc-response-formats' and expand escape sequences therein.
2537 A text-property `rcirc-text' is added over the actual response
2538 text to make easy to find inside the returned string.
2539 (rcirc-print): When filling, just look for the `rcirc-text'
2540 text-property to find the appropriate fill prefix, instead of
2541 using hardwired patterns.
2542
2543 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2544
2545 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2546 Managing Standard.
2547
2548 2006-02-11 Kim F. Storm <storm@cua.dk>
2549
2550 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2551 Don't use insert-buffer; do insert-buffer-substring directly.
2552 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2553
2554 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2555
2556 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2557 with inhibit-read-only. Suggested by Stefan Monnier.
2558 (revert-buffer): Let insert-file-contents discard
2559 buffer-undo-list. Simplify code.
2560 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2561
2562 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2563
2564 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2565
2566 * help.el (describe-key-briefly): Now a wrapper for
2567 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2568 to t. Populate yank-menu if empty.
2569 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2570 (describe-key): Now a wrapper for describe-key-internal. Bind
2571 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2572 (describe-key-internal): Renamed from describe-key.
2573
2574 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2575
2576 * progmodes/glasses.el (glasses-separator): Doc fix.
2577 (glasses-original-separator): New defcustom.
2578 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2579
2580 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2581
2582 * mwheel.el (mouse-wheel-up-event): Doc fix.
2583
2584 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2585
2586 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2587 (tumme-dir): New function. Copied from thumbs.el.
2588
2589 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2590
2591 * desktop.el (desktop-outvar): Fix typo.
2592 (desktop-save-buffer-p): Doc fix.
2593
2594 * subr.el (substitute-key-definition): Fix typo.
2595
2596 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2597
2598 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2599 when window-system is mac.
2600
2601 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2602
2603 2006-02-10 Kim F. Storm <storm@cua.dk>
2604
2605 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2606 indirect-function instead of using condition-case.
2607
2608 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2609
2610 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2611 less `colloquial'...
2612
2613 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2614
2615 * tumme.el: Add a couple of todo items.
2616
2617 2006-02-09 Lars Hansen <larsh@soem.dk>
2618
2619 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2620 (highlight-changes-mode): Don't change desktop-locals-to-save.
2621
2622 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * image-mode.el (image-toggle-display): Clear image cache if using
2625 filename.
2626
2627 2006-02-09 Masatake YAMATO <jet@gyve.org>
2628
2629 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2630 a `dired-man' target.
2631
2632 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2633 boundary of symbols.
2634
2635 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2636
2637 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2638
2639 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2640
2641 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2642 `mapcar'; return nil.
2643
2644 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2647 some other event.
2648
2649 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2650
2651 * net/rcirc.el (rcirc-startup-channels-alist):
2652 Add irc.freenode.net and #emacs as defaults.
2653 (rcirc-ignore-all-activity-flag): Remove variable.
2654 (rcirc-authinfo): New variable.
2655 (rcirc-authinfo-filename): Remove variable.
2656 (rcirc-always-use-server-buffer-flag): New flag.
2657 (rcirc): M-x rcirc will automatically connect without prompting.
2658 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2659 connection in lisp.
2660 (rcirc-process-server-response-1): Remove everything but the nick
2661 portion of the sender so it doesn't need to be done everywhere
2662 else. Update related code.
2663 (global-map): Remove global keybindings.
2664 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2665 (rcirc-send-input): Split into several functions.
2666 (rcirc-process-input-line, rcirc-process-message)
2667 (rcirc-process-command): New functions.
2668 (rcirc-target-buffer): New function to determine where to route
2669 messages.
2670 (rcirc-user-nick): Save match data.
2671 (rcirc-toggle-ignore-buffer-activity)
2672 (rcirc-update-activity-string): Remove global ignore functionality,
2673 which can be done now by toggling rcirc-track-minor-mode.
2674 (rcirc-track-minor-mode-map): New keymap.
2675 (rcirc-track-minor-mode): New minor-mode.
2676 (ignore): Make the ignore output nicer. Always print it when
2677 adding or removing nicks.
2678 (rcirc-url-regexp): Improve.
2679 (rcirc-mangle-text): Remove properties before using text in the
2680 modeline.
2681 (rcirc-authenticate): Authentication data comes from
2682 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2683 (rcirc-server-prefix): Inherit from rcirc-server.
2684
2685 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2686
2687 * Makefile.in (compile): Append "|| true" to the end of the `find'
2688 command, like compile-always does.
2689
2690 2006-02-08 Sam Steingold <sds@gnu.org>
2691
2692 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2693 output from a dead connection.
2694
2695 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2696
2697 * dired.el (dired-mode-map): Add more bindings for tumme.
2698
2699 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * wdired.el (wdired-mode-map): Use remap.
2702 (wdired-get-filename): Massage.
2703 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2704 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2705 `keymap' property rather than `local-map'.
2706
2707 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2708
2709 * tumme.el (tumme-get-thumbnail-image): New utility function.
2710 Suggested by from Chong Yidong.
2711 (tumme-dired-with-window-configuration): Rename from
2712 `tumme-dired'. Add code to save window configuration.
2713 (tumme-restore-window-configuration): New command to restore the
2714 window configuration that `tumme-dired-with-window-configuration'
2715 saves before it changes the window configuration.
2716 (tumme-show-all-from-dir): New command to display thumbnails for
2717 all files in a directory entered by the user, like M-x thumbs.
2718 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2719 have been created.
2720 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2721 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2722 Remove obsolete test function.
2723
2724 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2725
2726 * vc.el (small-temporary-file-directory): Remove defvar; there's
2727 a defcustom for it in files.el.
2728
2729 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2730 Fix typo in message.
2731 (tumme-gallery-generate): Fix typo in `error' message.
2732 (tumme-display-window-height-correction)
2733 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2734 (tumme-line-up-interactive): Dox fixes.
2735 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2736 (tumme-restore-window-configuration, tumme-format-properties-string)
2737 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2738 Fix typos in docstrings.
2739
2740 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2741
2742 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2743
2744 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2745
2746 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2747 User should use hook if desired.
2748
2749 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2750 buffer if necessary.
2751 (gdb-delete-frame-or-window): New function.
2752 (gdb-breakpoints-mode-map): Bind "q" to it.
2753
2754 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2755
2756 * textmodes/nroff-mode.el: Clean up name space.
2757 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2758 (nroff-mode): Obey the global setting of nroff-electric-mode.
2759 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2760
2761 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2762
2763 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2764
2765 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2766
2767 2006-02-06 Lars Hansen <larsh@soem.dk>
2768
2769 * generic-x.el (etc-fstab-generic-mode): Add file system types
2770 cifs and usbdevfs. Allow special chars in file names.
2771
2772 2006-02-05 Jay Belanger <belanger@truman.edu>
2773
2774 Update copyright notices of the files in lisp/calc.
2775
2776 2006-02-05 Romain Francoise <romain@orebokech.com>
2777
2778 Update copyright notices of all files in the lisp/play directory.
2779
2780 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2781
2782 * ldefs-boot.el: Regenerate.
2783
2784 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2785
2786 2006-02-05 Kim F. Storm <storm@cua.dk>
2787
2788 * files.el (magic-mode-regexp-match-limit): New defvar.
2789 (set-auto-mode): Use it to limit magic-mode-alist matching.
2790
2791 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2792
2793 * simple.el (display-message-or-buffer): Compare the number of
2794 characters to the frame width when determining whether a 1-line
2795 message string will fit in the echo area. Count screen lines
2796 instead of buffer lines when determining whether a multi-line
2797 message will fit in the echo area/minibuffer window.
2798
2799 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2800
2801 * info.el (Info-index, Info-mode): Improve the description of the
2802 `i' command.
2803
2804 * ldefs-boot.el: Regenerate.
2805
2806 2006-02-03 Werner Lemberg <wl@gnu.org>
2807
2808 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2809 greedy to find the closing bracket in \*[...] and similar
2810 expressions. This is a first rough fix -- many additional
2811 refinements are necessary to make nroff mode really usable with groff.
2812
2813 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2814
2815 * international/mule-cmds.el (set-locale-environment):
2816 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2817 libX11.
2818
2819 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2820
2821 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2822 archive are created in archive-tmpdir.
2823
2824 2006-02-02 John Paul Wallington <jpw@pobox.com>
2825
2826 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2827 (ibuffer-fontification-alist): Use it.
2828 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2829 to "* z" and the Ibuffer Mark menu.
2830
2831 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2832
2833 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * textmodes/table.el (*table--cell-describe-mode)
2836 (*table--cell-describe-bindings): Undo last change since
2837 print-help-return-message is not obsoleted by anything at all.
2838
2839 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2840
2841 * emulation/cua-base.el (cua-mode): Doc fix.
2842
2843 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * dframe.el (dframe-handle-make-frame-visible)
2846 (dframe-handle-iconify-frame, dframe-get-focus)
2847 (dframe-select-attached-frame, dframe-power-click)
2848 (dframe-frame-mode): Fix typos in docstrings.
2849
2850 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2851 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2852 Fix typos in docstrings.
2853
2854 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2855 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2856 (hi-lock-archaic-interface-message-used)
2857 (hi-lock-file-patterns-range): Fix typos in docstrings.
2858
2859 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2860 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2861
2862 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2863 Fix typo in docstring.
2864
2865 * net/newsticker.el (newsticker--decode-iso8601-date)
2866 (newsticker--set-customvar, newsticker--buffer-insert-item)
2867 (newsticker--do-run-auto-mark-filter)
2868 (newsticker--parse-generic-feed): Doc fixes.
2869 (newsticker--retrieval-timer-list, newsticker-url-list)
2870 (newsticker-hide-immortal-items-in-echo-area)
2871 (newsticker-hide-obsolete-items-in-echo-area)
2872 (newsticker-new-item-face, newsticker--enclosure)
2873 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2874 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2875 (newsticker--parse-generic-feed, newsticker--cache-contains)
2876 (newsticker--stat-num-items, newsticker-download-enclosures):
2877 Fix typos in docstrings.
2878
2879 * net/rcirc.el (rcirc-debug): Doc fix.
2880 (rcirc-fill-column, rcirc-receive-message-hooks)
2881 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2882 (rcirc-mode, rcirc-generate-new-buffer-name)
2883 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2884 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2885 Fix typos in docstrings.
2886 (rcirc-print): "?\ " -> "?\s".
2887 (rcirc-cmd-join): Improve argument/docstring consistency.
2888
2889 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2890
2891 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2892 before narrow-to-region.
2893
2894 2006-02-01 Richard M. Stallman <rms@gnu.org>
2895
2896 * simple.el (move-beginning-of-line): Scan properly for invis change.
2897
2898 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2899
2900 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2901
2902 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2903 change bit only when id-format is 'integer. Reported by Matt
2904 Hodges <M.P.Hodges@rl.ac.uk>.
2905
2906 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2907
2908 * hilit-chg.el (highlight-changes-initial-state)
2909 (highlight-changes-global-initial-state): Doc fixes.
2910 (highlight-changes-global-modes, global-highlight-changes):
2911 Fix typos in docstrings.
2912
2913 2006-02-01 Kim F. Storm <storm@cua.dk>
2914
2915 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2916 transient-mark-mode in doc string.
2917
2918 2006-01-31 Richard M. Stallman <rms@gnu.org>
2919
2920 * replace.el (multi-occur): Doc fix.
2921 (multi-occur-in-matching-buffers): Rename from
2922 multi-occur-by-filename-regexp. Prefix arg says match
2923 buffer names instead of file names.
2924
2925 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * bs.el: Allow non-default values of `bs-header-lines-length'.
2928 (bs--running-in-xemacs): Remove (not needed anymore).
2929 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2930 instead of `shrink-window', thus avoiding having to compute the
2931 height of the window.
2932 (bs--up): Wrap around even when there's no header.
2933 (bs--down): Use `forward-line' instead of `next-line'.
2934
2935 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2936
2937 * image-mode.el (image-toggle-display): Use file name if possible,
2938 instead of unnecessarily allocating a (possibly huge) lisp string.
2939
2940 2006-01-30 John Paul Wallington <jpw@pobox.com>
2941
2942 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2943 because the `assert' macro signals it at runtime.
2944
2945 * emacs-lisp/cl.el (toplevel): Remove definition of
2946 `cl-assertion-failed' condition.
2947
2948 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2949
2950 * thumbs.el (thumbs-marked-list): Make buffer-local and
2951 permanent-local.
2952 (thumbs-insert-thumb): Make help-echo non-sticky.
2953 (thumbs-file-alist): Use eolp as check for (non)-image.
2954
2955 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2956
2957 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2958 (ediff-before-session-group-setup-hooks)
2959 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2960 Fix typos in docstrings.
2961
2962 * window.el (bw-dir, bw-eqdir, balance-windows)
2963 (split-window-keep-point): Fix typos in docstrings.
2964
2965 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2966 (org-quote-string, org-calendar-to-agenda-key)
2967 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2968 (org-show-following-heading, org-tags-column)
2969 (org-use-tag-inheritance, org, org-allow-space-in-links)
2970 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2971 (org-enable-table-editor, org-calc-default-modes)
2972 (org-table-allow-automatic-line-recalculation)
2973 (org-export-html-style, org-export-with-fixed-width)
2974 (org-export-with-sub-superscripts, org-special-keyword)
2975 (org-formula, org-time-grid, org-table-may-need-update)
2976 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2977 (org-goto-quit, org-get-indentation, org-end-of-item)
2978 (org-move-item-down, org-move-item-up)
2979 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2980 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2981 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2982 (org-agenda-log-mode, org-agenda-toggle-diary)
2983 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2984 (org-agenda-file-to-end, org-agenda-no-heading-message)
2985 (org-agenda-get-closed, org-format-agenda-item)
2986 (org-cmp-priority, org-cmp-category, org-cmp-time)
2987 (org-agenda-change-all-lines, org-agenda-diary-entry)
2988 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2989 (org-link-search, org-camel-to-words, org-open-file)
2990 (org-remember-handler, org-table-convert-region)
2991 (org-table-move-row-down, org-table-move-row-up)
2992 (org-table-copy-region, org-table-wrap-region)
2993 (org-table-toggle-vline-visibility)
2994 (org-table-get-vertical-vector, org-table-modify-formulas)
2995 (org-table-get-specials, org-recalc-commands)
2996 (org-table-rotate-recalc-marks, org-table-eval-formula)
2997 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2998 (org-level-color-stars-only, org-insert-heading):
2999 Fix typos in docstrings.
3000 (last-arg): Add defvar.
3001
3002 * makefile.w32-in (WINS): Add erc.
3003 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3004
3005 2006-01-29 Bill Wohler <wohler@newt.com>
3006
3007 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3008 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3009 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3010 (mh-autoloads): Don't use comments on otherwise empty lines.
3011
3012 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3013
3014 * emulation/viper.el (viper-major-mode-modifier-list): Add
3015 insert-state and vi-state entries for erc-mode.
3016 (viper-go-away, viper-set-hooks): Add and remove
3017 viper-comint-mode-hook from erc-mode-hook as appropriate.
3018
3019 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3020
3021 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3022
3023 * bs.el (bs--format-aux): Implement `middle' alignment as
3024 described in the docstring for `bs-attributes-list'.
3025 (bs--get-name): Simplify. Don't pad the buffer name.
3026
3027 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3028
3029 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3030 English aspell dictionary is installed, use the first entry of
3031 ispell-dictionary-alist-1.
3032
3033 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3034
3035 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3036 Doc fix.
3037
3038 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3039
3040 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3041 for `process-file', in order to let it work for older Emacsen too.
3042
3043 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3044
3045 * international/latexenc.el: Add a suitable `coding:' tag.
3046 (latexenc-find-file-coding-system): Undo last change.
3047
3048 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3049
3050 * international/latexenc.el (latexenc-find-file-coding-system):
3051 Make sure latexenc-main-file is a regular file and is readable.
3052
3053 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3054
3055 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3056 Pass FILE to vc-user-login-name.
3057
3058 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3059
3060 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3061
3062 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3063 there are no more images to display.
3064 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3065 the next image.
3066
3067 2006-01-26 Richard M. Stallman <rms@gnu.org>
3068
3069 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3070
3071 * wid-edit.el (advertised-widget-backward): New alias.
3072 (widget-keymap): Use advertised-widget-backward for S-TAB.
3073
3074 * tumme.el: Correct the keywords.
3075 (tumme-dir-max-size): Use defvar.
3076 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3077
3078 * simple.el (move-beginning-of-line): Take account of fields.
3079 (clone-indirect-buffer-other-window): Take args like
3080 clone-indirect-buffer, and work like it.
3081
3082 * help-fns.el (describe-function): Don't pass `nil' as default.
3083
3084 * files.el (risky-local-variable-p): Follow var aliases.
3085
3086 * subr.el (lazy-completion-table): Doc fix.
3087
3088 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3089 global binding of `line'.
3090
3091 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3092
3093 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3094 Tramp.
3095
3096 * vc.el (vc-default-dired-state-info): Pass FILE to
3097 vc-user-login-name.
3098 (vc-default-update-changelog): Don't use vc-user-login-name, we
3099 don't need it here.
3100
3101 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3102 no longer necessary.
3103
3104 2006-01-25 Kenichi Handa <handa@m17n.org>
3105
3106 * international/mule.el (decode-char): Avoid the overhead of
3107 calling utf-lookup-subst-table-for-decode if
3108 utf-translate-cjk-mode is nil.
3109 (encode-char): Avoid the overhead of calling
3110 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3111 nil.
3112
3113 2006-01-22 Kenichi Handa <handa@m17n.org>
3114
3115 * international/mule.el (make-subsidiary-coding-system): Reset
3116 `coding-system-define-form' property of subsidiaries to nil.
3117 Avoid duplicated entry in coding-system-alist.
3118 (make-coding-system): Avoid duplicated entry in
3119 coding-system-alist.
3120 (define-coding-system-alias): Likewise.
3121
3122 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3123
3124 * completion.el: Minor fixes in introductory comment.
3125 (completion-def-wrapper): Fix alist.
3126
3127 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3128
3129 * thumbs.el (thumbs-new-image-size): New function.
3130 (thumbs-increment-image-size-element)
3131 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3132 (thumbs-decrement-image-size): Delete.
3133 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3134 temp files and use to resize.
3135 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3136 Use increment argument to enlarge/shrink. Preserve point.
3137 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3138 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3139 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3140 (thumbs-mark, thumbs-unmark): Preserve point.
3141 (thumbs-modify-image): Keep old temp files and use to modify.
3142 Cleanup old temp files at load time. Preserve point.
3143 (thumbs-view-image-mode-map): Use new command names.
3144
3145 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3148
3149 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3150 the nastiest part of the cyclic dependency.
3151 (cal-menu-update): Use dotimes and calendar-increment-month.
3152
3153 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3154 (calendar-week-start-day): Add an :initializer.
3155 (calendar-mode-map): Use suppress-keymap, and command remapping.
3156 (describe-calendar-mode): Setup xref-stack info for the back button.
3157 (calendar-star-date): Insert before delete.
3158 (calendar-set-mode-line): Add file-modified info if applicable.
3159 (calendar-increment-month): New function.
3160
3161 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3162
3163 * font-lock.el (lisp-font-lock-keywords-2):
3164 Recognize "& keywords" only at word boundaries.
3165
3166 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3169 and permanent-local.
3170 (thumbs-max-image-number): New variable.
3171 (thumbs-do-thumbs-insertion): Use them.
3172 (thumbs-per-line): Change default to 4.
3173 (thumbs-marked-list): Rename from thumbs-markedL.
3174 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3175 (thumbs-rename-images): Use -list instead of L for internal variables.
3176 (thumbs-call-convert): Use call-process instead of shell-command.
3177 (thumbs-insert-thumb): Add filename as help-echo to each image.
3178 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3179 Give dir to thumbs-show-thumbs-list.
3180 (thumbs-show-thumbs-list): Set default-directory to that of images.
3181 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3182 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3183 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3184 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3185
3186 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * ses.el (ses-read-cell): Provide a default value.
3189
3190 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3191
3192 * term/w32-win.el (image-library-alist): Add additional names for
3193 GIF library.
3194
3195 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3196
3197 * international/latexenc.el (latexenc-find-file-coding-system):
3198 Add file-regular-p check.
3199
3200 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * simple.el (clone-buffer): Don't show the new buffer in the same
3203 window.
3204
3205 2006-01-23 Juri Linkov <juri@jurta.org>
3206
3207 * faces.el (link, link-visited): New faces based on default values
3208 of `info-xref' and `info-xref-visited'.
3209
3210 * info.el (info-xref): Inherit from `link'.
3211 (info-xref-visited): Inherit from `link-visited'.
3212
3213 * cus-edit.el (custom-buffer-create-internal): Use widget type
3214 `custom-manual' instead of `info-link' and don't set properties
3215 `button-face' and `mouse-face' explicitly.
3216 (custom-browse-group-tag, custom-browse-variable-tag)
3217 (custom-browse-face-tag): Inherit from widget class
3218 `custom-group-link' instead of `push-button'.
3219 (custom-button-unraised): Inherit from `underline' face.
3220 (custom-link): Inherit from `link' face. Fix doc and group.
3221 (custom-add-parent-links, custom-group-value-create): Don't set
3222 properties `button-face' and `mouse-face' explicitly for
3223 `custom-group-link' widget.
3224 (custom-group-link): Add properties `button-face' and `mouse-face'
3225 to widget definition.
3226 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3227 editable-field's :keymap property.
3228 (custom-mode): Fix docstring: substitute keybindings for
3229 `widget-forward' and `widget-backward' from `widget-keymap',
3230 `widget-complete' from `custom-field-keymap', replace old
3231 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3232
3233 * desktop.el (desktop-load-file): Check for `fboundp' before
3234 calling `symbol-function'.
3235
3236 * simple.el (clone-buffer, clone-indirect-buffer)
3237 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3238 `read-string'. Fix prompts.
3239
3240 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3241
3242 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3245
3246 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * startup.el (inhibit-splash-screen, initial-scratch-message):
3249 Doc fixes.
3250
3251 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3252
3253 Sync with Tramp 2.0.52.
3254
3255 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3256 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3257 `tramp-unload-tramp' for checklist.
3258
3259 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3260 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3261 (tramp-unload-file-name-handler-alist)
3262 (tramp-unload-tramp): New defuns.
3263 (tramp-advice-PC-expand-many-files): New defadvice.
3264 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3265 removed.
3266 (tramp-handle-expand-file-name): Remove double slash.
3267 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3268 It doesn't matter, because it will be converted later on.
3269 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3270 implementation was just heuristic.
3271 (tramp-post-connection): Set uid and gid properties.
3272 (tramp-convert-file-attributes): Set file's gid change bit.
3273 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3274 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3275 in case of su(do)? methods. The home directory of the local user
3276 will be taken else.
3277 (tramp-open-connection-telnet)
3278 (tramp-open-connection-rsh, tramp-open-connection-su)
3279 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3280 local shell prompt could hurt. Reported by Romain Francoise
3281 <romain@orebokech.com>.
3282 (tramp-let-maybe): Add `edebug-form-spec' property.
3283 (tramp-handle-expand-file-name): Bind `default-directory' locally
3284 to "/" in order to avoid problems with UNC shares or Cygwin
3285 mounts.
3286 (tramp-md5-function): Fix typo in error message.
3287
3288 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3289
3290 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3291 for byte-compiler pacification.
3292
3293 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3294
3295 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3296 ID-FORMAT `string'. This allows us to get rid of
3297 `vc-user-login-name UID'.
3298
3299 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3300
3301 2006-01-22 John Paul Wallington <jpw@pobox.com>
3302
3303 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3304
3305 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3306
3307 * emacs-lisp/find-func.el (find-definition-noselect)
3308 (find-variable-noselect): Search variables in C source code too.
3309 (find-function-C-source, find-function-noselect, find-function)
3310 (find-function-other-frame, find-variable-noselect, find-variable)
3311 (find-variable-other-frame, find-variable-at-point):
3312 Fix docstrings.
3313
3314 2006-01-21 Francesco Potorti` <pot@gnu.org>
3315
3316 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3317
3318 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3319
3320 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3321 Default to disabling the "Save affix" question.
3322
3323 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3324
3325 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3326 the first arg to run-python.
3327
3328 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3329
3330 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3331 is not loaded.
3332
3333 2006-01-20 Jay Belanger <belanger@truman.edu>
3334
3335 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3336 limit is 0.
3337
3338 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3339 the correct variable.
3340
3341 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3342
3343 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3344 link. Fixed buggy argument sequence in call to `org-view-tags'.
3345 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3346 (org-prefix-has-tag): New variable.
3347 (org-format-agenda-item): Remove tags from headline if
3348 appropriate.
3349 (org-agenda-remove-tags-when-in-prefix): New option.
3350 (org-get-tags-at): New function.
3351
3352 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3353
3354 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3355 (thumbs-find-image): Move image name and number from buffer name
3356 to mode name. Set thumbs-buffer. Preserve point so that large
3357 images remain visible.
3358 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3359 order.
3360 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3361 mode name.
3362 (thumbs-next-image, thumbs-previous-image): Make them work.
3363
3364 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3365
3366 * cus-edit.el (custom-buffer-create-internal): State in the text above
3367 the whole buffer buttons that they do not operate on hidden items.
3368 (custom-face-menu): Use `custom-face-save' instead of
3369 `custom-face-save-command'.
3370 (custom-face-save-command): Make it an alias for `custom-face-save'
3371 and declare it obsolete.
3372 (custom-face-save): Doc fix.
3373
3374 * dired.el (dired-no-confirm): Add quote.
3375 (dired-subdir-alist-pre-R): Add quote in
3376 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3377
3378 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * textmodes/table.el (table-mode-indicator): Typo in last change.
3381
3382 2006-01-19 Richard M. Stallman <rms@gnu.org>
3383
3384 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3385 Fixes bug reported in Nov 2005.
3386
3387 * isearch.el (isearch-forward): Doc fix.
3388
3389 * dired.el (dired-move-to-filename-regexp): Define as alias.
3390 (dired-no-confirm): Use defcustom.
3391 (dired-subdir-alist-pre-R): Put defvar at top level.
3392
3393 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3394
3395 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3396 Mark as risky.
3397
3398 * simple.el (set-mark-command): Doc fix.
3399 (clone-indirect-buffer-other-window):
3400 Read arg like clone-indirect-buffer.
3401 (move-beginning-of-line): Skip invisible newlines.
3402
3403 2006-01-19 Masatake YAMATO <jet@gyve.org>
3404
3405 * progmodes/cpp.el (cpp-edit-load): Make the order of
3406 listed conditions in a base C code buffer and its associate
3407 CPP Edit buffer the same.
3408
3409 2006-01-19 Kenichi Handa <handa@m17n.org>
3410
3411 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3412 (rmail-mime-feature): Likewise.
3413 (rmail-require-mime-maybe): Use display-warning to show a warning
3414 message.
3415
3416 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3417 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3418
3419 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * array.el: Move defvars out of eval-when-compile.
3422 (array-make-template): Replace undeclared global var with a local one.
3423 (array-mode): Inline initialization functions.
3424 (array-init-local-variables, array-init-max-row)
3425 (array-init-max-column, array-init-columns-per-line)
3426 (array-init-field-width, array-init-rows-numbered)
3427 (array-init-line-length, array-init-lines-per-row): Remove.
3428
3429 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3430 (doc-mode-map): Define explicitly.
3431 (doctor-txtype): Use mapc.
3432
3433 * textmodes/table.el: Move defvars out of eval-when-compile.
3434 Remove harmful code meant to avoid byte-compiler warnings.
3435 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3436 specification that checks table-fixed-width-mode directly.
3437 (table-recognize-region, table-recognize-cell):
3438 Use restore-buffer-modified-p.
3439 (table-fixed-width-mode): Remove code that refreshes
3440 table-fixed-mode-indicator.
3441 (*table--cell-describe-bindings, *table--cell-describe-mode):
3442 Avoid obsolete name print-help-return-message.
3443 (table--test-cell-list): Don't use replace-regexp from elisp.
3444 (table--point-entered-cell-function, table--point-left-cell-function):
3445 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3446
3447 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3448 that was after the end of file. Use buffer-file-name variable.
3449 (org-timestamp-change): Use with-current-buffer.
3450 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3451 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3452 `file'.
3453
3454 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3455 (fortran-break-line): Remove unused var `opoint'.
3456 (fortran-abbrev-start): Obey help-event-list.
3457
3458 2006-01-18 Jesper Harder <harder@phys.au.dk>
3459
3460 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3461
3462 2006-01-18 Masatake YAMATO <jet@gyve.org>
3463
3464 * progmodes/make-mode.el (makefile-imake-mode): New mode
3465 derived from makefile-mode.
3466 (makefile-imake-mode-syntax-table): New syntax table
3467 derived from makefile-mode-syntax-table.
3468 (makefile-mode): Write about makefile-imake-mode in doc string.
3469 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3470 (makefile-imake-font-lock-keywords): New font lock keywords.
3471
3472 * files.el (auto-mode-alist): Add Imakefile.
3473
3474 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3475
3476 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3477 loading the file rather than when turning on flyspell-mode.
3478
3479 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3480
3481 * cus-edit.el (customize-rogue): Minor doc fix.
3482
3483 2006-01-17 Juri Linkov <juri@jurta.org>
3484
3485 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3486 instead of the file at the mark as default if the file at the mark
3487 is the same as the file at point or if dired-dwim-target-directory
3488 is not the same as the current directory and the mark is not active.
3489
3490 * log-view.el (log-view-minor-wrap): Use the same logic to get
3491 revisions as `log-view-diff'.
3492
3493 * info.el (Info-revert-find-node): Check for Info-current-file
3494 before preserving new-history.
3495
3496 * man.el (Man-heading-regexp): Add `/'.
3497
3498 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3499 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3500
3501 2006-01-16 Juri Linkov <juri@jurta.org>
3502
3503 * faces.el (mode-line-faces): New defgroup.
3504 (mode-line-highlight): Move definition after new defgroup.
3505 (mode-line, mode-line-inactive, mode-line-highlight):
3506 Replace :group `modeline' with `mode-line-faces'.
3507 (mode-line-buffer-id): New face.
3508 (modeline-buffer-id): New face alias.
3509 (vertical-border): Remove :group `modeline'.
3510
3511 * bindings.el (propertized-buffer-identification): Use face
3512 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3513 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3514 (mode-line-buffer-identification-keymap): For mouse-1 replace
3515 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3516 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3517 mouse-3.
3518
3519 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3520 Buffer-menu-buffer. Doc fix.
3521 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3522 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3523 `Buffer-menu-buffer'.
3524
3525 * info.el (Info-mode-line-node-keymap): New defvar.
3526 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3527 Propertize Info-current-node with `mode-line-buffer-id' and
3528 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3529
3530 * time.el (display-time-mail-face): Replace :group `faces' with
3531 `mode-line-faces'.
3532
3533 2006-01-16 Kenichi Handa <handa@m17n.org>
3534
3535 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3536
3537 * language/european.el (cp1252): New alias for windows-1252.
3538
3539 * international/mule.el (autoload-coding-system): Prepare for EOL
3540 variants.
3541
3542 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3543
3544 * term.el (term-raw-map): Add mapping for insert.
3545 (term-send-insert): New.
3546 (term-mode): Make variables local here instead of doing it in
3547 `term-emulate-terminal'.
3548 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3549 Scroll reverse needs to take into account the scroll region.
3550 Saving and restoring the cursor should save the color attributes too.
3551 (term-reset-terminal): Reset the scroll region.
3552 (term-handle-ansi-escape): Cursor up and down should take into
3553 account the scroll region.
3554 (term-set-scroll-region): Rename from `term-scroll-region'.
3555 Move to 0,0 after setting the region.
3556 (term-handle-scroll): Handle scroll up.
3557 (term-down): Fix off by one error.
3558 (term-delete-lines): Do not delete outside the scroll region.
3559 (term-insert-lines): Take into account the scroll region.
3560
3561 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3562
3563 * textmodes/ispell.el (ispell-internal-change-dictionary)
3564 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3565 (start, end): Move declaration outside of eval-when-compile.
3566
3567 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3568 (flyspell-mode-on): Use it.
3569
3570 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3571 ispell-kill-ispell-hook.
3572
3573 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3574
3575 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3576 (Custom-reset-saved): Do not ask for confirmation in single option
3577 buffers.
3578
3579 2006-01-13 Richard M. Stallman <rms@gnu.org>
3580
3581 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3582
3583 2006-01-13 Romain Francoise <romain@orebokech.com>
3584
3585 * add-log.el (add-change-log-entry, change-log-merge):
3586 Conditionally use `hard-newline'.
3587
3588 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3589
3590 * wid-edit.el (widget-field-end): If the overlay is no longer
3591 associated with a buffer, behave as if the overlay didn't exist.
3592
3593 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3594 Make sure the links use the `custom-link' face.
3595
3596 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3597
3598 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3599 (ld-script-mode): Don't set indent-line-function since we don't
3600 have one.
3601
3602 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3603
3604 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3605 application.
3606 (org-file-apps-defaults-gnu): Use mailcap as the default for
3607 selecting an application on a UNIX system.
3608 (org-agenda-show-tags): New command.
3609 (org-table-insert-hline): Keep cursor in current table line.
3610 (org-table-convert): Offset effect of modifying
3611 `org-table-insert-hline'.
3612 (org-format-agenda-item): New optional argument TAG.
3613 (org-compile-prefix-format): Handle %T format for the tag.
3614 (org-expand-wide-chars): New function.
3615 (org-table-insert-row, org-table-insert-hline):
3616 Use `org-expand-wide-chars'.
3617 (org-open-file): Fix bug in program launch.
3618 (org-get-time-of-day): Fix bug with times before 1am.
3619 (org-agenda-menu): Add tags commands.
3620
3621 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3622
3623 * textmodes/ispell.el (ispell-init-process): Include the used
3624 dictionary in ispell process start message.
3625 (ispell-internal-change-dictionary): When flyspell-mode is active
3626 and dictionary is changed, make sure ispell process is restarted
3627 and flyspell word cache cleared out for the current buffer.
3628 (ispell-change-dictionary): Make sure flyspell word cache is
3629 cleared out in all buffers with active flyspell mode when
3630 dictionary is globally changed.
3631 Call ispell-internal-change-dictionary after dictionary change.
3632
3633 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3634
3635 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3636
3637 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3638 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3639 years. Fix small differences wrt Makefile.in.
3640 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3641 Makefile.in does.
3642
3643 2006-01-12 Bill Wohler <wohler@newt.com>
3644
3645 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3646 mh-search.el.
3647
3648 2006-01-12 Masatake YAMATO <jet@gyve.org>
3649
3650 * progmodes/ld-script.el: Update copyright year.
3651
3652 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3653
3654 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3655 Don't add widget if setting undefined.
3656
3657 2006-01-12 John Paul Wallington <jpw@pobox.com>
3658
3659 * help-fns.el (describe-variable): Remove newlines from void
3660 variable output.
3661
3662 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3663
3664 * wdired.el (wdired-mode-map): Add help echo for
3665 wdired-abort-changes.
3666
3667 * man.el (Man-file-name-regexp): Adjust for a list of files.
3668
3669 2006-01-12 Masatake YAMATO <jet@gyve.org>
3670
3671 * progmodes/ld-script.el (auto-mode-alist): Support
3672 suffix conventions used in netbsd and eCos.
3673
3674 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3675
3676 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3677 (custom-variable-menu, custom-face-menu, custom-group-menu)
3678 (Custom-mode-menu): Change names of menu items. (As discussed on
3679 emacs-devel.)
3680 (custom-face-menu): Add "Undo Edits" item.
3681
3682 * startup.el (init-file-user): defcustom -> defvar.
3683
3684 * tooltip.el (tooltip-mode): Doc fix.
3685
3686 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * reveal.el (reveal-post-command): window-buffer signals an error on
3689 dead windows rather than returning nil.
3690 (reveal-open-new-overlays): An overlay might die while we open others.
3691
3692 2006-01-11 Bill Wohler <wohler@newt.com>
3693
3694 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3695 phrasing in docstring.
3696
3697 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3698 can give some systems gas. Add new file mh-buffers.el.
3699
3700 2006-01-06 Masatake YAMATO <jet@gyve.org>
3701
3702 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3703 C preprocessor forward ported from GNU Emacs 21.2.
3704
3705 * progmodes/asm-mode.el (asm-font-lock-keywords):
3706 Use `cpp-font-lock-keywords'.
3707
3708 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3709
3710 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3711 of $ for "\\.ld[s]?".
3712
3713 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3716 (tcl-indent-line): Return `noindent' if inside a string.
3717
3718 * progmodes/flymake.el (flymake-split-string): Remove more than one
3719 empty string at beg/end of the result.
3720 (flymake-find-buildfile, flymake-find-possible-master-files):
3721 Use expand-file-name.
3722 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3723 since expand-file-name does it for us. Use directory-file-name.
3724 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3725 (flymake-ler-get-type, flymake-ler-get-text)
3726 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3727 (flymake-current-line-no): Remove spurious interactive spec.
3728 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3729 (flymake-check-include): Remove arg inc-path merged into inc-name.
3730 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3731 Arg regexp-list replaced by a simple regexp.
3732 (flymake-master-make-header-init, flymake-master-tex-init):
3733 Correspondingly replace regexp-list with a regexp. Fix regexp.
3734
3735 2006-01-10 Simon Josefsson <jas@extundo.com>
3736
3737 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3738 describing AUTH PLAIN fix.
3739
3740 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3741
3742 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3743 (report-emacs-bug): Don't record initial prompt text.
3744 Instead, add text properties to prompting text.
3745 (report-emacs-bug-hook): Delete prompting text.
3746
3747 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3750 `dirs'. Adjust callers.
3751
3752 2006-01-09 John Paul Wallington <jpw@gnu.org>
3753
3754 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3755
3756 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * reveal.el (reveal-open-new-overlays): New extracted fun.
3759 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3760 using them. Simplify the code.
3761 (reveal-post-command): Use them. Fix up obsolete windows in
3762 reveal-open-spots.
3763
3764 * progmodes/flymake.el: Use `require' rather than autoload for
3765 XEmacs's overlays.
3766 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3767 Delete. Use file-relative-name instead.
3768 (flymake-get-syntax-check-program-args, flymake-perl-init):
3769 Simplify the resulting code.
3770
3771 * log-view.el (log-view-file-re, log-view-message-re): Add support
3772 for DaRCS output.
3773
3774 2006-01-09 Alex Schroeder <alex@gnu.org>
3775
3776 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3777 identifiers sometimes added in square brackets at the beginning of
3778 subject lines.
3779
3780 2006-01-07 Richard M. Stallman <rms@gnu.org>
3781
3782 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3783 (Custom-reset-current, Custom-reset-saved): Change question text.
3784 (Custom-reset-standard): Likewise.
3785 (custom-variable-reset-saved): Doc fix.
3786
3787 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3788
3789 * startup.el (init-file-user): Doc fix.
3790
3791 2006-01-07 Alex Schroeder <alex@gnu.org>
3792
3793 * mail/rmail.el (rmail-current-subject): New function.
3794 (rmail-current-subject-regexp): New function.
3795 (rmail-next-same-subject): Use it.
3796
3797 * mail/rmailsum.el (rmail-summary-by-topic):
3798 Use rmail-current-subject and rmail-current-subject-regexp.
3799 (rmail-summary-next-same-subject): Ditto.
3800
3801 * net/rcirc.el (rcirc-send-input): No longer check whether the
3802 process is open, since not all commands need an open process.
3803 (rcirc-send-string): Check whether the process is open before
3804 sending anything.
3805 (rcirc-ignore-list): New option.
3806 (rcirc-ignore-list-automatic): New variable.
3807 (rcirc-print): Take rcirc-ignore-list into account.
3808 (rcirc-cmd-ignore): New command.
3809 (rcirc-ignore-update-automatic): New function.
3810 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3811 list if ignored nicks.
3812 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3813
3814 2006-01-06 David Reitter <david.reitter@gmail.com>
3815
3816 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3817 reflect the address to which the report will be sent.
3818
3819 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3820
3821 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3822 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3823
3824 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3825
3826 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3827
3828 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3829 the doc string: "functoin" => "function".
3830 * ldefs-boot.el: Likewise.
3831
3832 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3833 message text: "Duplicat" => "Duplicate".
3834
3835 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3836
3837 * files.el (basic-save-buffer-2): If backing-up failed, reset
3838 buffer-backed-up to nil.
3839
3840 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3841
3842 * progmodes/gud.el (gdb-script-skip-to-head)
3843 (gdb-script-calculate-indentation): Indent for breakpoint command
3844 lists also.
3845
3846 2006-01-05 Bill Wohler <wohler@newt.com>
3847
3848 * Makefile.in (compile-always): Add mh-autoloads dependency.
3849 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3850 provides it.
3851 (updates): Remove mh-autoloads dependency, since it probably has
3852 already run recently (via recompile).
3853
3854 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3857 argument `force' to disable the flyspell-last-buffer optimization.
3858 (flyspell-mode-on): Use it.
3859
3860 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3861 flymake-simple-cleanup.
3862 (flymake-allowed-file-name-masks): Use this new default.
3863 All the functions are now called in the right buffer rather than
3864 passing the buffer as argument.
3865 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3866 (flymake-parse-err-lines): Remove redundant buffer arg.
3867 (flymake-get-program-dir): Comment out unused function.
3868 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3869 Remove redundant buffer argument.
3870 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3871 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3872
3873 2006-01-05 Richard M. Stallman <rms@gnu.org>
3874
3875 * info.el (Info-find-node): Don't record previous node if have none.
3876 (info): Go to directory only if history is empty.
3877
3878 * simple.el (mark): Doc fix.
3879
3880 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3881
3882 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3883 already of desired type.
3884 (mac-ae-list): Coerce parameter to "list" type.
3885 (mac-dispatch-apple-event): Replace cadr part of event with a
3886 dummy position so that event-start returns it.
3887
3888 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3889
3890 * textmodes/org.el (org-end-of-subtree): New function.
3891 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3892 Use `org-end-of-subtree'.
3893 (org-agenda, org-agenda-convert-date): Protect calls to
3894 `fit-window-to-buffer'.
3895 (org-tags-view): Force matching of sublevels when doing a
3896 todo-only search. Define the correct redo command, including the
3897 arguments.
3898 (org-agenda-redo): Display message.
3899 (org-check-for-org-mode): New function.
3900 (org-agenda-type): New variable.
3901 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3902 Set `org-agenda-type'.
3903 (org-agenda-check-type): New function.
3904 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3905 (org-agenda-week-view, org-agenda-day-view)
3906 (org-agenda-next-date-line, org-agenda-previous-date-line)
3907 (org-agenda-log-mode, org-agenda-toggle-diary)
3908 (org-agenda-toggle-time-grid, org-agenda-date-later)
3909 (org-agenda-date-prompt, org-agenda-diary-entry)
3910 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3911 (org-agenda-convert-date, org-agenda-menu):
3912 Use `org-agenda-check-type'.
3913 (org-make-overlay, org-delete-overlay)
3914 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3915 New compatibility functions.
3916 (org-calendar-select-mouse): New command.
3917
3918 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3919
3920 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3921 (Custom-reset-standard): Fix y-or-n-p messages.
3922 (custom-link): New face for links.
3923 (custom-buffer-create-internal, custom-manual): Use it.
3924 (custom-face-save): Push to theme-face before setting face spec.
3925
3926 * wid-edit.el (widget-default-mouse-face-get): New function.
3927 (widget-specify-button): Handle mouse-face like button-face.
3928
3929 * custom.el (load-theme): Clear old theme settings if reloading.
3930
3931 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3932
3933 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3934 "Erase Customization" button back to same position it occupies in
3935 the individual State menus.
3936
3937 2006-01-04 Kim F. Storm <storm@cua.dk>
3938
3939 * wid-edit.el (key-sequence): Rework widget to read key binding
3940 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3941 (widget-key-sequence-default-value): Default value for empty sequence.
3942 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3943 (widget-key-sequence-read-event): New command for C-q.
3944 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3945 (widget-key-sequence-value-to-external): New functions.
3946
3947 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3950 Use expand-file-name.
3951 (flymake-delete-temp-directory): Use expand-file-name,
3952 file-name-directory, and directory-file-name.
3953 (flymake-strrchr): Delete.
3954 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3955 to the init-f function.
3956 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3957 (flymake-init-find-buildfile-dir)
3958 (flymake-init-create-temp-source-and-master-buffer-copy)
3959 (flymake-simple-make-init-impl, flymake-simple-make-init)
3960 (flymake-master-make-init, flymake-master-make-header-init)
3961 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3962 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3963 (flymake-xml-init): Remove corresponding redundant buffer argument.
3964 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3965 the default anyway. Clean up regexps.
3966
3967 * progmodes/flymake.el (flymake-temp-source-file-name)
3968 (flymake-master-file-name, flymake-temp-master-file-name)
3969 (flymake-base-dir): New buffer-local vars.
3970 (flymake-buffer-data, flymake-get-buffer-value)
3971 (flymake-set-buffer-value): Replace those hash-tables by the new
3972 buffer-local vars. Update callers.
3973
3974 * progmodes/flymake.el (flymake-check-start-time)
3975 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3976 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3977 Move definition, so we can remove redundant earlier declaration.
3978 (flymake-replace-regexp-in-string, flymake-split-string)
3979 (flymake-get-temp-dir): Use defalias.
3980 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3981 (flymake-xemacs-window-edges): Remove unused function.
3982 (flymake-get-point-pixel-pos): Move.
3983 (flymake-pid-to-names, flymake-reg-names)
3984 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3985 Replace by a simple list flymake-processes and by process-buffer.
3986 Update callers. Other than simplify the code, it uses buffers rather
3987 than buffer-names so it doesn't get confused by uniquify.
3988 (flymake-buffer-data): The global value should just be nil.
3989
3990 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3991 Optimize the body of a defalias like any other code.
3992
3993 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3994 Make sure we've setup font-lock's vars. It may influence which
3995 function we then call.
3996 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3997 here since it's too late anyway.
3998
3999 2006-01-03 Romain Francoise <romain@orebokech.com>
4000
4001 * startup.el (fancy-splash-tail, normal-splash-screen):
4002 Update copyright year.
4003
4004 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4005
4006 * mouse.el (mouse-drag-track): Rename, from
4007 `mouse-drag-region-1'. Includes optional argument required to
4008 enable post-drag event processing (e.g. delete region keys).
4009 Can be used without this argument to track a mouse region and operate
4010 on it as soon as the drag completes.
4011 (mouse-drag-region): Use `mouse-drag-track'.
4012
4013 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4014
4015 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4016 Move to `custom-buffer' group.
4017
4018 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4019 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4020 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4021 (custom-theme-face-menu): New variables.
4022 (custom-theme-add-variable, custom-theme-variable-action)
4023 (custom-variable-reset-theme, custom-theme-delete-variable)
4024 (custom-face-reset-theme, custom-theme-face-action)
4025 (custom-theme-delete-face, custom-theme-merge-theme)
4026 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4027
4028 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4029
4030 * custom.el: Move Custom Themes commentary to start of theme code.
4031 (custom-known-themes): Rename `standard' theme to `changed'.
4032 (custom-push-theme): Caller no longer specifies what theme to use
4033 when doing `reset'---the setting is simply removed from the theme.
4034 Delete MODE from `theme-value' and `theme-settings' properties.
4035 (custom-declare-theme): Ignore &rest args since we don't use them.
4036
4037 (custom-loaded-themes): Delete variable.
4038 (custom-theme-load-themes, custom-theme-loaded-p)
4039 (custom-theme-value): Delete functions.
4040
4041 (custom-declare-theme): Signal error on invalid theme names.
4042 (provide-theme): custom-loaded-themes was deleted.
4043 (load-theme): Load the file unconditionally.
4044 (enable-theme): Call `load-theme' if theme is undefined.
4045 (custom-enabled-themes): Only update value for successful loads.
4046 (disable-theme): Complete from enabled themes when interactive.
4047 (custom-variable-theme-value): Calculate theme value directly.
4048
4049 (custom-theme-reset-variables, custom-reset-variables): Mark as
4050 XEmacs compatibility functions. We don't actually use these.
4051
4052 * cus-edit.el (custom-variable-state-set):
4053 Use custom-variable-theme-value instead of custom-theme-value.
4054 (custom-face-state-set): Rename `standard' theme to `changed'.
4055 (custom-save-variables, custom-save-faces): Delete unneeded
4056 references to custom-reset-variables.
4057 (custom-save-resets): Delete function.
4058 (custom-save-variables, custom-save-faces): MODE argument deleted.
4059 (custom-save-variables, custom-save-faces): Ignore theme values.
4060
4061 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4062 compatibility function.
4063
4064 2006-01-01 Richard M. Stallman <rms@gnu.org>
4065
4066 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4067 (Custom-reset-current, Custom-reset-saved): Likewise.
4068 (Custom-reset-standard): Show message if aborted.
4069 (custom-mode): Doc fix, describing those commands.
4070
4071 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4072 put on event-kind property.
4073
4074 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * custom.el (provide-theme): Ban `user' theme name.
4077 (custom-enabling-themes): New variable.
4078 (enable-theme): Don't enable user if custom-enabling-themes is t.
4079 (custom-enabled-themes): Make it a defcustom.
4080 (custom-theme-recalc-face): No-op if face is undefined.
4081
4082 * cus-edit.el (custom-button-mouse): New variable.
4083 (custom-button-mouse): New face.
4084 (custom-raised-buttons, custom-mode): Use it.
4085
4086 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4087
4088 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4089
4090 * progmodes/gud.el (gud-display-line): Support hl-line in the
4091 source buffer.
4092
4093 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4094
4095 * mouse.el (mouse-drag-window-above): Verify that the found window
4096 overlaps with the given window in the horizontal dimension.
4097
4098 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4099
4100 * Makefile.in (cvs-update): New target.
4101
4102 * makefile.w32-in (cvs-update): Ditto.
4103
4104 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4105
4106 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4107 (custom-new-theme-mode-map): New variable.
4108
4109 2005-12-30 Richard M. Stallman <rms@gnu.org>
4110
4111 * custom.el (custom-load-themes): Function deleted.
4112
4113 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4114 (custom-save-variables): Don't delete or add custom-load-themes call.
4115
4116 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * cus-start.el: Add `visible-cursor'.
4119
4120 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4121 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4122 (flymake-process-filter): Switch to buffer before calling it instead.
4123 (flymake-post-syntax-check, flymake-highlight-err-lines)
4124 (flymake-delete-own-overlays, flymake-parse-err-lines)
4125 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4126 (flymake-count-lines, flymake-parse-residual):
4127 Remove constant buffer argument.
4128 (flymake-start-syntax-check-for-current-buffer): Remove.
4129 Update callers to use flymake-start-syntax-check instead.
4130 (flymake-display-err-menu-for-current-line):
4131 Remove unused var `mouse-pos'.
4132 (flymake-restore-formatting): Comment out unused function.
4133 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4134 argument, use current-buffer instead. Update callers.
4135
4136 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4137
4138 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4139 buffer-local because choose-completion-delete-max-match requires
4140 that we set completion-ignore-case (i.e., binding via let is not
4141 sufficient).
4142 (bibtex-complete): Always set completion-ignore-case and
4143 choose-completion-string-functions. The latter is needed because
4144 choose-completion-string-functions keeps its value if we quit the
4145 *Completions* buffer without requesting a completion.
4146
4147 2005-12-30 Andreas Schwab <schwab@suse.de>
4148
4149 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4150
4151 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4152
4153 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4154
4155 2005-12-30 Juri Linkov <juri@jurta.org>
4156
4157 * locate.el (locate-fcodes-file, locate-header-face)
4158 * progmodes/delphi.el (delphi-other-face)
4159 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4160
4161 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4162 group `paren-showing-faces'.
4163
4164 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4165 (goto-address): Fix docstring.
4166
4167 * net/webjump.el (webjump-sample-sites): Update URLs.
4168
4169 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4170
4171 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4172
4173 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * font-lock.el (font-lock-compile-keywords): Signal an error when
4176 font-lock-set-defaults hasn't been called.
4177
4178 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4179
4180 * subr.el (noreturn, 1value): Doc fixes.
4181
4182 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4183
4184 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4185 that assoc-string returns nil.
4186
4187 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4188
4189 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4190 (bibtex-entry-type-str, bibtex-empty-field-re)
4191 (bibtex-search-backward-string, bibtex-preamble-prefix)
4192 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4193 (bibtex-any-valid-entry-type): New variable.
4194 (bibtex-parse-field-name): Simplify.
4195 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4196 (bibtex-preamble-prefix): Include left delimiter.
4197 (bibtex-search-forward-field, bibtex-search-backward-field):
4198 Allow unbounded search past entry boundaries (required by bibtex-pop).
4199 (bibtex-text-in-field-bounds): Use push.
4200 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4201 (bibtex-parse-preamble, bibtex-valid-entry)
4202 (bibtex-beginning-first-field): New functions.
4203 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4204 (bibtex-map-entries): Fix docstring.
4205 (bibtex-flash-head): New arg prompt. Simplify.
4206 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4207 (bibtex-insert-kill): Simplify. Always insert text past the
4208 current field or entry.
4209 (bibtex-format-entry): Use bibtex-parse-field.
4210 (bibtex-pop): Use bibtex-beginning-of-entry and
4211 bibtex-end-of-entry to initiate the search. Insert empty field if
4212 we found ourselves.
4213 (bibtex-print-help-message): New args field and comma.
4214 Handle entry keys.
4215 (bibtex-make-field): Use bibtex-beginning-of-entry.
4216 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4217 invalid entry.
4218 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4219 Handle preambles. Simplify code for thorough test.
4220 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4221 New arg comma. Handle entry heads.
4222 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4223 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4224 New arg comma.
4225 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4226 (bibtex-fill-field): Simplify.
4227 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4228 bibtex-parse-field.
4229 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4230 (bibtex-complete): Use bibtex-parse-preamble.
4231
4232 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4233
4234 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4235 Display name of expression instead of convenience variable.
4236 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4237
4238 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4239 toggle-gud-tooltip-dereference.
4240 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4241 (gud-tooltip-tips): ...here when dereferencing.
4242
4243 2005-12-28 Bill Wohler <wohler@newt.com>
4244
4245 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4246
4247 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4250 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4251 (vc-annotate-display-autoscale): Adjust call.
4252 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4253 Fix interactive spec.
4254 (vc-annotate-time-span): Remove.
4255 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4256 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4257 (vc-annotate-display-select): Use new name.
4258
4259 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4260 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4261 Correct the construction of span entries. Simplify.
4262 (vc-annotate-display-select): Fix the nil case.
4263 (vc-annotate): Remove obsolete (and now broken) code.
4264 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4265 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4266
4267 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4268
4269 * subr.el (lazy-completion-table): Correct typo in docstring.
4270
4271 * startup.el (command-line): Use `custom-reevaluate-setting' for
4272 `send-mail-function'.
4273
4274 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4275
4276 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4277
4278 * mail/smtpmail.el (smtpmail-try-auth-methods):
4279 Send credentials together with "AUTH PLAIN" command.
4280
4281 2005-12-27 Richard M. Stallman <rms@gnu.org>
4282
4283 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4284 mouse-2, go back to previously selected window, so it's selected
4285 when mouse-2 command runs.
4286
4287 2005-12-27 Juri Linkov <juri@jurta.org>
4288
4289 * descr-text.el (describe-text-sexp): Use square brackets for
4290 button [Show] to distinguish it from the property value `show'.
4291 (describe-property-list): Use `insert-text-button' with
4292 `help-face' type instead of putting face in quotes, because button
4293 is not created automatically for a list of faces.
4294 (describe-text-properties-1): Put button-type value in quotes to
4295 distinguish from plain text "button".
4296 (describe-char): Display code point values in hex. Don't use
4297 `symbol-name' for `current-input-method' because it is a string.
4298 Use `insert-text-button' with `help-face' type instead of putting
4299 hardcoded face in quotes, because button is not created automatically.
4300
4301 2005-12-27 Richard M. Stallman <rms@gnu.org>
4302
4303 * progmodes/glasses.el (glasses-face): More specific custom type.
4304
4305 * files.el (set-visited-file-name): Doc fix.
4306
4307 * textmodes/flyspell.el (flyspell-external-point-words):
4308 Use local var buffer-scan-pos to advance scan for next misspelling.
4309 Advance it only after we find the misspelling.
4310
4311 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4312
4313 * textmodes/flyspell.el (flyspell-external-point-words):
4314 New criteria for finding the misspelling in the buffer.
4315
4316 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4317
4318 * help-mode.el (help-insert-string): Set help-xref-stack-item
4319 rather than call help-setup-xref.
4320
4321 * descr-text.el (describe-char): Revert previous changes for
4322 optional buffer argument.
4323
4324 2005-12-27 Juri Linkov <juri@jurta.org>
4325
4326 * help-mode.el (help-insert-string): New function. Save buffer
4327 contents in cases where it is impossible to recompute the old contents.
4328
4329 * descr-text.el (describe-char): Set help-xref-stack-item
4330 explicitly after buffer has been generated.
4331
4332 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4333
4334 * cus-start.el (all): Add x-gtk-show-hidden-files.
4335
4336 2005-12-26 Richard M. Stallman <rms@gnu.org>
4337
4338 * replace.el (perform-replace): Calculate match-again
4339 before skipping read-only matches.
4340
4341 * paren.el (paren-showing-faces): New group.
4342 (show-paren-match, show-paren-mismatch): Move to that group.
4343
4344 * button.el (button): Put into group `basic-faces'.
4345
4346 * progmodes/make-mode.el: Remove faces from group `faces'.
4347
4348 * apropos.el (apropos, apropos-value): Doc fix.
4349 (apropos-documentation): Doc fix.
4350
4351 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * subr.el (lazy-completion-table): Remove argument `args'.
4354
4355 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4356 Don't use the `args' argument of lazy-completion-table.
4357
4358 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4359
4360 * descr-text.el (describe-char): Add optional argument for buffer.
4361 Set buffer appropriately. Call help-setup-xref.
4362 Suggested by Stefan Monnier.
4363
4364 2005-12-26 Juri Linkov <juri@jurta.org>
4365
4366 * descr-text.el: Require `help-fns' at runtime. Don't require
4367 `button' for byte compilation.
4368 (describe-text-widget): Add `help-echo' for first button.
4369 Use `help-info' for second.
4370 (describe-property-list): Use `help-argument-name' instead of `italic'.
4371 (describe-text-category): Add prompt to interactive spec.
4372 Call `help-setup-xref'.
4373 (describe-char): Use `help-character-set'. Add `help-echo' for
4374 code point. Use `help-input-method'. Remove superfluous insert.
4375
4376 2005-12-25 Richard M. Stallman <rms@gnu.org>
4377
4378 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4379 at point, in case of narrowing.
4380
4381 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4382
4383 * locate.el (locate-header-face): Allow nil in type.
4384
4385 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4386
4387 2005-12-25 Romain Francoise <romain@orebokech.com>
4388
4389 * battery.el (battery-linux-proc-acpi): Also try
4390 `/proc/acpi/thermal_zone/THM0/temperature'.
4391
4392 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4393
4394 * custom.el (custom-push-theme): Fix docstring.
4395
4396 * cus-edit.el (custom-variable-set, custom-variable-save)
4397 (custom-variable-save): Custom-quote widget values.
4398 (customize-save-variable): Fix custom-push-theme call.
4399
4400 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4401
4402 * w32-fns.el (w32-batch-update-autoloads): New function.
4403
4404 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4405 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4406 from the command line.
4407
4408 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4411 reset means to remove setting from theme entirely. Don't keep
4412 expanding theme-settings list; delete old entries if necessary.
4413
4414 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4415 customization" button one line up.
4416 (custom-themed): New face.
4417 (custom-magic-alist): New value, THEMED, for theme settings.
4418 (custom-variable-state-set, custom-face-state-set):
4419 Check theme-value instead of saved-value.
4420 (custom-variable-reset-standard, custom-face-reset-standard):
4421 Remove theme setting entirely. Recalculate new values.
4422 (custom-variable-set, custom-variable-set)
4423 (custom-variable-reset-saved, custom-variable-reset-backup)
4424 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4425 (custom-variable-save): Fix typos.
4426
4427 2005-12-23 Juri Linkov <juri@jurta.org>
4428
4429 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4430 Add autoload cookies.
4431 (edebug-outside-d-c-i-n-s-w): New variable.
4432 (edebug-display, edebug-outside-excursion): Use it to save the
4433 original value of default-cursor-in-non-selected-windows.
4434 Set default-cursor-in-non-selected-windows to t while Edebug
4435 is active.
4436 (edebug-mode, edebug-eval-mode): Doc fix.
4437
4438 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4439 with `buffer-substring-no-properties' to remove common substring
4440 highlighting.
4441
4442 * info.el (info-other-window, info): Rename function argument
4443 `file' to `file-or-node'.
4444 (Info-complete-menu-item): Use local variable `complete-nodes' to
4445 keep the global value of `Info-complete-nodes' unchanged for
4446 subsequent completions.
4447 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4448
4449 * simple.el (get-next-valid-buffer, last-buffer)
4450 (next-error-buffer-p, next-error-find-buffer)
4451 (minibuffer-history-sexp-flag): Doc fix.
4452
4453 * savehist.el (savehist-mode-hook): Add `:group'.
4454
4455 * log-view.el: Call autoload for vc-find-version.
4456 (log-view-current-file): Adjust subgroup numbers.
4457 (log-view-current-tag): Add `length'.
4458
4459 2005-12-23 Richard M. Stallman <rms@gnu.org>
4460
4461 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4462
4463 2005-12-23 Juri Linkov <juri@jurta.org>
4464
4465 * hi-lock.el (hi-lock-archaic-interface-message-used)
4466 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4467 (hi-lock-mode): Display "Hi" in the mode line only when
4468 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4469 (hi-lock-write-interactive-patterns):
4470 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4471 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4472 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4473 font-lock-add-keywords to t.
4474
4475 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4476
4477 * hi-lock.el (hi-lock-highlight-range): New variable.
4478 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4479 only if font-lock-fontified is non-nil. Remove overlays.
4480 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4481 font-lock-fontified is non-nil, otherwise use overlays (instead of
4482 text properties).
4483 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4484 New variables.
4485 (hi-lock-string-serialize) New function.
4486
4487 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4488
4489 * menu-bar.el (menu-find-file-existing): New function.
4490 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4491
4492 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4493
4494 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * vc.el: Remove unnecessary leading * in docstrings.
4497 (vc-annotate-mode-map): Move initialization into declaration.
4498 (vc-static-header-alist): Nitpick on the regexp.
4499 (vc-default-init-version): New fun.
4500 (vc-register): Use it.
4501 (vc-insert-headers): Use dolist.
4502 (vc-annotate-get-backend): Remove unused function.
4503 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4504 (vc-annotate-mode): Remove corresponding call.
4505 (vc-annotate-car-last-cons): Simplify.
4506 (vc-annotate-buffers): Remove var.
4507 (vc-annotate-backend): Make it buffer-local.
4508 (vc-annotate): Move the interaction to the interactive spec.
4509 Add a `buf' argument.
4510 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4511 killing&creating a vc-annotate buffer, which is very disruptive when
4512 the buffers are shown in dedicated frames.
4513
4514 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4515
4516 * descr-text.el: Add FSF as maintainer.
4517 (describe-text-mode, describe-text-mode-map)
4518 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4519 help-mode.
4520 (describe-text-widget, describe-text-sexp)
4521 (describe-property-list, describe-text-category)
4522 (describe-text-properties, describe-text-properties-1)
4523 (describe-char): Use help buttons instead of widgets.
4524 (describe-char-unicodedata-file): Make URL link in doc string.
4525
4526 2005-12-22 Richard M. Stallman <rms@gnu.org>
4527
4528 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4529 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4530 Don't include buttons that write a file when there's no file.
4531 (custom-variable-menu, custom-face-menu, custom-group-menu):
4532 Don't include commands that write a file when there's no file.
4533 (customize-browse): Reword the top-of-buffer help intro.
4534 (custom-buffer-create-internal): Fix previous change.
4535 (customize-changed-options-previous-release): Prev release is 21.1.
4536 (customize-changed-options): Doc fix.
4537 (customize-changed): New alias.
4538 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4539 Say "standard values".
4540 (Custom-reset-standard): Doc fix.
4541 (custom-face-reset-standard): Doc fix.
4542
4543 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4546 even if font-lock-mode is non-nil since it may be t without having
4547 turned on font-lock-mode-internal.
4548 (font-lock-choose-keywords): Minor optimization.
4549 (font-lock-add-keywords, font-lock-remove-keywords)
4550 (font-lock-set-defaults): Don't call make-local-variable on a variable
4551 that we know to already be local.
4552
4553 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4554
4555 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4556 messages if in the minibuffer.
4557
4558 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4561 (tex-mode-flyspell-verify, flyspell-get-word)
4562 (flyspell-external-point-words): Don't use point-min/max uselessly.
4563
4564 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4565 by Kevin Rodgers. Instead, just hide the completions buffer if we
4566 don't need to show it.
4567
4568 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4569
4570 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4571
4572 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4575 delete-windows-on with an inexistent buffer.
4576
4577 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4578
4579 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4580 Delete defcustom variable :tag names.
4581
4582 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4585 (log-view-font-lock-keywords): Ajust subgroup numbers.
4586 (log-view-current-tag): Don't hard code the number of subgroups.
4587
4588 2005-12-20 Juri Linkov <juri@jurta.org>
4589
4590 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4591 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4592
4593 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4594 (menu-bar-non-minibuffer-window-p): Instead of checking
4595 display-multi-frame-p, use selected-frame when menu-updating-frame
4596 is nil.
4597
4598 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4599
4600 * align.el (align-rules-list): Use [ \t] instead of \s-
4601 for column separators in text mode.
4602
4603 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4604
4605 * help-mode.el (help-customize-variable, help-customize-face):
4606 Don't pop help-xref-stack as help-follow no longer pushes
4607 anything on to it.
4608
4609 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4610
4611 * textmodes/org.el (org-agenda-custom-commands): New option.
4612 (org-agenda): Offer custom commands on splash screen.
4613 (org-make-tags-matcher): Parser for Boolean logic added.
4614 (org-agenda-set-tags): New command.
4615 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4616 (org-set-tags): Efficiency improvements.
4617 (org-auto-align-tags): New option.
4618 (org-todo, org-demote, org-promote): Realign tags.
4619 (org-tags-completion-function): Use also "&" and "|" as separators.
4620 (org-org-menu): Agenda commands simplified.
4621
4622 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4623
4624 * cus-edit.el (customize-apropos, customize-apropos-options):
4625 Docstring changes.
4626
4627 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4628
4629 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * longlines.el (longlines-mode): Wrap while widened.
4632 (longlines-decode-region, longlines-encode-region): Compute max
4633 just once.
4634
4635 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4636
4637 * cus-edit.el (mac): New group.
4638
4639 * cus-start.el (all): Add user options in macterm.c. Add test for
4640 Mac-related built-ins. Fix test for GTK-related built-ins.
4641
4642 * term/mac-win.el (mac-handle-language-change)
4643 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4644 (mac-services-open-selection, mac-services-mail-selection)
4645 (mac-services-mail-to, mac-services-insert-text)
4646 (mac-dispatch-apple-event): Add docstrings.
4647 (x-get-selection, mac-select-convert-to-string): Select coding
4648 system from `utf-16be' and `utf-16le' using `byteorder'.
4649
4650 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4653 a "list" (lambda ...) rather than a real completion list.
4654
4655 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4656 lexical-let when encountering ((lambda (...) ...) ...).
4657
4658 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4659
4660 * progmodes/sh-script.el (sh-mode):
4661 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4662 * textmodes/picture.el (picture-mode): Update docstrings.
4663
4664 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4665
4666 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4667 commands enclosed in $(ARGQUOTE)s should not be split between two
4668 lines, as that will break with GNU Make >3.80, when sh.exe is used
4669 and arg quoting is with '..'.
4670 (autoloads): Don't break the quoted --eval expression between
4671 several lines.
4672
4673 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4674
4675 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4676 Capture error from printing circular structures.
4677
4678 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4679
4680 * wid-edit.el (widget-checkbox-action): Clear undo info.
4681
4682 2005-12-16 Bill Wohler <wohler@newt.com>
4683
4684 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4685 bar, not menubar in comment.
4686
4687 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4688
4689 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4690 After-change-functions should not clobber the match data.
4691
4692 2005-12-16 Juri Linkov <juri@jurta.org>
4693
4694 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4695 instead of `buffer-substring'.
4696 (completion-common-substring): Doc fix.
4697 (completion-setup-function): Use minibuffer-completion-contents
4698 instead of minibuffer-contents. Don't set common-string-length
4699 initially. Remove special handling of partial-completion-mode.
4700 Move computation of completion-base-size into one cond.
4701 Call completion-base-size-function in mainbuf. In computation of
4702 completion-base-size for file name completion don't move point to
4703 the end of the minibuffer. Move computation of common-string-length
4704 into one cond. Start putting faces only when common-string-length>=0.
4705 Add condition to put completions-common-part when
4706 common-string-length>0.
4707
4708 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4709 place point at the first different character in the minibuffer
4710 even if this position is at the beginning of the minibuffer.
4711
4712 * info.el (Info-read-node-name-1): In completion-base-size-function's
4713 lambda return 1 if common-substring or minibuffer-completion-contents
4714 starts with (, and 0 otherwise.
4715
4716 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4717 Use `crm-current-element' for second arg of `display-completion-list'.
4718
4719 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4720
4721 * files.el (set-auto-mode): Look for an interpreter specified on
4722 the first line also if search for mode specification succeeded,
4723 but the mode is not known.
4724
4725 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4726
4727 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4728 (org-open-at-point): Implement tag searches as links.
4729 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4730 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4731 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4732 (org-agenda-dispatch): New commands.
4733 (org-use-tag-inheritance, org-tags-column): New options.
4734 (org-tab-follows-link, org-return-follows-link): New options.
4735 (org-tags): New customize group.
4736 (org-start-icalendar-file): Get local time zone.
4737 (org-tags-completion-function): New function.
4738 (org-set-font-lock-defaults): Make sure links will also be
4739 highlighted inside headlines.
4740
4741 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4742
4743 * term.el (term-emulate-terminal):
4744 Let term-handle-ansi-terminal-messages override what Bash says about
4745 its current directory.
4746
4747 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4748
4749 * bindings.el (last-buffer): Move to simple.el.
4750 * simple.el (last-buffer): Move here.
4751 (get-next-valid-buffer): New function.
4752 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4753 (prev-buffer): Ditto. Rename to `previous-buffer'.
4754
4755 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4756 * bindings.el (global-map): Ditto.
4757
4758 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4759
4760 * cus-edit.el: Introductory comment change.
4761 (custom-magic-alist): Change message string for the `rogue' state.
4762
4763 2005-12-15 Richard M. Stallman <rms@gnu.org>
4764
4765 * tooltip.el: Delete defcustom variable :tag names.
4766
4767 * complete.el (partial-completion-mode): Doc fix.
4768
4769 * textmodes/flyspell.el (flyspell-external-point-words):
4770 Use save-excursion to ensure we don't move backward in the
4771 search loop, not even one character.
4772 (flyspell-delete-all-overlays): Use remove-overlays directly.
4773
4774 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4775 (ispell-start-process): Set that variable.
4776 Clear ispell-buffer-local-name.
4777 (ispell-internal-change-dictionary):
4778 Set ispell-current-dictionary after killing process.
4779 (ispell-buffer-local-dict):
4780 Don't set spell-personal-dictionary after killing process.
4781 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4782 (ispell-tex-skip-alists, ispell-html-skip-alists)
4783 (ispell-skip-region-alist): Mark as risky.
4784
4785 * net/newsticker.el (newsticker--retrieval-timer-list)
4786 (newsticker--display-timer, newsticker-running-p)
4787 (newsticker-ticker-running-p): Definitions moved up.
4788
4789 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4790
4791 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4792
4793 2005-12-15 David Ponce <david@dponce.com>
4794
4795 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4796 (recentf-edit-list, recentf-open-files): Signal an error when
4797 there is no recent file.
4798
4799 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4800
4801 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4802 read-only except for texinfo-format-region evaluation.
4803
4804 2005-12-14 Richard M. Stallman <rms@gnu.org>
4805
4806 * vc.el (vc-default-previous-version, vc-default-next-version)
4807 (vc-do-command): Doc fixes.
4808
4809 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4810
4811 * textmodes/bibtex.el (bibtex-expand-strings)
4812 (bibtex-autokey-expand-string, bibtex-name-part)
4813 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4814 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4815 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4816 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4817 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4818 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4819 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4820 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4821 (bibtex-beginning-of-last-entry): Remove.
4822 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4823 message if comma is missing but buffer is read-only.
4824 (bibtex-parse-field-text): Handle whitespaces at the end of field
4825 text. Return 3-element list with beginning and end of field text
4826 and end of field.
4827 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4828 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4829 (bibtex-search-forward-field, bibtex-search-backward-field):
4830 Search always delimited by limits of entry. Use more efficient
4831 search algorithms.
4832 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4833 bibtex-end-of-name-in-field.
4834 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4835 extracting the content of a field.
4836 (bibtex-text-in-field): Use search limits.
4837 (bibtex-parse-string-prefix): Handle empty string keys based on
4838 bibtex-string-empty-key.
4839 (bibtex-parse-string): Fix docstring.
4840 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4841 (bibtex-preamble-prefix, bibtex-strings): New functions.
4842 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4843 BibTeX entries (consistent with other BibTeX functions).
4844 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4845 (bibtex-search-entry): Fix docstring. Simplify.
4846 (bibtex-flash-head, bibtex-complete-string-cleanup)
4847 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4848 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4849 (bibtex-parse-entry): New optional arg content.
4850 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4851 Use bibtex-text-in-field-bounds.
4852 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4853 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4854 bibtex-parse-string-postfix.
4855 (bibtex-find-text-internal): New function.
4856 (bibtex-remove-delimiters): Use it.
4857 (bibtex-find-text): Use it. New optional arg help.
4858 (bibtex-complete): Handle BibTeX string and preamble entries.
4859 (bibtex-Preamble): Fix order of closing delimiters.
4860
4861 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * vc.el (vc-default-revert): New fun.
4864
4865 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4866
4867 2005-12-14 Romain Francoise <romain@orebokech.com>
4868
4869 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4870 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4871 (font-lock-remove-keywords): Likewise.
4872
4873 2005-12-14 Juri Linkov <juri@jurta.org>
4874
4875 * log-view.el (log-view-diff): Doc fix.
4876
4877 * isearch.el (isearch-query-replace): Use (mark) instead of
4878 isearch-opoint if mark is active in transient-mark-mode.
4879
4880 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4881
4882 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4883
4884 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4885
4886 * progmodes/cpp.el (cpp-face): New widget.
4887 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4888
4889 2005-12-14 Juri Linkov <juri@jurta.org>
4890
4891 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4892 around `erase-buffer' and `insert'.
4893
4894 * descr-text.el (describe-text-properties): Replace buffer name
4895 "*Help-2*" with "*Help*<2>".
4896 (describe-char): Add functions print-help-return-message,
4897 toggle-read-only. Use help-setup-xref with nil to not store
4898 describe-char in help-xref-stack. Use help-make-xrefs to
4899 make [back] button.
4900
4901 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4902
4903 * wdired.el (wdired-old-point): New internal variable.
4904 (wdired-change-to-wdired-mode): Set it buffer-locally.
4905 (wdired-abort-changes): Restore point after aborting changes.
4906
4907 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4908
4909 * vc.el (vc-do-command): Add a new value t for okstatus.
4910
4911 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4912 frame in case of errors.
4913
4914 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4915
4916 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4917 so it comes after "On the Left" in the menu.
4918
4919 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4920
4921 * cus-edit.el (customize-apropos, customize-apropos-options)
4922 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4923
4924 2005-12-12 Bill Wohler <wohler@newt.com>
4925
4926 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4927 non-writable Subversion-controlled files by saving window
4928 configuration before calling vc-do-command. vc-do-command calls
4929 pop-to-buffer on error which is unexpected during registration.
4930
4931 2005-12-12 Jay Belanger <belanger@truman.edu>
4932
4933 * calc/README: Update the summary of changes.
4934
4935 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4936
4937 * descr-text.el (describe-char): Rework last fix to solve the problem
4938 is the same way it's solved for everything else in that function
4939 (i.e. by extracting the info before setting up the *Help* buffer).
4940
4941 2005-12-12 Kim F. Storm <storm@cua.dk>
4942
4943 * subr.el (version-regexp-alist): Allow space as separator before
4944 non-numeric part, e.g. "1.0 alpha".
4945 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4946
4947 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4948
4949 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4950 Implement Logging and the keep-modes setting.
4951 (org-get-category): Make sure a string is returned.
4952 (org-log-done): New function.
4953 (org-log-done, org-closed-string): New options.
4954
4955 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4956
4957 * tooltip.el (tooltip-y-offset): Change default to 20.
4958
4959 2005-12-12 Richard M. Stallman <rms@gnu.org>
4960
4961 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4962
4963 * frame.el (display-hourglass): Doc fix.
4964
4965 * help.el (help-for-help-internal): Simplify entry for `a'.
4966
4967 * info.el (Info-on-current-buffer): Doc fix.
4968 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4969
4970 * startup.el (inhibit-splash-screen): Make this the real name.
4971 (inhibit-startup-message): Make this the alias.
4972 (command-line): Find only simple.el, and use its directory
4973 to fill in other preloaded files' names.
4974 (command-line): Deactivate the mark if deactivate-mark is set.
4975
4976 * international/mule.el (load-with-code-conversion):
4977 Bind deactivate-mark.
4978
4979 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4980
4981 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4982
4983 * cus-edit.el (customize-apropos): Avoid listing an option more
4984 than once under different aliases. No longer list user options
4985 that are not defined with defcustom (unless a prefix arg is given).
4986 Doc fix.
4987 (customize-apropos-options): Doc fix.
4988
4989 2005-12-11 Juri Linkov <juri@jurta.org>
4990
4991 * frame.el (set-background-color, set-foreground-color)
4992 (set-cursor-color, set-mouse-color, set-border-color):
4993 Add explicit prompts to read colors by `facemenu-read-color'.
4994 (show-trailing-whitespace, blink-cursor-delay)
4995 (blink-cursor-interval, display-hourglass, hourglass-delay):
4996 Remove tags.
4997 (display-hourglass, hourglass-delay): Doc fix.
4998 (cursor-in-non-selected-windows): Capitalize words in tag.
4999
5000 * faces.el (frame-background-mode): Replace `choice-item' keywords
5001 with `const' to not make [default] button. Change default value tag
5002 from `default' to `automatic'. Doc fix.
5003 (trailing-whitespace) <defface>: Change group `whitespace' to
5004 `whitespace-faces'.
5005
5006 2005-12-11 Richard M. Stallman <rms@gnu.org>
5007
5008 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5009
5010 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5011
5012 * term/mac-win.el: Create keymap for mac-apple-event-map.
5013
5014 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5015
5016 * tooltip.el (tooltip-mode): Move to start of file so that it
5017 appears at top of customize buffer.
5018
5019 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5020 Add the gud groupname.
5021 (gud-tooltip-mode): Add the tooltip groupname.
5022 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5023 avoid conflict with tooltip-use-echo-area.
5024
5025 2005-12-10 Romain Francoise <romain@orebokech.com>
5026
5027 * help.el (help-for-help-internal): Add `r' in doc string.
5028
5029 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5030
5031 * align.el (align-regexp, align-highlight-rule):
5032 Use region-beginning and region-end instead of point and mark, so that
5033 repetition (with `repeat-complex-command') recomputes the region
5034 bounds.
5035
5036 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5037
5038 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5039 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5040 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5041 (balance-windows): Rewrite using the above new functions.
5042
5043 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5044
5045 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5046 react if global-hi-lock-mode seems intended.
5047 (global-hi-lock-mode) Renamed from hi-lock-mode.
5048 (hi-lock-archaic-interface-message-used)
5049 (hi-lock-archaic-interface-deduce): New variables.
5050 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5051 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5052 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5053 Replace hi-lock-buffer-mode with hi-lock-mode.
5054
5055 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5056
5057 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5058 completion list, even after a partial completion has been
5059 inserted in the current buffer. If there are more than 1
5060 completion, redisplay the *Completions* buffer; if the
5061 completion is unique, delete the *Completions* window.
5062
5063 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5064
5065 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5066 strings and long subject lines that were broken into multiple
5067 lines at arbitrary places. Handle subjects that have "Re: " in
5068 the middle.
5069
5070 2005-12-10 John W. Eaton <jwe@octave.org>
5071
5072 * emacs/octave-mod.el (octave-electric-space): Don't indent
5073 comments or strings if octave-auto-indent is nil.
5074
5075 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5076
5077 * term/mac-win.el: Require url when compiling.
5078 Call mac-process-deferred-apple-events after loading init files.
5079 (mac-apple-event-map): New defvar. Define event handlers in it.
5080 (core-event, internet-event): New Apple event class symbols.
5081 (open-application, reopen-application, open-documents)
5082 (print-documents, open-contents, quit-application)
5083 (application-died, show-preferences, autosave-now, get-url):
5084 New Apple event ID symbols.
5085 (about): New HICommand ID symbol.
5086 (mac-event-spec, mac-event-ae): New macros.
5087 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5088 (mac-ae-selection-range, mac-ae-text-for-search)
5089 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5090 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5091 and Services menu events are now defined in mac-apple-event-map.
5092 (mac-drag-n-drop): Remove selection range handling.
5093
5094 2005-12-10 Kenichi Handa <handa@m17n.org>
5095
5096 * simple.el (zap-to-char):
5097 * isearch.el (isearch-process-search-char): Translate CHAR by
5098 translation-table-for-input.
5099
5100 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5101
5102 * foldout.el (foldout-exit-fold): Properly hide subtree.
5103
5104 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5105
5106 * files.el (save-buffer):
5107 * international/ucs-tables.el (ucs-set-table-for-input):
5108 * mail/mail-extr.el (mail-extract-address-components):
5109 * mail/sendmail.el (mail-mode): Reformat doc string.
5110
5111 2005-12-09 Juri Linkov <juri@jurta.org>
5112
5113 * isearch.el (isearch-highlight): Change main overlay priority
5114 from 1 to 1001. Simplify.
5115 (isearch-lazy-highlight-update): Change lazy overlay priority
5116 from 0 to 1000.
5117
5118 * replace.el (replace-highlight): Change overlay priority from
5119 1 to 1001.
5120
5121 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5122 Change overlay priority from 1 to 1001. Reuse existing overlay.
5123
5124 * compare-w.el (compare-windows-highlight): Change overlay
5125 priority from 1 to 1000.
5126
5127 * menu-bar.el (menu-bar-edit-menu): Add listp around
5128 pending-undo-list to disable menu item "undo" when pending
5129 undo list is empty.
5130
5131 * locate.el (locate): Disable undo in *Locate* buffer.
5132
5133 2005-12-09 Kim F. Storm <storm@cua.dk>
5134
5135 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5136
5137 2005-12-09 David Ponce <david@dponce.com>
5138
5139 * recentf.el: Improvement of the menu code.
5140 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5141 instead of menu hook.
5142 (recentf-show-menu, recentf-hide-menu): New functions.
5143 (recentf-menu-customization-changed, recentf-mode): Use them.
5144 (recentf-menu-action, recentf-max-menu-items)
5145 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5146 (recentf-arrange-by-rule-others)
5147 (recentf-arrange-by-rules-min-items)
5148 (recentf-arrange-by-rule-subfilter) : Don't use
5149 `recentf-menu-customization-changed'.
5150 (recentf-arrange-rules): Likewise. Accept functions to compute
5151 sub-menu titles.
5152 (recentf-menu-filter): Likewise. Doc fix.
5153 (recentf-menu-value-shortcut): Doc fix.
5154 (recentf-dump-variable): Quote atom value.
5155 (recentf-make-menu-items): Update to use it as a menu filter.
5156 (recentf-match-rule): New function.
5157 (recentf-arrange-by-rule): Use it.
5158 (recentf-indirect-mode-rule): New function.
5159 (recentf-build-mode-rules): Use it.
5160 (recentf-dir-rule): New function.
5161 (recentf-arrange-by-dir): Use it.
5162 (recentf-filter-changer-current): Rename from
5163 `recentf-filter-changer-state'. All references updated.
5164 (recentf-filter-changer-alist): Update filter names.
5165 (recentf-filter-changer-select): New function.
5166 (recentf-filter-changer): Use it. Make a sub-menu from filters
5167 available in `recentf-filter-changer-alist'.
5168 (recentf-data-cache, recentf-clear-data)
5169 (recentf-update-menu): Remove. All references updated.
5170 (recentf-match-rule-p, recentf-build-dir-rules)
5171 (recentf-filter-changer-goto-next)
5172 (recentf-filter-changer-get-current)
5173 (recentf-filter-changer-get-next): Remove.
5174
5175 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5176
5177 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5178 buffer "Reset" button to "Reset to Current" for consistency with
5179 the State buttons.
5180
5181 2005-12-08 John Paul Wallington <jpw@pobox.com>
5182
5183 * ibuf-ext.el (define-ibuffer-filter filename):
5184 If `dired-directory' is a list then really use its car.
5185
5186 2005-12-08 Kim F. Storm <storm@cua.dk>
5187
5188 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5189 Fix indention of text on right side of replaced rectangle.
5190
5191 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5192
5193 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5194 No need to check gud-comint-buffer is bound.
5195 (gdb): Prevent multiple debugging when first session uses gdba.
5196
5197 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5198
5199 CC Mode update to 5.31.
5200
5201 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5202 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5203 We might do this function properly in the future).
5204
5205 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5206 New macros c-sentence-end and c-default-value-sentence end, to cope
5207 with Emacs 22's new function `sentence-end'.
5208
5209 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5210
5211 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5212 compat issue using `c-put-overlay' and `c-delete-overlay'.
5213
5214 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5215 New compat macros to handle overlays/extents.
5216
5217 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5218
5219 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5220 (for GNU Emacs 20.4)
5221
5222 * progmodes/cc-defs.el:
5223 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5224
5225 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5226 highlighting mechanism so it will work in XEmacs too.
5227
5228 * progmodes/cc-defs.el: Insert c-int-to-char.
5229
5230 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5231 call to the new macro c-int-to-char. This solves XEmacs's
5232 regarding characters as different from integers.
5233
5234 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5235
5236 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5237 New internal helper.
5238
5239 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5240 construct to make the indirect face lookup work in XEmacs.
5241
5242 (c-cpp-matchers): Append the negation char face to the existing
5243 fontification, so that the cpp face doesn't disappear.
5244 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5245 and strings.
5246
5247 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5248 to map to `font-lock-negation-char-face' in emacsen where it exists.
5249
5250 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5251
5252 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5253
5254 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5255 Rename "c-subword-move-mode" as "c-subword-mode".
5256
5257 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5258 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5259
5260 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5261
5262 * progmodes/cc-mode.el: Added autoload directive for
5263 `c-subword-move-mode' for use in older emacsen.
5264
5265 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5266
5267 * progmodes/cc-mode.el:
5268 (i) Insert a binding for C-c C-backspace into
5269 c-bind-special-erase-keys which works in TTYs.
5270 (ii) Make sure that when file styles are used, any explicitly
5271 given style variables take priority over those in the style.
5272 Do this by calling `hack-local-variables' a second time.
5273
5274 * progmodes/cc-vars.el: Add language specific customization
5275 widgets for AWK to c-doc-comment-style, c-require-final-newline
5276 and c-default-style. Add a defcustom for awk-mode-hook.
5277 Give c-syntactic-element and c-syntactic-context doc-strings by
5278 directly setting their `variable-documentation' propery.
5279 This allows Emacs 22.1 to read these with C-h v.
5280
5281 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5282
5283 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5284
5285 * progmodes/cc-fonts.el, cc-vars.el
5286 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5287 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5288 Masatake YAMATO.
5289
5290 (c-doc-comment-style): Made GtkDoc default in C mode.
5291
5292 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5293 and C-c C-<delete>.
5294
5295 (c-bind-special-erase-keys): New function for use on
5296 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5297
5298 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5299 <delete> key behavior in XEmacs according to `delete-forward-p'.
5300 C.f. `c-electric-delete'.
5301
5302 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5303
5304 * progmodes/cc-mode.el: Give c-hungry-backspace and
5305 c-hungry-delete-forward permanent key bindings.
5306
5307 * progmodes/cc-cmds.el (c-electric-semi&comma):
5308 Bind c-syntactic-context for calls to "criteria functions", for
5309 consistency with other calls to user functions.
5310
5311 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5312 `current-prefix-arg', since this might be the prefix arg to a
5313 command which calls c-indent-command as a function. Change the
5314 interactive spec from "p" to "P".
5315
5316 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5317 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5318 was difficult to understand.
5319
5320 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5321
5322 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5323 first char of an identifier.
5324
5325 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5326 +" syntax in C++.
5327
5328 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5329
5330 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5331 auto-fill doesn't split a c-comment's last word from a hanging
5332 "*/" when a space is typed between them after fill-column.
5333
5334 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5335
5336 * progmodes/cc-styles.el (c-set-style)
5337 (c-setup-paragraph-variables): Abort the command if we're not in a
5338 CC Mode buffer.
5339
5340 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5341 with blank comment-prefix, and a blank line as the comment's
5342 second line.
5343
5344 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5345
5346 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5347 Incorporate the patterns added in the Emacs development branch
5348 for the new Emacs 22 face `font-lock-negation-char-face'.
5349
5350 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5351 of "red" since it stands out better in xterms and DOS terminals.
5352
5353 * progmodes/cc-engine.el (c-literal-faces):
5354 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5355
5356 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5357
5358 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5359 forcibly enable c-electric-flag.
5360
5361 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5362 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5363 after the comment-prefix of a C-style comment will close that comment.
5364
5365 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5366
5367 * progmodes/cc-fonts.el (c-basic-matchers-before)
5368 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5369 in Pike.
5370
5371 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5372 digraphs.
5373
5374 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5375 (c-cpp-message-directives, c-cpp-include-directives)
5376 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5377 (c-cpp-expr-directives): Introduce new language constants to
5378 control cpp syntax in a cleaner way.
5379
5380 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5381
5382 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5383
5384 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5385 (c-multiline-string-start-char): New language constants and
5386 variables to specify how newlines in string literals work.
5387
5388 (c-font-lock-invalid-string): Use them.
5389
5390 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5391 unbalanced close brace is entered. Optimization by avoiding going
5392 back over arbitrarily large blocks. Removed hints that this
5393 function only would be relevant/useful in AWK.
5394
5395 (c-electric-brace): Indent syntactically after the cleanups since
5396 lineup functions might do it differently then.
5397
5398 * progmodes/cc-engine.el, cc-langs.el
5399 (c-opt-op-identifier-prefix): New language constant and variable.
5400
5401 (c-just-after-func-arglist-p, c-after-special-operator-id)
5402 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5403
5404 * progmodes/cc-align.el, cc-engine.el
5405 (c-after-special-operator-id): New helper to handle C++ operator
5406 identifiers.
5407
5408 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5409 (c-guess-basic-syntax): Handle C++ operator identifiers in
5410 declarations.
5411
5412 * progmodes/cc-langs.el (c-assignment-operators): Add the
5413 trigraph version of ^= too.
5414
5415 * progmodes/cc-langs.el (c-assignment-operators): Add the
5416 trigraph version of |= in C++.
5417
5418 * progmodes/cc-fonts.el (c-font-lock-declarators):
5419 Handle `c-decl-hangon-kwds' after the identifier name.
5420
5421 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5422 whether an arglist is "nonempty", ignore a comment after the open
5423 paren if it isn't followed by a non-comment token on the same line.
5424
5425 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5426 Enable heuristics below the point to cope with classes inside special
5427 brace lists in Pike.
5428
5429 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5430
5431 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5432
5433 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5434
5435 * progmodes/cc-guess.el (cc-guess-install): New function to
5436 install an already guessed style in another buffer.
5437
5438 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5439 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5440 anyway if the change always is undone.
5441
5442 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5443
5444 Implement togglable electricity:
5445
5446 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5447 saying when it should be used.
5448
5449 * progmodes/cc-engine.el: Add the new buffer-local variable,
5450 c-electric-flag.
5451
5452 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5453 c-toggle-auto-newline.
5454
5455 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5456 c-toggle-auto-newline. Remove the binding for
5457 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5458 c-toggle-electric-state.
5459
5460 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5461
5462 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5463 c-\(forward\|backward\)-subword.
5464 (c-update-modeline): Add the new modeline flag `l' for
5465 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5466 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5467 Make the old name an alias of the new name.
5468 (c-toggle-electric-state): New function.
5469 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5470 Adapt these functions to do electric things only when
5471 c-electric-flag is non-nil.
5472 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5473 new functions from c-electric-brace.
5474 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5475 mode, so that the tentative extra newline doesn't change the
5476 syntax of the following brace.
5477 (c-electric-brace): Restructure by extracting the above functions.
5478 Tidy up the coding somewhat.
5479 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5480 restructure a bit.
5481
5482 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5483
5484 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5485 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5486
5487 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5488 (c-submode-indicators): Change name from `c-auto-hungry-string'
5489 since it's now used to track another submode.
5490
5491 (c-update-modeline): Convert to function and extended to check
5492 `c-subword-move-mode'.
5493
5494 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5495 Convert to compat aliases for `c-forward-subword' and
5496 `c-backward-subword'.
5497
5498 * progmodes/cc-subword.el: New functions and minor mode to handle
5499 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5500
5501 (c-forward-subword, c-backward-subword, c-mark-subword)
5502 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5503 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5504 Functions corresponding to the standard word handling functions.
5505
5506 (c-subword-move-mode): Minor mode that replaces all the standard
5507 word handling functions with their subword equivalences.
5508
5509 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5510
5511 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5512 entry for one-liner-defun.
5513
5514 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5515 name in its def-edebug-spec.
5516
5517 * progmodes/cc-cmds.el (c-electric-brace): Make the
5518 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5519 compacts space before a comment, if this will make things fit on
5520 one line.
5521
5522 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5523
5524 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5525
5526 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5527 clean-up one-liner-defun.
5528
5529 * progmodes/cc-styles.el: Add the new "awk" style.
5530
5531 * progmodes/cc-vars.el: Add description of one-liner-defun to
5532 c-cleanup-list's doc-string. New user options,
5533 c-max-one-liner-length. In c-default-style, set the default style
5534 for AWK to "awk".
5535
5536 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5537
5538 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5539 macros inside labels.
5540
5541 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5542 `c-at-statement-start-p' and `c-at-expression-start-p'.
5543
5544 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5545 error if the mark isn't set.
5546
5547 * progmodes/cc-engine.el (c-guess-continued-construct)
5548 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5549 accurately detect functions inside functions.
5550
5551 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5552 like `c-at-statement-start-p' that additionally recognizes commas
5553 and expression parentheses as delimiters.
5554
5555 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5556 to avoid heuristics that doesn't work for unclosed blocks.
5557 (c-at-statement-start-p): New function.
5558
5559 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5560 Objective-C directives, e.g. directives spanning lines should work
5561 reasonably well now.
5562
5563 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5564
5565 (c-forward-objc-directive): New function to move over any ObjC
5566 directive.
5567
5568 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5569 (c-basic-matchers-before): Use it.
5570
5571 (c-font-lock-objc-iip-decl): Remove.
5572
5573 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5574 in the template arglist recognition.
5575
5576 * progmodes/cc-styles.el (c-style-alist): Fix several
5577 inconsistencies in the Whitesmith style.
5578
5579 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5580 New lineup function to get lines after Whitesmith style blocks
5581 correctly indented.
5582
5583 (c-lineup-whitesmith-in-block): Back out the compensation for
5584 opening parens since it's done using `add' lists in the style
5585 definition instead. Don't use the anchor position since it varies
5586 too much between the syntactic symbols. :P
5587
5588 * progmodes/cc-vars.el (c-valid-offset): Update.
5589
5590 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5591 lists where the offsets are combined according to several
5592 different methods: `first', `min', `max', and `add'.
5593 Report offset evaluation errors with `c-benign-error' so that some kind
5594 of reindentation still is done.
5595
5596 * progmodes/cc-engine.el (c-guess-basic-syntax):
5597 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5598 `arglist-close'.
5599
5600 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5601 situations for `arglist-cont-nonempty' and `arglist-close'.
5602
5603 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5604
5605 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5606 cc-bytecomp-boundp' in a number of places.
5607
5608 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5609 macro related issue.
5610
5611 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5612
5613 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5614 list is now [asdf], a char class [:alpha:].
5615 Include code for char classes.
5616 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5617 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5618
5619 Remove (nearly all of) the cruft associated with AWK Mode's former
5620 concept of "virtual semicolons":
5621
5622 Adapt c-beginning-of-statement, c-end-of-statement (together with
5623 subfunctions) to use the new notion of "virtual semicolon" in
5624 place of the old awkward special handling for AWK. There remains
5625 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5626 * progmodes/cc-cmds.el:
5627 (c-ascertain-adjacent-literal): In the backwards direction, now
5628 recognises AWK regexp delimiters as string delimiters.
5629 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5630 check more rigorously for "end of macro".
5631 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5632 virtual semicolons;
5633 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5634 out the code for forward movement into ...
5635 (c-end-of-statement): Now contains the code for forward movement,
5636 adapted for virtual semicolons.
5637
5638 * progmodes/cc-engine.el:
5639 (c-ws*-string-limit-regexp): New regexp.
5640 (c-forward-single-comment, c-backward-single-comment): Comment out
5641 the (now redundant) "special" AWK stuff.
5642
5643 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5644 c-string-par-start, c-string-par-separate to be more like Text
5645 Mode than Fundamental Mode.
5646
5647 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5648
5649 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5650 to the fontified region so that fontification doesn't occur
5651 outside it (could happen e.g. when fontifying a line with an
5652 unfinished declaration).
5653
5654 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5655
5656 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5657 start of the file. ^L now separate sections of the file.
5658 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5659 (c-awk-one-line-possibly-open-string-re)
5660 (c-awk-regexp-one-line-possibly-open-char-class-re)
5661 (c-awk-one-line-possibly-open-regexp-re)
5662 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5663 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5664
5665 Amend the concept of "virtual semicolons" (in the indentation
5666 engine) for languages like AWK, such that they are now
5667 conceptually attached to end of the last token of a statement, not
5668 the end of the line. (In AWK Mode, however, the pertinent text
5669 property is still physically set on the EOL.) Remove the specific
5670 tests for awk-mode, thus facilitating the introduction of other
5671 language modes where EOLs can end statements.
5672 (Note: The funtionality in cc-cmds.el, specifically
5673 c-beginning/end-of-statement has yet to be amended.)
5674
5675 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5676 New macros.
5677
5678 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5679 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5680 c-vsemi-status-unknown-p-fn (in a new page).
5681
5682 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5683 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5684 numerous awkward forms like
5685 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5686 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5687 variable before-ws-ip, the place just after char-before-ip appears.
5688
5689 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5690 a comment.
5691
5692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5693
5694 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5695 `c-tentative-buffer-changes'.
5696
5697 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5698 convert to macro to choose between Emacs and XEmacs at compile time.
5699
5700 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5701
5702 (c-tentative-buffer-changes): New macro to handle temporary buffer
5703 changes in a convenient way.
5704
5705 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5706 for `c-tentative-buffer-changes'.
5707
5708 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5709 the checks for paren sexps between the point and the keyword, to
5710 avoid some false alarms.
5711
5712 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5713 Fixed a situation where an error could be thrown for unbalanced
5714 parens. Changed to make use of c-keyword-member' to avoid some
5715 repeated regexp matches.
5716
5717 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5718 These language variable are no longer necessary.
5719
5720 (c-block-stmt-kwds): New language constant used by
5721 c-looking-at-inexpr-block'.
5722
5723 (c-guess-basic-syntax): Remove an optional check that looked at
5724 the existence of the now removed language variables.
5725
5726 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5727 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5728 object instantiation expressions as declarations in some contexts.
5729 This bug only affected languages where the declarator can't be
5730 enclosed in parentheses.
5731
5732 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5733 insert newlines before and after substatement braces.
5734
5735 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5736 function declaration headers and the handling of C++ style member
5737 init lists.
5738
5739 (c-just-after-func-arglist-p): Rewritten to use
5740 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5741
5742 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5743
5744 (c-guess-basic-syntax): Adapt case 5B for the new
5745 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5746 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5747 covers all cases now).
5748
5749 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5750
5751 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5752
5753 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5754 c-string-par-start/separate c-sentence-end-with-esc-eol,
5755 initialised in c-setup-paragraph-variables, used in string
5756 scanning subroutines of c-beginning-of-statement.
5757
5758 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5759 which precedes the newly inserted `{'.
5760
5761 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5762
5763 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5764 function for declaration level blocks. It should now cope with
5765 templates better and also be a lot more comprehensible.
5766
5767 (c-looking-at-decl-block): The new function.
5768
5769 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5770 for compatibility.
5771
5772 (c-add-class-syntax, c-guess-continued-construct)
5773 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5774
5775 (c-decl-block-key): Change to tell apart ambiguous and
5776 unambiguous keywords. Pike specials are now handled directly in
5777 the code instead.
5778
5779 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5780 New language constants and variables to make the backward skip in
5781 `c-looking-at-decl-block' as tight as possible.
5782
5783 (c-nonsymbol-token-char-list): New language constant.
5784
5785 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5786 find balanced template arglists backwards.
5787
5788 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5789 making char classes for `c-syntactic-skip-backward'.
5790
5791 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5792 16D - can't be a class-close at that point.
5793
5794 * progmodes/cc-engine.el (c-guess-basic-syntax)
5795 (c-add-class-syntax): Don't narrow out the enclosing declaration
5796 level. This makes everything a lot easier, and it was actually
5797 only four small places that needed it to work. Some places that
5798 previously did `widen' are removed now, which has the effect that
5799 `c-guess-basic-syntax' never will look at things outside the
5800 current narrowment now. The anchor position for `topmost-intro'
5801 is affected by this, but it was so bogus it was basically useless
5802 before, and now it's equally bogus but in a slightly different way.
5803
5804 (c-narrow-out-enclosing-class): Gone.
5805
5806 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5807 the narrowed region.
5808
5809 (c-least-enclosing-brace): Remove silly optional argument.
5810
5811 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5812 the point could be left directly after an open paren when finding
5813 the beginning of the first decl in the block.
5814
5815 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5816 Specify which submatch to use.
5817
5818 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5819
5820 (c-decl-start-re): No longer any need for special treatment of
5821 ObjC due to the above.
5822
5823 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5824 presumably follows C in that regard.
5825
5826 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5827 New language constants to specify operator tokens inside
5828 identifiers in a more high level way.
5829
5830 (c-opt-identifier-prefix-key): New internal language constant.
5831
5832 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5833 (c-identifier-start, c-identifier-key): Now completely calculated
5834 from other constants.
5835
5836 (c-identifier-last-sym-match): Decommission since it's no longer used.
5837
5838 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5839
5840 * progmodes/cc-engine.el (c-forward-name): Remove the
5841 optimization when c-identifier-key is equal to c-symbol-key since
5842 it doesn't work in byte compiled files. Don't record empty
5843 regions as identifiers.
5844
5845 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5846 simplify access to `c-operators' and its likes.
5847
5848 (c-operator-list, c-all-op-syntax-tokens)
5849 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5850 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5851 (c-primary-expr-regexp, c-cast-parens): Use it.
5852
5853 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5854 an explicit language in functions.
5855
5856 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5857 variant of adornment.
5858
5859 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5860 variable.
5861
5862 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5863 the Pike value.
5864
5865 * progmodes/cc-engine.el (c-on-identifier)
5866 (c-simple-skip-symbol-backward): Small fix for handling "-"
5867 correctly in `skip-chars-backward'. Affected the operator lfun
5868 syntax in Pike.
5869
5870 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5871 diagnostic message about precompiled language vars not being used.
5872
5873 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5874 "__attribute__" is followed by a parenthesis.
5875
5876 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5877 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5878 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5879
5880 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5881 Internal cleanups to properly detect the declared identifiers in
5882 various declarations.
5883
5884 (c-decl-start-kwds): New language constant to recognize
5885 declarations that can start anywhere. Used for class declarations
5886 in Pike.
5887
5888 (c-specifier-key, c-not-decl-init-keywords)
5889 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5890 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5891
5892 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5893 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5894 handling of the compiler specific extension keywords into a new
5895 language constant `c-decl-hangon-kwds' that defines keyword
5896 clauses to be ignored in declarations.
5897
5898 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5899 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5900 Necessary to stop at the declared identifier in e.g. IDL valuetype
5901 declarations.
5902
5903 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5904 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5905 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5906 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5907 class and enum declarations as such and not as part of the type.
5908
5909 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5910 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5911
5912 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5913 declarations when there's some syntax error later on.
5914
5915 (c-complex-decl-matchers): Did away with a reference to
5916 `c-specifier-key'.
5917
5918 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5919 value - this variable is always dynamically bound.
5920
5921 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5922 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5923 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5924 functions that might do hidden buffer changes: All such internal
5925 functions are now marked instead of those that don't.
5926
5927 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5928 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5929 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5930 (c-literal-type): Allow these functions to make hidden buffer changes,
5931 so that they are free to use text property caching later on.
5932
5933 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5934 (c-electric-brace, c-electric-slash, c-electric-star)
5935 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5936 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5937 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5938 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5939 with the changed semantics of the functions above.
5940
5941 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5942 when macros occur in obscure places. Optimized the sexp movement
5943 a bit.
5944
5945 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5946
5947 Enhancements for c-beginning-of-statement to work in AWK Mode:
5948
5949 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5950 (completed statement) with `}' (statement completed by closing
5951 brace or semicolon) and `$' (statement completed by EOL).
5952
5953 (c-awk-virtual-semicolon-ends-prev-line-p)
5954 (c-awk-virtual-semicolon-ends-line-p)
5955 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5956 (c-awk-at-statement-end-p): New functions.
5957
5958 * progmodes/cc-cmds.el: Simplify the structure of functions
5959 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5960 two functions and c-beginning-of-statement to handle AWK Mode.
5961
5962 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5963 c-backward-single-comment for AWK mode. Attempt to clarify their
5964 doc-strings.
5965
5966 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5967
5968 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5969
5970 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5971 label handling. Labels are now recognized in a uniform and more
5972 robust way, regardless of context. Text properties are put on all
5973 labels to recognize the following declarations better.
5974 Multiword labels are handled both in indentation and fontification for
5975 the benefit of language extensions like Qt. For consistency, keywords
5976 in labels are now fontified with the label face instead.
5977 That also applies to "case" and "default".
5978
5979 (c-beginning-of-statement-1): Fix some bugs in the label
5980 handling. Disregard `c-nonlabel-token-key' in labels that begin
5981 with `c-label-kwds'.
5982
5983 (c-find-decl-spots): Support that the callback adds more
5984 `c-decl-end' spots to find.
5985
5986 (c-forward-decl-or-cast-1): Don't treat a list of plain
5987 identifiers followed by a colon as a declaration.
5988
5989 (c-forward-label): New function to recognize labels.
5990
5991 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5992 `c-forward-label'. Moved the label recognition cases (14 and 15)
5993 earlier since they aren't so context sensitive now. Handle labels
5994 on the top level gracefully. Moved access label recognition to
5995 the generic label case (CASE 15) - removed CASE 5E.
5996
5997 (c-font-lock-declarations): Add recognition of labels in the
5998 same round since we need to handle labels in parallell with other
5999 declarations to recognize both accurately. It should also improve
6000 speed.
6001
6002 (c-simple-decl-matchers, c-basic-matchers-after):
6003 Move `c-font-lock-labels' so that it only is used on decoration level 2
6004 since `c-font-lock-declarations' handles it otherwise.
6005
6006 (c-complex-decl-matchers): Remove the simplistic recognition of
6007 access labels.
6008
6009 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6010 with labels earlier.
6011
6012 (c-decl-start-re): New language variable to make
6013 `c-font-lock-declarations' stop for the special protection labels
6014 in Objective-C that start with `@'.
6015
6016 (c-label-key): Remove since it's no longer used.
6017
6018 (c-recognize-colon-labels, c-label-prefix-re): New language
6019 constants to support recognition of generic colon-terminated labels.
6020
6021 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6022 are colon terminated labels.
6023
6024 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6025 first argument starts with a special brace list.
6026
6027 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6028 (c-font-lock-declarations): Break out the declaration and cast
6029 recognition from `c-font-lock-declarations' to a new function, so
6030 that it can be used in the indentation engine.
6031
6032 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6033 up to the start of the literal. Fixed bug with the point on the
6034 wrong side of the search limit that could happen when the start
6035 position is inside a literal.
6036
6037 * progmodes/cc-engine.el (c-parse-state)
6038 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6039 so that it's kept a little bit back to increase the hit rate.
6040
6041 (c-parse-state): Change the macro handling and fixed some
6042 glitches. Macro context is checked more often than necessary now,
6043 but otoh less garbage conses are generated.
6044
6045 * progmodes/cc-engine.el (c-parse-state)
6046 (c-invalidate-state-cache): Cache the last position where
6047 `c-state-cache' applies. This can speed up refontification quite
6048 a bit in blocks where there are many non-brace parens before the point.
6049
6050 (c-state-cache-end): New variable for this.
6051
6052 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6053 cache variable.
6054
6055 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6056 get close initial continue positions when the start position is
6057 inside a literal or macro. Do not call the callback for spots
6058 before the start position (which can happen e.g. for `c-decl-end'
6059 spots inside comments). Optimize better in special cases when the
6060 region is a single line inside a literal or macro (typically when
6061 the current line is refontified).
6062
6063 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6064 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6065 entries from the paren state.
6066
6067 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6068 special case for "else if" clauses.
6069
6070 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6071 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6072
6073 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6074 New language variable to recognize the gcc extension with statement
6075 blocks inside expressions.
6076
6077 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6078 it somewhat more comprehensible. The argument AT-BLOCK-START is
6079 no longer used and hence removed.
6080
6081 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6082 to `c-add-stmt-syntax'.
6083
6084 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6085 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6086 This fixes bogus label recognition.
6087
6088 * progmodes/cc-engine.el (c-add-type, c-check-type)
6089 (c-forward-name, c-forward-type): Improve storage of template
6090 types in `c-found-types' so that they can be recognized better.
6091
6092 (c-syntactic-content): Add option to skip past nested parens.
6093
6094 * progmodes/cc-engine.el (c-forward-name):
6095 Set `c-last-identifier-range' all the time. It's less work that way.
6096 Handle that there might not be an identifier to store in
6097 `c-last-identifier-range'.
6098
6099 (c-forward-type): Handle that `c-last-identifier-range' might be
6100 nil from `c-forward-name'.
6101
6102 * progmodes/cc-defs.el (c-safe-scan-lists)
6103 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6104
6105 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6106 to work even if the form fails.
6107
6108 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6109 down in a large file in one go.
6110
6111 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6112
6113 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6114 function which is like `c-lineup-math' but returns nil instead of
6115 `c-basic-offset' when it doesn't match.
6116
6117 (c-lineup-math): Change to use `c-lineup-assignments'.
6118
6119 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6120
6121 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6122 c-beginning-of-statement. New subfunctions
6123 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6124
6125 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6126
6127 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6128 hardcoded char classes whereever possible. Changed a couple of
6129 places to use skip by syntax instead of skip by char class.
6130
6131 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6132 Fix a bug in the regexp that caused extreme backtracking.
6133
6134 * progmodes/cc-langs.el (c-block-comment-starter)
6135 (c-block-comment-ender): New language constants to specify in a
6136 single place how block comments look.
6137
6138 (c-comment-start-regexp, c-block-comment-start-regexp)
6139 (comment-start, comment-end, comment-start-skip)
6140 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6141 (c-syntactic-ws, c-nonempty-syntactic-ws)
6142 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6143 `c-line-comment-starter', `c-block-comment-starter' and
6144 `c-block-comment-ender'.
6145
6146 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6147 New language constants to break up things a bit.
6148
6149 (c-simple-ws): New language constant for simple whitespace.
6150
6151 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6152
6153 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6154 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6155 newlines. Allow and ignore nil elements in the list.
6156
6157 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6158
6159 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6160 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6161
6162 * progmodes/cc-cmds.el: Tidy up the comments in
6163 c-beginning-of-statement and subfunctions.
6164
6165 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6166 more flexible c-put-char-property and c-clear-char-properties.
6167 Add the author's email address.
6168
6169 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6170
6171 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6172 closing "*/" of a block comment.
6173
6174 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6175 subfunctions) so that it works at BOB and EOB.
6176
6177 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6178 c-beginning-of-statement, including new variable
6179 c-block-comment-start-regexp.
6180
6181 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6182
6183 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6184 symbols from `*-font-lock-extra-types' so that there's no need to
6185 use `regexp-opt' on those lists.
6186
6187 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6188 `c-type-modifier-kwds' is empty.
6189
6190 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6191 there are several strings on the same line.
6192
6193 * progmodes/cc-engine.el (c-literal-limits): Remove the
6194 compatibility function for older emacsen. `c-literal-limits-fast'
6195 has now taken the place of this function.
6196
6197 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6198 with older emacsen: We now require `pps-extended-state'.
6199
6200 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6201
6202 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6203 which obviates the need to hack sentence-end. This now handles
6204 escaped newlines in strings correctly. Correct minor bugs in
6205 c-move-over-sentence and in c-beginning-of-statement.
6206
6207 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6208 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6209 that movement over macros and code are rigorously separated from
6210 eachother. Correct a few incidental bugs.
6211
6212 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6213 Improve its doc-string. Improve the handling of certain specific cases.
6214
6215 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6216
6217 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6218 (c-guess-basic-syntax): Change the way class-level labels are
6219 recognized; they can now contain essentially any symbols.
6220
6221 (c-opt-extra-label-key): New language variable to cope with the
6222 special protection label syntax in Objective-C.
6223
6224 (c-opt-access-key): Remove; this is now handled better by
6225 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6226
6227 (c-complex-decl-matchers): Update to handle that
6228 `c-opt-access-key' no longer exists.
6229
6230 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6231 improved label recognition in `c-beginning-of-statement-1'.
6232
6233 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6234 Recognize bitfields better.
6235
6236 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6237 Remove some cruft and fixed a bug that could cause it to go to a
6238 position further down.
6239
6240 * progmodes/cc-langs.el, cc-engine.el
6241 (c-beginning-of-statement-1): Improve detection of labels in
6242 declaration contexts.
6243
6244 (c-beginning-of-decl-1): Use it.
6245
6246 (c-nonlabel-token-key): New language constant and variable needed
6247 by `c-beginning-of-statement-1'.
6248
6249 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6250 manifested itself due to the correction in `c-forward-sexp'.
6251
6252 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6253 Make these behave as documented when used at the buffer limits.
6254
6255 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6256 (c-type-decl-end-used): Made this a language variable.
6257
6258 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6259 correctly when `combine-after-change-calls' is used together with
6260 temporary narrowings.
6261
6262 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6263 Report labels correctly when the start point is immediately after the
6264 colon.
6265
6266 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6267 Remove since it isn't used anymore.
6268
6269 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6270 bracket arglists such as template parens in C++.
6271
6272 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6273 in the last check-in. Some optimization.
6274
6275 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6276 where it could stop at the same level in a preceding sexp when
6277 PAREN-LEVEL is set.
6278
6279 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6280 text property lookup only when it's needed.
6281
6282 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6283 Change the policy for paren marked angle brackets to be more
6284 persistent; once marked they remain marked even when they're found
6285 to be unbalanced in the searched region. This should keep the
6286 paren syntax around even when individual lines are refontified in
6287 multiline template arglists.
6288
6289 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6290 to control markup so that incorrect angle bracket arglists aren't
6291 marked in contexts where the correct value for
6292 `c-disallow-comma-in-<>-arglists' isn't known.
6293
6294 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6295 argument has become `c-parse-and-markup-<>-arglists'.
6296
6297 (c-remove-<>-arglist-properties): Remove - no longer used.
6298
6299 (c-after-change-check-<>-operators): New function used on
6300 `after-change-functions' to avoid that "<" and ">" characters that
6301 are part of longer operators have paren syntax.
6302
6303 (c-<>-multichar-token-regexp): New language variable used by
6304 `c-after-change-check-<>-operators'.
6305
6306 (c-after-change): Call `c-after-change-check-<>-operators'.
6307
6308 (c-font-lock-<>-arglists): Use the context properties set by
6309 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6310 correctly to avoid doing invalid markup.
6311
6312 (c-font-lock-declarations): Remove code that undoes the invalid
6313 markup done by `c-font-lock-<>-arglists'.
6314
6315 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6316 after `c-font-lock-declarations'.
6317
6318 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6319 Add paren-level feature.
6320
6321 (c-guess-basic-syntax): Improve the anchor position for
6322 `template-args-cont' in nested template arglists. There's still
6323 much to be desired in this area, though.
6324
6325 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6326
6327 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6328 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6329
6330 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6331
6332 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6333 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6334
6335 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6336 it doesn't work no longer are supported.
6337
6338 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6339 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6340 requires support for the syntax-table' text property, which rules
6341 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6342 cruft associated with those versions.
6343
6344 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6345 for the `syntax-table' text property, which rules out Emacs 19 and
6346 XEmacs < 21.4. Removed various compatibility cruft associated
6347 with those versions.
6348
6349 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6350 support for the `syntax-table' text property.
6351
6352 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6353 variable and use an extra quoted face name instead. All the
6354 emacsen flavors handle that correctly.
6355
6356 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6357 (c-font-lock-declarators, c-font-lock-declarations)
6358 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6359 property to mark the items in in declarator lists to handle
6360 refontification inside multiline declarations better.
6361
6362 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6363 construct like "a * b = c;" as a declaration.
6364
6365 2005-12-08 Kim F. Storm <storm@cua.dk>
6366
6367 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6368 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6369 select either meta, hyper, or super modifier for rectangle commands.
6370 (cua--rectangle-modifier-key): New defvar.
6371 (cua--M/H-key): Use it. Remove special case for `space'.
6372 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6373 on X, to meta otherwise. Always bind C-return to toggle
6374 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6375
6376 * emulation/cua-rect.el (cua-help-for-rectangle):
6377 Use cua--rectangle-modifier-key. Handle super modifier too.
6378 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6379 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6380
6381 * ido.el: Move Acknowledgements and History after Commentary.
6382 Minor changes to Commentary.
6383
6384 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6385 keymap if cua--prefix-override-timer is `shift'.
6386 (cua--shift-control-prefix): New function; emulate "type prefix
6387 key twice" functionality to handle shifted prefix key override.
6388 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6389 New commands.
6390 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6391
6392 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6393
6394 * textmodes/org.el (org-insert-heading): Try to do items before
6395 headings.
6396 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6397 (org-insert-item): New function.
6398 (org-renumber-ordered-list): Don't skip to higher level lists.
6399
6400 2005-12-08 Juri Linkov <juri@jurta.org>
6401
6402 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6403
6404 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6405
6406 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6407
6408 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6409 the constructed function name fun-1.
6410
6411 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6412 because such links don't lead to parent documentation.
6413
6414 2005-12-08 Kenichi Handa <handa@m17n.org>
6415
6416 * descr-text.el (describe-char): Use *Help-2* buffer if the
6417 current buffer is *Help*. Call describe-text-properties while
6418 setting the original buffer.
6419
6420 2005-12-07 Bill Wohler <wohler@newt.com>
6421
6422 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6423 and causes problems with non-MH users (such as Gnus users).
6424
6425 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6426
6427 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6428 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6429 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6430 command "info sources". Move calls to GDB command "list".
6431 (gdb-find-file-hook): Just use gdb-source-file-list.
6432 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6433 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6434 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6435 (gdb-data-list-register-values-handler): Use correct trigger name.
6436
6437 2005-12-07 Kim F. Storm <storm@cua.dk>
6438
6439 * ido.el (ido-completion-map): Rename from ido-mode-map.
6440 (ido-common-completion-map, ido-file-completion-map)
6441 (ido-file-dir-completion-map, ido-buffer-completion-map):
6442 Rename from ido-mode-....-map.
6443 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6444 (ido-setup-completion-map): Rename from ido-define-mode-map.
6445 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6446 to ido-completion-map.
6447
6448 2005-12-07 Kenichi Handa <handa@m17n.org>
6449
6450 * international/mule-cmds.el
6451 (set-display-table-and-terminal-coding-system): If the coding
6452 system specified in `unibyte-display' property is different from
6453 the arg coding-system, don't setup standard-display-table.
6454
6455 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6458 that comments end at \n, regardless of selective-display.
6459
6460 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6461
6462 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6463 (gdb-version): New variables.
6464 (gdb-source-file-list, gdb-register-names)
6465 (gdb-changed-registers): New variables for use with GDB 6.4+.
6466 (gdb-ann3): Replace with...
6467 (gdb-init-1, gdb-init-2): ...two new functions.
6468 (gdba, gdb-prompt): Call gdb-init-1.
6469 (gdb-get-version): New function. Call gdb-init-2 from here.
6470 (gud-watch): Make it work with mouse events too.
6471 (gdb-post-prompt): Don't add to queue until GDB version is known.
6472 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6473 (gdb-locals-mode): Use gdb-version.
6474 (gdb-memory-format-map, gdb-memory-unit-map)
6475 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6476 (gdb-locals-font-lock-keywords-1)
6477 (gdb-locals-font-lock-keywords-2): New variables.
6478 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6479 (gdb-set-gud-minor-mode-existing-buffers-1)
6480 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6481 (gdb-var-update-1, gdb-var-update-handler-1)
6482 (gdb-data-list-register-values-handler)
6483 (gdb-data-list-register-values-custom)
6484 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6485 (gdb-stack-list-locals-handler, gdb-get-register-names):
6486 New functions for use with GDB 6.4+.
6487 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6488 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6489 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6490 (gdb-stack-list-locals-regexp)
6491 (gdb-data-list-register-names-regexp): New regexps for use with
6492 GDB 6.4+.
6493
6494 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6497
6498 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6499
6500 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6501 prompts work for AUTH PLAIN. Also reported by Steve Allan
6502 <seallan@verizon.net>.
6503
6504 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6505
6506 * frame.el (set-frame-parameter): Add doc string.
6507
6508 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6509
6510 * textmodes/org.el (org-occur-highlights): New variable.
6511 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6512 (org-highlight-sparse-tree-matches): New option.
6513 (org-do-occur): New function.
6514 (org-get-heading): Make it work also at beginning of line.
6515 (org-category-table): New variable.
6516 (org-get-category-table, org-get-category)
6517 (org-camel-to-words, org-link-search): New functions.
6518 (org-select-this-todo-keyword): New variable.
6519 (org-todo-list): New command.
6520 (org-shiftright, org-shiftleft): New commands.
6521 (org-agenda-todo): Add prefix argument.
6522 (org-show-hierarchy-above): New option.
6523 (org-show-todo-tree): Numerical prefix creates tree for specific
6524 TODO keyword.
6525 (org-outline-level): New function, to assign a level to plain
6526 lists items.
6527 (org-cycle-include-plain-lists): New option.
6528 (org-mode): Use `org-outline-level' as value of `outline-level'.
6529 (org-cycle): Temporarily switch `outline-regexp' if
6530 `org-cycle-include-plain-lists' is non-nil.
6531 (org-start-icalendar-file): Fix format bug.
6532 (org-agenda-get-day-entries): Create category table.
6533 (org-agenda-get-todos, org-agenda-get-timestamps)
6534 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6535 (org-agenda-get-blocks): Use `org-get-category'.
6536 (org-context-in-file-links): Rename from
6537 `org-line-numbers-in-file-links'.
6538
6539 2005-12-06 Romain Francoise <romain@orebokech.com>
6540
6541 * window.el (balance-windows): Delete extraneous third arg in call
6542 to `enlarge-window'.
6543
6544 2005-12-06 Kenichi Handa <handa@m17n.org>
6545
6546 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6547
6548 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6549
6550 * progmodes/gdb-ui.el (gdb-var-create-handler)
6551 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6552 (gdb-var-list-children-handler, gdb-var-update-handler):
6553 Current buffer is already gdb-partial-output-buffer, don't
6554 make it current again.
6555
6556 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6557
6558 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6559 (list-buffers-noselect): Use it.
6560
6561 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6562
6563 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6564 (mail-yank-ignored-headers): Use regexp-opt.
6565 (mail-mode-map): Move initialization into declaration.
6566 (mail-sent-via): Remove unused shadowed var `to-line'.
6567 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6568 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6569 (mail-do-fcc): Use dolist and push.
6570 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6571 (mail-yank-ignored-headers): Don't autoload.
6572
6573 2005-12-05 Kenichi Handa <handa@m17n.org>
6574
6575 * international/mule-cmds.el (set-language-info-internal): New fun.
6576 (set-language-info): Call set-language-info-internal to update
6577 language-info-alist. If LANG-ENV is the current one, call
6578 set-language-environment to make INFO effective now.
6579 (set-language-info-alist): Likewise.
6580 (locale-language-names): With locale "en", use English
6581 lang. env. but set the default codings to iso-8859-1.
6582
6583 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6584
6585 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6586 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6587 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6588 for plain strings.
6589 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6590 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6591 Create registers buffer if necessary. Echo new state in minibuffer.
6592 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6593
6594 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6595
6596 * info.el (Info-fontify-node): Match external links using
6597 non-directory part of filename.
6598
6599 2005-12-04 Juri Linkov <juri@jurta.org>
6600
6601 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6602 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6603 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6604 because there is no customization option for it.
6605
6606 * font-lock.el (lisp-font-lock-keywords-1):
6607 Add define-global-minor-mode.
6608
6609 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6610
6611 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6612 properties on the constructed variable names.
6613
6614 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6615 Put `definition-name' properties on the constructed function names
6616 next-sym and prev-sym.
6617
6618 * emacs-lisp/find-func.el (find-function-regexp):
6619 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6620 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6621 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6622 and easy-menu-define.
6623
6624 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6625 easy-mmode-define-global-mode and define-global-minor-mode.
6626 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6627
6628 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6629 instead of easy-mmode-define-global-mode.
6630
6631 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6632 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6633
6634 * cus-edit.el (customize-group, customize-group-other-window):
6635 Filter out autoloaded options from the group completion list by
6636 using heuristics that autoloaded groups don't have `custom-autoload'
6637 property on their symbols (they have only `custom-loads').
6638
6639 * simple.el (completion-setup-function): Put completions-common-part
6640 face on complete completion string too (i.e. completion string
6641 without completions-first-difference face).
6642
6643 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6644
6645 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6646
6647 * view.el (view-mode): Doc fix.
6648
6649 * disp-table.el (standard-display-european): Add to the warning
6650 message a reference to the doc string.
6651
6652 * play/yow.el (apropos-zippy): Call print-help-return-message,
6653 similar to other Help and Apropos commands.
6654
6655 * help.el (print-help-return-message): If pop-up-frames is
6656 non-nil, set up help-return-method to delete the help window and,
6657 possibly, its frame as well, and don't display message about
6658 scrolling the help window. Doc fix.
6659 (help-return-method): Doc fix.
6660
6661 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6662
6663 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6664 whereby names of length one or names starting with a
6665 symbol-constituent character would not be returned.
6666
6667 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6668
6669 * subr.el (atomic-change-group): Add edebug and indentation spec.
6670
6671 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * completion.el (save-completions-file-name): Fix typo in last change.
6674
6675 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6676
6677 * info.el: Move back/forward history to the beginning of the tool bar.
6678
6679 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6680
6681 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6682 Add fset of allout-real-isearch-abort during compile to fix
6683 byte-compilation warnings.
6684 (allout-mode-p): Move definition of this macro above all uses, or
6685 byte compilation in barren emacs (eg, during emacs build) will
6686 lack the definition.
6687 (allout-mode): Move this variable above any uses, or byte
6688 compilation will fail.
6689 (allout-resolve-xref): Remove use of personal file-reference function.
6690 (allout-toggle-current-subtree-encryption): Do the current (ie,
6691 visible containing) topic, rather than nearest around point. Doc fix.
6692 (allout-toggle-subtree-encryption): New function, workhorse that
6693 works on nearest topic containing point.
6694 (allout-encrypt-string): Signal requirement for newer version of pgg.
6695 (allout-resumptions): Doc fix.
6696
6697 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6698
6699 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6700
6701 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6702
6703 * textmodes/flyspell.el (flyspell-external-point-words):
6704 Consider a misspelling as found in the string search if: (a) misspelling
6705 and found string lengths match, or (b) misspelling is found as
6706 element in a boundary-chars separated longer string, or (c)
6707 ispell-program-name is really ispell and misspelling is found as
6708 part of a TeX string. After successful match move beginning of
6709 search region to end of match. Warn about not found misspellings
6710 once the process is done.
6711 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6712
6713 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6714
6715 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6716 tool bar (removed inadvertently).
6717
6718 2005-12-02 Juri Linkov <juri@jurta.org>
6719
6720 * log-view.el (log-view-diff): Clarify doc string.
6721
6722 2005-12-01 Bill Wohler <wohler@newt.com>
6723
6724 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6725 triggers lm-verify errors.
6726
6727 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6728
6729 * simple.el (transient-mark-mode, line-number-mode)
6730 (column-number-mode, size-indication-mode): Remove `:require nil'.
6731
6732 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6733
6734 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6735 in the margin also.
6736 (gdb-breakpoints-mode-map): Use D instead of d for
6737 gdb-delete-breakpoint.
6738 (gdb-get-frame-number): Require a number to match on.
6739 (gdb-threads-mode-map): Add follow-link binding.
6740
6741 2005-11-30 Jason Rumney <jasonr@gnu.org>
6742
6743 * isearch.el (isearch-mode-map): Avoid exiting search on
6744 language-change event.
6745
6746 2005-11-30 Romain Francoise <romain@orebokech.com>
6747
6748 * speedbar.el (speedbar-default-position): New defcustom.
6749 (speedbar-frame-reposition-smartly): Use it.
6750
6751 * dframe.el (dframe-reposition-frame-emacs): Fix position
6752 computation for `left' location.
6753 Update copyright year.
6754
6755 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * help.el (help-map): Move initialization into declaration.
6758
6759 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6760
6761 * help-fns.el (help-argument-name): Don't autoload.
6762 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6763 to be re-loaded when customizing the `help' group.
6764
6765 2005-11-30 John Paul Wallington <jpw@gnu.org>
6766
6767 * help-fns.el (describe-function-1): Fill arglist output.
6768
6769 2005-11-30 Kim F. Storm <storm@cua.dk>
6770
6771 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6772 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6773 after revert-buffer (or anything else which kills all local variables).
6774
6775 * apropos.el (apropos-parse-pattern): Doc fix.
6776 Set apropos-regexp directly, rather than expecting callers to do so.
6777 (apropos-command, apropos, apropos-value, apropos-documentation):
6778 Simplify calls to apropos-parse-pattern.
6779
6780 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6781
6782 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6783 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6784 (hi-lock-write-interactive-patterns): Use comment-region.
6785
6786 * longlines.el (longlines-mode): Add mail-setup-hook.
6787
6788 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6789
6790 * simple.el (sendmail-user-agent-compose, next-line):
6791 Conditionally use hard-newline.
6792
6793 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6794
6795 * international/latexenc.el (latex-inputenc-coding-alist):
6796 Reword doc string.
6797
6798 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6799
6800 * help.el (describe-key-briefly, describe-key): Recognize default
6801 bindings.
6802
6803 2005-11-29 Romain Francoise <romain@orebokech.com>
6804
6805 * view.el (view-inhibit-help-message): New defcustom.
6806 (view-mode-enter): Use it.
6807
6808 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6809
6810 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6811 Preserve user position.
6812
6813 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6814
6815 * font-lock.el: Throw error if facemenu is not loaded to prevent
6816 accidental change of loading order in loadup.el. (Suggested by RMS.)
6817
6818 * loadup.el: Add comment explaining why facemenu must be loaded
6819 before font-lock.
6820
6821 2005-11-28 Jay Belanger <belanger@truman.edu>
6822
6823 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6824 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6825
6826 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6827
6828 * calc/calc-embed.el (calc-do-embedded): Update help message.
6829
6830 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6831
6832 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6835
6836 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6837 called-interactively-p.
6838 (elp-profilable-p): Rename from elp-not-profilable-p.
6839 Invert result and take into account macros and autoloaded functions.
6840 (elp-instrument-function): Update call.
6841 (elp-instrument-package): Update call. Add completion.
6842 (elp-pack-number): Use match-string.
6843 (elp-results-jump-to-definition-by-mouse): Merge into
6844 elp-results-jump-to-definition and then remove.
6845 (elp-output-insert-symname): Make help echo text single-line.
6846
6847 * replace.el (query-replace-map): Move initialization into declaration.
6848 (occur-engine): Use with-current-buffer.
6849 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6850 (occur-mode-mouse-goto): Replace with an alias.
6851
6852 2005-11-28 Juri Linkov <juri@jurta.org>
6853
6854 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6855
6856 * term/w32-win.el: Bind [S-tab] to [backtab].
6857
6858 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6859 `Info-find-file' to t.
6860
6861 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6862 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6863 and same-window-regexps.
6864 (occur-next-error): Don't move point for arg 0.
6865
6866 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6867
6868 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6869
6870 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * log-edit.el (log-edit-changelog-use-first): New var.
6873 (log-edit-changelog-ours-p): Use it.
6874 (log-edit-insert-changelog): Set it with new arg `use-first'.
6875 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6876 (log-edit-hook): Add them to the list of suggested options.
6877
6878 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6879 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6880 redundant work.
6881 (flyspell-mode-on): Use add-hook for after-change-functions.
6882 (flyspell-mode-off): Use remove-hook for after-change-functions.
6883 (flyspell-changes): Make it buffer-local.
6884 (flyspell-after-change-function): Make it non-interactive. Use push.
6885 (flyspell-post-command-hook): Check input-pending-p while processing
6886 the potentially long list of buffer changes.
6887
6888 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6889
6890 * buff-menu.el (list-buffers-noselect): Display the selected
6891 frame's buffer list, not the global one.
6892
6893 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6894
6895 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6896 that (list last-input-event) works as in interactive spec.
6897
6898 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6899
6900 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6901 `facemenu-keymap' needs to be defined when font-lock is loaded.
6902 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6903
6904 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * completion.el: Remove useless leading * in defcustom docstrings.
6907 (save-completions-file-name): Use ~/.emacs.d if available.
6908 (completion-standard-syntax-table): Rename from
6909 cmpl-standard-syntax-table and fold initialization into declaration,
6910 thus removing cmpl-make-standard-completion-syntax-table.
6911 (completion-lisp-syntax-table, completion-c-syntax-table)
6912 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6913 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6914 (symbol-under-point, symbol-before-point)
6915 (symbol-under-or-before-point, symbol-before-point-for-complete)
6916 (add-completions-from-c-buffer): Use with-syntax-table.
6917 (make-completion): Don't return a list of completion entries.
6918 Update callers.
6919 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6920 (completion-initialize): Rename from initialize-completions.
6921 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6922 (kill-emacs-save-completions): Collect stats here.
6923 (save-completions-to-file, load-completions-from-file):
6924 Use with-current-buffer.
6925 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6926 into a function. Move all calls to toplevel.
6927 (completion-lisp-mode-hook): New fun.
6928 (completion-c-mode-hook, completion-setup-fortran-mode):
6929 Set the syntax-table here. Use local-set-key.
6930 (completion-saved-bindings): New var.
6931 (dynamic-completion-mode): Make it into a proper minor mode.
6932 (load-completions-from-file): Remove unused var `num-uses'.
6933
6934 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6935 constructor if it is explicitly overridden.
6936
6937 * complete.el (PC-completion-as-file-name-predicate):
6938 Use minibuffer-completing-file-name.
6939 (partial-completion-mode): Use find-file-not-found-functions.
6940 (PC-lisp-complete-symbol): Use with-syntax-table.
6941 (PC-look-for-include-file): Remove dead setq.
6942 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6943 (PC-complete): Use with-current-buffer.
6944
6945 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6946 escape single quotes.
6947
6948 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6949
6950 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6951 of `if' whose condition always returned nil. Doc fix.
6952
6953 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6954 window's buffer the current buffer around the call to
6955 `list-buffers-noselect'. This is necessary to mark that buffer
6956 with a `.' in the Buffer Menu when called from Lisp, for instance
6957 by Auto Revert Mode.
6958
6959 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6960
6961 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6962 attaching to it.
6963 (gdb-pre-prompt): Make sure gdb-error is reset.
6964
6965 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6966 with a child process, detect it.
6967 (gud-speedbar-buttons): Match regexp more carefully.
6968
6969 2005-11-27 Richard M. Stallman <rms@gnu.org>
6970
6971 * mouse.el (mouse-drag-move-window-bottom):
6972 Use adjust-window-trailing-edge.
6973
6974 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6975
6976 * simple.el (blink-matching-open): Ignore
6977 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6978 (blink-matching-paren-on-screen): Update docstring.
6979
6980 * paren.el (show-paren-mode): No longer change
6981 `blink-matching-paren-on-screen'.
6982
6983 2005-11-27 John Paul Wallington <jpw@pobox.com>
6984
6985 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6986 (gdb-threads-select, gdb-edit-register-value):
6987 Use `posn-set-point' instead of `mouse-set-point' because the
6988 latter is not fbound when configured without X.
6989
6990 2005-11-27 Kim F. Storm <storm@cua.dk>
6991
6992 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6993 existing face when partially highlighting a TAB in a rectangle.
6994
6995 2005-11-26 Kim F. Storm <storm@cua.dk>
6996
6997 * ido.el (ido-mode-map): Doc fix.
6998 (ido-mode-common-map, ido-mode-file-map)
6999 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7000 (ido-define-mode-map): Rewrite. Select one of the new maps as
7001 parent for ido-mode-map instead of building from scratch.
7002 (ido-init-mode-maps): New defun to initialize new maps.
7003 (ido-mode): Call it.
7004 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7005 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7006
7007 2005-11-26 John Paul Wallington <jpw@pobox.com>
7008
7009 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7010 `mouse-set-point' because the latter is not fbound when configured
7011 without X.
7012
7013 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7014
7015 * files.el (file-relative-name): Doc fix.
7016
7017 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7018
7019 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7020 non-empty string for secondary prompt PS2.
7021
7022 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * progmodes/compile.el (compilation-setup): Fix last change.
7025
7026 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7027
7028 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7029 (gdb-mouse-toggle-breakpoint-margin)
7030 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7031 Add gdb-server-prefix to keep out of command history.
7032 (gdb-edit-register-value): New function.
7033 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7034 (gdb-info-registers-custom): Use above map.
7035
7036 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7037
7038 * custom.el (enable-theme): Signal error if argument is not a
7039 theme. Don't recalculate a face if it's not loaded yet.
7040
7041 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7042 the `user' theme is in effect.
7043
7044 * info.el (Info-on-current-buffer): Record actual filename in
7045 Info-current-file, instead of t, or a fake filename if a non-file
7046 buffer. Make autoload.
7047 (Info-find-node, Info-revert-find-node): No need to check for
7048 Info-current-file nil.
7049 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7050 Info-current-file is now never `t'.
7051 (Info-fontify-node): Many simplifications due to Info-current-file
7052 always being valid. Use Info-find-file to find node filename.
7053
7054 2005-11-25 David Kastrup <dak@gnu.org>
7055
7056 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7057 new character, then delete" in order to preserve markers.
7058
7059 2005-11-25 David Ponce <david@dponce.com>
7060
7061 * recentf.el (recentf-arrange-by-rule): Handle a special
7062 `auto-mode-alist'-like "strip suffix" rule.
7063 (recentf-build-mode-rules): Handle second level auto-mode entries.
7064
7065 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7066
7067 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7068 window modes.
7069
7070 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7071 jde-javadoc-checker-report-mode.
7072
7073 * ediff-wind (ediff-make-wide-display): Slight simplification.
7074
7075 * ediff.el (ediff-date): Change the date of last update.
7076
7077 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7078
7079 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7080 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7081 (hi-lock-mode): New global minor mode.
7082 (turn-on-hi-lock-if-enabled): New function.
7083 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7084 Change arguments to regexp and face instead of a font-lock pattern.
7085 Directly set face property, instead of refontifying.
7086 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7087 (hi-lock-find-patterns): Use line-number-at-pos.
7088
7089 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7090 arguments for hi-lock-set-pattern.
7091 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7092 Call font-lock-fontify-buffer.
7093 (hi-lock-find-file-hook, hi-lock-current-line)
7094 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7095
7096 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7097 turned off.
7098
7099 * progmodes/compile.el (compilation-setup): Don't fiddle with
7100 font-lock-defaults.
7101
7102 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7103
7104 * progmodes/gdb-ui.el (gdb-var-create-handler)
7105 (gdb-var-list-children-handler): Find values for all variable
7106 objects. gud-speedbar-buttons decides whether to display them.
7107
7108 2005-11-24 Romain Francoise <romain@orebokech.com>
7109
7110 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7111 buffer name with a space.
7112
7113 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7114
7115 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7116 `org-export-local-list-max-depth'. Change default value to 3.
7117 (org-auto-renumber-ordered-lists)
7118 (org-plain-list-ordered-item-terminator): New options.
7119 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7120 (org-get-indentation, org-get-string-indentation)
7121 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7122 New functions.
7123 (org-move-item-down, org-move-item-up): New commands.
7124 (org-export-as-html): New classes for CSS support. Bug fix in
7125 regular expression detecting fixed-width regions. Respect
7126 `org-local-list-ordered-item-terminator'.
7127 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7128 also a list item.
7129 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7130 New item moving functions.
7131
7132 2005-11-24 Juri Linkov <juri@jurta.org>
7133
7134 * isearch.el (isearch-repeat): With empty search ring set
7135 `isearch-error' to the error string instead of signaling error
7136 with the function `error'.
7137
7138 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7139
7140 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7141
7142 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7143
7144 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7145 and variable.
7146 (gdb-var-create-handler, gdb-var-list-children-handler):
7147 Don't match on "char **...".
7148 (gdb-var-update-handler): Find values for all variable objects.
7149 (gdb-info-frames-custom): Identify frames by leading "#".
7150
7151 * progmodes/gud.el (gud-speedbar-menu-items): Add
7152 gdb-speedbar-auto-raise as radio button.
7153 (gud-speedbar-buttons): Raise speedbar if requested.
7154 Don't match on "char **...".
7155 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7156 Make it editable.
7157
7158 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7159
7160 * info.el (Info-fontify-node): Handle the case where
7161 Info-current-file is t.
7162
7163 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * simple.el (blink-matching-open): Fix off-by-one in last change.
7166
7167 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7168
7169 * term/mac-win.el: Don't change default directory.
7170
7171 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7172
7173 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7174 buffers correctly. (It used to throw an error in such buffers.)
7175 Make it ask for confirmation in group buffers and other Custom
7176 buffers containing more than one customization item.
7177
7178 2005-11-22 John Paul Wallington <jpw@gnu.org>
7179
7180 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7181 property on mail and url overlays.
7182 (goto-address-at-point): Use `posn-set-point' instead of
7183 `mouse-set-point' because the latter is not fbound when configured
7184 without X.
7185
7186 2005-11-22 Lars Hansen <larsh@soem.dk>
7187
7188 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7189 (ls-lisp-classify, ls-lisp-format): Delete call to
7190 ls-lisp-parse-symlink.
7191 (ls-lisp-handle-switches): Handle symlinks to directories as
7192 directories when ls-lisp-dirs-first in non-nil.
7193
7194 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7195
7196 * startup.el (command-line): Make sure that loaddefs.el is handled
7197 correctly in load-history.
7198
7199 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7200
7201 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7202 (gdb-struct-string, gdb-array-string): New constants.
7203 (gdb-info-locals-handler): Use them.
7204 (gdb-reset): Reset gdb-var-list to nil.
7205
7206 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7209 in patterns.
7210
7211 2005-11-21 Juri Linkov <juri@jurta.org>
7212
7213 * custom.el (defcustom): Update link types in docstring.
7214
7215 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7216
7217 * custom.el (defgroup): Add doc-string-elt info.
7218
7219 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7220
7221 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7222
7223 * newcomment.el (comment-enter-backward): Fix last fix.
7224
7225 * simple.el (blink-matching-open):
7226 * paren.el (show-paren-function): Allow new paren-class info.
7227
7228 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7229
7230 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7231 handled automagically.
7232
7233 2005-11-20 Andreas Schwab <schwab@suse.de>
7234
7235 * descr-text.el (describe-char): When copying overlays put them
7236 over the full char description instead of just the first character
7237 of it.
7238
7239 2005-11-20 Juri Linkov <juri@jurta.org>
7240
7241 * simple.el (what-cursor-position):
7242 * descr-text.el (describe-char): Use Lisp-readable syntax
7243 for octal and hex. Reorder decimal, octal and hex values.
7244 Remove excess whitespace in the output. Use `=' in `column='
7245 like in `point=' and `Hscroll='.
7246
7247 * international/mule-cmds.el (encoded-string-description):
7248 Use Lisp-readable syntax for hex.
7249
7250 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * newcomment.el (comment-enter-backward): Handle the case where the
7253 comment is closed by EOB.
7254
7255 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * longlines.el (longlines-before-revert-hook)
7258 (longlines-after-revert-hook): New functions.
7259 (longlines-mode): Turn off longlines temporarily when reverting.
7260 Add a message-setup-hook.
7261 (longlines-decode-buffer): New function.
7262 (longlines-wrap-line): Preserve marker positions.
7263
7264 2005-11-19 Andreas Schwab <schwab@suse.de>
7265
7266 * emacs-lisp/shadow.el: Handle compressed files.
7267
7268 2005-11-19 Romain Francoise <romain@orebokech.com>
7269
7270 * net/browse-url.el (browse-url-default-browser): Signal an error
7271 if no usable browser can be found, rather than try to load w3.
7272
7273 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7274
7275 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7276 replacing existing properties.
7277 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7278 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7279 tty specs.
7280 (rcirc-server-prefix, rcirc-server): New faces.
7281 (rcirc-url-regexp): Generate with rx macro.
7282 (rcirc-last-server-message-time): New variable.
7283 (rcirc-filter): Record time of last message.
7284 (rcirc-keepalive): Kill processes that did not send a message
7285 since the last ping.
7286 (rcirc-mode): Give rcirc-topic a local binding here.
7287
7288 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7289
7290 * subr.el (read-passwd): Fontify the prompt as we do with other
7291 prompts.
7292
7293 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7294
7295 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7296 binding buffer-read-only to nil.
7297
7298 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7299
7300 * complete.el (partial-completion-mode):
7301 Mention completion-auto-help in the doc string.
7302
7303 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7304 more Lisp-ish way.
7305
7306 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7307
7308 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7309 digits, not 8, to avoid misalignment for files larger than 100MB.
7310
7311 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7312
7313 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7314 Mention "keyboard shortcuts" in the help text.
7315
7316 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7317
7318 * startup.el (fancy-splash-default-action): Discard only
7319 mouse-down and succeeding mouse-up events in the splash screen
7320 window so that drag-n-drop event can be processed.
7321
7322 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7323
7324 * longlines.el (longlines-mode): Add hacks for mail-mode and
7325 message-mode.
7326
7327 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7328
7329 * textmodes/org.el (org-table-sort-lines): New command.
7330 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7331 (org-add-file): Command removed, use `org-agenda-file-to-front'
7332 instead.
7333 (org-export-icalendar): Use `org-icalendar-combined-name'.
7334 (org-cycle-agenda-files, org-agenda-file-to-end)
7335 (org-agenda-file-to-front): New commands.
7336 (org-table-tab-jumps-over-hlines, org-export-html-style):
7337 New options.
7338 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7339 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7340 New functions.
7341 (org-fill-paragraph): Call `org-table-align' in tables.
7342 (org-mode): Call `org-set-autofill-regexps'.
7343 (org-export-as-html): Support for local handformatted lists.
7344 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7345 (org-export-local-list-max-depth): New option.
7346 (org-html-expand): Use `org-html-protect'.
7347
7348 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7349
7350 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7351 to "p".
7352 (gdb): Move definition of gud-pp to...
7353
7354 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7355 speedbar.
7356 (gdb-find-watch-expression): New function.
7357
7358 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7359
7360 * faces.el (face-attribute, set-face-attribute): Mention existence
7361 of `:ignore-defface' setting in docstring.
7362
7363 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7364
7365 * simple.el (completion-setup-function): Fix last change.
7366
7367 2005-11-17 John Paul Wallington <jpw@pobox.com>
7368
7369 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7370 Use `posn-set-point' instead of `mouse-set-point' because the
7371 latter is not fbound when configured without X.
7372
7373 * comint.el (comint-insert-input): Likewise.
7374
7375 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7376
7377 * simple.el (hard-newline): New variable.
7378 (sendmail-user-agent-compose, next-line): Use it.
7379
7380 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7381 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7382 (mail-mail-reply-to, mail-mail-followup-to)
7383 (mail-position-on-field, mail-signature, mail-yank-original)
7384 (mail-attach-file): Likewise.
7385
7386 * mail/mailheader.el (mail-header-format)
7387 (mail-header-format-function): Likewise.
7388
7389 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7390
7391 2005-11-17 Juri Linkov <juri@jurta.org>
7392
7393 * font-lock.el (font-lock-faces): Rename this defgroup from
7394 `font-lock-highlighting-faces'.
7395 (font-lock-comment-face, font-lock-comment-delimiter-face)
7396 (font-lock-string-face, font-lock-doc-face)
7397 (font-lock-keyword-face, font-lock-builtin-face)
7398 (font-lock-function-name-face, font-lock-variable-name-face)
7399 (font-lock-type-face, font-lock-constant-face)
7400 (font-lock-warning-face, font-lock-negation-char-face)
7401 (font-lock-preprocessor-face)
7402 (font-lock-regexp-grouping-backslash)
7403 (font-lock-regexp-grouping-construct): Rename :group from
7404 `font-lock-highlighting-faces' to `font-lock-faces'.
7405
7406 * cus-edit.el (lisp, c, tex):
7407 * progmodes/ada-mode.el (ada):
7408 * progmodes/asm-mode.el (asm):
7409 * progmodes/cperl-mode.el (cperl-faces):
7410 * progmodes/cpp.el (cpp):
7411 * progmodes/dcl-mode.el (dcl):
7412 * progmodes/f90.el (f90):
7413 * progmodes/fortran.el (fortran):
7414 * progmodes/icon.el (icon):
7415 * progmodes/idlwave.el (idlwave-misc):
7416 * progmodes/m4-mode.el (m4):
7417 * progmodes/make-mode.el (makefile):
7418 * progmodes/meta-mode.el (meta-font):
7419 * progmodes/modula2.el (modula2):
7420 * progmodes/octave-mod.el (octave):
7421 * progmodes/pascal.el (pascal):
7422 * progmodes/perl-mode.el (perl):
7423 * progmodes/prolog.el (prolog):
7424 * progmodes/ps-mode.el (PostScript-edit):
7425 * progmodes/scheme.el (scheme):
7426 * progmodes/sh-script.el (sh-script):
7427 * progmodes/simula.el (simula):
7428 * progmodes/tcl.el (tcl):
7429 * textmodes/nroff-mode.el (nroff):
7430 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7431 * textmodes/sgml-mode.el (sgml):
7432 * textmodes/texinfo.el (texinfo):
7433 Add :link (custom-group-link font-lock-faces) to defgroup.
7434
7435 * hi-lock.el (hi-lock): Rename this defgroup from
7436 `hi-lock-interactive-text-highlighting'. Change parent group from
7437 `faces' to `font-lock'. Add link to the manual.
7438 (hi-lock-mode, hi-lock-file-patterns-range)
7439 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7440 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7441 (hi-lock-faces): Add :group `faces'.
7442
7443 * cus-edit.el (custom-variable-prompt): Clarify the code.
7444
7445 * faces.el (face-read-string): Set the default value arg of
7446 completing-read.
7447
7448 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7449
7450 * rfn-eshadow.el (file-name-shadow-properties)
7451 (file-name-shadow-tty-properties, file-name-shadow-mode):
7452 Remove autoloads, because the file is now preloaded.
7453
7454 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * printing.el (easy-menu-intern): Don't define.
7457 (pr-get-symbol): Use easy-menu-intern only if defined.
7458
7459 * simple.el (blink-matching-open): Simplify a bit.
7460 (completion-setup-function): Fix the case of partial-completion-mode
7461 when the minibuffer's contents start with "-".
7462 Obey completion-base-size-function even when
7463 minibuffer-completing-file-name is non-nil.
7464
7465 2005-11-16 Richard M. Stallman <rms@gnu.org>
7466
7467 * net/eudcb-ph.el (eudc-ph-open-session):
7468 Use set-process-query-on-exit-flag.
7469
7470 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7471
7472 * international/ucs-tables.el (ucs-set-table-for-input):
7473 Use make-local-variable, not make-variable-buffer-local.
7474
7475 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7476 Improve warning message text.
7477
7478 * savehist.el (savehist-save-hook): Add :group.
7479
7480 * menu-bar.el (menu-bar-help-menu):
7481 Rename Find Extra Packages to External Packages.
7482
7483 * cus-edit.el (Custom-reset-standard): Verify that
7484 :custom-standard-value prop exists before calling it.
7485
7486 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7487
7488 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7489
7490 * wid-edit.el (color): Enclose %t in %{...%}.
7491
7492 * cus-edit.el (face): Enclose %t in %{...%}.
7493
7494 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7495
7496 * savehist.el (savehist-mode-hook): Re-add the var.
7497 (savehist-mode): Use it.
7498
7499 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * textmodes/flyspell.el: Fix commenting convention.
7502 Remove unnecessary leading * in custom docstrings.
7503 (flyspell-emacs): Remove unused var.
7504 (flyspell-delete-region-overlays): Use remove-overlays.
7505 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7506 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7507 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7508 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7509 (make-flyspell-overlay): Don't locally reuse a global name.
7510 (flyspell-highlight-incorrect-region)
7511 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7512 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7513 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7514 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7515 Wrap calls to accept-process-output inside with-local-quit since it's
7516 often called from a post-command-hook.
7517 (flyspell-correct-word, flyspell-auto-correct-word):
7518 Use ispell-send-string.
7519 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7520
7521 * calendar/diary-lib.el (diary-list-entries): Also hide the
7522 terminating newline.
7523
7524 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7525
7526 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7527 window-system, to allow fonts on tty.
7528
7529 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7530
7531 * progmodes/gud.el (gud-speedbar-item-info): New function.
7532 (gud-install-speedbar-variables): Use it to display data type
7533 of watch expression as a tooltip in speedbar.
7534
7535 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7536
7537 * font-core.el (global-font-lock-mode): Add :version keyword,
7538 because default was changed.
7539
7540 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7541
7542 * startup.el (command-line): Use `custom-reevaluate-setting' for
7543 `file-name-shadow-mode'.
7544
7545 * loadup.el: Preload rfn-eshadow.
7546
7547 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7548 Add :version keyword.
7549 (file-name-shadow-properties, file-name-shadow-tty-properties)
7550 (file-name-shadow): Add :version keyword.
7551
7552 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7553 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7554 in the custom-group property of the symbol frames and the fringe
7555 group got no link to its parent group frames.
7556 Doc fix.
7557
7558 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7559
7560 * progmodes/gud.el (gud-stop-subjob): New function.
7561 (gud-menu-map, gud-tool-bar-map): Use it.
7562
7563 2005-11-16 Kim F. Storm <storm@cua.dk>
7564
7565 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7566 than kill it.
7567 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7568 to a more useful/logical place.
7569
7570 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7571
7572 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7573 go buttons complementary.
7574
7575 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7578 (rfn-eshadow-sifn-equal): New function.
7579 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7580
7581 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7582
7583 * viper-utils.el (viper-non-word-characters-reformed-vi):
7584 Quote `-' in string.
7585
7586 * viper.el (viper-emacs-state-mode-list): Ensure that
7587 rcirc-mode buffers come up in Emacs state.
7588
7589 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7590 operation.
7591
7592 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7593
7594 * term.el (term-termcap-format): Fix typos.
7595 (term-down): Fix the negative argument case.
7596
7597 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7598
7599 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7600 2005-08-15.
7601 (gdb-ann3): New command gud-go.
7602 (menu): Accomodate gdb-mi.el.
7603 (gdb-assembler-custom): Make buffer of selected window current
7604 so that set-window-point works.
7605
7606 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7607 buttons and include new ones.
7608
7609 2005-11-16 Kim F. Storm <storm@cua.dk>
7610
7611 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7612 (gud-menu-map): Use it.
7613
7614 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7615
7616 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7617 that works correctly for Custom and that does not override a user
7618 who disables it.
7619
7620 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7621 (help-xref-interned, help-follow): Make hyperlinks for variables
7622 that are unbound, but have a non-nil variable-documentation property.
7623
7624 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7625 mode hook. (It conflicted with defcustoms for some mode hooks.)
7626 Use the `variable-documentation' property to give the mode hook a
7627 docstring and expand that docstring.
7628
7629 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7630
7631 * savehist.el (savehist-mode): Don't bother with
7632 `custom-set-minor-mode'.
7633 (savehist-coding-system): Check XEmacs version.
7634 (history-length): Declare also at run time.
7635 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7636 Don't set the customize state.
7637 (savehist-minibuffer-hook): Special case for when
7638 minibuffer-history-variable is equal to t.
7639
7640 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * files.el (write-file): Refresh VC status.
7643
7644 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7645 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7646 than fundamental-mode to see if the mode was set.
7647
7648 2005-11-14 Romain Francoise <romain@orebokech.com>
7649
7650 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7651 dummy function in `eval-when-compile' to avoid compiler warning.
7652 Require `man' at compile time.
7653
7654 2005-11-14 Jay Belanger <belanger@truman.edu>
7655
7656 * calc-alg.el (calcFunc-write-out-power): Rename it to
7657 calcFunc-powerexpand.
7658 (math-write-out-power): Rename it to math-powerexpand; have it
7659 handle negative exponents.
7660 (calc-writeoutpower): Rename it to calc-powerexpand.
7661
7662 * calc-ext.el: Change calcFunc-writeoutpower and
7663 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7664 autoloads.
7665 Add calcFunc-ldiv to autoloads.
7666
7667 * calc-arith.el (calcFunc-ldiv): New function.
7668
7669 * calc.el (calc-left-divide): New function.
7670
7671 2005-11-14 Juri Linkov <juri@jurta.org>
7672
7673 * cus-edit.el (custom-variable-prompt): Set the default value arg
7674 of completing-read.
7675
7676 * cus-dep.el (custom-make-dependencies): Reverse the list of
7677 found dependencies.
7678
7679 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7680
7681 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7682 Highlighting" entry, it is on by default now.
7683 (menu-bar-options-save): Do not save global-font-lock-mode.
7684
7685 2005-11-13 Richard M. Stallman <rms@gnu.org>
7686
7687 * textmodes/flyspell.el (flyspell-large-region):
7688 Call flyspell-accept-buffer-local-defs.
7689
7690 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7691
7692 * textmodes/flyspell.el (flyspell-notify-misspell):
7693 Fix misspelling of "Misspelling".
7694 (flyspell-process-localwords): New function.
7695 (flyspell-large-region): Call flyspell-process-localwords and
7696 flyspell-delete-region-overlays.
7697 (flyspell-delete-region-overlays): New function.
7698 (flyspell-delete-all-overlays): Call that.
7699
7700 2005-11-13 Richard M. Stallman <rms@gnu.org>
7701
7702 * help.el (help-for-help-internal): Improve doc of C-h a.
7703 (describe-key): Improve prompt; doc fix.
7704
7705 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * vc-svn.el (vc-svn-registered): Catch all errors.
7708
7709 * cus-dep.el (custom-make-dependencies): Typo.
7710
7711 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7712
7713 * net/tramp-util.el (top): Fix compilation warning.
7714
7715 2005-11-13 Kim F. Storm <storm@cua.dk>
7716
7717 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7718
7719 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7720
7721 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7722 (gud-speedbar-buttons): Match on "const char *" too.
7723
7724 * progmodes/gdb-ui.el (gdb-var-create-handler)
7725 (gdb-var-list-children-handler): Match on "const char *" too.
7726 (gdb-var-evaluate-expression-handler): Match on empty string.
7727 (gdb-var-update-handler): Only call
7728 gdb-var-evaluate-expression-handler when required.
7729
7730 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7731
7732 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7733 selected window. This still doesn't work for speedbar.
7734 (gud-speedbar-buttons): Handle string expressions properly.
7735
7736 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7737 (gdb-var-create-handler): Handle string expressions properly.
7738 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7739 Handle string expressions properly. Move "type" field into regexp.
7740
7741 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7742
7743 * bookmark.el (bookmark-maybe-message): New function to reduce
7744 code duplication: invokes `message' iff baud-rate is high enough.
7745 (bookmark-write-file): Use above instead of an inline conditional.
7746 (bookmark-load): Same.
7747
7748 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7749
7750 * bookmark.el (bookmark-write-file): Don't visit the destination
7751 file, just write the data to it using write-region. This is
7752 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7753 change to avoid visiting the file in the first place.
7754
7755 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7756
7757 * hi-lock.el (hi-lock-mode): Set the default value of
7758 font-lock-defaults.
7759
7760 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7761
7762 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7763 arg to `file-attributes'.
7764 (find-lisp-format): The UID and GID can now be strings.
7765
7766 2005-11-12 Kim F. Storm <storm@cua.dk>
7767
7768 * help.el (help-map): Bind C-h d to apropos-documentation.
7769
7770 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7771 when point is at end-of-buffer.
7772
7773 * apropos.el (apropos-match-face): Doc fix.
7774 (apropos-sort-by-scores): Add new choice `verbose'.
7775 (apropos-documentation-sort-by-scores): New defcustom.
7776 (apropos-pattern): Now contains the pattern entered by the user.
7777 (apropos-pattern-quoted): New defvar.
7778 (apropos-regexp): New defvar, containing the regexp corresponding
7779 to apropos-pattern.
7780 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7781 (apropos-read-pattern): New defun. Use it to read pattern arg in
7782 interactive calls; returns list of words for a word list, and
7783 string for a regexp.
7784 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7785 parses a list of words or regexp as returned by apropos-read-pattern.
7786 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7787 (apropos-score-doc): Return a very high score if the string
7788 entered by the user matches literally.
7789 (apropos-variable): Doc fix. Use apropos-read-pattern.
7790 (apropos-command): Doc fix. Use apropos-read-pattern and
7791 apropos-parse-pattern. Call apropos-print with nosubst=t.
7792 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7793 apropos-parse-pattern.
7794 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7795 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7796 apropos-documentation-sort-by-scores. Call apropos-print with
7797 nosubst=t.
7798 (apropos-documentation-internal): Pass doc string through
7799 substitute-key-definition before adding text properties.
7800 Highlight substring matching literal user input if possible.
7801 (apropos-documentation-check-doc-file): Remove locals beg and end.
7802 Fix calculation of score (as added twice). Pass doc string through
7803 substitute-key-definition before adding text properties.
7804 (apropos-documentation-check-elc-file): Pass doc string through
7805 substitute-key-definition before adding text properties.
7806 Highlight substring matching literal user input if possible.
7807 (apropos-print): Add new arg NOSUBST; if set, command and variable
7808 doc strings have already been passed through substitute-key-definition.
7809 Add code to handle apropos-accumulator items without score element
7810 for backwards compatibility (e.g. with woman package).
7811 Only show scores if apropos-sort-by-scores is `verbose'.
7812
7813 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7816 Add jka-compr-load-suffixes to load-suffixes.
7817
7818 * jka-compr.el: Require jka-cmpr-hook.
7819 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7820 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7821 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7822 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7823 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7824 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7825 (jka-compr-uninstall): Remove entries from
7826 jka-compr-added-to-file-coding-system-alist after they are used.
7827 (jka-compr-error): Remove unused var `curbuf'.
7828 (jka-compr-file-local-copy): Remove unused var `notfound'.
7829
7830 2005-11-10 Romain Francoise <romain@orebokech.com>
7831
7832 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7833
7834 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7835
7836 * progmodes/gud.el (gud-menu-map): Move parentheses.
7837 (gdb): New command gud-pv.
7838
7839 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * tar-mode.el: Remove spurious or unnecessary leading stars
7842 in docstrings.
7843 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7844 (tar-parse-octal-integer-safe): Use mapc.
7845 (tar-header-block-summarize): Remove unused var `ck'.
7846 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7847 cleared before. Obey default-enable-multibyte-characters.
7848 Use mapconcat. Simplify setting of tar-header-offset.
7849 (tar-mode-map): Move initialization inside delcaration.
7850 (tar-flag-deleted): Use `abs'.
7851 (tar-expunge-internal): Remove unused var `line'.
7852 (tar-expunge-internal): Don't hardcode point-min==1.
7853 (tar-expunge): Widen while doing set-buffer-multibyte.
7854 (tar-rename-entry): Use file-name-coding-system.
7855 (tar-alter-one-field): Don't hardcode point-min==1.
7856 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7857 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7858
7859 2005-11-10 Masatake YAMATO <jet@gyve.org>
7860
7861 * add-log.el (add-log-current-defun): Handle class::method
7862 notation of c++. Fix incorrect comment.
7863
7864 2005-11-10 Alan Mackenzie <acm@muc.de>
7865
7866 * help-fns.el (describe-variable): Make C-h v work when a variable
7867 has variable documentation yet is unbound.
7868
7869 2005-11-10 Masatake YAMATO <jet@gyve.org>
7870
7871 * man.el (Man-highlight-references): Set an empty
7872 string to `Man-arguments' if it is nil.
7873 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7874
7875 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7878 commenting conventions.
7879
7880 * cus-dep.el (custom-make-dependencies): Simplify.
7881 Better follow the commenting conventions.
7882
7883 2005-11-09 Richard M. Stallman <rms@gnu.org>
7884
7885 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7886 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7887 All uses changed.
7888 (apropos-rewrite-regexp): Doc fix.
7889 (apropos-variable, apropos-command, apropos, apropos-value):
7890 Change prompt; carry through the argument renaming.
7891
7892 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7893
7894 * find-lisp.el: Require dired.
7895 (find-lisp-find-dired-internal): Do not call
7896 `abbreviate-file-name' on DIR.
7897
7898 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7899
7900 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7901
7902 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7903
7904 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7905 when using the speedbar.
7906 (gdb): New command gud-pp.
7907 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7908
7909 2005-11-09 Juri Linkov <juri@jurta.org>
7910
7911 * replace.el (occur-excluded-properties): New defcustom.
7912 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7913
7914 2005-11-08 Jay Belanger <belanger@truman.edu>
7915
7916 * calc/calc-units.el (math-convert-units): Replace any composite
7917 unit by its definition.
7918
7919 2005-11-08 Lars Hansen <larsh@soem.dk>
7920
7921 * emacs-lisp/autoload.el (update-directory-autoloads):
7922 Add obsolete function alias.
7923
7924 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7927 comment-indent-function.
7928 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7929
7930 * reveal.el (reveal-post-command): Rework the handling of
7931 reveal-open-spots, so as to be more reliable. There were several
7932 tricky corner cases where an open spot might be lost, or where
7933 a closed spot might end up on the list of open spots.
7934 Only reveal text that's ellipsised.
7935
7936 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7937
7938 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7939
7940 2005-11-07 John Paul Wallington <jpw@gnu.org>
7941
7942 * ibuffer.el (ibuffer): Search iconified frames too when
7943 getting Ibuffer buffer's window.
7944
7945 2005-11-06 Richard M. Stallman <rms@gnu.org>
7946
7947 * progmodes/compile.el (compilation-internal-error-properties):
7948 save-excursion around the computation of MARKER.
7949
7950 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7951
7952 * textmodes/flyspell.el (flyspell-external-point-words):
7953 flyspell-get-word returns a list, not just a string.
7954
7955 2005-11-06 John Paul Wallington <jpw@pobox.com>
7956
7957 * ibuffer.el (ibuffer): Search all visible frames when getting
7958 Ibuffer buffer's window.
7959
7960 2005-11-07 Masatake YAMATO <jet@gyve.org>
7961
7962 * man.el (Man-reference-regexp): Accept spaces between
7963 `Man-name-regexp' and `Man-section-regexp'.
7964 (Man-apropos-regexp): New variable.
7965 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7966 if available.
7967 (Man-highlight-references, Man-highlight-references0):
7968 Handle the case when `Man-arguments' includes "-k".
7969 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7970 `TARGET'. `TARGET' can be a number, function or nil.
7971
7972 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7973
7974 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7975 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7976 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7977 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7978 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7979 (gdb-send-item): Use buffer-local-value and simplify.
7980
7981 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7982
7983 * startup.el (command-line): Use `custom-reevaluate-setting' for
7984 `global-font-lock-mode'.
7985
7986 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7987 by default, except in batch mode or when the -D option is given.
7988
7989 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7990 specified keyword args on to `define-minor-mode'. Update docstring.
7991
7992 2005-11-05 Romain Francoise <romain@orebokech.com>
7993
7994 * replace.el (occur-engine): Add marker at end of line, too.
7995
7996 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7997
7998 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7999 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8000 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8001 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8002 argument to all these routines, so the passphrase can be managed
8003 externally and passed in to the system.
8004 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8005 pgg-add-passphrase-to-cache function.
8006
8007 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8008 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8009 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8010 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8011 argument to all these routines, so the passphrase can be managed
8012 externally and passed in to the system.
8013 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8014 function.
8015
8016 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8017
8018 * font-lock.el: Don't deal with font-lock-face-attributes here,
8019 move the code ...
8020
8021 * startup.el (command-line): ... here. Use face-spec-set instead
8022 of custom-declare-face.
8023
8024 * faces.el (face-spec-set): Reset the face if spec is not nil.
8025
8026 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * newcomment.el (comment-region-internal): Box more tightly in the
8029 common case where there's no TAB in the boxed text.
8030
8031 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8032
8033 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8034 up-node.
8035
8036 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8037
8038 * newsticker.el: Commentary updated. Code formatting changed.
8039 (newsticker-version): Change to "1.9".
8040 (newsticker, newsticker-feed): Doc fix.
8041 (newsticker-url-list): Doc fix. Add option "Weekly".
8042 (newsticker-retrieval-interval): Add option "Weekly".
8043 (newsticker-headline-processing): Doc fix.
8044 (newsticker-auto-mark-filter): Remove.
8045 (newsticker-auto-mark-filter-list): New.
8046 (newsticker-layout, newsticker-sort-method): Doc fix.
8047 (newsticker-hide-old-items-in-newsticker-buffer)
8048 (newsticker-heading-format, newsticker-item-format)
8049 (newsticker-desc-format): Doc fix.
8050 (newsticker-show-all-rss-elements): Remove.
8051 (newsticker-show-all-news-elements): New.
8052 (newsticker-faces, newsticker-ticker): Doc fix.
8053 (remove-from-invisibility-spec): Code formatting.
8054 (newsticker--process-ids): New.
8055 (newsticker-mode): Doc fix.
8056 (newsticker-mode): Change mode-line-format.
8057 (newsticker-start): Remove debug output.
8058 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8059 (newsticker-w3m-show-inline-images): Code formatting.
8060 (newsticker-next-item): Call `force-mode-line-update'.
8061 (newsticker-previous-item): Call `force-mode-line-update'.
8062 (newsticker-next-feed): Call `force-mode-line-update'.
8063 (newsticker-previous-feed): Call `force-mode-line-update'.
8064 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8065 (newsticker-show-old-items): Do not show descs.
8066 (newsticker-hide-entry): Hide too much.
8067 (newsticker-hide-entry, newsticker-show-entry)
8068 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8069 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8070 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8071 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8072 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8073 (newsticker-get-news): Call `force-mode-line-update'.
8074 Collect process ids.
8075 (newsticker--sentinel): Change coding system handling.
8076 Move image retrieval to new functions newsticker--get-logo-url-*.
8077 Move feed parsing to new functions newsticker--parse-*.
8078 Update list of process ids.
8079 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8080 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8081 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8082 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8083 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8084 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8085 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8086 (newsticker--decode-coding-string): Remove.
8087 (newsticker--decode-numeric-entities): Check input. Format code.
8088 (newsticker--remove-whitespace): Check input.
8089 (newsticker--do-forget-preformatted): Doc fix.
8090 (newsticker--decode-rfc822-date): Allow for missing time.
8091 (newsticker--update-process-ids): New.
8092 (newsticker--image-sentinel): Change comment.
8093 (newsticker--image-read): Change error message.
8094 (newsticker--imenu-goto): Doc fix. Show headline title.
8095 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8096 (newsticker--buffer-do-insert-text): Clean whitespace in
8097 html-rendered headline title. Code formatting.
8098 Call `newsticker--buffer-print-extra-elements'.
8099 (newsticker--buffer-print-extra-element): Remove.
8100 (newsticker--buffer-print-extra-elements): New.
8101 (newsticker--buffer-do-print-extra-element): New.
8102 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8103 large sizes.
8104 (newsticker--run-auto-mark-filter)
8105 (newsticker--do-run-auto-mark-filter):
8106 Use `newsticker-auto-mark-filter-list'.
8107
8108 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8109
8110 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8111 (rcirc-print): Force redisplay before running hooks. Do long
8112 buffer truncation after making new text read-only. Deal with nil
8113 text when decoding strings. If TARGET is nil, use either the
8114 currently selected buffer, if it is an rcirc buffer and of the
8115 same process or the process buffer.
8116 (rcirc-mode): Remove header-line. Recompute short buffer names.
8117 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8118 (rcirc-short-buffer-name): Add variable.
8119 (rcirc-kill-buffer-hook): Recompute short buffer names.
8120 Remove nick from private channel.
8121 (rcirc-send-input): Send command text to current-buffer.
8122 Don't clear overlay arrow here.
8123 (rcirc-short-buffer-name): Return a short buffer name.
8124 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8125 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8126 buffer-name abbreviations.
8127 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8128 Do not touch nick-table when killing a parted channel.
8129 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8130 Clear arrow from current buffer if it is now hidden.
8131 (rcirc-current-buffer): Add variable.
8132 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8133 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8134 Remove -face from names.
8135 (rcirc-update-activity-string): Print "DND" when globally ignoring
8136 activity.
8137 (rcirc-ignore-buffer-activity-flag): Rename from
8138 rcirc-ignore-channel-activity.
8139 (rcirc-ignore-all-activity-flag): Doc fix.
8140 (rcirc-channels): Remove variable.
8141 (rcirc-kill-buffer-hook):
8142 (rcirc-get-buffer-create): Add nick to private channel.
8143 (rcirc-multiline-edit-submit): Remove tabs.
8144 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8145 folded.
8146 (rcirc-remove-nick-channel): Bug fix.
8147 (rcirc-toggle-ignore-buffer-activity): Rename from
8148 rcirc-toggle-ignore-channel-activity.
8149 (rcirc-record-activity): Add buffers to the front of the list.
8150 (rcirc-update-activity): Remove killed buffers from list.
8151 (rcirc-process-server-response-1): Remove last argument if it is
8152 null before calling handler.
8153 (rcirc): Add "rcirc" defcustom prefix.
8154 (rcirc-prompt): Simplify default prompt.
8155 Use custom-initialize-default.
8156 (rcirc-private-chats): Remove variable.
8157 (rcirc-prompt): Change initialization.
8158 (rcirc-version): Remove function.
8159 (rcirc-id-string): Add constant.
8160 (rcirc-last-buffer): Remove variable.
8161 (rcirc-buffer-alist): Add variable.
8162 (rcirc-connect): Update variable setup.
8163 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8164 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8165 default.
8166 (rcirc-handler-generic): Trigger activity.
8167 (rcirc-send-message): Create the buffor of the target.
8168 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8169 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8170 (rcirc-multiline-edit-cancel): Remove function.
8171 (rcirc-set-last-buffer): Remove function.
8172 (rcirc-get-any-buffer): Add function.
8173 (rcirc-join-channels): Don't print /join text.
8174 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8175 messages.
8176 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8177 (rcirc-handler-NOTICE): Recognize CTCP responses.
8178 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8179 constructing TOPIC string for buffers we are not JOINed.
8180 (rcirc-handler-CTCP-response): Add handler.
8181 (rcirc-multiline-edit-submit): Restore the window-configuration
8182 before adjusting point.
8183 (rcirc): Add customization group.
8184 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8185 (rcirc-user-full-name, rcirc-startup-channels-alist)
8186 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8187 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8188 (rcirc-input-ring-size, rcirc-read-only-flag)
8189 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8190 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8191 Change defvar to defcustom.
8192 (rcirc-update-prompt): Add optional ALL arg, which will update
8193 prompts in all rcirc buffers. Regexp quote replacement text.
8194 (rcirc-fill-column): Accept frame-width as a value.
8195 (rcirc-set-changed): Add function.
8196 (rcirc-next-active-buffer): Write more meaningful messages.
8197 (rcirc-faces): Add customization group.
8198 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8199 (rcirc-nick-in-message-face, rcirc-prompt-face)
8200 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8201 (with-rcirc-process-buffer): Move before first usage.
8202 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8203 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8204 (rcirc-debug): Rename from `rcirc-log'.
8205 (rcirc-format-response-string): Do not print `-' chars for a
8206 NOTICE with no sender. Simplify output of server responses.
8207
8208 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8209
8210 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8211 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8212 Make urls mouse and RET clickable.
8213
8214 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8215
8216 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8217
8218 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8219
8220 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8221 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8222 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8223 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8224 argument to all these routines, so the passphrase can be managed
8225 externally and passed in to the system.
8226 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8227 pgg-add-passphrase-to-cache function.
8228
8229 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8230 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8231 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8232 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8233 argument to all these routines, so the passphrase can be managed
8234 externally and passed in to the system.
8235 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8236 function.
8237
8238 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8239
8240 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8241 from goto-address-url-regexp.
8242
8243 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8244
8245 * textmodes/org.el (org-read-date, org-goto-calendar)
8246 (org-recenter-calendar, org-agenda-goto-calendar):
8247 Temporarily clear `calendar-move-hook'.
8248
8249 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8250
8251 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8252 merging.
8253
8254 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8255 have merge clashes.
8256
8257 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8258
8259 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8260 Undo previous change.
8261
8262 * startup.el (command-line): Use `custom-reevaluate-setting' for
8263 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8264 tty-register-default-colors on Mac.
8265
8266 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8267
8268 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8269 (gdb-buffer-type): Make it automatically buffer local...
8270 (gdb-get-create-buffer): ...and set it accordingly.
8271 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8272 actually work.
8273
8274 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8275
8276 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8277 not red.
8278
8279 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8280
8281 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8282 case GUD buffer is not visible.
8283 (gdb-goto-breakpoint): Try to force display in source buffer.
8284 (gdb-frame-gdb-buffer): Copy other similar functions.
8285 (gdb-restore-windows): Don't display source if not asked for.
8286 (gdb-assembler-buffer-name): Don't capitalise.
8287
8288 2005-11-03 Richard M. Stallman <rms@gnu.org>
8289
8290 * wid-edit.el (key-sequence): New widget type.
8291
8292 * simple.el (set-mark-command-repeat-pop): New variable.
8293 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8294 if set-mark-command-repeat-pop is true.
8295
8296 * info.el (Info-fontify-node): Don't display extra "see" if there
8297 already is one here.
8298
8299 * mouse.el: Fix special handling of DEL after dragging a region:
8300 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8301 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8302
8303 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8304
8305 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8306 not to assume it pertains to an affix.
8307
8308 * textmodes/flyspell.el (flyspell-post-command-hook):
8309 Bind deactivate-mark to prevent deactivation.
8310
8311 2005-11-03 Lars Hansen <larsh@soem.dk>
8312
8313 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8314 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8315 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8316
8317 2005-11-03 Romain Francoise <romain@orebokech.com>
8318
8319 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8320 Update copyright years.
8321
8322 2005-11-03 Sam Steingold <sds@gnu.org>
8323
8324 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8325 Use system-type instead of window-system because window-system is not
8326 correctly defined during loadup.
8327
8328 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8329
8330 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8331 (xml-parse-tag): Join strings separated by a comment properly.
8332
8333 2005-11-02 Andreas Schwab <schwab@suse.de>
8334
8335 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8336
8337 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8340 (byte-optimize-pure-func): Quote the eval'd value.
8341
8342 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8343 Rename from perl-font-lock-syntactic-face-function.
8344 Change the calling convention so it can be used as a font-lock MATCHER.
8345 Do the parse-partial-sexp loop outselves.
8346 (perl-font-lock-syntactic-keywords): Use it.
8347 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8348
8349 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8350
8351 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8352 disassembly buffer too.
8353 (gdb-exited): Remove overlay arrows when execution has finished.
8354 (gdb-info-frames-custom, gdb-info-threads-custom)
8355 (gdb-info-registers-custom): Don't add inappropriate text
8356 properties if inferior is not active.
8357
8358 2005-11-02 Glenn Morris <rgm@gnu.org>
8359
8360 * progmodes/fortran.el (fortran-blink-match):
8361 Use `blink-matching-delay'.
8362
8363 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8364
8365 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8366
8367 2005-11-02 Lars Hansen <larsh@soem.dk>
8368
8369 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8370 "Permission denied".
8371
8372 2005-11-01 Richard M. Stallman <rms@gnu.org>
8373
8374 * textmodes/flyspell.el (flyspell-external-point-words):
8375 Pass nil to flyspell-get-word.
8376
8377 2005-11-02 Kim F. Storm <storm@cua.dk>
8378
8379 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8380 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8381
8382 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8385 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8386 (calendar-mouse-print-dates): Add optional `event' argument.
8387 Update interactive-spec.
8388 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8389 Use `calendar-event-to-date' instead of `event'.
8390
8391 2005-11-02 Masatake YAMATO <jet@gyve.org>
8392
8393 * progmodes/ld-script.el (ld-script-builtins):
8394 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8395 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8396 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8397
8398 2005-11-01 Romain Francoise <romain@orebokech.com>
8399
8400 * vc-sccs.el: Update copyright year.
8401 * ezimage.el: Likewise.
8402
8403 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8404
8405 * info.el (Info-fontify-node): Use `string-width' for fontifying
8406 underlined titles.
8407
8408 2005-11-01 Juri Linkov <juri@jurta.org>
8409
8410 * info.el (Info-fontify-node): Downcase node header keywords Node,
8411 Prev, Next, Up before comparison.
8412 (Info-history): Insert absolute directory name, and put invisible
8413 property on it.
8414
8415 2005-11-01 Juri Linkov <juri@jurta.org>
8416
8417 * info.el (Info-file-supports-index-cookies): New variable.
8418 (Info-find-node-2): Check makeinfo version for index cookie support.
8419 (Info-index-nodes): Search for nodes with index cookies only when
8420 Info-file-supports-index-cookies is t. Otherwise, search nodes
8421 with "Index" in the node name.
8422 (Info-index-node): Search index cookie in the current node only when
8423 Info-file-supports-index-cookies is t. Otherwise, check the word
8424 "Index" in the node name.
8425 (Info-find-emacs-command-nodes): Remove code that searches nodes
8426 with "Index" node name in the top menu.
8427
8428 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * progmodes/scheme.el (scheme-mode-variables): Use the default
8431 comment-indent-function.
8432
8433 * faces.el (face-attribute): Handle the case where a face inherits from
8434 a non-existent face.
8435
8436 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8437 for octal and hexa output, and merge the char into the paren.
8438 (kill-new): Use push.
8439 (copy-to-buffer): Use with-current-buffer.
8440 (completion-setup-function): Move code in loop to remove redundancy.
8441 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8442 those inherited from minibuffer-local-completion-map.
8443
8444 * savehist.el (savehist-mode) <defcustom>:
8445 Use custom-set-minor-mode if available.
8446 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8447 and emit a message if applicable.
8448
8449 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8450
8451 * savehist.el: Sync up to version 19.
8452 (savehist-mode): New minor mode.
8453 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8454 (savehist-length): Remove (use history-length instead).
8455 (savehist-file-modes): Rename from savehist-modes.
8456 (savehist-save-hook, savehist-loaded): New vars.
8457 (savehist-load): Use savehist-mode. Try to smooth up transition from
8458 old format to new format.
8459 (savehist-install): Allow savehist-autosave-interval to be nil.
8460 (savehist-save): Run the new hook. Be more careful to only trim the
8461 history variables.
8462 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8463 (savehist-printable): Print into a buffer rather than char-by-char.
8464
8465 2005-11-01 John Wiegley <johnw@newartisans.com>
8466
8467 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8468 toggle-ignore keybinding (C-a). The author said it had been
8469 disabled much earlier due to a possible incompatibility, but after
8470 many months of usage I have encountered no problems (and it is a
8471 rather useful option, especially for switching to " *temp*").
8472
8473 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8474 support for OS/X's AddressBook, by calling out to the open source
8475 program "contacts" (installable through Fink).
8476
8477 * net/eudc.el (eudc-expand-inline): If the
8478 `eudc-multiple-match-handling-method' is set to `all', delete the
8479 query string before inserting the query result.
8480
8481 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8482 flag, to prevent Eshell from using the system ls when
8483 `eshell-ls-insert-directory' is in used.
8484 (eshell-ls-insert-directory): Disable font-lock in directory
8485 buffer so that Eshell's own fontification is seen. This broke
8486 recently due to changes in font-lock, so this goes back to version
8487 21 behavior.
8488
8489 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8490
8491 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8492 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8493 (gdb-many-windows): Doc fix.
8494
8495 2005-10-31 Romain Francoise <romain@orebokech.com>
8496
8497 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8498
8499 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8500
8501 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8502 that global-font-lock-mode can be enabled by default.
8503
8504 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8505 (font-lock-add-keywords, font-lock-remove-keywords)
8506 (font-lock-fontify-buffer): Remove autoload cookies.
8507
8508 * jit-lock.el (jit-lock-register): Likewise.
8509
8510 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8511
8512 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8513
8514 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8515 intact if there is no gud-comint-buffer.
8516
8517 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8518
8519 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8520 old prompt comint-prompt-read-only is t and GDB commands are
8521 issued from tool bar etc.
8522
8523 2005-10-31 Masatake YAMATO <jet@gyve.org>
8524
8525 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8526
8527 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8528
8529 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8530 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8531
8532 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8533
8534 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8535 starting at beginning of line. Fontification is messed up when
8536 `open-paren-in-column-0-is-defun-start' set to t.
8537 Reported by John Paul Wallington <jpw@pobox.com>.
8538
8539 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * comint.el (comint-send-input): Call `comint-update-fence' when
8542 `comint-process-echoes' and `comint-prompt-read-only' are both
8543 non-nil, to avoid leftover read-only newline.
8544
8545 2005-10-30 Richard M. Stallman <rms@gnu.org>
8546
8547 * textmodes/flyspell.el (flyspell-external-point-words):
8548 Detect when WORD can't be checked properly because
8549 flyspell-get-word finds just part of it, and move on.
8550
8551 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8552 boundarychar for Polish.
8553 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8554 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8555
8556 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8557
8558 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8559 (gdb-registers-font-lock-keywords): Delete.
8560 (gdb-registers-mode): Don't fontify.
8561 (gdb-info-registers-custom): Use text properties instead as, in
8562 future, changed register values will use font-lock-warning-face.
8563 (gdb-local-font-lock-keywords): Rename to...
8564 (gdb-locals-font-lock-keywords): ...for consistency.
8565
8566 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8567
8568 * vc.el (vc-switch-backend): Better error message if the buffer is
8569 not visiting a file under version control.
8570
8571 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8572
8573 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8574
8575 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8576 ~/.emacs.d/.emacs.
8577
8578 2005-10-29 Richard M. Stallman <rms@gnu.org>
8579
8580 * replace.el (occur-mode-mouse-goto): Always go to other window.
8581 (occur-mode-goto-occurrence): Always switch in same window.
8582
8583 * simple.el (undo): Display message at end, not at start.
8584
8585 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8586 New arg REUSE-CELL.
8587 (cancel-timer-internal): New function.
8588 (timer-event-handler): Use cancel-timer-internal,
8589 and pass the cell it returns to timer-activate...
8590
8591 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8592 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8593 (jit-lock-after-change): Test memory-full.
8594
8595 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8596
8597 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8598 part of the decoded armor to find the key-identifier.
8599 (pgg-gpg-lookup-key-owner): New function to return the
8600 human-readable identifier of a key owner.
8601 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8602 key itself.
8603 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8604 the key value) if we have a key and can match it against a secret
8605 key. Also, added a note pointing out fact that the prompt only
8606 indicates the first matching key.
8607
8608 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8609 pgg-decrypt-region.
8610 (pgg-pending-timers): A new hash for tracking the passphrase cache
8611 timers, so that new ones supercede old ones.
8612 (pgg-add-passphrase-to-cache): Rename from
8613 `pgg-add-passphrase-cache' to reduce confusion (all callers
8614 changed). Modified to cancel old timers when new ones are added.
8615 (pgg-remove-passphrase-from-cache): Rename from
8616 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8617 changed). Modified to cancel old timers when their keys are
8618 removed from the cache.
8619 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8620 XEmacs, an indirection to delete-itimer.
8621 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8622 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8623 users can only check cache without risk of prompting. Correct bug in
8624 notruncate behavior.
8625 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8626 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8627 Add informative docstrings.
8628 (pgg-decrypt): Convey provided passphrase in subordinate call to
8629 pgg-decrypt-region.
8630
8631 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8632 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8633 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8634 `passphrase' argument, so the passphrase can be managed externally
8635 and then passed in to the system.
8636
8637 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8638 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8639 so the passphrase cache can be used reliably with identifiers
8640 besides a pgp packet's key id.
8641
8642 * pgg-gpg.el (pgg-pgp-encrypt-region)
8643 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8644 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8645 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8646 argument to all these routines, so the passphrase can be managed
8647 externally and passed in to the system.
8648
8649 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8650 `notruncate' argument, so the passphrase cache can be used
8651 reliably with identifiers besides a pgp packet's key id.
8652
8653 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8654
8655 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8656 symmetric encryption.
8657 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8658 encrypted session key.
8659 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8660 message ask for the passphrase in a proper way.
8661
8662 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8663 New user commands for symmetric encryption.
8664
8665 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8666
8667 * textmodes/conf-mode.el (conf-assignment-sign)
8668 (conf-assignment-regexp): Fix docstrings.
8669 (conf-mode-initialize): New function.
8670 (conf-mode): Remove optional args. Use delay-mode-hooks to
8671 recognize recursive calls.
8672 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8673 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8674 (conf-xdefaults-mode): Use define-derived-mode and
8675 conf-mode-initialize.
8676
8677 2005-10-29 Romain Francoise <romain@orebokech.com>
8678
8679 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8680
8681 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8682
8683 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8684 part of the decoded armor to find the key-identifier.
8685 (pgg-gpg-lookup-key-owner): New function to return the
8686 human-readable identifier of a key owner.
8687 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8688 key itself.
8689 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8690 the key value) if we have a key and can match it against a secret
8691 key. Also, added a note pointing out fact that the prompt only
8692 indicates the first matching key.
8693
8694 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8695 pgg-decrypt-region.
8696 (pgg-pending-timers): A new hash for tracking the passphrase cache
8697 timers, so that new ones supercede old ones.
8698 (pgg-add-passphrase-to-cache): Rename from
8699 `pgg-add-passphrase-cache' to reduce confusion (all callers
8700 changed). Modified to cancel old timers when new ones are added.
8701 (pgg-remove-passphrase-from-cache): Rename from
8702 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8703 changed). Modified to cancel old timers when their keys are
8704 removed from the cache.
8705 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8706 XEmacs, an indirection to delete-itimer.
8707 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8708 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8709 users can only check cache without risk of prompting. Correct bug in
8710 notruncate behavior.
8711 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8712 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8713 Add informative docstrings.
8714 (pgg-decrypt): Convey provided passphrase in subordinate call to
8715 pgg-decrypt-region.
8716
8717 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8718
8719 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8720 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8721 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8722 `passphrase' argument, so the passphrase can be managed externally
8723 and then passed in to the system.
8724
8725 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8726 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8727 so the passphrase cache can be used reliably with identifiers
8728 besides a pgp packet's key id.
8729
8730 * pgg-gpg.el (pgg-pgp-encrypt-region)
8731 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8732 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8733 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8734 argument to all these routines, so the passphrase can be managed
8735 externally and passed in to the system.
8736
8737 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8738 `notruncate' argument, so the passphrase cache can be used
8739 reliably with identifiers besides a pgp packet's key id.
8740
8741 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8742
8743 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8744 symmetric encryption.
8745 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8746 encrypted session key.
8747 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8748 message ask for the passphrase in a proper way.
8749
8750 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8751 New user commands for symmetric encryption.
8752
8753 2005-10-28 Bill Wohler <wohler@newt.com>
8754
8755 * help-mode.el (help-url): New button type. Calls browse-url.
8756 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8757 Similar to Info nodes: URL `url'.
8758 (help-make-xrefs): Create help-url buttons for
8759 help-xref-url-regexp matches.
8760
8761 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8762
8763 * tool-bar.el (tool-bar-add-item-from-menu)
8764 (tool-bar-local-item-from-menu): Fix doc strings.
8765
8766 2005-10-28 Romain Francoise <romain@orebokech.com>
8767
8768 * ldefs-boot.el: Update.
8769
8770 * subr.el (locate-library): Move from help-fns.el.
8771 * help-fns.el (locate-library): Move to subr.el.
8772
8773 2005-10-28 Richard M. Stallman <rms@gnu.org>
8774
8775 * net/tramp.el (tramp-completion-mode): defvar moved up.
8776
8777 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8778
8779 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8780
8781 * files.el (find-file-noselect): Use %d to format large file size.
8782
8783 * bindings.el (mode-line-format): Add %e.
8784
8785 * loadup.el ("facemenu"): Load unconditionally.
8786 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8787 ("x-dnd"): Load, when appropriate.
8788
8789 * startup.el (command-line): Call before-init-hook earlier.
8790 Warn about some bad characters in -u user name.
8791
8792 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8793 (flyspell-external-point-words): Error if misspelled word is not found.
8794 Set flyspell-large-region-beg at end of word.
8795
8796 2005-10-28 Andreas Schwab <schwab@suse.de>
8797
8798 * view.el (View-revert-buffer-scroll-page-forward):
8799 Use view-page-size-default.
8800
8801 2005-10-28 Juri Linkov <juri@jurta.org>
8802
8803 * international/quail.el (quail-get-current-str): Translate last
8804 raw character for deterministic input methods.
8805
8806 2005-10-27 Jay Belanger <belanger@truman.edu>
8807
8808 * calc/calc-ext.el: Add functions to autoloads.
8809 (math-identity-matrix-p, math-ident-row-p): New functions.
8810
8811 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8812 multiplication by an identity matrix; don't turn multiplication by
8813 an inverse matrix into division.
8814 (math-div-symbol-fancy): Replace division by matrices with
8815 multiplication by inverse.
8816
8817 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8818
8819 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8820 (calc-writeoutpower): New functions.
8821
8822 2005-10-27 Romain Francoise <romain@orebokech.com>
8823
8824 * replace.el (occur-engine): Include colon in mouse-face highlight.
8825
8826 * dired-x.el: Change Maintainer field.
8827
8828 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8829
8830 * longlines.el (longlines-mode): Bind after-change-functions to
8831 nil during initial decoding and final encoding.
8832
8833 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8834
8835 * term.el (term-emulate-terminal, term-handle-colors-array)
8836 (term-handle-ansi-escape): Specify the terminfo capabilities
8837 implemented.
8838
8839 2005-10-26 Richard M. Stallman <rms@gnu.org>
8840
8841 * info.el (Info-fontify-node): Fix detection of sentence-break
8842 before *Note.
8843
8844 2005-10-26 Romain Francoise <romain@orebokech.com>
8845
8846 * smerge-mode.el: Add `tools' to file keywords.
8847
8848 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8849
8850 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8851 when the fringe is not available.
8852
8853 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8854 (def-gdb-auto-update-trigger): Simplify construction.
8855 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8856 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8857 defined explicitly.
8858 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8859 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8860 defined explicitly.
8861 (gdb-info-locals-custom): Remove as it's a no-op.
8862
8863 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8864
8865 * longlines.el (longlines-mode): Remove narrowing before
8866 performing the initial decoding or final encoding.
8867
8868 2005-10-25 Romain Francoise <romain@orebokech.com>
8869
8870 * emacs-lisp/find-func.el (find-library-name): Also strip
8871 extension if library name ends in .el, to take advantage of
8872 `find-library-suffixes'.
8873
8874 2005-10-25 Richard M. Stallman <rms@gnu.org>
8875
8876 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8877
8878 2005-10-25 Juri Linkov <juri@jurta.org>
8879
8880 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8881 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8882
8883 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8886 (blackbox-redefine-key): Add argument `map'.
8887
8888 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8889 regions when moving the jit-lock-context-unfontify-pos boundary.
8890
8891 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8892
8893 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8894
8895 2005-10-25 Masatake YAMATO <jet@gyve.org>
8896
8897 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8898
8899 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8900
8901 * play/blackbox.el (blackbox-redefine-key): New function.
8902 (blackbox-mode-map): Use it to remap existing bindings for cursor
8903 motion instead of binding literal keys.
8904
8905 2005-10-25 Glenn Morris <rgm@gnu.org>
8906
8907 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8908 diary does not end in a newline. Do not assume a blank line at
8909 the start of the diary file.
8910
8911 2005-10-25 Kenichi Handa <handa@m17n.org>
8912
8913 * international/quail.el (quail-translate-key): If the input
8914 method is deterministic and failed to handle the last key, restart
8915 the key handling loop from an appropriate key.
8916
8917 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8918
8919 * vc.el (vc-dired-mode): Extend comment for binding of
8920 `directory-listing-before-filename-regexp'.
8921
8922 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * textmodes/texinfo.el (texinfo-mode):
8925 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8926 not to unnecessarily expose emacs-mule's internal char codes.
8927
8928 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8929
8930 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8931 Display hand pointer and help-echo on disabled icon too.
8932 (gdb-mouse-until): New function.
8933 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8934
8935 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8936
8937 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8938 with 2005-10-23 change to doctor.el.
8939
8940 * finder.el (finder-mode-map): Add follow-link binding.
8941
8942 2005-10-25 Kim F. Storm <storm@cua.dk>
8943
8944 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8945 to gdb-mouse-toggle-breakpoint-fringe.
8946 (gdb-mouse-toggle-breakpoint-margin): Rename from
8947 gdb-mouse-toggle-breakpoint. Fix doc.
8948 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8949 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8950 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8951 string properties also for fringe breakpoint bitmaps.
8952
8953 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8954
8955 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8956
8957 2005-10-25 Masatake YAMATO <jet@gyve.org>
8958
8959 * simple.el (completion-common-substring):
8960 Use `completion-common-substring' prior to `completion-base-size'.
8961
8962 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8963
8964 * savehist.el: Require CL while compiling.
8965 (savehist-history-variables): Remove.
8966 (savehist-save-minibuffer-history, savehist-additional-variables)
8967 (savehist-minibuffer-history-variables): New vars.
8968 (savehist-save): Use them.
8969 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8970 (savehist-install): New fun, extracted from savehist-load.
8971 (savehist-load): Use them.
8972
8973 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8976 a dummy doc-string-elt property.
8977 (defalias, defvaralias, define-category): Add a docstring property.
8978
8979 * image.el (defimage):
8980 * widget.el (define-widget):
8981 * custom.el (defface, defcustom): Add `doc-string' declaration.
8982
8983 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8984 (defadvice): Add `doc-string' declaration.
8985
8986 * emacs-lisp/byte-run.el (macro-declaration-function):
8987 Handle `doc-string' declarations.
8988 (define-obsolete-function-alias, define-obsolete-variable-alias):
8989 Add `doc-string' declaration.
8990
8991 2005-10-24 Kenichi Handa <handa@m17n.org>
8992
8993 * international/utf-7.el (utf-7): Add autoload cookie.
8994
8995 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8996
8997 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8998
8999 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9000 list of directories passed to batch-update-autoloads. Add "." to
9001 the list of the echoed directories.
9002
9003 * pgg-def.el:
9004 * pgg-gpg.el:
9005 * pgg-parse.el:
9006 * pgg-pgp.el:
9007 * pgg-pgp5.el:
9008 * pgg.el: Moved here from the gnus subdirectory.
9009
9010 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9011
9012 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9013 in case comint-prompt-read-only is set to t.
9014
9015 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9016 in case comint-prompt-read-only is set to t.
9017
9018 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9019
9020 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9021 Now a string.
9022 (icalendar-import-format): Handle CLASS, STATUS, URL.
9023 Rename `subject' to `summary'.
9024 (icalendar-import-format-summary): Rename from
9025 `icalendar-import-format-subject'.
9026 (icalendar-import-format-url, icalendar-import-format-status)
9027 (icalendar-import-format-class): New variables.
9028 (icalendar--rris): Take variable argument list.
9029 (icalendar--datestring-to-isodate): Remove unnecessary
9030 calendar-style check when converting dates with explicit month names.
9031 (icalendar-export-region): Change return type of conversion
9032 subroutines. Bury current buffer unless error occurred.
9033 (icalendar--convert-to-ical)
9034 (icalendar--parse-summary-and-rest): New functions.
9035 (icalendar--convert-ordinary-to-ical)
9036 (icalendar--convert-weekly-to-ical)
9037 (icalendar--convert-yearly-to-ical)
9038 (icalendar--convert-block-to-ical)
9039 (icalendar--convert-cyclic-to-ical)
9040 (icalendar--convert-anniversary-to-ical): Change return type.
9041 Strip trailing blanks from subject.
9042 (icalendar--convert-sexp-to-ical): Change return type.
9043 Strip trailing blanks from subject. Handle simple sexp
9044 entries as generated by icalendar.el.
9045 (icalendar--convert-float-to-ical)
9046 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9047 (icalendar-import-file): Doc fix.
9048 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9049 Correct call to icalendar--rris.
9050 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9051 `summary'.
9052 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9053
9054 2005-10-24 Romain Francoise <romain@orebokech.com>
9055
9056 * server.el (server-sentinel): Set query-on-exit flag to nil on
9057 new client processes (it isn't inherited from the server process).
9058
9059 * replace.el (occur-engine): Rearrange text properties.
9060
9061 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9064 case-fold-search is nil.
9065 (debug-help-follow): Use help-xref-interned directly.
9066
9067 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * thumbs.el (thumbs-image-type): Add .pbm.
9070
9071 2005-10-23 Richard M. Stallman <rms@gnu.org>
9072
9073 * faces.el (inhibit-face-set-after-frame-default): New variable.
9074 (set-face-attribute): Bind it.
9075 (face-set-after-frame-default): Test it.
9076
9077 * help-fns.el (describe-simplify-lib-file-name): New function.
9078 (describe-function-1, describe-variable): Use it.
9079
9080 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9081
9082 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9083 Eliminate nil as possible value.
9084 (tooltip-hide-delay): Reduce internal-border-width.
9085
9086 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9087 (menu-bar-file-menu) <new-file>: Likewise.
9088
9089 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9090
9091 * international/mule.el (load-with-code-conversion):
9092 Pass full file name to `eval-buffer' unless preloading.
9093
9094 * textmodes/flyspell.el (flyspell-large-region):
9095 Call ispell-check-version.
9096
9097 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9098 Fix the make-variable-buffer-local call that was supposed
9099 to be for this variable.
9100 (ispell-aspell-supports-utf8): Doc fix.
9101 (ispell-find-aspell-dictionaries): Preserve elements of
9102 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9103 (ispell-aspell-find-dictionary): Return nil on error.
9104
9105 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9106 (doctor-symptoms): Likewise.
9107
9108 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9109
9110 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9113 (custom-raised-buttons): Add :set spec.
9114 (custom-button-unraised, custom-button-pressed-unraised):
9115 New faces, so that custom-raised-buttons actually does something.
9116 (custom-mode): Use custom-button and custom-button-pressed.
9117
9118 * wid-edit.el (widget-specify-button): Don't ignore
9119 widget-mouse-face on graphic terminals.
9120 (widget-move-and-invoke): Cleanup.
9121
9122 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9123
9124 * whitespace.el (whitespace-cleanup): Doc fix.
9125
9126 2005-10-23 Romain Francoise <romain@orebokech.com>
9127
9128 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9129 `eval-after-load' to avoid evaluating their result.
9130
9131 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9132
9133 * files.el (directory-listing-before-filename-regexp):
9134 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9135
9136 * dired.el (dired-move-to-filename-regexp): Remove.
9137 All occurences replaced by `directory-listing-before-filename-regexp'.
9138
9139 * dired-x.el, locate.el, vc.el:
9140 Replace `dired-move-to-filename-regexp' by
9141 `directory-listing-before-filename-regexp'. In vc.el it is
9142 overwritten locally; maybe this can be handled in files.el too.
9143
9144 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9145 replaced by `directory-listing-before-filename-regexp'.
9146
9147 2005-10-23 Andreas Schwab <schwab@suse.de>
9148
9149 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9150 and eval-next-after-load.
9151
9152 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9153
9154 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9155 exist, create it.
9156
9157 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9158
9159 * allout.el: Remove autoloads for mailcrypt and crypt++.
9160 Require pgg, pgg-gpg during compilation.
9161 (allout-version): Increment version number to 2.1, and use a literal
9162 rather than RCS Id.
9163 (allout-default-encryption-scheme): Remove.
9164 (allout-passphrase-verifier-handling)
9165 (allout-passphrase-verifier-string)
9166 (allout-file-passphrase-verifier-string)
9167 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9168 (allout-passphrase-hint-handling): Rename and simplify.
9169 (allout-init): Use `find-file-hook' if available, otherwise
9170 `find-file-hooks'.
9171 (allout-mode): Use `write-file-functions' if available, otherwise
9172 `local-write-file-hooks' and, instead of making auto-save-hook
9173 buffer local, make the write-file-hook activity contingent to
9174 allout-mode.
9175 (allout-mode): Use key-binding substitution in the docstring.
9176 (allout-kill-line): Spell-out kill ring data structure mutation
9177 instead of using byte-compiler-complaint-provoking `pop'.
9178 (allout-insert-listified): Use `insert' rather than `insert-string'
9179 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9180 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9181 (allout-encrypt-string): Totally revamped vis new underlying
9182 encryption facilities.
9183 (allout-mc-activate-passwd): Remove.
9184 (allout-obtain-passphrase): New, more or less replaces
9185 allout-mc-activate-passwd.
9186 (allout-encrypted-key-info): More or less replaces
9187 allout-encrypted-text-type.
9188 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9189 (my-mark-marker): Use `(featurep 'xemacs)'.
9190
9191 2005-10-23 Lars Hansen <larsh@soem.dk>
9192
9193 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9194 (byte-compile-file-form-defmumble, byte-compile-defun)
9195 (byte-compile-defmacro): Use it.
9196 (byte-compile-form): Don't call byte-compile-set-symbol-position
9197 when a byte-compile handler is called.
9198
9199 2005-10-22 Romain Francoise <romain@orebokech.com>
9200
9201 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9202
9203 * subr.el (eval-after-load): Convert library name to an absolute
9204 file name using locate-library, since load-history no longer has
9205 library names in it.
9206
9207 2005-10-22 Richard M. Stallman <rms@gnu.org>
9208
9209 * files.el (make-temp-file): Move from subr.el.
9210 * subr.el (make-temp-file): Move to files.el.
9211
9212 * window.el (get-buffer-window-list): Move from subr.el.
9213 * subr.el (get-buffer-window-list): Move to window.el.
9214
9215 * image.el (image-load-path): Use eval-at-startup to initialize.
9216
9217 * subr.el (eval-at-startup): New macro.
9218
9219 * subr.el: Much rearrangement of functions and division
9220 into pages. No code changes.
9221
9222 2005-10-22 Kenichi Handa <handa@m17n.org>
9223
9224 * tar-mode.el (tar-extract): Be sure to call
9225 find-operation-coding-system if set-auto-coding doesn't find a
9226 coding system.
9227
9228 2005-10-22 Kim F. Storm <storm@cua.dk>
9229
9230 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9231 Change users.
9232 (image-type-file-name-regexps): New defconst.
9233 (image-type-from-data): Simplify loop.
9234 (image-type-from-buffer): New defun.
9235 (image-type-from-file-header): Use it instead of image-type-from-data.
9236 Use image-search-load-path instead of only looking in data-directory.
9237 (image-type-from-file-name): New defun.
9238 (image-search-load-path): Change `pathname' to `filename'.
9239 Make PATH arg optional, default to image-load-path.
9240
9241 2005-10-21 Richard M. Stallman <rms@gnu.org>
9242
9243 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9244
9245 * textmodes/paragraphs.el (sentence-end-base): New variable.
9246 (sentence-end): Use sentence-end-base.
9247
9248 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9249
9250 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9251 property independently from the font-lock-multiline variable.
9252
9253 2005-10-21 Richard M. Stallman <rms@gnu.org>
9254
9255 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9256
9257 * startup.el (command-line): Convert library names
9258 in `load-history' to absolute file names.
9259
9260 * subr.el (symbol-file): Doc fix.
9261
9262 * loadhist.el (file-loadhist-lookup): Call locate-library
9263 instead of find-library-name. Don't try converting
9264 abs file names to library names, since load-history no longer
9265 has library names in it.
9266 (file-dependents, file-provides, file-requires): Doc fixes.
9267
9268 2005-10-21 Juri Linkov <juri@jurta.org>
9269
9270 * progmodes/etags.el (tags-table-mode): New function.
9271 (tags-verify-table): Replace initialize-new-tags-table with
9272 tags-table-mode.
9273
9274 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9275 default value.
9276 (desktop-modes-not-to-save): Add tags-table-mode to the
9277 default value.
9278
9279 * info.el (Info-index-next): Add total number of index
9280 alternatives to the message.
9281
9282 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9283 backward only space (instead of space and period) before looking
9284 at sentence end.
9285
9286 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9287 Add the old variable value as 4th default-value arg of read-string.
9288
9289 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9290
9291 * cus-face.el (custom-declare-face): Make face from X resources
9292 also on Mac.
9293
9294 * disp-table.el (standard-display-g1, standard-display-graphic):
9295 Refuse to use string glyphs also on Mac.
9296 (standard-display-european): Don't set terminal coding system also
9297 on Mac.
9298
9299 * frame.el (display-screens): Use x-display-screens also on Mac.
9300
9301 2005-10-21 Romain Francoise <romain@orebokech.com>
9302
9303 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9304
9305 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9308 and $? into sexps.
9309
9310 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9311 warning face on open-paren-in-column-0.
9312
9313 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9314 boundary case. Fix typo.
9315 Suggested by Martin Rudalics <rudalics@gmx.at>.
9316
9317 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9318
9319 * textmodes/org.el (org-combined-agenda-icalendar-file)
9320 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9321 (org-export-icalendar-this-file)
9322 (org-export-icalendar-all-agenda-files)
9323 (org-export-icalendar-combine-agenda-files): New commands.
9324 (org-export-icalendar, org-print-icalendar-entries)
9325 (org-start-icalendar-file, org-finish-icalendar-file)
9326 (org-ical-ts-to-string): New functions.
9327 (org-read-date, org-goto-calendar)
9328 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9329 call to `calendar'.
9330 (orgtbl-setup): Remove the :keys arguments from the menu description.
9331 (org-after-save-iCalendar-file-hook): New variable.
9332
9333 2005-10-21 Kenichi Handa <handa@m17n.org>
9334
9335 * language/vietnamese.el (tcvn-5712): Make it an alias of
9336 vietnamese-tcvn coding-system.
9337
9338 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9339
9340 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9341 group id is given.
9342
9343 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9346 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9347 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9348 whose line is either continued or ends with a comment.
9349
9350 2005-10-20 Romain Francoise <romain@orebokech.com>
9351
9352 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9353
9354 * replace.el (occur-engine): Add follow-link property.
9355
9356 * font-core.el (font-lock-mode): Doc fix.
9357
9358 2005-10-20 Richard M. Stallman <rms@gnu.org>
9359
9360 * net/rcirc.el: New file.
9361
9362 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9363
9364 * term.el (term-term-name): Initialize to "eterm-color".
9365
9366 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9367
9368 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9369 for encryption functionality.
9370 Move allout customization subgroup from `editing' to `outlines' group.
9371 Fix commentary keywords to legitimate ones.
9372 Update author info (using my current email address, obscurified).
9373 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9374 (allout-encrypted-topic-p, allout-encrypted-text-type)
9375 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9376 (allout-situate-encryption-key-verifier)
9377 (allout-get-encryption-key-verifier, allout-verify-key)
9378 (allout-next-topic-pending-encryption)
9379 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9380 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9381 (outline-key-verifier-handling, outline-key-hint-handling)
9382 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9383 (allout-file-key-verifier-string, allout-encryption-scheme)
9384 (allout-key-verifier-string, allout-key-hint-string)
9385 (allout-after-save-decrypt): New variables.
9386 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9387 (allout-after-saves-handler): New hook functions.
9388 (allout-post-command-business): Do allout-after-save-decrypt.
9389 (allout-enable-file-variable-adjustment): Custom var to enable
9390 mechanism for adding and adjusting settings of Emacs file variables.
9391 (allout-adjust-file-variable, allout-file-vars-section-data):
9392 New functions, implement the mechanism.
9393 (outlineify-sticky): Use the file vars mechanism.
9394 (allout-inhibit-protection, allout-during-write-cue)
9395 (allout-override-protect, allout-before-change-protect): Remove.
9396 (allout-flag-region, allout-open-topic): Adjust read-only text.
9397 (allout-open-line-not-read-only): Add to facilitate read-only
9398 text based protection.
9399 (allout-kill-line): Revise to adjust read-only text, clue the
9400 user about the inhibition.
9401 (allout-unprotected): Use unwind-protect.
9402 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9403 topic deeper than the offspring depth of the previous topic -
9404 avoiding confusing "containment discontinuities".
9405 (allout-reindent-bodies): Fix retention of body relative hanging
9406 indent during promotion of collapsed bodies.
9407 (allout-open-topic): Make it easy to open new topic with same
9408 bullet as current topic - topic creation functions provided with
9409 any universal argument provokes now prompt for bullet, defaulting
9410 to the bullet of the previous topic.
9411 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9412 Plain bullet alternates `.' period and `,' comma only. All other
9413 bullets are relegated to special status (but customizable).
9414 (allout-end-of-entry): Rename from allout-end-of-current-entry
9415 since it actually operates w.r.t. most immediately containing
9416 entry, visible or not.
9417 (allout-hide-current-entry, allout-show-current-entry): Use the
9418 revised version.
9419 (allout-old-expose-topic): Solidify deprecation.
9420 (allout-end-of-subtree): Add so we can span concealed as well
9421 as visible topics.
9422 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9423 (allout-end-of-current-heading): Tweak to just respect the first line.
9424 (allout-get-body-text): Add.
9425 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9426 when invoked interactively.
9427 (allout-up-current-level): Use `interactive-p'.
9428 (allout-mode, allout-init): Miscellaneous docstring and
9429 operational refinements, as well as hookups of new encryption stuff.
9430 (allout-beginning-of-current-entry): Now works as advertised.
9431 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9432 (allout-isearch-rectification): Refine condition for isearching.
9433 (allout-isearch-abort, allout-enwrap-isearch)
9434 (allout-flag-region, my-region-active-p): Relocate some macros.
9435 (allout-title): Fallback title is (buffer-name), not
9436 non-existing (current-buffer-name).
9437 (subst-char-in-string): Define if absent (for some XEmacs versions).
9438
9439 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9440
9441 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9442 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9443 (mail-citation-prefix-regexp, mail-signature-file)
9444 (mail-default-headers, mail-bury-selects-summary)
9445 (mail-send-nonascii): Add autoload cookies.
9446
9447 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9448
9449 * frame.el (blink-cursor-mode): Add `mac' to the list of
9450 window-system's that support blinking cursor.
9451
9452 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9453
9454 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9455
9456 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9457
9458 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9459 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9460 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9461
9462 2005-10-20 Kim F. Storm <storm@cua.dk>
9463
9464 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9465 (ido-set-current-directory): Don't add / after final @.
9466 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9467 Explicitly handle ange-ftp completion oddities.
9468 (ido-make-file-list): Don't rotate list at tramp root to avoid
9469 triggering tramp file handler for expand-file-name via get-file-buffer.
9470
9471 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9474
9475 2005-10-19 Jay Belanger <belanger@truman.edu>
9476
9477 * calc/calc-units.el (math-standard-units): Add units, adjust
9478 symbols and update values.
9479 (math-unit-prefixes): Add more prefixes.
9480
9481 2005-10-19 Romain Francoise <romain@orebokech.com>
9482
9483 * bookmark.el (bookmark-menu-heading): New face.
9484 (bookmark-bmenu-list): Use it.
9485 Don't fiddle with `baud-rate' at top-level.
9486
9487 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9488
9489 * image.el (create-image, find-image): Mention max-image-size in
9490 docstring.
9491
9492 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * savehist.el (savehist-load): Revert to checking XEmacs.
9495
9496 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9497 Various docstring and line-width fixups.
9498 (conf-mode): Use cond.
9499 Set font-lock-defaults. Don't set comment-use-syntax.
9500
9501 2005-10-18 David Ponce <david@dponce.com>
9502
9503 * tree-widget.el (tree-widget-button-click): New function.
9504 (tree-widget-button-keymap): Use it.
9505
9506 2005-10-18 Romain Francoise <romain@orebokech.com>
9507
9508 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9509 (bookmark-bmenu-hide-filenames): Add follow-link property.
9510 Improve help-echo text.
9511
9512 * ffap.el (find-file-at-point): Doc fix.
9513
9514 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9515
9516 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9517
9518 2005-10-18 Masatake YAMATO <jet@gyve.org>
9519
9520 Install to the CVS repository what I forgot to install in my
9521 2005-10-16 changes.
9522
9523 * progmodes/python.el (python-complete-symbol): Pass the common
9524 prefix substring of completion to `display-completion-list'.
9525
9526 * textmodes/org.el (org-complete): Ditto.
9527
9528 2005-10-18 Masatake YAMATO <jet@gyve.org>
9529
9530 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9531
9532 * woman.el (WoMan-xref-man-page): New button type derived
9533 from `Man-abstract-xref-man-page'.
9534 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9535
9536 * man.el (Man-abstract-xref-man-page): New button type.
9537 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9538 (Man-highlight-references): Add new optional argument `xref-man-type'.
9539
9540 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9541
9542 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9543
9544 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9545
9546 * cus-edit.el (Custom-move-and-invoke): Delete.
9547 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9548
9549 * wid-edit.el (widget-move-and-invoke): New function, from
9550 Custom-move-and-invoke.
9551
9552 2005-10-17 Bill Wohler <wohler@newt.com>
9553
9554 Move all remaining images from lisp/toolbar to etc/images, move
9555 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9556 the low resolution images in their own directory (low-color).
9557
9558 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9559 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9560 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9561 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9562 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9563 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9564 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9565
9566 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9567 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9568 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9569 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9570 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9571 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9572 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9573 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9574 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9575 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9576 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9577 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9578 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9579 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9580 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9581
9582 To conform with convention, replace the underscore (_) in the
9583 following image names with dash (-) or (/) as appropriate.
9584
9585 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9586 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9587 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9588 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9589 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9590 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9591 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9592 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9593 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9594 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9595 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9596 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9597 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9598 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9599 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9600
9601 * info.el (info-tool-bar-map): Replace underscores in image names
9602 with dashes.
9603
9604 * makefile.w32-in (WINS): Remove toolbar.
9605
9606 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9607
9608 * tool-bar.el: Move to lisp from toolbar. Now that
9609 toolbar is empty, it should be deleted when folks run "cvs up -P".
9610
9611 2005-10-18 Jay Belanger <belanger@truman.edu>
9612
9613 * calc/calc-store.el (calc-store-into): Get the proper variable name
9614 to display in message.
9615
9616 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9617
9618 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9619 expressions display in speedbar for all buffers when debugging.
9620 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9621
9622 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9623 (speedbar-insert-button, speedbar-make-button):
9624 Use add-text-properties.
9625 (speedbar-update-localized-contents)
9626 (speedbar-update-directory-contents)
9627 (speedbar-update-special-contents): Use dolist.
9628 (speedbar-buffer-easymenu-definition): Add a menu separator.
9629
9630 2005-10-17 Jason Rumney <jasonr@gnu.org>
9631
9632 * makefile.w32-in: Use $(lisp) consistently.
9633 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9634 for shell specific generation of mh-autoloads.
9635
9636 2005-10-17 Richard M. Stallman <rms@gnu.org>
9637
9638 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9639
9640 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * jit-lock.el (jit-lock-fontify-now):
9643 Move jit-lock-context-unfontify-pos to avoid wasted work.
9644
9645 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9646
9647 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9648 `tramp-completion-mode' for checking if we are in completion mode.
9649 (tramp-completion-handle-file-name-all-completions): Reorder code
9650 in order to complete for file names only in case there are no
9651 method/user/host completions. This is necessary for cooperation
9652 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9653
9654 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9655
9656 * longlines.el (longlines-search-forward)
9657 (longlines-search-backward): Match any number of spaces.
9658
9659 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9660
9661 * diff-mode.el (diff-mode): Doc fix.
9662
9663 2005-10-16 David Reitter <david.reitter@gmail.com>
9664
9665 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9666 as default on darwin and windows systems.
9667
9668 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9669
9670 * arc-mode.el (archive-zip-extract): Doc fix.
9671
9672 2005-10-16 Romain Francoise <romain@orebokech.com>
9673
9674 * mouse.el (mouse-1-click-follows-link): Doc fix.
9675
9676 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9677
9678 * savehist.el: Don't require CL at runtime.
9679 (savehist-xemacs): Remove.
9680 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9681 (savehist-no-conversion): Use (featurep 'xemacs).
9682 (savehist-load): Check existence of start-itimer rather than XEmacs.
9683 Use an idle timer.
9684 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9685 `delete-if-not'.
9686
9687 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9688
9689 * savehist.el: Newer version.
9690 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9691 (savehist-last-checksum, savehist-no-conversion): New vars.
9692 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9693 New functions.
9694 (savehist-load, savehist-save): Use them.
9695 (savehist-delimit): Remove.
9696
9697 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * progmodes/compile.el (compilation-goto-locus): Display the
9700 compilation buffer first and the source buffer second, in case they're
9701 in overlapping frames. Don't raise the compilation frame if it was the
9702 selected window upon entry. Pass the `other-window' arg to
9703 pop-to-buffer.
9704
9705 * info.el (Info-fontify-node): Use dolist.
9706 Change add-text-properties to put-text-property.
9707
9708 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9709
9710 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9711 bound of search.
9712
9713 2005-10-16 Masatake YAMATO <jet@gyve.org>
9714
9715 * dabbrev.el (dabbrev-completion): Pass the common
9716 prefix substring of completion to `display-completion-list'.
9717
9718 * filecache.el (file-cache-minibuffer-complete)
9719 (file-cache-complete): Ditto.
9720
9721 * tempo.el (tempo-display-completions): Ditto.
9722
9723 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9724
9725 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9726
9727 * eshell/em-hist.el (eshell-list-history): Ditto.
9728
9729 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9730
9731 * mail/mailalias.el (mail-complete): Ditto.
9732
9733 * progmodes/etags.el (complete-tag): Ditto.
9734
9735 * progmodes/make-mode.el (makefile-complete): Ditto.
9736
9737 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9738
9739 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9740
9741 * progmodes/pascal.el (pascal-complete-word)
9742 (pascal-show-completions): Ditto.
9743
9744 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9745
9746 * simple.el (completion-common-substring): New variable.
9747 (completion-setup-function): Use `completion-common-substring'
9748 to put faces.
9749
9750 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9751
9752 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9753 (x-get-selection, mac-select-convert-to-string): Convert from/to
9754 UTF-16 clipboard data as in native byte order, no BOM.
9755
9756 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9757
9758 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9759 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9760 (gud-sentinel): Use speedbar-frame to check for speedbar.
9761
9762 2005-10-15 Richard M. Stallman <rms@gnu.org>
9763
9764 * savehist.el: New file.
9765
9766 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9767
9768 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9769 Fix bug in \bf fontification.
9770
9771 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * pcvs.el (cvs-edit-log-files): New var.
9774 (cvs-mode-edit-log): New arg `file'.
9775 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9776 Instead force the use of the original file and nothing else.
9777 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9778 the cvs-minor-wrap-function is set.
9779 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9780
9781 2005-10-14 Bill Wohler <wohler@newt.com>
9782
9783 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9784 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9785 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9786 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9787 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9788 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9789 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9790 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9791 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9792 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9793 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9794 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9795 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9796 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9797 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9798
9799 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9800 appropriately (for example, gud-break to gud/break).
9801
9802 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9803
9804 * longlines.el (longlinges-search-function)
9805 (longlines-search-forward, longlines-search-backward): New functions.
9806 (longlines-mode): Set isearch-search-fun-function to
9807 longlinges-search-function.
9808
9809 * mouse.el (mouse-drag-region-1): Handle the case where a
9810 double-click event is bound to an arbitrary function.
9811
9812 2005-10-14 David Ponce <david@dponce.com>
9813
9814 * recentf.el (recentf-track-opened-file)
9815 (recentf-track-closed-file, recentf-update-menu)
9816 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9817 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9818 mouse-1-click-follows-link.
9819
9820 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9821
9822 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9823 Gnome file-manager.png. Suggested by
9824 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9825
9826 * toolbar/README: Add diropen.xpm.
9827
9828 2005-10-13 Bill Wohler <wohler@newt.com>
9829
9830 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9831 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9832
9833 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9836 Don't waste the byte-compiler's time on constant data.
9837
9838 2005-10-13 Kenichi Handa <handa@m17n.org>
9839
9840 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9841 byte with `escape-glyph' face.
9842
9843 * international/fontset.el (ccl-encode-unicode-font):
9844 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9845 Handle the case that ucs-mule-to-mule-unicode translates a character to
9846 ASCII (usually for IPA characters).
9847
9848 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9851 Don't hide the underline of titles if font-lock-mode is disabled.
9852
9853 2005-10-12 Bill Wohler <wohler@newt.com>
9854
9855 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9856 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9857 files in MH-E-SRC have been updated.
9858 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9859
9860 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9863 (mixal-mode-syntax-table): Add \n as end-comment.
9864 (mixal-operation-codes-alist): Immediately initialize to full value.
9865 (mixal-add-operation-code): Remove.
9866 (mixal-describe-operation-code): Make the arg non-optional.
9867 Use the interactive spec instead.
9868 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9869 (mixal-font-lock-keywords): Don't highlight comments here any more.
9870 (mixal-font-lock-syntactic-keywords): New var.
9871 (mixal-mode): Use it. Fix comment-start-skip.
9872
9873 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9874
9875 * startup.el (command-line-x-option-alist): -nb => -nbi
9876
9877 2005-10-12 Kim F. Storm <storm@cua.dk>
9878
9879 * startup.el (fancy-splash-default-action): Discard mouse click in
9880 the splash screen window, as it has no sensible meaning in the
9881 next window to be selected. Fixes error reported by Jan D.
9882
9883 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9884
9885 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9886
9887 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9890 Try to fix up minor layout issues like indentation, line break, etc...
9891 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9892 because it doesn't work.
9893 (mixal-operation-codes): Add some more codes.
9894 (mixal-font-lock-keywords): Process comments here.
9895 (mixal-mode): mixasm no longer needs -g option.
9896
9897 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9898
9899 * progmodes/sh-script.el (sh-tmp-file):
9900 Use mktemp -t. Finish support for es and rc shells.
9901
9902 2005-10-11 Jay Belanger <belanger@truman.edu>
9903
9904 * calc/calcalg2.el (calc-integral): With an argument, compute the
9905 definite integral.
9906
9907 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9908
9909 * mouse.el (mouse-drag-region-1): Don't try to catch a
9910 double-click when doing follow-link (it's overridden anyway).
9911
9912 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9915 (autoload-print-form-outbuf): Add docstring.
9916
9917 2005-10-11 Juri Linkov <juri@jurta.org>
9918
9919 * info.el (Info-mode-menu): Delete menu item "Edit".
9920 (Info-mode): Delete description of Info-edit from docstring,
9921 and rearrange descriptions of Info commands in the order
9922 they are documented in the Info manual.
9923
9924 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * calendar/appt.el (appt-check): Use diary-selective-display var.
9927
9928 2005-10-10 Richard M. Stallman <rms@gnu.org>
9929
9930 * net/newsticker.el (newsticker-start, newsticker-show-news):
9931 Add autoload cookies.
9932
9933 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9934
9935 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9936
9937 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9938
9939 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9940
9941 2005-10-10 Jay Belanger <belanger@truman.edu>
9942
9943 * calc/calc-arith.el (math-check-known-scalarp)
9944 (math-check-known-matrixp): Check the values of arguments that are
9945 variables.
9946 (math-check-known-square-matrixp): New function.
9947 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9948 (math-super-types): Add sqmatrix type.
9949
9950 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9951 mode name `square' to `sqmatrix'.
9952
9953 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9954 mode name `square' to `sqmatrix'.
9955
9956 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * progmodes/etags.el (select-tags-table-mode): Don't use
9959 selective-display.
9960 (tags-select-tags-table): Pass `button' to the action function.
9961 (select-tags-table): Place the side-info on button properties rather
9962 than in hidden text. Abbreviate file names.
9963 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9964 (select-tags-table-select): Add `button' argument.
9965 Get side-info from the button property rather than from hidden text.
9966
9967 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9968
9969 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9970 (gud-speedbar-buttons): Preserve point if possible.
9971 (gud-sentinel): Restore previous speedbar display type.
9972
9973 * progmodes/gdb-ui.el (gdba): Improve diagram.
9974 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9975 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9976 Call get-buffer-window once.
9977
9978 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9981 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9982 (pascal-indent-command): Remove unused var `ind'.
9983 (pascal-indent-case): Remove unused var `oldpos'.
9984 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9985 since it's now used as a proper minor mode map.
9986 (pascal-outline): Rename to pascal-outline-mode.
9987 (pascal-outline-mode): Use define-minor-mode.
9988 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9989 selective-display.
9990
9991 2005-10-10 Andreas Schwab <schwab@suse.de>
9992
9993 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9994 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9995
9996 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9997 outside source directory.
9998
9999 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10000
10001 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10002 C-x' as a prefix.
10003 (orgtbl-mode-map): Full keymap instead of sparse, because all
10004 `self-insert-command' keys are redefined in this map.
10005 (org-export-as-html): Specify charset for HTML file, by taking it
10006 from the coding system.
10007
10008 2005-10-10 Kenichi Handa <handa@m17n.org>
10009
10010 * textmodes/flyspell.el (flyspell-check-word-p):
10011 If unread-command-events is non-empty, don't call sit-for.
10012
10013 2005-10-09 Richard M. Stallman <rms@gnu.org>
10014
10015 * font-lock.el (font-lock-syntactic-keywords)
10016 (font-lock-keywords): Doc fixes.
10017
10018 * textmodes/flyspell.el (flyspell-external-point-words):
10019 Simplify logic, and don't try to check for consecutive appearances
10020 of one incorrect word.
10021
10022 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10023
10024 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10025 separator.
10026
10027 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10028 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10029 (gud-expansion-speedbar-buttons): New function.
10030 (gud-speedbar-buttons): Check for gud-comint-buffer.
10031
10032 2005-10-09 Bill Wohler <wohler@newt.com>
10033
10034 * Makefile.in (updates): Add mh-loaddefs dependency.
10035
10036 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10037
10038 * speedbar.el (speedbar-file-key-map): Fix typo.
10039
10040 2005-10-09 Daniel Brockman <daniel@brockman.se>
10041
10042 * cus-start.el (line-spacing): Add custom spec.
10043
10044 2005-10-09 Romain Francoise <romain@orebokech.com>
10045
10046 * textmodes/ispell.el (ispell-check-version): Fix last change.
10047
10048 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10049
10050 * term/x-win.el: Remove -i, --icon-type from comment.
10051
10052 * startup.el (command-line-x-option-alist): Remove options -i,
10053 -itype, --icon-type, added -nb, --no-bitmap-icon
10054
10055 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10056
10057 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10058 instead of :active.
10059
10060 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10061
10062 * textmodes/ispell.el (ispell-check-version):
10063 Ignore hyphen, and all that follows, in aspell's version text.
10064
10065 2005-10-08 Jay Belanger <belanger@truman.edu>
10066
10067 * calc/calc-arith.el (math-known-square-matrixp): New function.
10068 (math-pow-fancy): Check for matrices before distributing exponent
10069 across products.
10070
10071 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10072 fullscreen keypad. Suggested by Luc Teirlinck.
10073 (calc-keypad-show-input): Add space for formatting.
10074
10075 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10076 Add square matrix option.
10077
10078 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10079 of checking calc-matrix-mode when deciding how to expand.
10080
10081 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10082
10083 2005-10-08 Lars Hansen <larsh@soem.dk>
10084
10085 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10086 Add error handling.
10087 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10088
10089 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10090
10091 Sync with Tramp 2.0.51.
10092
10093 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10094 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10095 Insert special handling for `last-coding-system-used', again
10096 it still seems to be necessary (unlike stated before).
10097 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10098 (tramp-password-prompt-regexp): There might be other words before
10099 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10100 (tramp-chunksize): Improve docstring.
10101 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10102 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10103 Christian Joergensen <bugs@razor.dk>.
10104
10105 2005-10-07 Glenn Morris <rgm@gnu.org>
10106
10107 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10108 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10109 precision'.
10110
10111 2005-10-07 Romain Francoise <romain@orebokech.com>
10112
10113 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10114 (ibuffer-do-shell-command-pipe-replace)
10115 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10116 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10117 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10118 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10119 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10120 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10121 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10122 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10123 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10124 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10125 Autoload file sans suffix.
10126
10127 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10128
10129 2005-10-07 David Ponce <david@dponce.com>
10130
10131 * recentf.el (recentf-menu-open-all-flag): New option.
10132 (recentf-digit-shortcut-command-name): New function.
10133 (recentf--shortcuts-keymap): New variable.
10134 (recentf-menu-shortcuts): New variable.
10135 (recentf-make-menu-items): Initialize it. Replace the "More..."
10136 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10137 (recentf-menu-value-shortcut): New function.
10138 (recentf-make-menu-item): Use it. No more in-lined.
10139 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10140 (recentf-open-most-recent-file): Rename from
10141 `recentf-open-file-with-key'. Don't depend on key binding.
10142 (recentf-mode-map): New variable.
10143 (recentf-mode): Use it.
10144
10145 2005-10-06 Bill Wohler <wohler@newt.com>
10146
10147 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10148
10149 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10150 (MH-E-SRC): New. Used by mh-autoloads.
10151 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10152 files in MH-E-SRC have been updated.
10153 (compile, recompile, bootstrap): Depend on mh-autoloads.
10154
10155 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10156
10157 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10158 gud-break and gud-remove icons when the fringe is not available.
10159
10160 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10161 Typo.
10162
10163 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10164
10165 * play/zone.el (zone): Wrap body with save-window-excursion.
10166
10167 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10170 Use the new `list-only' arg to diary-list-entries.
10171
10172 * calendar/diary-lib.el: Use overlays rather than selective-display.
10173 (diary-selective-display): New var.
10174 (diary-header-line-format): Use it.
10175 (diary-list-entries): Add argument `list-only'.
10176 Put the buffer in diary-mode. Don't add \^M at beg and end.
10177 Replace \^M by invisible overlays.
10178 (diary-unhide-everything): Replace \^M by invisible overlays.
10179 (print-diary-entries): Look for overlays rather than \^M.
10180 Add a space to the temp buffer name.
10181 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10182 Put the buffer in diary-mode.
10183 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10184 (diary-anniversary): Make the year arg optional.
10185 (diary-time-regexp): New const.
10186 (diary-font-lock-keywords): Use it to accept a few more time formats.
10187
10188 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10189
10190 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10191
10192 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10193 Fix bug introduced 2005-07-03: Use (car (last ...))
10194 to faithfully reproduce replaced artist-last.
10195 (artist-set-arrow-points-for-poly): Likewise.
10196 Suggested by Johan Bockg\e,Ae\e(Brd.
10197
10198 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10199
10200 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10201 * wid-edit.el (widget):
10202 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10203 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10204
10205 2005-10-06 Kenichi Handa <handa@m17n.org>
10206
10207 * international/mule-cmds.el (set-language-environment):
10208 Fix setting up of case-table for unibyte mode.
10209
10210 * simple.el (what-cursor-position): If the character is displayed
10211 by some `display' text property, show that. Don't use
10212 single-key-description for eight-bit characters in multibyte mode.
10213
10214 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10215
10216 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10217 (gdb-ann3): Set it.
10218 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10219 (gdb-info-frames-custom): Use inverse-video for first five
10220 characters of selected frame only.
10221 (gdb-get-frame-number): Select frame even when point is on frame
10222 number.
10223
10224 2005-10-06 Masatake YAMATO <jet@gyve.org>
10225
10226 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10227 Put `font-lock-function-name-face'.
10228 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10229 and `font-lock-variable-name-face'
10230 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10231 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10232 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10233 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10234 (gdb-local-font-lock-keywords): New font lock keywords definition.
10235 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10236 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10237 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10238
10239 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10240
10241 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10242 (ediff-merge-region-is-non-clash-to-skip): Previously called
10243 ediff-merge-region-is-non-clash.
10244
10245 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10246 Use insert-buffer-substring.
10247
10248 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10249 selecting files to patch. Also bug fixes.
10250
10251 * ediff-util.el (ediff-setup): Bug fix.
10252 (ediff-next-difference): Never skip clashes that differ in white
10253 space only.
10254
10255 * ediff-wind.el (ediff-setup-control-frame)
10256 (ediff-destroy-control-frame): Check the menubar feature.
10257
10258 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10259 (viper-refresh-mode-line): Use make-local-variable to localize
10260 some vars instead of make-variable-buffer-local. Suggested by
10261 Stefan Monnier.
10262
10263 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10264 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10265 Use make-local-variable instead of make-variable-buffer-local.
10266 Suggested by Stefan Monnier.
10267
10268 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10269 (viper-comint-mode-hook): Use make-local-variable on
10270 require-final-newline.
10271 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10272
10273 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10274
10275 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10276 also the second char of a comment-start sequence.
10277 (scheme-sexp-comment-syntax-table): New var.
10278 (lambda, define): Set their scheme-doc-string-elt property.
10279 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10280 Use lisp-font-lock-syntactic-face-function now that it properly
10281 handles |...| symbols.
10282 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10283 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10284
10285 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10286 bit from # to |.
10287 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10288
10289 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10290 (lisp-doc-string-elt-property): New var.
10291 (lisp-font-lock-syntactic-face-function): Use it.
10292 Rewrite to recognize docstrings even for forms not at toplevel.
10293
10294 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10295 annotation on the | part of #| rather than on the # part.
10296 (scheme-font-lock-syntactic-face-function): New function, to
10297 distinguish strings from |...| symbols.
10298 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10299 syntax-table so that #|...|# is properly highlighted.
10300
10301 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10302 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10303
10304 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10307 and C-e.
10308
10309 * emacs-lisp/eldoc.el: Move comments into docstrings.
10310 (eldoc-message-commands): Initialize in its declaration.
10311 Add move-beginning-of-line and move-end-of-line.
10312 (eldoc-add-command, eldoc-add-command-completions)
10313 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10314
10315 * outline.el (outline-mark-subtree): Activate the mark.
10316
10317 * calendar/appt.el (appt-time-regexp): New var.
10318 (appt-add, appt-make-list): Use it.
10319 (appt-convert-time): Clean up.
10320
10321 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10322 Don't set any syntax-table property here.
10323 (tex-font-lock-verb): New function. Do it here.
10324 (tex-font-lock-syntactic-keywords): Use it.
10325
10326 2005-10-04 Richard M. Stallman <rms@gnu.org>
10327
10328 * wid-edit.el (widget-file-complete): Get the widget start point
10329 the right way. Default directory to `/' if file has none.
10330
10331 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10332
10333 * textmodes/flyspell.el (flyspell-mode-on):
10334 Call ispell-maybe-find-aspell-dictionaries.
10335
10336 * textmodes/ispell.el (ispell-word, ispell-region):
10337 Call ispell-maybe-find-aspell-dictionaries.
10338 (ispell-accept-buffer-local-defs):
10339 Don't call ispell-maybe-find-aspell-dictionaries
10340
10341 2005-10-04 Richard M. Stallman <rms@gnu.org>
10342
10343 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10344
10345 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10346
10347 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10348 instead of `fboundp' in order to allow for anonymous functions.
10349
10350 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10351
10352 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10353 case the user clicks on the link while another window is selected.
10354 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10355
10356 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10357 functionality.
10358 (dframe-help-echo): Save point in case mouse tracking is off.
10359
10360 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10361
10362 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10363
10364 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10365
10366 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10367 not change the global value of those vars.
10368
10369 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10370 make-local-variable which we do not need any more.
10371
10372 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10373
10374 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10375 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10376 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10377 (speedbar-path-line): Define obsolete aliases.
10378 (speedbar-line-directory): Doc fix.
10379
10380 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10381 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10382 instead of speedbar-line-path.
10383
10384 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10385
10386 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10387 to nil if dropping on a window. Handle dropping on a minibuffer window
10388 like dropping on a non-window part of Emacs.
10389
10390 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * net/ange-ftp.el: Use with-current-buffer.
10393 (ange-ftp-insert-directory): Do not follow symlinks any more.
10394
10395 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10396 Remove interactive spec.
10397
10398 2005-10-03 Kim F. Storm <storm@cua.dk>
10399
10400 * ido.el (ido-mode): Use custom-initialize-set.
10401
10402 2005-10-02 Richard M. Stallman <rms@gnu.org>
10403
10404 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10405 Use insert-buffer-substring.
10406
10407 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10408 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10409
10410 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10413 in last change.
10414 (ange-ftp-insert-directory): Fix up the search for the case where
10415 `file' is absolute.
10416
10417 2005-10-02 Romain Francoise <romain@orebokech.com>
10418
10419 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10420
10421 2005-10-02 Andreas Schwab <schwab@suse.de>
10422
10423 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10424 directory component in the session info.
10425
10426 2005-10-01 Richard M. Stallman <rms@gnu.org>
10427
10428 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10429
10430 * simple.el (next-error-internal): New function.
10431
10432 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10433 (compilation-start): Pass new arg to compilation-buffer-name.
10434 (compile-goto-error): Use next-error-internal.
10435
10436 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10437
10438 * speedbar.el: Remove RCS tag.
10439 (speedbar-check-read-only): Handle non-existent files.
10440
10441 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10442
10443 * info.el (Info-speedbar-hierarchy-buttons)
10444 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10445
10446 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10447
10448 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10449 Do not match newline.
10450 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10451 (bibtex-summary): Remove unnecessary save-excursion.
10452 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10453
10454 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10455
10456 * term/mac-win.el: Add charset info for "iso10646-1".
10457 Modify default fontset to use ATSUI-compatible fonts for some charsets
10458 if available.
10459
10460 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10461
10462 * speedbar.el: Re-apply arch tag.
10463 (speedbar-version): Rename to version 1.0. Suggested by Eric
10464 M. Ludlam.
10465 Reapply two changes from Emacs CVS' version of speedbar lost
10466 during the merge:
10467 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10468 (speedbar-frame-parameters): Improve customize type.
10469
10470 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10473 (ange-ftp-file-directory-p): Fix the symlink case.
10474 (ange-ftp-insert-directory): When listing a single file, get a list of
10475 the parent buffer and extract the relevant line. Inspired from a patch
10476 by Katsumi Yamaoka <yamaoka@jpl.org>.
10477 (ange-ftp-file-name-sans-versions): Simplify.
10478
10479 2005-09-30 Bill Wohler <wohler@newt.com>
10480
10481 Move MH-E image files from toolbar and mail directories into
10482 etc/images.
10483
10484 * mail/reply2.*: Move to etc/images/mail/reply*.
10485
10486 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10487 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10488 etc/images.
10489
10490 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10491 * toolbar/reply*: Move to etc/images/mail.
10492
10493 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10494
10495 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10496
10497 * speedbar.el: New version 1.0pre3.
10498
10499 Frame management code (including timer, and mouse click specifics)
10500 moved to dframe.el:
10501 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10502 (speedbar-timer): Removed. Use dframe-timer.
10503 (speedbar-close-frame): Removed. Use dframe-close-frame.
10504 (speedbar-activity-change-focus-flag): Removed. Use
10505 dframe-activity-change-focus-flag.
10506 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10507 dframe-update-speed.
10508
10509 (speedbar-current-frame): New macro. Use this instead of the
10510 variable speedbar-frame.
10511
10512 (speedbar-use-images, speedbar-expand-image-button-alist)
10513 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10514
10515 (speedbar-find-image-on-load-path): Removed. Replaced by
10516 defezimage in ezimage.el.
10517 (speedbar-expand-image-button-alist): Removed. Replaced by
10518 ezimage-expand-image-button-alist in ezimage.el.
10519
10520 (speedbar-ignored-directory-regexp)
10521 (speedbar-add-ignored-directory-regexp)
10522 (speedbar-ignored-directory-expressions)
10523 (speedbar-line-directory, speedbar-buffers-line-directory)
10524 (speedbar-directory-line, speedbar-buffers-line-directory):
10525 Renamed, replacing `path' with `directory'.
10526
10527 (speedbar-create-directory, speedbar-expand-line-descendants)
10528 (speedbar-toggle-line-expansion)
10529 (speedbar-contract-line-descendants): New commands.
10530
10531 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10532 (speedbar-use-tool-tips-flag): New options.
10533
10534 (speedbar-check-read-only, speedbar-require-version)
10535 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10536 (speedbar-handle-delete-frame, speedbar-try-completion)
10537 (speedbar-update-localized-contents): New functions.
10538
10539 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10540 (speedbar-object-read-only-indicator): New variables.
10541
10542 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10543 New hooks.
10544
10545 (speedbar-separator-face): New face.
10546
10547 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10548 (speedbar-ignored-modes): Add fundamental-mode.
10549 (speedbar-directory-unshown-regexp): Add . directories.
10550
10551 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10552 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10553 `]' for full expand/close.
10554 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10555
10556 (speedbar-check-vc): Support hidden files.
10557 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10558 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10559 state is nil, it is not checked out.
10560
10561 (speedbar-line-text, speedbar-line-token): Support expand buttons
10562 with no text.
10563 (speedbar-refresh): Universal argument acts as power-click.
10564 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10565 that buffer to get variable values.
10566
10567 And many other bugfixes.
10568
10569 * dframe.el, ezimage.el, sb-image.el: New files.
10570
10571 * sb-*.xpm: Remove files. New image files installed into
10572 etc/images/ezimage.
10573
10574 2005-09-30 Kenichi Handa <handa@m17n.org>
10575
10576 * ps-mule.el (ps-mule-show-warning): If a character is in
10577 ps-print-translation-table, don't treat it as non-printable.
10578
10579 2005-09-30 David Ponce <david@dponce.com>
10580
10581 * tree-widget.el (tree-widget-themes-load-path): New variable.
10582 (tree-widget-themes-directory): Doc fix.
10583 (tree-widget-image-formats) [Emacs]: Doc fix.
10584 (tree-widget--locate-sub-directory): New function.
10585 (tree-widget-themes-directory): Use it.
10586
10587 * recentf.el (recentf-filename-handlers): Rename from
10588 `recentf-filename-handler'. Allow a list of functions.
10589 (recentf-menu-items-for-commands): Fix :help strings.
10590 (recentf-apply-filename-handlers): New function.
10591 (recentf-expand-file-name): Use it.
10592 (recentf-cleanup): Remove duplicates too.
10593
10594 2005-09-29 Juri Linkov <juri@jurta.org>
10595
10596 * faces.el: Rearrange face definitions to be in the same order as
10597 their face descriptions in "(emacs)Standard Faces".
10598
10599 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10600
10601 * tooltip.el (tooltip): Add group `basic-faces'.
10602
10603 * buff-menu.el (Buffer-menu-buffer): Remove group
10604 `font-lock-highlighting-faces'.
10605
10606 * progmodes/compile.el (compilation-error, compilation-warning)
10607 (compilation-info, compilation-line-number, compilation-column-number):
10608 Change group from `font-lock-highlighting-faces' to `compilation'.
10609
10610 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10611 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10612 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10613 (vhdl-font-lock-reserved-words-face)
10614 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10615 `font-lock-highlighting-faces'.
10616
10617 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10618
10619 2005-09-28 Kim F. Storm <storm@cua.dk>
10620
10621 * emulation/cua-base.el: Set CUA move property on additional commands:
10622 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10623 forward-sexp, backward-sexp, forward-list, backward-list.
10624
10625 2005-09-28 Romain Francoise <romain@orebokech.com>
10626
10627 * comint.el (comint-show-output): Really set point at the
10628 beginning of the output when not using `comint-use-prompt-regexp'.
10629
10630 2005-09-27 Jay Belanger <belanger@truman.edu>
10631
10632 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10633 in TeX mode.
10634
10635 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10636
10637 * textmodes/org.el (org-table-sum): Fix format string.
10638
10639 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10640 Quote face names.
10641
10642 2005-09-26 Romain Francoise <romain@orebokech.com>
10643
10644 * isearch.el (isearch-forward-regexp): Close doc string.
10645
10646 2005-09-25 Richard M. Stallman <rms@gnu.org>
10647
10648 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10649
10650 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10651
10652 * progmodes/compile.el (compilation-error-properties):
10653 When getting the file from the previous error message,
10654 correctly decode the new data format.
10655
10656 * progmodes/cc-cmds.el (c-electric-paren):
10657 Call old-blink-paren only for close-paren.
10658
10659 2005-09-24 Andreas Schwab <schwab@suse.de>
10660
10661 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10662 condition.
10663
10664 2005-09-25 Romain Francoise <romain@orebokech.com>
10665
10666 * dired-aux.el (dired-copy-file-recursive):
10667 * dired.el (dired-delete-file):
10668 * ediff-mult.el (ediff-dir-diff-copy-file):
10669 * ediff-util.el (ediff-test-save-region):
10670 * forms.el (forms-mode):
10671 * ido.el (ido-file-internal, ido-delete-file-at-head):
10672 * log-edit.el (log-edit-done):
10673 * ses.el (ses-yank-resize):
10674 * play/gomoku.el (gomoku-human-plays, gomoku)
10675 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10676 (gomoku-offer-a-draw):
10677 * play/landmark.el (lm-human-resigns, lm):
10678 * net/eudcb-ldap.el (eudc-ldap-check-base):
10679 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10680 * progmodes/ebrowse.el (ebrowse-find-pattern):
10681 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10682 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10683 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10684
10685 * vc.el (vc-delete-file):
10686 * play/gomoku.el (gomoku-terminate-game, gomoku)
10687 (gomoku-prompt-for-move, gomoku-human-takes-back):
10688 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10689 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10690
10691 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10692
10693 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10694 color rxvt terminals by using the code xterm.el used to use before
10695 2005-04-09 in order to match the colors used by rxvt.
10696
10697 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10698
10699 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10700 colors rxvt-unicode terminals by using the same code as xterm.el.
10701
10702 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10705 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10706 new symbol used for the tex-verbatim face.
10707
10708 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10709
10710 * woman.el (woman-file-name):
10711 * wid-edit.el (widget-file-prompt-value)
10712 (widget-coding-system-prompt-value):
10713 * w32-fns.el (set-w32-system-coding-system):
10714 * vc.el (vc-version-diff, vc-annotate):
10715 * textmodes/reftex-auc.el (reftex-arg-cite)
10716 (reftex-arg-index-tag):
10717 * textmodes/refer.el (refer-get-bib-files):
10718 * textmodes/artist.el (artist-figlet-choose-font):
10719 * terminal.el (terminal-emulator):
10720 * replace.el (occur-read-primary-args):
10721 * rect.el (string-rectangle, string-insert-rectangle):
10722 * ps-print.el (ps-print-preprint):
10723 * progmodes/pascal.el (pascal-goto-defun):
10724 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10725 * progmodes/compile.el (compilation-find-file):
10726 * printing.el (pr-interactive-n-up):
10727 * play/animate.el (animate-birthday-present):
10728 * net/rcompile.el (remote-compile):
10729 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10730 * mail/rmailsum.el (rmail-summary-search-backward)
10731 (rmail-summary-search):
10732 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10733 (rmail-output-read-file-name):
10734 * mail/rmail.el (rmail-search, rmail-search-backwards):
10735 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10736 * locate.el (locate):
10737 * international/quail.el (quail-show-keyboard-layout):
10738 * international/mule.el (set-buffer-file-coding-system)
10739 (revert-buffer-with-coding-system, set-file-name-coding-system)
10740 (set-terminal-coding-system, set-keyboard-coding-system)
10741 (set-next-selection-coding-system):
10742 * international/mule-diag.el (describe-coding-system)
10743 (describe-font, describe-fontset):
10744 * international/mule-cmds.el (universal-coding-system-argument)
10745 (search-unencodable-char, describe-input-method)
10746 (set-language-environment, describe-language-environment):
10747 * international/codepage.el (codepage-setup):
10748 * international/code-pages.el (codepage-setup):
10749 * info.el (Info-search, Info-follow-reference)
10750 (Info-search-backward):
10751 * emacs-lisp/advice.el (ad-read-advised-function)
10752 (ad-read-advice-class, ad-clear-cache, ad-activate)
10753 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10754 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10755 (ad-read-regexp):
10756 * ediff-util.el (ediff-toggle-regexp-match):
10757 * ediff-ptch.el (ediff-prompt-for-patch-file):
10758 * dired-aux.el (dired-diff):
10759 * diff.el (diff):
10760 * cus-edit.el (custom-variable-prompt):
10761 * calendar/timeclock.el (timeclock-ask-for-project):
10762 * calc/calcalg3.el (calc-get-fit-variables):
10763 * calc/calc-store.el (calc-edit-variable)
10764 (calc-permanent-variable):
10765 * vc-mcvs.el (vc-mcvs-register):
10766 * shadowfile.el (shadow-define-literal-group):
10767 * woman.el (woman-file-name):
10768 * vc.el (vc-version-diff, vc-merge):
10769 * textmodes/reftex-index.el (reftex-index-complete-tag):
10770 * format.el (format-decode-buffer, format-decode-region):
10771 * emulation/viper-cmd.el (viper-read-string-with-history):
10772 * emacs-lisp/debug.el (cancel-debug-on-entry):
10773 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10774 * ediff.el (ediff-merge-revisions)
10775 (ediff-merge-revisions-with-ancestor, ediff-revision):
10776 * completion.el (interactive-completion-string-reader):
10777 * calc/calc-prog.el (calc-user-define-formula):
10778 Follow convention for reading with the minibuffer.
10779
10780 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10781
10782 * progmodes/python.el (python-describe-symbol): Add globals() and
10783 locals() to the arguments of emacs.ehelp.
10784
10785 2005-09-24 Magnus Henoch <mange@freemail.hu>
10786
10787 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10788 New function, code extracted from ispell-valid-dictionary-list.
10789 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10790 Call it.
10791
10792 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10793
10794 * subr.el (version-regexp-alist): Extend valid syntax for version
10795 strings: allow any of the characters -,_,+ to separate the
10796 alpha/beta/rc part from the version part. Doc fix.
10797 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10798
10799 2005-09-23 David Reitter <david.reitter@gmail.com>
10800
10801 * mail/mailclient.el: New file.
10802
10803 2005-09-23 Richard M. Stallman <rms@gnu.org>
10804
10805 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10806 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10807 Doc fixes.
10808
10809 * progmodes/cc-mode.el (c-font-lock-init):
10810 Specify font-lock-lines-before.
10811
10812 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10815 whole conflict.
10816
10817 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10818
10819 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10820 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10821 of `remap' feature when available. Additional key bindings for
10822 better tty support.
10823 (org-mode-restart, org-force-self-insert): New commands.
10824 (org-time-stamp-inactive): New command.
10825 (org-remap): New function.
10826 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10827 (org-enable-fixed-width-editor): Move to `org-structure'
10828 customization group.
10829 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10830 blank field after field motion commands.
10831
10832 2005-09-23 Kenichi Handa <handa@m17n.org>
10833
10834 * international/mule-cmds.el (set-language-environment):
10835 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10836 have to call utf-translate-cjk-load-tables.
10837
10838 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10839
10840 * mouse.el (mouse-move-drag-overlay): Fix last change.
10841
10842 2005-09-22 David Ponce <david@dponce.com>
10843
10844 * tree-widget.el (tree-widget-value-create): Fix previous change.
10845
10846 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10847
10848 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10849
10850 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * mouse.el (mouse-move-drag-overlay): New function.
10853 (mouse-drag-region-1): Use it.
10854 Try to simplify a bit the state handling. Handle clicks on links
10855 inside intangible areas.
10856 (mouse-save-then-kill): Minor simplification.
10857 (mouse-secondary-overlay): Make it always non-nil instead of
10858 recreating it each time.
10859 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10860 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10861 Simplify accordingly.
10862
10863 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10864
10865 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10866
10867 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10868
10869 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10870 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10871 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10872 to patch.
10873
10874 * ediff-util.el: Use insert-buffer-substring.
10875
10876 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10877
10878 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10879 field boundaries in the minibuffer.
10880 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10881 (viper-minibuffer-post-command-hook): New hook.
10882 (viper-line): Don't move cursor at bolp.
10883
10884 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10885
10886 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10887 avoid compiler warnings.
10888
10889 * emulation/viper-macs.el (ex-map): Better messages.
10890
10891 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10892
10893 * emulation/viper.el: Replace make-variable-buffer-local with
10894 viper-make-variable-buffer-local everywhere, to avoid warnings.
10895
10896 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10897
10898 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10899 Delete unused var `old-selected-window'.
10900 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10901 (mouse-drag-secondary): Delete unused var `start-frame'.
10902
10903 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10904
10905 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10906
10907 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10910 Re-indent within 80 columns. Use inhibit-read-only.
10911
10912 2005-09-19 Romain Francoise <romain@orebokech.com>
10913
10914 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10915
10916 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10917
10918 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10919 unconditionally, since the after-change-function already did it.
10920
10921 2005-09-19 Miles Bader <miles@gnu.org>
10922
10923 * net/newsticker.el: Get rid of CVS keyword.
10924
10925 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10926
10927 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10928 The prompt is formatted later.
10929
10930 2005-09-19 David Ponce <david@dponce.com>
10931
10932 * tree-widget.el (tree-widget-value-create): Save the converted
10933 tree :node widget.
10934
10935 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10936
10937 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10938 variable `message'.
10939
10940 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10941
10942 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10943 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10944 <slawomir.nowaczyk.847@student.lu.se>.
10945
10946 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10947
10948 * image.el (image-load-path): Use symbol `data-directory' instead
10949 of its value, for backward compatibility with packages that bind
10950 it during `find-image'. Suggested by Katsumi Yamaoka.
10951 (image-search-load-path): Handle symbols whose values are strings.
10952
10953 2005-09-18 Romain Francoise <romain@orebokech.com>
10954
10955 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10956 with-current-buffer form in save-excursion.
10957
10958 2005-09-18 D Goel <deego@gnufans.org>
10959
10960 * apropos.el (apropos-command): Fix `message' call: first arg
10961 should be a format spec. In this and all other cases that appear
10962 below and elsewhere in the source code, I made a change only when
10963 two conditions were satisfied: [1] I can think of a possibility
10964 that the arguments would cause an error, for example, the code in
10965 question relies on external variables such as filenames. [2] I
10966 was sure that the arg to `message' could not have been nil in the code.
10967
10968 * textmodes/tildify.el (tildify-region): Ditto.
10969
10970 * textmodes/reftex-index.el (reftex-index-change-entry)
10971 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10972 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10973 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10974 (org-priority, org-table-sum):
10975 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10976 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10977 (flyspell-word, flyspell-display-next-corrections):
10978 * textmodes/bibtex.el (bibtex-print-help-message):
10979 * textmodes/artist.el (artist-key-set-point-poly):
10980 * term/mac-win.el (mac-services-insert-text):
10981 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10982 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10983 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10984 (vhdl-compose-configuration):
10985 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10986 (sh-set-indent, sh-learn-line-indent):
10987 * progmodes/ps-mode.el (ps-mode-target-column):
10988 * progmodes/idlwave.el (idlwave-make-tags)
10989 (idlwave-scan-library-catalogs):
10990 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10991 * progmodes/gud.el (gud-jdb-analyze-source):
10992 * progmodes/flymake.el (flymake-log):
10993 * progmodes/ebnf2ps.el (ebnf-generate-region):
10994 * progmodes/cmacexp.el (c-macro-expansion):
10995 * progmodes/ada-xref.el (ada-treat-cmd-string):
10996 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10997 (ada-justified-indent-current, ada-batch-reformat):
10998 * play/zone.el (zone):
10999 * play/landmark.el (lm-move):
11000 * play/decipher.el (decipher-show-alphabet):
11001 * net/newsticker.el (newsticker--display-jump)
11002 (newsticker--display-scroll):
11003 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11004 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11005 * mail/feedmail.el (feedmail-dump-message-to-queue):
11006 * eshell/esh-proc.el (eshell-remove-process-entry):
11007 * emulation/ws-mode.el (ws-last-error):
11008 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11009 (viper-record-kbd-macro):
11010 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11011 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11012 * emacs-lisp/find-func.el (find-function-noselect):
11013 * calendar/timeclock.el (timeclock-status-string)
11014 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11015 (timeclock-when-to-leave-string):
11016 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11017 * calc/calc-units.el (calc-enter-units-table):
11018 * calc/calc-mode.el (calc-mode-record-mode):
11019 * woman.el (woman-mini-help):
11020 * wdired.el (wdired-change-to-wdired-mode):
11021 * vc.el (vc-retrieve-snapshot):
11022 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11023 * startup.el (display-startup-echo-area-message):
11024 * simple.el (set-goal-column):
11025 * ses.el (ses-command-hook, ses-recalculate-cell):
11026 * server.el (server-process-filter):
11027 * printing.el (pr-interface-txt-print, pr-interface-printify)
11028 (pr-interface-ps):
11029 * pcvs.el (cvs-help):
11030 * log-edit.el (log-edit, log-edit-mode-help):
11031 * iswitchb.el (iswitchb-possible-new-buffer):
11032 * isearch.el (isearch-edit-string):
11033 * image-mode.el (image-mode, image-minor-mode):
11034 * ibuf-macs.el (define-ibuffer-filter):
11035 * hi-lock.el (hi-lock-find-patterns):
11036 * files.el (toggle-read-only):
11037 * ediff-util.el (ediff-copy-diff)
11038 (ediff-write-merge-buffer-and-maybe-kill):
11039 * echistory.el (Electric-history-undefined):
11040 * dnd.el (dnd-insert-text):
11041 * dired-aux.el (dired-query):
11042 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11043 * bookmark.el (bookmark-bmenu-locate):
11044 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11045 Fix `message' calls to ensure first arg is a format string.
11046 The change was made only when these two conditions were satisfied:
11047 [1] when there is a possibility that the arguments would cause an error
11048 for example, if the code in question relies on external variables
11049 such as filenames, and
11050 [2] if the arg to `message' could not have been nil in the code.
11051
11052 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11053 Not having a %s would be weird, though not technically wrong.
11054
11055 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11056
11057 * term/mac-win.el (mac-add-charset-info): Doc fix.
11058
11059 2005-09-17 Romain Francoise <romain@orebokech.com>
11060
11061 * shell.el (shell-resync-dirs): Handle echoing processes more
11062 reliably. Don't insert resync command if `comint-process-echoes'
11063 is non-nil.
11064
11065 2005-09-17 Magnus Henoch <mange@freemail.hu>
11066
11067 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11068 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11069 aspell versions >= 0.60.
11070 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11071 only if ispell-aspell-supports-utf8 is non-nil.
11072
11073 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11074
11075 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11076 buffer-local value to lisp-indent-function.
11077
11078 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11079
11080 * progmodes/glasses.el (glasses-make-readable): If
11081 glasses-separator differs from underscore, put appropriate
11082 overlays over underscore characters.
11083 (glasses-convert-to-unreadable): If glasses-separator differs from
11084 underscore, try to convert glasses-separator characters to
11085 underscores.
11086
11087 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11090 Use with-syntax-table and dolist.
11091
11092 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11093
11094 * textmodes/reftex-auc.el:
11095 * textmodes/reftex-cite.el:
11096 * textmodes/reftex-dcr.el:
11097 * textmodes/reftex-global.el:
11098 * textmodes/reftex-parse.el:
11099 * textmodes/reftex-ref.el:
11100 * textmodes/reftex-sel.el:
11101 * textmodes/reftex-toc.el:
11102 * textmodes/reftex-vars.el:
11103 * textmodes/reftex.el: Small changes to remove compiler warnings.
11104
11105 * textmodes/reftex-index.el: Likewise.
11106 (reftex-query-index-phrase): More efficient use of markers.
11107
11108 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11109
11110 * image.el (image-load-path): New variable.
11111 (image-search-load-path): New function.
11112 (find-image): Search for images in `image-load-path'.
11113
11114 2005-09-15 Richard M. Stallman <rms@gnu.org>
11115
11116 * follow.el: Change Maintainer field.
11117
11118 2005-09-15 David Ponce <david@dponce.com>
11119
11120 * recentf.el (recentf-save-file-modes): New option.
11121 (recentf-save-list): Use it.
11122
11123 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11124
11125 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11126 (mode-line-mule-info, mode-line-modified): Move bindings from
11127 mouse-3 to mouse-1.
11128
11129 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11130
11131 * simple.el (sendmail-user-agent-compose): Revert last change.
11132
11133 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11136 Use with-current-buffer.
11137 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11138 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11139 (ange-ftp-insert-directory): Remove unused var `short'.
11140 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11141
11142 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11143 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11144
11145 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11146 (check-calendar-holidays, diary-list-entries): Autoload.
11147 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11148 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11149
11150 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11151 which mistakenly removed a call to display-buffer.
11152
11153 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11154
11155 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11156
11157 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11158
11159 * progmodes/hideshow.el
11160 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11161 (hs-allow-nesting): New user var.
11162 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11163 (hs-hide-block-at-point): When nesting allowed,
11164 if there is already an overlay in place, delete it.
11165 (hs-safety-is-job-n): Delete func; remove call sites.
11166 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11167 (hs-overlay-at): New func.
11168 (hs-already-hidden-p, hs-show-block): Use it.
11169 (hs-hide-all): Don't pre-clean if nesting allowed.
11170 (hs-show-all): Temporarily disallow
11171 nesting around call to `hs-discard-overlays'.
11172
11173 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11174
11175 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11176 Delete unused local var.
11177
11178 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11179
11180 * help-fns.el (describe-categories): "?\ " -> "?\s".
11181 (help-do-arg-highlight): Recognize also ARG-n, as in
11182 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11183
11184 * international/codepage.el (dos-unsupported-char-glyph):
11185 * net/newsticker.el (tool-bar-map, w3-mode-map)
11186 (w3m-minor-mode-map):
11187 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11188 (ent-alist):
11189 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11190
11191 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11192
11193 * custom.el (custom-push-theme): Handle the case where a symbol is
11194 bound but face properties have not yet been assigned.
11195
11196 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11197 Fix behavior if noerase is `t' and there is no mail buffer.
11198
11199 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11200 if `continue' is nil, rather than signal an error.
11201
11202 2005-09-12 Richard M. Stallman <rms@gnu.org>
11203
11204 * font-lock.el (font-lock-keywords): Add autoload.
11205
11206 * help-fns.el (describe-variable): Rearrange to put source link
11207 in a predictable place.
11208
11209 * net/newsticker.el: New file.
11210
11211 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11214 (calendar-basic-setup): Use the new nil arg.
11215 (number-of-diary-entries): Move to diary-lib.el.
11216
11217 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11218 (diary-list-entries): Use with-syntax-table and dolist.
11219 Rename from list-diary-entries.
11220 Use number-of-diary-entries if `number' is nil.
11221 (diary, diary-view-entries): Use this new name and new nil arg value.
11222 (number-of-diary-entries): Move from calendar.el.
11223 (diary-unhide-everything): New function.
11224 (include-other-diary-files, fancy-diary-display)
11225 (diary-show-all-entries, make-diary-entry): Use it.
11226 (diary-mail-entries): Use buffer-string.
11227 (mark-diary-entries): Fix long standing paren typo.
11228 (diary-sexp-entry): Use count-lines.
11229 (make-diary-entry): Avoid `previous-line'.
11230 (diary-mode-map): New var.
11231 (diary-mode): Redraw cal after saving. Setup header-line.
11232 (fancy-diary-display-mode): Use local-set-key.
11233
11234 * startup.el (command-line): Try calling various terminal-init-foo-bar
11235 functions by stripping hyphenated suffixes from $TERM.
11236
11237 * files.el (normal-mode): Check boundness of font-lock-keywords.
11238
11239 2005-09-12 Richard M. Stallman <rms@gnu.org>
11240
11241 * progmodes/compile.el: Don't decide a file's directory
11242 until the user actually tries to go there.
11243 (compilation-next-error-function):
11244 Pass compilation-find-file the directory from the file-struct.
11245 (compilation-internal-error-properties): Separate local FILE-STRUCT
11246 from FILE. Doc the args better. Rename arg FMT to FMTS.
11247 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11248 Expand it, and if nil, use default-directory.
11249 (compilation-get-file-structure): Don't mix specified directory
11250 with default directory. Put specified directory into
11251 file-struct. Don't make the file name absolute.
11252
11253 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11254 (compile-command): Add autoload.
11255 (compilation-disable-input): Add autoload.
11256
11257 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11258
11259 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11260 strings of the variables it can override.
11261 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11262 %Q and %q, for fully-qualified domain name and unqualified host name.
11263
11264 2005-09-11 Kim F. Storm <storm@cua.dk>
11265
11266 * emacs-lisp/authors.el (authors-aliases): Update list.
11267 (authors-fixed-entries): Update mldrag.el entry.
11268
11269 2005-09-10 Alan Mackenzie <acm@muc.de>
11270
11271 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11272 from the region narrowed to.
11273
11274 2005-09-10 Magnus Henoch <mange@freemail.hu>
11275
11276 * textmodes/ispell.el (ispell-check-version): Signal an error if
11277 aspell version is less than 0.60.
11278
11279 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11280
11281 * progmodes/octave-inf.el (inferior-octave-startup):
11282 Resync current dir at the end.
11283
11284 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11285
11286 * woman.el (woman-topic-at-point-default):
11287 Rename to woman-use-topic-at-point-default.
11288 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11289 (woman-file-name): Reflect renames above. Automatically use the
11290 word at point as topic if woman-use-topic-at-point is non-nil.
11291 Otherwise offer it as default but don't insert it in the
11292 minibuffer. Also use `test-completion' instead of `assoc' as
11293 suggested by Stefan Monnier.
11294
11295 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11296
11297 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11298 the attempt to do it over Tramp. This is not yet supported.
11299
11300 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11301
11302 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11303 (menu-bar-non-minibuffer-window-p): New functions.
11304 ("Split Window", "Save As..."): Use them.
11305 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11306 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11307 Use menu-bar-menu-frame-live-and-visible-p.
11308 ("Save Buffer", "Insert File", "Open Directory...")
11309 ("Open File...", "Visit New File..."):
11310 Use menu-bar-non-minibuffer-window-p.
11311 (kill-this-buffer-enabled-p, dired <menu-enable>):
11312 Use menu-bar-non-minibuffer-window-p.
11313
11314 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11315
11316 * cus-start.el (all): Don't complain about fringe-related
11317 built-ins if fringes are not supported. Ditto about
11318 selection-related built-ins. Fix the test for GTK-related built-ins.
11319
11320 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11321 ("Postscript Print Buffer", "Print Region", "Save As...")
11322 ("Save", "Insert File...", "Open Directory...")
11323 ("Open File...", "Visit New File..."")
11324 ("Truncate Long Lines in this Buffer"): Don't look at
11325 menu-updating-frame if this display does not support multiple frames.
11326
11327 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11328
11329 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11330
11331 2005-09-09 Emilio Lopes <eclig@gmx.net>
11332
11333 * woman.el: Format- and whitespace-related changes.
11334
11335 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11336
11337 * woman.el: Fix my email address.
11338
11339 2005-09-08 Richard M. Stallman <rms@gnu.org>
11340
11341 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11342 (sh-mode): Locally set skeleton-pair-default-alist.
11343
11344 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11345
11346 * progmodes/flymake.el: Require `compile' unconditionally.
11347
11348 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11349
11350 * woman.el (woman-file-name): Provide a default, not initial input.
11351
11352 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11353
11354 * font-lock.el (font-lock-support-mode): Doc fix.
11355
11356 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11357
11358 2005-09-08 Richard M. Stallman <rms@gnu.org>
11359
11360 * simple.el (blink-matching-open): Get rid of text props from
11361 the string shown in echo area. Don't permanently set point.
11362 Some rearrangements.
11363
11364 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11365
11366 * recentf.el (recentf-filename-handler): Add custom choice
11367 `abbreviate-file-name'.
11368
11369 * msb.el (msb--very-many-menus): Fix typo.
11370
11371 * disp-table.el (standard-display-european): Don't set
11372 enable-multibyte-characters to nil.
11373
11374 2005-09-08 David Ponce <david@dponce.com>
11375
11376 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11377 (recentf-expand-file-name): Doc fix.
11378 (recentf-dialog-mode-map): Define digit shortcuts.
11379 (recentf--files-with-key): New variable.
11380 (recentf-show-digit-shortcut-filter): New function.
11381 (recentf-open-files-items): New function.
11382 (recentf-open-files): Use it.
11383 (recentf-open-file-with-key): New command.
11384
11385 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11386
11387 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11388 Suggested by Kim F. Storm.
11389 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11390 (Buffer-menu-make-sort-button): Use global keymap.
11391
11392 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11393
11394 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11395 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11396 necessary any longer with the remapped command.
11397 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11398 formatting time only.
11399
11400 * net/tramp.el (tramp-action-password)
11401 (tramp-multi-action-password): Compile the password prompt from
11402 `method', `user' and `host'. Sometimes it isn't obvious which
11403 password to enter, for example with remote files offered by
11404 recentf.el, or with multiple steps. Suggested by Robert Marshall
11405 <robert@chezmarshall.freeserve.co.uk>.
11406
11407 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11410 Fix regexp for when "s///" is at the beginning of line.
11411
11412 2005-09-07 Jay Belanger <belanger@truman.edu>
11413
11414 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11415 when in matrix mode.
11416
11417 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11420 non-anonymous functions.
11421
11422 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11423
11424 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11425 when using a header line. Otherwise, use mouse-1-click-follows-link.
11426
11427 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11428 can't be moved; don't signal an error.
11429
11430 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11431
11432 * cus-theme.el (custom-theme-write-faces): Save the current face
11433 spec, not the defface spec.
11434
11435 * custom.el (custom-known-themes): Clarify meaning of "standard".
11436 (custom-push-theme): Save old values in the standard theme.
11437 (disable-theme): Correct typo.
11438 (custom-face-theme-value) Deleted unused function.
11439 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11440
11441 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 * progmodes/compile.el (compilation-goto-locus): Take into account
11444 iconified frames when determining whether the buffer is
11445 already visible.
11446 Don't reset window height if the window already existed.
11447
11448 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11449
11450 * custom.el (load-theme): Rename from require-theme.
11451 Add interactive spec.
11452 (enable-theme): Rename from custom-enable-theme.
11453 Add interactive spec.
11454 (disable-theme): Rename from custom-disable-theme.
11455 Add interactive spec.
11456 (custom-make-theme-feature): Doc fix.
11457 (custom-theme-directory): Doc fix.
11458 (provide-theme): Call enable-theme.
11459
11460 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11461
11462 * obsolete/lazy-lock.el (lazy-lock-mode):
11463 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11464 font-lock-mode if it's off. Print a warning instead.
11465
11466 * progmodes/compile.el (compilation-start): Ignore errors if the
11467 process died before we get to send-eof.
11468
11469 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11470 Undo last change. Enclosing the result in quotes broke things on Unix
11471 since tex-send-command passes it through shell-quote-argument.
11472 (tex-send-command): Pass `file' through convert-standard-filename
11473 when possible.
11474 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11475 info in a transcript.
11476
11477 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11478
11479 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11480 fix compilation warning. Reorder the key definitions to group
11481 together keys emitted by the current version of xterm.
11482
11483 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11484 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11485 Reorder predicates to correct min-color usage.
11486
11487 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11488
11489 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11490 Kill local variables when longlines-mode is turned off.
11491
11492 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11495
11496 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11497
11498 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11499
11500 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11501 (font-lock-lines-before): Change default to being inactive.
11502 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11503 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11504
11505 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11506
11507 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11508 Deactivate temporarily advice if active (not needed for Emacs 22,
11509 but for backwards compatibility).
11510 (tramp-exists-file-name-handler): Rewrite. First implementation
11511 was too simple.
11512 (tramp-advice-make-auto-save-file-name):
11513 Call `tramp-handle-make-auto-save-file-name' (again, just for
11514 backwards compatibility).
11515
11516 2005-08-31 Reto Zimmermann <reto@gnu.org>
11517
11518 * progmodes/vhdl-mode.el
11519 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11520 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11521 (vhdl-set-default-project): New function (easier setting of default).
11522 (vhdl-port-copy): Handle extended identifiers for generics.
11523 (vhdl-compiler-alist): Better description for error message regexp.
11524 (vhdl-make): Query for target, use previous as default.
11525 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11526 (vhdl-font-lock-keywords-2): Fix fontification for record
11527 el. assign.
11528 (vhdl-speedbar-make-subpack-line): Add package body link.
11529 (vhdl-generate-makefile-1): Not include itself as dependency.
11530 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11531 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11532 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11533 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11534 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11535 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11536 (vhdl-import-project): Add string argument for `error'.
11537 (vhdl-compose-configuration)
11538 (vhdl-compose-configuration-architecture): Add configuration
11539 declaration generation.
11540 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11541 (vhdl-trailer-re): Add "record" keyword (better indentation).
11542 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11543 "[^ \t-\"]+".
11544 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11545 (vhdl-testbench-entity-file-name)
11546 (vhdl-testbench-architecture-file-name): Allow separate
11547 customization of testbench file names.
11548 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11549 (vhdl-get-visible-signals): Allow newline within alias declaration.
11550 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11551 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11552 (member-ignore-case): Alias for missing function in XEmacs.
11553 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11554 (vhdl-update-sensitivity-list): Ignore case on read signals.
11555 (vhdl-replace-string): Adjust case only for file names.
11556 (vhdl-update-sensitivity-list): Fix search for read signals.
11557 (vhdl-update-sensitivity-list): Exclude formal parameters.
11558 (vhdl-get-visible-signals): Include aliases of signals.
11559 (vhdl-get-visible-signals): Fix signal name searching.
11560 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11561 (vhdl-fixup-whitespace-region): Fix for character
11562 literals (e.g. `:').
11563
11564 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11565
11566 * ansi-color.el (comint-last-output-start):
11567 * bs.el (font-lock-verbose):
11568 * diff-mode.el (add-log-buffer-file-name-function):
11569 * dired-x.el (vm-folder-directory):
11570 * faces.el (help-xref-stack-item):
11571 * files.el (font-lock-keywords):
11572 * find-lisp.el (dired-buffers, dired-subdir-alist):
11573 * ido.el (cua-inhibit-cua-keys):
11574 * log-view.el (cvs-minor-wrap-function):
11575 * outline.el (font-lock-warning-face):
11576 * simple.el (compilation-current-error):
11577 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11578 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11579 * tooltip.el (comint-prompt-regexp):
11580 * w32-fns.el (explicit-shell-file-name):
11581 * term/mac-win.el (mac-charset-info-alist)
11582 (mac-services-selection, mac-system-script-code):
11583 * term/tty-colors.el (msdos-color-values):
11584 * term/w32-win.el (xlfd-regexp-registry-subnum):
11585 * term/x-win.el (x-keysym-table, x-selection-timeout)
11586 (x-session-id, x-session-previous-id):
11587 * textmodes/ispell.el (mail-yank-prefix):
11588 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11589 * textmodes/org.el (calc-embedded-close-formula)
11590 (calc-embedded-open-formula)
11591 (font-lock-unfontify-region-function):
11592 * textmodes/reftex-global.el (isearch-next-buffer-function)
11593 (TeX-master):
11594 * textmodes/reftex.el (font-lock-keywords):
11595 * textmodes/tex-mode.el (font-lock-comment-face)
11596 (font-lock-doc-face):
11597 * textmodes/texinfo.el (outline-heading-alist):
11598 Add defvars.
11599
11600 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11601 (artist-spray-chars, artist-mode-init, artist-replace-string)
11602 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11603 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11604 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11605
11606 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11607 (conf-align-assignments): "?\ " -> "?\s".
11608
11609 * textmodes/reftex-index.el (TeX-master): Add defvar.
11610 (reftex-index-phrases-marker): Move up defvar.
11611
11612 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11613 (reftex-toc-include-labels-indicator)
11614 (reftex-toc-include-index-indicator)
11615 (reftex-toc-max-level-indicator): Move up declarations.
11616
11617 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11618 of args to `tramp-run-real-handler', even if it's empty in this case.
11619
11620 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11621
11622 * dired.el (dired-move-to-filename-regexp): Add date format for
11623 Mac OS X 10.3 in East Asian locales.
11624
11625 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11626
11627 * files.el (make-auto-save-file-name): Add file name handler call
11628 if applicable.
11629
11630 * net/tramp.el (tramp-file-name-handler-alist)
11631 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11632 (tramp-handle-make-auto-save-file-name): Rename from
11633 `tramp-make-auto-save-file-name'.
11634 (tramp-exists-file-name-handler): New defun.
11635 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11636 `make-auto-save-file-name' is not a magic file name operation.
11637
11638 2005-08-30 Richard M. Stallman <rms@gnu.org>
11639
11640 * files.el (risky-local-variable-p):
11641 Match `-predicates' and `-commands.
11642
11643 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11644 (custom-save-all): Visit the file if necessary;
11645 kill the buffer if we created it.
11646 (custom-save-delete): Don't visit file or kill buffer here.
11647
11648 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11649
11650 * textmodes/org.el (org-special-keyword): New face.
11651 (org-table-copy-down, org-table-eval-formula)
11652 (org-table-recalculate, org-init-section-numbers):
11653 Use `string-to-number' instead of `string-to-int'.
11654 (org-get-location): Use `insert-buffer-substring' instead of
11655 `insert-buffer'.
11656 (org-modify-diary-entry-string): New function.
11657 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11658 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11659 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11660 active region.
11661 (org-export-as-html): Handle QUOTE keyword.
11662 (org-quote-string): New option.
11663 (org-bookmark-jump-unhide): New function, used for
11664 `bookmark-after-jump-hook'.
11665 (org-diary-default-entry): Apply only when not called through
11666 `org-agenda'.
11667
11668 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11669
11670 * net/eudc.el (mode-popup-menu):
11671 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11672 * progmodes/ada-mode.el (compile-auto-highlight)
11673 (skeleton-further-elements):
11674 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11675 * progmodes/cmacexp.el (msdos-shells):
11676 * progmodes/compile.el (font-lock-extra-managed-props)
11677 (font-lock-keywords, font-lock-maximum-size)
11678 (font-lock-support-mode):
11679 * progmodes/grep.el (font-lock-lines-before):
11680 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11681 * progmodes/mixal-mode.el (compile-command):
11682 * progmodes/perl-mode.el (font-lock-comment-face)
11683 (font-lock-doc-face, font-lock-string-face):
11684 * progmodes/prolog.el (comint-prompt-regexp):
11685 * progmodes/sh-script.el (font-lock-comment-face)
11686 (font-lock-set-defaults, font-lock-string-face):
11687 * progmodes/sql.el (font-lock-keyword-face)
11688 (font-lock-set-defaults, font-lock-string-face):
11689 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11690 (itimer-version, lazy-lock-defer-contextually)
11691 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11692 Add defvars.
11693
11694 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11695 (cperl-electric-keyword, cperl-electric-pod)
11696 (cperl-electric-backspace, cperl-forward-re)
11697 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11698 (vc-rcs-header, vc-sccs-header): Add defvars.
11699
11700 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11701 (font-lock-syntactic-keywords, gud-find-expr-function):
11702 Add defvars.
11703
11704 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11705 (gdb-frame-parameters): Declare before use.
11706
11707 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11708 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11709 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11710 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11711
11712 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11713 (idlwave-help-with-source): Use `insert-buffer-substring', not
11714 `insert-buffer'.
11715
11716 2005-08-29 Juri Linkov <juri@jurta.org>
11717
11718 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11719 Put outline-back-to-heading function call inside save-excursion.
11720
11721 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11722
11723 * man.el (Man-init-defvars, Man-translate-references)
11724 (Man-support-local-filenames, Man-highlight-references):
11725 * progmodes/sql.el (sql-interactive-mode):
11726 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11727
11728 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11729 (compilation-mode-font-lock-keywords): Add defvars.
11730 (checkdoc-interactive-loop): "?\ " -> "?\s".
11731
11732 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11733 (font-lock-doc-face, font-lock-string-face)
11734 (font-lock-keywords-case-fold-search): Add defvars.
11735 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11736
11737 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11738 Don't pass X and Y (they are ignored anyway).
11739 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11740 (mouse-delete-window): Make arguments optional.
11741
11742 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11743 (caesar-translate-table, minor-modes, news-buffer-save)
11744 (news-group-name, news-minor-modes): Add defvars.
11745
11746 * emacs-lisp/lselect.el (mouse-highlight-priority)
11747 (x-lost-selection-functions, zmacs-regions):
11748 * emacs-lisp/pp.el (font-lock-verbose):
11749 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11750 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11751 (ses-mode-map):
11752 * emacs-lisp/tcover-unsafep.el (safe-functions):
11753 * international/mule-cmds.el (mac-system-coding-system)
11754 (mac-system-locale):
11755 * language/ethio-util.el (rmail-current-message)
11756 (rmail-message-vector):
11757 * language/thai-util.el (thai-auto-composition-mode):
11758 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11759 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11760 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11761 (vm-primary-inbox, vm-spool-files):
11762 * mail/rmail.el (deleted-head, font-lock-fontified)
11763 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11764 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11765 (total-messages):
11766 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11767 (rmail-summary-mode-map):
11768 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11769 (rmail-last-label, rmail-last-multi-labels)
11770 (rmail-summary-vector, rmail-total-messages):
11771 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11772 * mail/rmailsum.el (msgnum):
11773 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11774 (rmail-current-message):
11775 * obsolete/fast-lock.el (font-lock-face-list):
11776 * obsolete/rnewspost.el (mail-reply-buffer):
11777 * obsolete/scribe.el (compile-command):
11778 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11779
11780 2005-08-28 John Paul Wallington <jpw@gnu.org>
11781
11782 * ibuf-ext.el (ibuffer-auto-update-changed):
11783 Use `frame-or-buffer-changed-p' to check whether we need to update.
11784 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11785 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11786 as a `frame-or-buffer-changed-p' state vector instead.
11787
11788 2005-08-27 Romain Francoise <romain@orebokech.com>
11789
11790 * textmodes/makeinfo.el (makeinfo-compile):
11791 Use `compilation-start'. Set `next-error-function' according to
11792 `disable-errors'.
11793 (makeinfo-next-error): New function.
11794 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11795 (makeinfo-buffer): Likewise.
11796
11797 * progmodes/compile.el (compilation-start): Add autoload cookie.
11798
11799 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11800 * textmodes/sgml-mode.el: Likewise.
11801 * progmodes/python.el: Likewise.
11802
11803 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11804
11805 * simple.el (blink-matching-paren-distance): Document the meaning
11806 of nil value, and allow to customize to nil.
11807
11808 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11809 command.com, not command.exe.
11810
11811 2005-08-26 John Wiegley <johnw@newartisans.com>
11812
11813 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11814 code around a bit so that an extraneous nil argument is not added
11815 to a command when no args are given.
11816
11817 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11818 double-quoted argument resolves to nil, return it as an empty
11819 string rather than as nil. This made it impossible to pass "" to
11820 a shell script as a null string argument.
11821
11822 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * outline.el (outline-invent-heading): New fun.
11825 (outline-promote, outline-demote): Use it.
11826 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11827 (outline-end-of-subtree): Remove unused var `opoint'.
11828
11829 2005-08-26 David Reitter <david.reitter@gmail.com>
11830
11831 * menu-bar.el (truncate-lines, write-file, print-buffer)
11832 (ps-print-buffer-faces, ps-print-buffer, split-window):
11833 Disable menu items when the frame they refer to is invisible, or when
11834 they refer to a buffer and the minibuffer is selected.
11835
11836 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11837
11838 * progmodes/flymake.el (flymake-highlight-err-lines):
11839 Use save-excursion around flymake-highlight-line to preserve point.
11840
11841 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11842
11843 * progmodes/octave-mod.el: Change Author and Maintainer address.
11844 (octave-maintainer-address): Change Kurt's email address.
11845 * progmodes/octave-inf.el: Change Author and Maintainer address.
11846 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11847
11848 2005-08-26 Kim F. Storm <storm@cua.dk>
11849
11850 * subr.el (version-list-<, version-list-<=, version-list-=):
11851 Rename from integer-list-*.
11852 (version-list-not-zero): Likewise. Fix while loop.
11853 (version=): Use version-list-= instead of string-equal.
11854
11855 2005-08-26 Richard M. Stallman <rms@gnu.org>
11856
11857 * outline.el (outline-promote): Try shortening the heading.
11858 As last resort, read the heading to use.
11859 (outline-demote): As last resort, read the heading to use.
11860
11861 2005-08-26 Romain Francoise <romain@orebokech.com>
11862
11863 * progmodes/compile.el (compilation-start): Doc fix.
11864
11865 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11866 (antlr-font-lock-additional-keywords): Fix reference to
11867 `antlr-font-lock-literal-regexp' erroneously changed during the
11868 mass face rename.
11869 (antlr-run-tool): Use `compilation-start'.
11870
11871 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11872 instead of the obsolete `compile-internal'.
11873
11874 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11875
11876 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11877 (number, original-date):
11878 * calendar/cal-china.el (date):
11879 * calendar/cal-coptic.el (date):
11880 * calendar/cal-french.el (date):
11881 * calendar/cal-hebrew.el (date, entry, number, original-date):
11882 * calendar/cal-islam.el (date, number, original-date):
11883 * calendar/cal-iso.el (date):
11884 * calendar/cal-julian.el (date):
11885 * calendar/cal-mayan.el (date):
11886 * calendar/cal-menu.el (date, event):
11887 * calendar/cal-persia.el (date):
11888 * calendar/lunar.el (date):
11889 * calendar/solar.el (date): Add defvars.
11890
11891 * emerge.el:
11892 * ibuffer.el:
11893 * info-xref.el:
11894 * obsolete/bg-mouse.el:
11895 * obsolete/sun-curs.el:
11896 * obsolete/swedish.el: Move the `defvar's to the top level.
11897
11898 * smerge-mode.el (smerge-refined-change): Add :group.
11899
11900 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11901
11902 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11903 (smerge-keep-n): Remove props.
11904 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11905 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11906 now that it's done in smerge-keep-n.
11907 (smerge-refined-change): New face.
11908 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11909 (smerge-refine): New funs.
11910 (smerge-basic-map): Bind smerge-refine.
11911
11912 2005-08-25 Juri Linkov <juri@jurta.org>
11913
11914 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11915 compilation-process-setup-function and compilation-disable-input
11916 in grep-mode instead of let-bindings in grep.
11917
11918 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11919 Delete "Automatic File De/compression" (auto-compression-mode).
11920
11921 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11922
11923 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11924 Silence warning about non-existent variable.
11925
11926 2005-08-25 Richard M. Stallman <rms@gnu.org>
11927
11928 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11929 Rename "Describe Key" to "Describe Key or Mouse Operation".
11930
11931 * mail/mailalias.el (build-mail-aliases): Delete comments
11932 from the contents before processing them.
11933
11934 * isearch.el (isearch-edit-string): Erase the Search prompt
11935 if user enters an empty string and there is no default.
11936
11937 * comint.el (comint-file-name-prefix): Add autoload.
11938
11939 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11940
11941 * subr.el (play-sound): Rearrange to avoid warning.
11942
11943 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11944
11945 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11946 New hook.
11947 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11948
11949 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11952
11953 * custom.el (custom-theme-set-variables): Sort minor modes last.
11954
11955 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11956
11957 * subr.el (version-separator, version-regexp-alist): New vars used by
11958 version comparison funs.
11959 (integer-list-<, integer-list-=, integer-list-<=)
11960 (integer-list-not-zero): New funs for integer list comparison.
11961 (version-to-list, version=, version<, version<=): New funs for version
11962 comparison.
11963
11964 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11965
11966 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11967 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11968 time to silence the byte-compiler.
11969
11970 * ibuffer.el (ibuffer-compile-make-eliding-form)
11971 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11972 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11973 so it's silly to get warnings for it).
11974 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11975 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11976 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11977 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11978 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11979 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11980 Defvar at compile time.
11981 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11982 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11983 Declare them before use.
11984
11985 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11986 (info-xref-good, info-xref-bad): Defvar at compile time.
11987
11988 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11989 Use `let*' instead of `let'.
11990
11991 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11992 (*mouse-y*, menu, char): Defvar at compile time.
11993 (sc::menu): Declare it before use.
11994 (sc::pack-one-line): Use `let', not `let*'.
11995
11996 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11997 (mail-send-hook): Defvar at compile time.
11998
11999 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12000 Defvar at compile time.
12001
12002 * term/sun-mouse.el (current-global-mousemap)
12003 (current-local-mousemap): Declare them before use.
12004
12005 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12006
12007 * bookmark.el (bookmark-after-jump-hook): New hook.
12008 (bookmark-jump): Run `bookmark-after-jump-hook'.
12009
12010 2005-08-23 Juri Linkov <juri@jurta.org>
12011
12012 * faces.el (minibuffer-prompt): Doc fix.
12013
12014 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12015
12016 * progmodes/xscheme.el: Trivial changes to silence warnings.
12017 (xscheme-previous-mode, xscheme-previous-process-state):
12018 Add defvars.
12019 (xscheme-last-input-end, xscheme-process-command-line)
12020 (xscheme-process-name, xscheme-buffer-name)
12021 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12022 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12023 (xscheme-control-g-synchronization-p)
12024 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12025 (default-xscheme-runlight, xscheme-runlight)
12026 (xscheme-runlight-string, xscheme-process-filter-state)
12027 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12028 Move to beginning of file.
12029 (scheme-interaction-mode-commands-alist)
12030 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12031 Declare them before use. Note: the initialization code for the variables
12032 has not been moved because it uses functions that reference the variables.
12033 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12034 (xscheme-prompt-for-expression-map): Declare them before use.
12035 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12036
12037 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12038
12039 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12040
12041 2005-08-22 Juri Linkov <juri@jurta.org>
12042
12043 * faces.el (set-face-underline): Delete this duplicate function
12044 and make an obsolete alias to set-face-underline-p.
12045 (set-face-underline-p): Use docstring of set-face-underline.
12046 (describe-face): Create hyperlink to parent face.
12047
12048 * info.el (Info-insert-dir): Use save-excursion around
12049 insert-buffer-substring.
12050 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12051 (Info-escape-percent): Delete function.
12052 (Info-fontify-node): Replace Info-escape-percent by
12053 replace-regexp-in-string with REP arg set to lambda that
12054 duplicates `%' and preserves text properties.
12055
12056 * progmodes/compile.el (compilation-disable-input): Doc fix.
12057 (define-compilation-mode): Doc fix and refill.
12058 (kill-compilation): Use `mode-name' in the error message.
12059 (compilation-find-file): Use `compilation-error' in the
12060 read-file-name's prompt.
12061
12062 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12063
12064 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12065 (smerge-auto-leave): Make undo re-enable the mode.
12066 (debug-ignored-errors): Add the user-error of impossible resolution.
12067 (smerge-resolve): Move things around a bit, in preparation for later.
12068 (smerge-diff): Don't fail if the buffer has no associated file.
12069 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12070 (smerge-conflict-overlay): New function.
12071 (smerge-match-conflict): Don't add text properties here.
12072 (smerge-find-conflict): Instead, add an overlay here.
12073 Also check for the case where we're inside a conflict already, so as to
12074 obviate the need for font-lock-multiline, which is unbearably slow with
12075 large conflicts and ciomplex font-lock patterns.
12076 (smerge-remove-props): Remove overlay rather than text-properties.
12077 (smerge-mode): Don't set font-lock-multiline.
12078 Remove overlays when turned off.
12079
12080 2005-08-21 Kim F. Storm <storm@cua.dk>
12081
12082 * ido.el (ido-ignore-item-p): Use save-match-data.
12083 Bind case-fold-search to ido-case-fold locally.
12084
12085 2005-08-20 Richard M. Stallman <rms@gnu.org>
12086
12087 * files.el (normal-mode): If font lock is on, turn it off and on.
12088
12089 * subr.el (replace-regexp-in-string): Doc fix.
12090
12091 * startup.el (command-line-1): Don't suppress startup screen
12092 due to existing processes.
12093
12094 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12095
12096 * progmodes/compile.el (compilation-disable-input): Default to nil.
12097
12098 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12099
12100 * progmodes/compile.el (compilation-disable-input): New defcustom.
12101 (compilation-start): If compilation-disable-input is non-nil, send
12102 EOF to the compilation process.
12103
12104 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12105
12106 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12107 Run the argument of tex-shell-cd-command through
12108 convert-standard-filename, to get the correct style of slashes on
12109 Windows, and enclose the result in quotes, in case the file name
12110 includes whitespace or other special characters.
12111
12112 2005-08-19 Andreas Schwab <schwab@suse.de>
12113
12114 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12115 process.
12116
12117 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12118
12119 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12120
12121 2005-08-18 Kim F. Storm <storm@cua.dk>
12122
12123 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12124
12125 2005-08-18 Richard M. Stallman <rms@gnu.org>
12126
12127 * scroll-lock.el: New file.
12128
12129 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12130
12131 * dired.el (dired-move-to-end-of-filename):
12132 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12133
12134 2005-08-18 Kim F. Storm <storm@cua.dk>
12135
12136 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12137 rather than toggle mode when custom value is nil.
12138 (ido-everywhere): Fix defun doc string.
12139
12140 2005-08-17 Richard M. Stallman <rms@gnu.org>
12141
12142 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12143 as tag instead of "Inviolable".
12144
12145 2005-08-17 Kim F. Storm <storm@cua.dk>
12146
12147 * windmove.el (windmove-coordinates-of-position): Remove.
12148 (windmove-coordinates-of-window-position): Remove.
12149 (windmove-reference-loc): Use posn-at-point instead.
12150
12151 * subr.el (insert-for-yank-1): Doc fix.
12152
12153 * ido.el (ido-enter-matching-directory): Rename from
12154 ido-enter-single-matching-directory. Change `slash' choice to
12155 `only'. Add `first' choice.
12156 (ido-exhibit): Adapt to above changes.
12157
12158 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12159
12160 * Makefile.in: Expand comment about building loaddefs.el.
12161
12162 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12163
12164 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12165 Comment use of defadvice.
12166
12167 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12168
12169 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12170
12171 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12172 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12173 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12174 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12175 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12176 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12177 for backward compatibility for faces that did not appear in the
12178 previous Emacs release.
12179
12180 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12181
12182 2005-08-15 Kim F. Storm <storm@cua.dk>
12183
12184 * emulation/cua-base.el (cua-delete-region): Return t if
12185 deleted region was non-empty.
12186 (cua-replace-region): Inhibit overwrite-mode for
12187 self-insert-command if replaced region was non-empty.
12188 (cua--explicit-region-start, cua--status-string): Make them
12189 buffer-local at top-level...
12190 (cua-mode): ...rather than when mode is enabled.
12191
12192 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12193
12194 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12195 Set t for Emacs 21, 22, and so on.
12196
12197 2005-08-15 David Ponce <david@dponce.com>
12198
12199 * tree-widget.el: Update Commentary header.
12200 (tree-widget-theme): Doc fix.
12201 (tree-widget-space-width): New option.
12202 (tree-widget-image-properties): Look up in the default theme too.
12203 (tree-widget--cursors): Only for images with arrow pointer shape.
12204 (tree-widget-lookup-image): Pointer shape is hand by default.
12205 (tree-widget-icon): Rename generic icon widget from
12206 `tree-widget-control'.
12207 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12208 derive from `tree-widget-icon'.
12209 (tree-widget-handle): Improve default look and feel of the text
12210 representation.
12211 (tree-widget): Rename :*-control properties to :*-icon properties.
12212 Add :action and :help-echo properties.
12213 (tree-widget-after-toggle-functions): Move.
12214 (tree-widget-close-node, tree-widget-open-node): Remove.
12215 (tree-widget-before-create-icon-functions): New hook.
12216 (tree-widget-value-create): Update to allow customization of icons
12217 and nodes at run-time via that new hook.
12218 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12219 (tree-widget-icon-action, tree-widget-icon-help-echo)
12220 (tree-widget-action, tree-widget-help-echo): New functions.
12221
12222 2005-08-15 Kim F. Storm <storm@cua.dk>
12223
12224 * ido.el (ido-buffer-internal): Use with-no-warnings.
12225 (ido-make-merged-file-list): Use while-no-input.
12226
12227 2005-08-15 Richard M. Stallman <rms@gnu.org>
12228
12229 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12230 (flyspell-large-region): Fix doc and custom type.
12231
12232 2005-08-14 Richard M. Stallman <rms@gnu.org>
12233
12234 * files.el (interpreter-mode-alist): Doc fix.
12235
12236 * mail/rmail.el (rmail-nonignored-headers): New variable.
12237 (rmail-clear-headers): Use it.
12238 (rmail-reply): Better handling of mail-followup-to header.
12239
12240 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12241 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12242 don't try to refer to executable-font-lock-keywords.
12243 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12244 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12245 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12246 (sh-mode): Set comment-start-skip, local-abbrev-table,
12247 imenu-case-fold-search.
12248 (sh-set-shell): Don't set them here.
12249 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12250 Don't cache the results in the original alist; don't ever modify
12251 that alist.
12252
12253 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12254
12255 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12256 empty.
12257
12258 2005-08-15 Andreas Schwab <schwab@suse.de>
12259
12260 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12261
12262 * dired.el, info.el, mail/rmail.el: Revert last change.
12263
12264 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12265
12266 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12267 modification in `eval-after-load' form.
12268 * info.el: Likewise.
12269 * mail/rmail.el: Likewise.
12270
12271 2005-08-14 Juri Linkov <juri@jurta.org>
12272
12273 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12274 Remove highlighting of "Compilation started". Highlight only
12275 the word "finished" in "Compilation finished". Add highlighting
12276 of "interrupt", "killed", "terminated" and the exit code.
12277 (compilation-start): Add newline after header. Use exactly the
12278 same time stamp format as the finishing message.
12279 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12280
12281 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12282 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12283 Add highlighting of "interrupt", "killed", "terminated".
12284
12285 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12286 enabled and the current command is self-insert-command, call it
12287 explicitly with overwrite-mode bound to nil, to not allow it
12288 to delete the character after the selected region.
12289
12290 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12291
12292 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12293 move-end-of-line, end-of-line, and beginning-of-line to the list
12294 of commands after which the echo area is updated.
12295
12296 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12297
12298 * cus-edit.el (custom-save-all, custom-save-delete):
12299 Bind recentf-exclude to exclude custom-file.
12300
12301 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12302
12303 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12304 to go to the bottom of the mail message. Added to
12305 `rmail-summary-mode-map' with key "/".
12306 (rmail-summary-show-message): New (internal) function for use by
12307 both `rmail-summary-beginning/end-of-message'.
12308 (rmail-summary-beginning-of-message): Change to use
12309 rmail-summary-show-message.
12310
12311 * mail/rmail.el (rmail-end-of-message): New command to go to the
12312 end of the current message. Added to `rmail-mode-map' with key "/".
12313 (rmail-beginning-of-message): Fix to work as documented.
12314 (rmail-mode): Change documentation.
12315
12316 * progmodes/compile.el (compilation-start): Add the line
12317 "Compilation started" with compilation start time.
12318 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12319
12320 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12321
12322 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12323 of menu items.
12324
12325 2005-08-11 Richard M. Stallman <rms@gnu.org>
12326
12327 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12328
12329 * battery.el (battery-status-function): Don't use ignore-errors.
12330
12331 2005-08-11 Lute Kamstra <lute@gnu.org>
12332
12333 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12334 define-obsolete-variable-alias.
12335
12336 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12339 (ange-ftp-send-cmd): Revert last change, and expand
12340 the comment explaining the problem.
12341
12342 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12343
12344 * ldefs-boot.el: Update.
12345
12346 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12347 item to "Time, Load and Mail". Change help echo text.
12348
12349 * time.el (display-time-use-mail-icon, display-time-format)
12350 (display-time-string-forms): Shorten first line of docstrings.
12351
12352 2005-08-10 Lars Hansen <larsh@soem.dk>
12353
12354 * desktop.el (desktop-buffer-mode-handlers):
12355 Make non-customizable. Add autoload cookie. Change initial value to
12356 nil; add elements in respective modules instead. Fix doc string.
12357 (desktop-load-file): New function.
12358 (desktop-minor-mode-handlers): New autoloaded variable.
12359 (desktop-create-buffer): Call minor mode handlers.
12360 Use desktop-load-file to load major and minor mode modules prior to
12361 checking for a handler.
12362 (desktop-save): Don't add nil to desktop-minor-modes for minor
12363 modes with nil function in desktop-minor-mode-table. Don't delete
12364 desktop file before rewriting it.
12365 (desktop-locals-to-save): Add autoload cookie. Don't make
12366 automatically buffer-local. Add variables column-number-mode,
12367 size-indication-mode, indent-tabs-mode,
12368 indicate-buffer-boundaries, indicate-empty-lines and
12369 show-trailing-whitespace.
12370 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12371 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12372 (desktop-clear-preserve-buffers-regexp): Delete.
12373 (desktop-clear-preserve-buffers): Update initial value and docstring.
12374 (desktop-save-buffer): Fix doc string.
12375
12376 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12377 (hilit-chg-desktop-restore): New function.
12378 (highlight-changes-mode): Add highlight-changes-mode to
12379 desktop-locals-to-save.
12380
12381 * dired.el: Add handler to desktop-buffer-mode-handlers.
12382 (dired-restore-desktop-buffer): Remove autoload cookie.
12383 (dired-mode): Add autoload cookie.
12384
12385 * info.el: Add handler to desktop-buffer-mode-handlers.
12386 (Info-restore-desktop-buffer): Remove autoload cookie.
12387 (Info-mode): Add autoload cookie.
12388
12389 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12390 (mh-restore-desktop-buffer): Remove autoload cookie.
12391 (mh-folder-mode): Add autoload cookie.
12392
12393 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12394 (rmail-restore-desktop-buffer): Remove autoload cookie.
12395
12396 2005-08-11 Masatake YAMATO <jet@gyve.org>
12397
12398 * hexl.el (hexl-address-region):
12399 (hexl-ascii-region, hexl-font-lock-keywords):
12400 (hexl-highlight-line-range): Use the term "region"
12401 instead of "area" for consistency with the other symbols
12402 defined in hexl.el.
12403
12404 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12405
12406 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12407 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12408 out by Juri Linkov). Add `display-battery-mode'.
12409
12410 2005-08-09 Juri Linkov <juri@jurta.org>
12411
12412 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12413 Remove `-text' from face variable names.
12414 (compilation-error-file-name, compilation-warning-file-name)
12415 (compilation-info-file-name): Delete faces.
12416 (compilation-line-number, compilation-column-number):
12417 Remove face underlining.
12418 (compilation-message-face): Set to `underline' value by default.
12419 (compilation-error-face, compilation-warning-face)
12420 (compilation-info-face): Remove `-file-name' from face names.
12421 (compilation-error-text-face, compilation-warning-text-face)
12422 (compilation-info-text-face): Delete face variables.
12423 (compilation-text-face): Delete function.
12424
12425 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12426 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12427 (grep-error-face): Set to `compilation-error' instead of
12428 `compilation-error-face' (which is redefined to `grep-hit-face' in
12429 grep buffers).
12430 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12431 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12432
12433 * dired-aux.el (dired-do-query-replace-regexp):
12434 Use `query-replace-read-args'.
12435
12436 * replace.el (query-replace-read-from, query-replace-read-to)
12437 (query-replace-read-args): Rename arg `string' to `prompt'.
12438
12439 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12440
12441 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12442
12443 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12444 uploading files.
12445 (ange-ftp-canonize-filename): Handle file names beginning with ~
12446 correctly.
12447
12448 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12449
12450 * textmodes/fill.el (canonically-space-region)
12451 (fill-context-prefix, fill-french-nobreak-p)
12452 (fill-delete-newlines, fill-comment-paragraph)
12453 (justify-current-line): "?\ " -> "?\s".
12454
12455 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12456
12457 * textmodes/fill.el (fill-nonuniform-paragraphs):
12458 Improve argument/docstring consistency.
12459
12460 2005-08-09 Richard M. Stallman <rms@gnu.org>
12461
12462 * textmodes/ispell.el (ispell-word): More fboundp checks.
12463
12464 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12465 (find-file-noselect-1): Call it here, only if RAWFILE.
12466 (normal-mode): Always set some major mode.
12467 (save-some-buffers-action-alist): Change some explanation strings.
12468 (file-name-non-special): In the `quote' method, use unwind-protect.
12469
12470 2005-08-09 Magnus Henoch <mange@freemail.hu>
12471
12472 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12473 (ispell-have-aspell-dictionaries): New variable.
12474 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12475 (ispell-get-aspell-config-value): New function.
12476 (ispell-aspell-find-dictionary): New function.
12477 (ispell-aspell-add-aliases): New function.
12478 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12479 appropriate. Don't look for ispell dictionaries if we use aspell.
12480 (ispell-menu-map): Don't build a submenu of dictionaries.
12481
12482 2005-08-09 Richard M. Stallman <rms@gnu.org>
12483
12484 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12485 (sql-read-passwd): Use read-passwd.
12486
12487 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12488 (idlwave-toolbar-is-possible): Add defvars.
12489
12490 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12491 Avoid warnings.
12492
12493 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12494 (idlwave-system-class-info, idlwave-executive-commands-alist):
12495 Use defvar.
12496
12497 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12498
12499 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12500 Avoid warnings.
12501
12502 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12503 and content-type: headers.
12504
12505 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12506
12507 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12508 and rename some of them to be more self-explanatory.
12509
12510 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12511
12512 * startup.el (command-line-1): Implement -scriptload.
12513
12514 * replace.el (occur-engine): Initial *Occur* output not undoable.
12515
12516 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12517 and improve help strings.
12518
12519 * isearch.el (isearch-repeat): When changing direction,
12520 mark search successful.
12521
12522 * ediff-init.el: Use (featurep 'xemacs).
12523
12524 * comint.el (send-invisible): Identify buffer, if not selected.
12525
12526 * align.el: Delete autoload for c-guess-basic-syntax.
12527
12528 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12529
12530 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12531 Improve argument/docstring consistency. Doc fixes.
12532 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12533 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12534 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12535 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12536 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12537 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12538 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12539 Defvar at compile time.
12540
12541 2005-08-09 Juri Linkov <juri@jurta.org>
12542
12543 * info.el: Replace `info' with upper-case `Info' where appropriate.
12544 (info-title-1, info-title-2, info-title-3, info-title-4)
12545 (info-menu-header): Move up face definitions.
12546 (info-menu-star): Rename from `info-menu-5'.
12547 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12548 (Info-fontify-visited-nodes): Fix docstring.
12549 (Info-hide-note-references): Fix docstring.
12550 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12551 menu items in the same way as on cross-references.
12552 (info-apropos): Fix sorting order and formatting to be like in the
12553 stand-alone Info browser. Display error messages for 1 sec.
12554 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12555 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12556 from the menu bar.
12557 (Info-insert-dir): Restore point after calling
12558 `insert-buffer-substring'.
12559
12560 2005-08-08 Richard M. Stallman <rms@gnu.org>
12561
12562 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12563 (recompute-lucid-menubar): Add defvars.
12564
12565 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12566
12567 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12568
12569 * net/net-utils.el (run-dig): Rename from `dig'.
12570
12571 * play/gametree.el (gametree-mode): Use make-local-variable,
12572 not make-variable-buffer-local.
12573
12574 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12575
12576 * ansi-color.el (ansi-color-make-extent)
12577 (ansi-color-set-extent-face): Use fboundp, not functionp.
12578
12579 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12580 not make-variable-buffer-local.
12581
12582 * bookmark.el (Info-current-file): Add defvar.
12583 (bookmark-jump-noselect): Use with-no-warnings.
12584
12585 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12586
12587 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12588
12589 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12590
12591 * find-file.el (ada-procedure-start-regexp)
12592 (ada-package-start-regexp): Add defvars.
12593
12594 * info.el (Info-insert-dir): Use insert-buffer-substring.
12595
12596 * xml.el (xml-att-def-re): Add defvar.
12597
12598 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12599 calling convention.
12600
12601 * subr.el (while-no-input): Return t if there is input.
12602
12603 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12604
12605 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12606
12607 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12608
12609 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12610 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12611
12612 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12613
12614 * cmuscheme.el (scheme-start-file): Replace reference to
12615 `user-emacs-directory' by "~/.emacs.d/".
12616
12617 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12618
12619 * info.el (Info-dir-remove-duplicates): Avoid case folding
12620 in loop; instead, keep downcased strings for comparison.
12621 Suggested by Helmut Eller.
12622
12623 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12624
12625 Sync with Tramp 2.0.50.
12626
12627 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12628 XEmacs case; not necessary anymore.
12629 (tramp-user-regexp): Allow "@" as part of user name.
12630 (tramp-handle-set-visited-file-modtime)
12631 (tramp-handle-insert-file-contents)
12632 (tramp-handle-write-region): No special handling for
12633 `last-coding-system-used, because this is done in
12634 `tramp-accept-process-output' now.
12635 (tramp-accept-process-output): New defun.
12636 (tramp-process-one-action, tramp-process-one-multi-action)
12637 (tramp-wait-for-regexp, tramp-wait-for-output)
12638 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12639 Howells <dhowells@redhat.com>.
12640 (clear-visited-file-modtime): Defadvice removed. The check for
12641 unset buffer's modtime does not need to be based on
12642 `tramp-buffer-file-attributes'. Suggested by RMS.
12643 (tramp-message): Insert "\n" if not being at beginning of line.
12644 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12645 sequence with same logic.
12646 (tramp-completion-handle-expand-file-name): Discard call of
12647 `tramp-drop-volume-letter'. It is not necessary, and there have
12648 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12649 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12650 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12651 should always be visible.
12652 (tramp-handle-insert-directory, tramp-setup-complete)
12653 (tramp-set-process-query-on-exit-flag)
12654 (tramp-append-tramp-buffers): Pacify byte-compiler.
12655 (tramp-bug): Delete non-existing variables from list.
12656 Apply `tramp-load-report-modules' as pre-hook.
12657 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12658 `shell-prompt-pattern' because of non-7bit characters.
12659 Reported by Sebastian Luque <sluque@mun.ca>.
12660 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12661 (tramp-match-string-list): Remove function.
12662 (tramp-wait-for-regexp): Remove call of that function.
12663 Suggested by Kim F. Storm <storm@cua.dk>.
12664 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12665 instead of octal character code ?\600. The latter resulted in a
12666 syntax error with XEmacs.
12667
12668 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12669 XEmacs case; not necessary anymore.
12670 (tramp-smb-handle-write-region): No special handling for
12671 `last-coding-system-used, because this is done in
12672 `tramp-accept-process-output' now.
12673 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12674
12675 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12676
12677 * wid-edit.el (widget-choice-value-create):
12678 Unconditionally respect user choice. Set :explicit-choice back to nil
12679 when no longer needed.
12680 (widget-choice-action): Unconditionally respect user choice.
12681 Eliminate :explicit-choice-value.
12682
12683 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12684
12685 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12686 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12687 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12688 running new function `toggle-indicate-empty-lines'.
12689 Rename "Customize" item to "Customize fringe".
12690 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12691 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12692 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12693 Delete "Empty lines only" item.
12694 (menu-bar-showhide-fringe-ind-customize): New function.
12695 (menu-bar-showhide-fringe-ind-mixed)
12696 (menu-bar-showhide-fringe-ind-box)
12697 (menu-bar-showhide-fringe-ind-right)
12698 (menu-bar-showhide-fringe-ind-left)
12699 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12700 instead of `fringe-indicators'.
12701
12702 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12703
12704 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12705 Change the date of last update.
12706
12707 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12708
12709 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12710 (viper-exec-yank, viper-put-back): Don't display modification msg
12711 if in the minibuffer.
12712
12713 * viper-init.el (viper-replace-overlay-cursor-color)
12714 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12715 Make variables frame local.
12716
12717 * viper-util.el (viper-append-filter-alist): Use append instead of
12718 nconc.
12719
12720 * viper.el (viper-vi-state-mode-list)
12721 (viper-emacs-state-mode-list): Move help-mode and
12722 completion-list-mode from the first list to the second.
12723 (viper-mode): Docstring.
12724 (viper-go-away, viper-non-hook-settings): Don't localize
12725 minor-mode-alist in newer Emacsen. Add advice to
12726 set-cursor-color. Don't bind "\C-c\\".
12727
12728 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12729
12730 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12731 (scheme-macro-expand-command): New user options.
12732 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12733 (scheme-form-at-point, scheme-start-file)
12734 (scheme-interactively-start-process): New functions.
12735 (scheme-get-process): New function, extracted from `scheme-proc'.
12736 (run-scheme): Call `scheme-start-file' to get start file, and pass
12737 it to `make-comint'.
12738 (switch-to-scheme, scheme-proc):
12739 Call `scheme-interactively-start-process' if no Scheme buffer/process
12740 is available.
12741
12742 2005-08-06 Juri Linkov <juri@jurta.org>
12743
12744 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12745 Use `compilation-text-face', `compilation-info-text-face' and
12746 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12747 (compilation-error): New face.
12748 (compilation-error-file-name): Inherit from
12749 `compilation-error' instead of `font-lock-warning-face'.
12750 (compilation-warning-file-name): Inherit from
12751 `compilation-warning' instead of `font-lock-warning-face'.
12752 (compilation-info, compilation-error-file-name)
12753 (compilation-warning-file-name, compilation-info-file-name)
12754 (compilation-line-number, compilation-column-number): Doc fix.
12755 (compilation-error-text-face, compilation-warning-text-face)
12756 (compilation-info-text-face): New face variables.
12757 (compilation-line-face, compilation-column-face)
12758 (compilation-enter-directory-face)
12759 (compilation-leave-directory-face): Doc fix.
12760 (compilation-text-face): New function.
12761
12762 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12763 instead of 1 to display binary file names as info file links.
12764 (grep-error-face): Use `compilation-error-face' instead of
12765 `font-lock-keyword-face'.
12766 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12767 and `compilation-warning-text-face' instead of
12768 `font-lock-keyword-face'. Use `compilation-error-text-face'
12769 instead of `grep-error-face'.
12770
12771 2005-08-05 Kenichi Handa <handa@m17n.org>
12772
12773 * international/code-pages.el: Add autoload cookies for all coding
12774 systems.
12775
12776 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12777
12778 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12779
12780 2005-08-04 Juri Linkov <juri@jurta.org>
12781
12782 * progmodes/compile.el (compilation-mode-map):
12783 * progmodes/grep.el (grep-mode-map):
12784 Bind TAB to `compilation-next-error' and [backtab] to
12785 `compilation-previous-error'.
12786
12787 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12788 matching line numbers, column numbers and their ranges with regexp
12789 matching only line numbers.
12790 (grep-context-face): New face variable.
12791 (grep-mode-font-lock-keywords): Use it.
12792
12793 * faces.el (read-face-name): Delete duplicate faces.
12794
12795 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12796
12797 * thumbs.el (thumbs-find-image): Don't make variables
12798 automatically buffer local.
12799 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12800 (thumbs-image-num): Make automatically buffer local.
12801 (thumbs-show-thumbs-list): Use `make-local-variable', not
12802 `make-variable-buffer-local'.
12803 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12804
12805 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12806 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12807 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12808 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12809 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12810 (feelings-about, foullst, found, hello, history, howareyoulst)
12811 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12812 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12813 (neglst, obj, object, owner, please, problems, qlist)
12814 (random-adjective, relation, remlst, repetitive-shortness)
12815 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12816 (shortlst, something, sportslst, stallmanlst, states, subj)
12817 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12818 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12819 Defvar at compile time.
12820
12821 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12822 not `make-variable-buffer-local'.
12823
12824 2005-08-02 Kim F. Storm <storm@cua.dk>
12825
12826 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12827 rectangle overlay in selected window.
12828
12829 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12830
12831 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12832 instead of display group. Make `indicate-buffer-boundaries'
12833 customizable through Custom.
12834
12835 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12836
12837 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12838 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12839 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12840 (gdb-put-string): Fix typos in docstrings.
12841
12842 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12843
12844 Update copyright notices of files in progmodes directory for
12845 release of Emacs 22.1.
12846
12847 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12848
12849 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12850 Don't barf if the GUD buffer has been killed.
12851
12852 2005-08-01 Kim F. Storm <storm@cua.dk>
12853
12854 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12855
12856 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * simple.el (next-error-follow-minor-mode):
12859 make-variable-buffer-local -> make-local-variable.
12860
12861 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12862
12863 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12864 (byte-compile-form-make-variable-buffer-local): New functions to warn
12865 about misuses of make-variable-buffer-local where make-local-variable
12866 was meant.
12867
12868 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12869
12870 * bs.el (bs-attributes-list): Doc fix.
12871 (bs): Update url-link.
12872
12873 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12874 (desktop-load-default): Simplify.
12875
12876 * ibuffer.el (ibuffer-columnize-and-insert-list)
12877 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12878 (ibuffer-unmark-all, ibuffer-toggle-marks)
12879 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12880 (ibuffer-compile-make-format-form, ibuffer-format-column)
12881 (ibuffer-current-buffers-with-marks)
12882 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12883 (ibuffer): Doc fix.
12884 (ibuffer-mode): Fix typo in docstring.
12885 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12886 with `define-obsolete-variable-alias'.
12887 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12888
12889 2005-07-29 Kenichi Handa <handa@m17n.org>
12890
12891 * international/mule-cmds.el (select-message-coding-system):
12892 Be sure to use LF for end-of-line. If no coding system is decided,
12893 return iso-8859-1-unix.
12894
12895 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12898 (ange-ftp-pending-error-line): New vars.
12899 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12900 to handle the non-fatal no-route-to-host messages.
12901 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12902
12903 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12904
12905 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12906 (isearch-quote-char, isearch-printing-char)
12907 (isearch-text-char-description): "?\ " -> "?\s".
12908 (isearch-lazy-highlight-cleanup)
12909 (isearch-lazy-highlight-initial-delay)
12910 (isearch-lazy-highlight-interval)
12911 (isearch-lazy-highlight-max-at-a-time)
12912 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12913 Declare with define-obsolete-*-alias macros.
12914 (isearch-forward): Fix typo in docstring.
12915 (search-invisible, search-ring-yank-pointer)
12916 (regexp-search-ring-yank-pointer): Doc fixes.
12917
12918 * recentf.el (recentf-menu-append-commands-p): Declare with
12919 `define-obsolete-variable-alias'.
12920 (recentf-max-saved-items, recentf-menu-filter)
12921 (recentf-arrange-by-rule-subfilter): Doc fixes.
12922 (recentf-menu-append-commands-flag)
12923 (recentf-initialize-file-name-history, recentf-expand-file-name)
12924 (recentf-clear-data): Fix typos in docstrings.
12925
12926 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12927
12928 * progmodes/gdb-ui.el: Smarten comments.
12929 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12930
12931 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12932
12933 * term/apollo.el (terminal-init-apollo): New function containing
12934 all former top level forms in the file.
12935 * term/bobcat.el (terminal-init-bobcat):
12936 * term/cygwin.el (terminal-init-cygwin):
12937 * term/iris-ansi.el (terminal-init-iris-ansi):
12938 * term/linux.el (terminal-init-linux):
12939 * term/news.el (terminal-init-news):
12940 * term/rxvt.el (terminal-init-rxvt):
12941 * term/sun.el (terminal-init-sun):
12942 * term/tvi970.el (terminal-init-tvi970):
12943 * term/vt100.el (terminal-init-vt100):
12944 * term/vt102.el (terminal-init-vt102):
12945 * term/vt125.el (terminal-init-vt125):
12946 * term/vt200.el (terminal-init-vt200):
12947 * term/vt201.el (terminal-init-vt201):
12948 * term/vt220.el (terminal-init-vt220):
12949 * term/vt240.el (terminal-init-vt240):
12950 * term/vt300.el (terminal-init-vt300):
12951 * term/vt320.el (terminal-init-vt320):
12952 * term/vt400.el (terminal-init-vt400):
12953 * term/vt420.el (terminal-init-vt420):
12954 * term/wyse50.el (terminal-init-wyse50):
12955 * term/xterm.el (terminal-init-xterm): Likewise.
12956
12957 * term/README: Describe the terminal-init-* functionality.
12958
12959 * startup.el (command-line): After loading the terminal initialization
12960 file call the corresponding terminal initialization function.
12961
12962 2005-07-27 Kenichi Handa <handa@m17n.org>
12963
12964 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12965 negative.
12966
12967 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12968 (ps-mule-composition-prologue): Fix for the case that
12969 RelativeCompose is false.
12970
12971 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12972
12973 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12974
12975 * descr-text.el (describe-char): Handle the case where the list of
12976 chars is displayed in a separate frame.
12977 Be a bit more discriminating when looking for the char.
12978
12979 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12980
12981 * bookmark.el (bookmark-automatically-show-annotations)
12982 (bookmark-read-annotation-text-func): Doc fixes.
12983 (bookmark-save): Improve argument/docstring consistency.
12984 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12985 (bookmark-alist-from-buffer)
12986 (bookmark-upgrade-file-format-from-0)
12987 (bookmark-grok-file-format-version)
12988 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12989 (bookmark-read-annotation-mode)
12990 (bookmark-insert-current-bookmark, bookmark-jump)
12991 (bookmark-exit-hook): Fix typos in docstrings.
12992 (bookmark-exit-hooks): Define as obsolete alias.
12993 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12994 not `bookmark-exit-hooks'. Fix docstring.
12995 (bookmark-bmenu-select): "?\ " -> "?\s".
12996
12997 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12998
12999 * startup.el (command-line): Fix typo.
13000
13001 2005-07-24 Richard M. Stallman <rms@gnu.org>
13002
13003 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13004 not emacs-quick-startup.
13005
13006 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13007
13008 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13009 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13010 instead of `reb-with-current-window'.
13011 (reb-prev-match): Likewise. Also, don't move left if the search
13012 was unsuccessful.
13013 (reb-initialize-buffer): New function.
13014 (re-builder, reb-change-syntax): Use it.
13015
13016 * man.el (Man-goto-page): Make second argument NOERROR optional.
13017
13018 2005-07-23 Richard M. Stallman <rms@gnu.org>
13019
13020 * man.el (Man-bgproc-sentinel): Check here for failure to find
13021 any man page in the output, and report the error here.
13022 (Man-arguments): Make it permanent local.
13023 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13024 (Man-mode): Pass t for NOERROR.
13025
13026 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13027 (grep-mode-font-lock-keywords):
13028 Don't use compilation-...-face for messages that are not file names.
13029
13030 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13031 Don't use compilation-...-face for messages that are not file names.
13032
13033 2005-07-22 Juri Linkov <juri@jurta.org>
13034
13035 * startup.el (normal-splash-screen): Update menu name.
13036
13037 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13038
13039 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13040
13041 * term/xterm.el: Load term/rxvt if the terminal is actually an
13042 rxvt terminal.
13043 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13044
13045 * term/rxvt.el (function-key-map): Use substitute-key-definition
13046 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13047
13048 * term/cygwin.el: New file.
13049
13050 2005-07-22 Kim F. Storm <storm@cua.dk>
13051
13052 * image-file.el (insert-image-file, image-file-yank-handler):
13053 Fix last change to maintain a (unique) yank-handler on yanked images.
13054
13055 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13056
13057 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13058 of the file size (as in "177B" for 177 bytes). This happens with
13059 "ls -lh" on FreeBSD.
13060
13061 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13062
13063 * hilit-chg.el (highlight-changes-global-initial-state)
13064 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13065 (hilit-chg-fixup, highlight-changes-mode):
13066 Fix typos in docstrings.
13067 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13068 Doc fixes.
13069
13070 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13071
13072 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13073 mode function using `eval-after-load'.
13074
13075 2005-07-21 Kim F. Storm <storm@cua.dk>
13076
13077 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13078 included when reporting an emacs crash, and tell about the DEBUG file.
13079
13080 * image-file.el (insert-image-file): Add yank-handler.
13081 (image-file-yank-handler): Yank handler to make unique copies of
13082 images when they are yanked into a buffer next to each other.
13083
13084 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13085
13086 * comint.el (comint-use-prompt-regexp, comint-send-input)
13087 (comint-source-default, comint-extract-string)
13088 (comint-get-source, comint-word, comint-completion)
13089 (comint-source, comint-prompt-read-only, comint-update-fence):
13090 Fix typos in docstrings.
13091 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13092 Declare with define-obsolete-*-alias macros.
13093 (comint-previous-matching-input-from-input)
13094 (comint-next-matching-input-from-input)
13095 (comint-previous-matching-input, comint-next-matching-input)
13096 (comint-forward-matching-input):
13097 Improve argument/docstring consistency.
13098
13099 * desktop.el (desktop-clear-preserve-buffers-regexp):
13100 Also preserve the *server* buffer.
13101
13102 * simple.el (clone-indirect-buffer): Doc fix.
13103 (fixup-whitespace, just-one-space)
13104 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13105 (next-error, next-error-highlight)
13106 (next-error-highlight-no-select, next-error-last-buffer)
13107 (next-error-buffer-p, next-error-find-buffer, next-error)
13108 (previous-error, next-error-no-select, previous-error-no-select)
13109 (open-line, split-line, minibuffer-prompt-width, kill-new)
13110 (binary-overwrite-mode): Fix typos in docstrings.
13111 (set-fill-column): Fix typo in message.
13112
13113 * skeleton.el (skeleton-proxy-new): Doc fix.
13114
13115 * strokes.el (strokes-load-hook): Doc fix.
13116 (strokes-grid-resolution, strokes-get-grid-position)
13117 (strokes-renormalize-to-grid, strokes-read-stroke)
13118 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13119 (strokes-global-map): Fix typos in docstrings.
13120 (strokes-help): Doc fix. Fix help message and pass it through
13121 `substitute-command-keys'.
13122
13123 * tempo.el (tempo-insert-prompt, tempo-interactive)
13124 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13125 (tempo-insert-string-functions, tempo-local-tags)
13126 (tempo-define-template, tempo-insert-template)
13127 (tempo-insert-prompt-compat, tempo-is-user-element)
13128 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13129 Fix typos in docstrings.
13130
13131 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13132 (vcursor-key-bindings, vcursor-use-vcursor-map)
13133 (vcursor-find-window, vcursor-scroll-down)
13134 (vcursor-disable, vcursor-beginning-of-buffer)
13135 (vcursor-end-of-buffer): Fix typos in docstrings.
13136 (vcursor-relative-move, vcursor-get-char-count):
13137 Improve argument/docstring consistency.
13138
13139 * version.el: "?\ " -> "?\s".
13140
13141 * wid-edit.el (widget-default-create, widget-after-change)
13142 (widget-default-format-handler, widget-checklist-add-item)
13143 (widget-radio-add-item, widget-choose, widget-specify-secret)
13144 (widget-field-value-create, widget-field-value-get)
13145 (widget-editable-list-format-handler)
13146 (widget-editable-list-entry-create, widget-group-value-create)
13147 (widget-documentation-link-add)
13148 (widget-documentation-string-value-create): "?\ " -> "?\s".
13149 (widget-convert-text): Doc fix.
13150 (widget-narrow-to-field, widget-field-find)
13151 (widget-url-link-action, widget-emacs-library-link-action)
13152 (widget-color-notify): Fix typos in docstrings.
13153
13154 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13155 (x-select-text, set-w32-system-coding-system)
13156 (w32-add-charset-info): Fix typos in docstrings.
13157
13158 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13159 (cua-enable-cua-keys, cua-use-hyper-key)
13160 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13161 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13162
13163 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13164
13165 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13166 `defalias' instead of faking it.
13167
13168 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13169 (eshell-ls-missing, eshell-ls-dired-initial-args)
13170 (eshell-ls-use-in-dired): Fix typos in docstrings.
13171
13172 2005-07-20 Kim F. Storm <storm@cua.dk>
13173
13174 * emulation/cua-base.el (cua-mode): Improve doc string.
13175
13176 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13177
13178 * abbrev.el (expand-region-abbrevs): Doc fix.
13179 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13180 Improve argument/docstring consistency.
13181
13182 * arc-mode.el (archive-get-descr, archive-alternate-display):
13183 Doc fixes.
13184 (archive-l-e): Improve argument/docstring consistency.
13185 (archive-tmpdir, archive-unixdate, archive-unixtime)
13186 (archive-chmod-entry): Fix typos in docstrings.
13187 (archive-unflag, archive-unflag-backwards)
13188 (archive-unmark-all-files): "?\ " -> "?\s".
13189
13190 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13191 (Buffer-menu-not-modified, Buffer-menu-execute)
13192 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13193 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13194
13195 * composite.el (compose-string, encode-composition-rule)
13196 (compose-last-chars): Fix typos in docstrings.
13197
13198 * desktop.el (desktop-enable, desktop-basefilename):
13199 Declare with `define-obsolete-variable-alias'.
13200 (desktop-internal-v2s): Don't quote keywords.
13201 (desktop-clear): "?\ " -> "?\s".
13202
13203 * dired.el (dired-align-file, dired-flag-backup-files)
13204 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13205 (dired-listing-switches, dired-ls-F-marks-symlinks)
13206 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13207 (dired-directory, dired-faces, dired, dired-revert)
13208 (dired-mode, dired-summary, dired-view-file)
13209 (dired-copy-filename-as-kill, dired-delete-file)
13210 (dired-no-confirm, dired-unmark-all-marks)
13211 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13212 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13213 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13214 Fix typos in message strings.
13215
13216 * dired-x.el (virtual-dired): Declare with `defalias'.
13217 (dired-mark-unmarked-files, dired-local-variables-file)
13218 (dired-omit-here-always): Doc fix.
13219 (dired-omit-mode, dired-find-subdir)
13220 (dired-enable-local-variables, dired-clean-up-buffers-too)
13221 (dired-extra-startup, dired-mark-extension, dired-jump)
13222 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13223 (dired-smart-shell-command, dired-guess-shell-alist-user)
13224 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13225 (dired-x-bind-find-file, dired-x-submit-report):
13226 Fix typos in docstrings.
13227 (dired-mark-unmarked-files): "?\ " -> "?\s".
13228
13229 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13230
13231 * faces.el (describe-face): "?\ " -> "?\s".
13232 (read-all-face-attributes, read-face-font, modify-face)
13233 (face-attr-construct, italic): Fix typos in docstrings.
13234 (frame-update-face-colors): Declare with
13235 `define-obsolete-function-alias'.
13236
13237 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13238 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13239 (magic-mode-alist, buffer-file-numbers-unique)
13240 (write-file-functions, get-free-disk-space):
13241 Fix typos in docstrings.
13242 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13243 (write-contents-hooks, write-file-hooks):
13244 Declare with `define-obsolete-variable-alias'.
13245
13246 * forms-d2.el (arch-rj): Fix typo in docstrings.
13247 (arch-tocol): Likewise. "?\ " -> "?\s".
13248
13249 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13250 Fix typo in docstring.
13251 (set-screen-width, set-screen-height): Delete redundant info in
13252 doctrings.
13253 (new-frame, screen-height, screen-width): Declare with
13254 `define-obsolete-function-alias'.
13255 (delete-frame-hook, blink-cursor): Declare with
13256 `define-obsolete-variable-alias'.
13257
13258 * paths.el (prune-directory-list): Fix typos in docstring.
13259
13260 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13261 (cvs-prefix-get): Fix typos in docstrings.
13262
13263 * ps-print.el (ps-extend-face-list, ps-extend-face)
13264 (ps-print-background-image): Fix typos in docstrings.
13265 (ps-default-fg, ps-default-bg): Doc fixes.
13266
13267 * s-region.el (s-region-bind): Doc fix.
13268 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13269
13270 * textmodes/org.el (org-table-formula-substitute-names)
13271 (org-table-get-vertical-vector): Doc fixes.
13272 (org-table-recalculate): Remove unused argument to `message'.
13273
13274 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13275
13276 * textmodes/org.el (org-table-column-names)
13277 (org-table-column-name-regexp)
13278 (org-table-named-field-locations): New variables.
13279 (org-archive-subtree): Protect `this-command' when calling
13280 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13281 the kill buffer.
13282 (org-complete): Remove fixed-formula completion.
13283 (org-edit-formulas-map): New variable.
13284 (org-table-edit-formulas): New command.
13285 (org-finish-edit-formulas, org-abort-edit-formulas)
13286 (org-show-variable, org-table-get-vertical-vector): New functions.
13287 (org-table-maybe-eval-formula): Handle `:=' fields.
13288 (org-table-get-stored-formulas, org-table-store-formulas)
13289 (org-table-get-formula, org-table-modify-formulas)
13290 (org-table-replace-in-formulas): Handle named field formulas.
13291 (org-table-get-specials): Store locations of named fields.
13292
13293 2005-07-19 Juri Linkov <juri@jurta.org>
13294
13295 * progmodes/grep.el (grep-regexp-alist)
13296 (grep-mode-font-lock-keywords, grep-process-setup):
13297 Use default GNU grep match color "01;31m" instead of "01;41m".
13298 (grep-regexp-alist, grep-mode-font-lock-keywords):
13299 Use `\\[[0-9]*m' instead of `\\[00m'.
13300 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13301 sgr_start where its handling is more important. Use the real
13302 length of sgr_start instead of constant 8.
13303 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13304 specially. Delete all remaining escape sequences.
13305 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13306 (grep-regexp-alist): Make hyperlink only for binary file name
13307 instead of the whole line.
13308 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13309 (grep-mode): Add autoload.
13310
13311 * emacs-lisp/find-func.el (find-function-regexp):
13312 Add `define-compilation-mode'.
13313
13314 2005-07-19 Juri Linkov <juri@jurta.org>
13315
13316 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13317 (compare-windows-sync-string-size, compare-windows-recenter)
13318 (compare-windows-highlight, compare-windows): Add version 22.1.
13319 (compare-windows) <defface>: Inherit from lazy-highlight instead
13320 of duplicating its default value.
13321
13322 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13323 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13324
13325 * descr-text.el (describe-char): Create link buttons for `charset'
13326 and `code point'. Add the current input method name with a link
13327 button to `to input' field. Print face names of display table
13328 characters in `The display table entry is displayed by' section
13329 instead of printing face-id in the `display' field.
13330 Guess hardcoded faces and create a link button for them.
13331 Skip empty fields when calculating max-width.
13332 Treat `widget-create' specially while inserting strings from the
13333 collected field list.
13334 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13335
13336 * diff-mode.el (diff-file-header): Change foreground color from
13337 yellow to green on light backgrounds.
13338 (diff-context): Inherit from `shadow' only for color/grayscale
13339 with more than 88 colors.
13340 (diff-indicator-removed, diff-indicator-added)
13341 (diff-indicator-changed): New faces.
13342 (diff-font-lock-keywords): Use new faces. Regroup rules.
13343 Add "^---$" for `normal' diff format. Fontify `#' lines with
13344 font-lock-comment-delimiter-face and font-lock-comment-face.
13345 Add `#' to ^[^...] in the rule for `diff-context-face'.
13346
13347 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13348 a button-like box. Inherit from `highlight' on low colors.
13349 (shadow): Use shades of gray only for color/grayscale with
13350 more than 88 colors. Use green for light backgrounds with
13351 8 colors, and yellow for dark backgrounds with 8 colors.
13352
13353 * font-lock.el (font-lock-regexp-grouping-backslash):
13354 Don't inherit from escape-glyph (use bold for all cases).
13355
13356 * info.el (info-xref-visited): Use light foreground color `violet'
13357 for dark backgrounds instead of dark color `magenta3'.
13358 (info-title-1): Use `yellow' color for dark backgrounds.
13359
13360 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13361 too-light magenta2.
13362
13363 * replace.el (match): Use slightly more light RoyalBlue3 instead
13364 of dark RoyalBlue4.
13365
13366 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13367
13368 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13369
13370 * novice.el (disabled-command-hook): Declare it with
13371 `define-obsolete-variable-alias'.
13372
13373 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13374 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13375 (desktop-load-default): Add release to obsolescence info.
13376 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13377 (desktop-append-buffer-args, desktop-read):
13378 Fix typos in docstrings.
13379 (desktop-kill): Fix typo in message.
13380 (desktop-save): Doc fix.
13381
13382 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13383
13384 * viper-cmd.el (viper-escape-to-state): Bug fix.
13385 (viper-envelop-ESC-key): Change the definition of fast
13386 keysequence so it'll work with keyboard macros.
13387
13388 * ediff.el (ediff-patch-buffer): Change the docstring.
13389
13390 2005-07-19 Kenichi Handa <handa@m17n.org>
13391
13392 * international/mule-cmds.el (select-safe-coding-system): Try to
13393 use an auto-coding (if any) before anything else. If the found
13394 auto-coding is invalid, show a warning message.
13395
13396 * international/mule.el (find-auto-coding): New function created
13397 by modifying the body of set-auto-coding.
13398 (set-auto-coding): Use find-auto-coding to find a coding.
13399
13400 2005-07-18 Richard M. Stallman <rms@gnu.org>
13401
13402 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13403 not isearch-mode-end-hook-error.
13404 (allout-before-change-protect): Fix error message.
13405
13406 2005-07-18 Juri Linkov <juri@jurta.org>
13407
13408 * allout.el (allout-mode):
13409 * calculator.el (calculator-copy):
13410 * custom.el (custom-known-themes):
13411 * dired.el (dired-desktop-buffer-misc-data)
13412 (dired-restore-desktop-buffer):
13413 * dired-x.el (dired-omit-marker-char):
13414 * files.el (basic-save-buffer):
13415 * font-core.el (font-lock-mode):
13416 * calendar/calendar.el (calendar-goto-hebrew-date)
13417 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13418 (calendar-goto-persian-date):
13419 * language/ethio-util.el (ethio-sera-to-fidel-region):
13420 * textmodes/picture.el (picture-mode):
13421 Delete duplicate duplicate words.
13422
13423 2005-07-18 Juri Linkov <juri@jurta.org>
13424
13425 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13426 chars * ? } |.
13427 (isearch-fallback): Don't call `isearch-process-search-char'.
13428 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13429 (isearch-process-search-char): Call `isearch-fallback' for regexp
13430 chars * ? } |.
13431 (isearch-return-char): Make obsolete with `make-obsolete' instead
13432 of simply documenting it as obsolete in the docstring.
13433 (isearch-fallback): Refill docstring.
13434
13435 * international/isearch-x.el
13436 (isearch-process-search-multibyte-characters): Remove unneeded
13437 `concat'. Add intermediate values to `junk-hist' instead of
13438 `minibuffer-history'. Test the length of `str'.
13439
13440 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13441
13442 * allout.el (allout-resolve-xref): Fix typos in error strings.
13443 (allout-before-change-protect): Remove unneeded `concat'.
13444
13445 * array.el (array-mode, array-reconfigure-rows)
13446 (untabify-backward): Fix typos in docstrings.
13447 (array-reconfigure-rows): Use `insert-buffer-substring', not
13448 `insert-buffer'.
13449
13450 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13451 * progmodes/ada-mode.el (ada-make-body):
13452 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13453
13454 * dired.el (dired-log):
13455 * tar-mode.el (tar-subfile-save-buffer):
13456 * play/zone.el (zone-pgm-stress-destress):
13457 Use `insert-buffer-substring', not `insert-buffer'.
13458
13459 2005-07-17 Simon Josefsson <jas@extundo.com>
13460
13461 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13462
13463 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13464
13465 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13466 Add plain auth method.
13467 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13468
13469 2005-07-17 Kim F. Storm <storm@cua.dk>
13470
13471 * ido.el (dired-other-window): Add ido property.
13472
13473 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13474
13475 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13476 Fix typo in docstring.
13477 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13478 `insert-file-literally'.
13479
13480 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13481 info and delete redundant message. Doc fix.
13482 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13483 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13484
13485 2005-07-16 Richard M. Stallman <rms@gnu.org>
13486
13487 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13488 (byte-compile-and): Use byte-compile-and-recursion.
13489 (byte-compile-or-recursion): New function.
13490 (byte-compile-or): Use that.
13491 (byte-compile-if): Guard the else-clause too.
13492 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13493
13494 * isearch.el (isearch-mode-end-hook-quit): New variable.
13495 (isearch-done): Bind it.
13496 (isearch-mode-end-hook): Doc fix.
13497
13498 * allout.el (allout-isearch-did-quit): Variable deleted.
13499 (allout-real-isearch-abort): Function name no longer used.
13500 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13501 (allout-isearch-rectification): isearch-mode always exists.
13502 Don't set allout-isearch-did-quit.
13503 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13504 allout-isearch-did-quit.
13505 (allout-enwrap-isearch): Just add the hook.
13506 (allout-isearch-abort): Function deleted.
13507 (allout-pre-command-business): Avoid warning.
13508
13509 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13510 Correctly avoid warnings.
13511 (pascal-outline): Likewise.
13512
13513 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13514
13515 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13516
13517 * play/tetris.el (tetris-mode): Avoid warning.
13518
13519 * play/snake.el (snake-mode): Avoid warning.
13520
13521 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13522 (gamegrid-set-display-table): Avoid warning.
13523 (gamegrid-set-timer): Likewise.
13524 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13525 (gamegrid-add-score-with-update-game-score-1): Take FILE
13526 as argument.
13527 (gamegrid-add-score-with-update-game-score): Pass that argument.
13528 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13529
13530 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13531
13532 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13533 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13534
13535 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13536 and insert-file.
13537
13538 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13539 (sc-ask): Avoid warnings.
13540
13541 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13542 (eshell-hist-initialize): Use that var the natural way.
13543
13544 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13545
13546 * emacs-lisp/re-builder.el (reb-cook-regexp):
13547 Avoid warning calling lre-compile-string.
13548 (reb-color-display-p): Avoid warning.
13549
13550 * calculator.el (calculator-last-input): Guard uses
13551 of event-key and key-press-event-p.
13552 (event-key, key-press-event-p): Delete definitions.
13553
13554 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13555 (find-gc-source-directory, find-gc-subrs-callers)
13556 (find-gc-noreturn-list, find-gc-source-files)
13557 (find-gc-subrs-called): Vars renamed and defvar'd.
13558
13559 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13560 (checkdoc-overlay-put, checkdoc-delete-overlay)
13561 (checkdoc-overlay-start, checkdoc-overlay-end)
13562 (checkdoc-mode-line-update, checkdoc-char=):
13563 Define such that compiler knows they are defined.
13564 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13565 (checkdoc-read-event): Delete. Use read-event directly.
13566
13567 * whitespace.el (whitespace-make-overlay)
13568 (whitespace-overlay-put, whitespace-delete-overlay)
13569 (whitespace-overlay-start, whitespace-overlay-end):
13570 Define such that compiler knows they are defined.
13571 (whitespace): Move conditional inside.
13572
13573 * tempo.el (tempo-insert-template): Suppress warning.
13574
13575 * ediff-diff.el (longlines-mode): Add defvar.
13576
13577 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13578
13579 * server.el: Bind "C-x #" in a way that works even if C-x is
13580 redefined to a command key, not a prefix key.
13581
13582 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13583
13584 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13585 cl-make-type-test till execution time.
13586
13587 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13588
13589 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13590 arg ARG and use it.
13591
13592 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13593
13594 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13595
13596 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13597
13598 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13599 a defcustom with two :set or :type keywords.
13600
13601 2005-07-15 Richard M. Stallman <rms@gnu.org>
13602
13603 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13604 Don't give ^M comment-end syntax.
13605
13606 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13607
13608 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13609 Don't consider gdbmi (gdb-mi.el has its own update functions).
13610 (gdb-var-delete): Make it work for gdbmi as well.
13611 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13612
13613 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13614 (gud-speedbar-menu-items): Correct logic for enabling items.
13615
13616 2005-07-15 Kim F. Storm <storm@cua.dk>
13617
13618 * ido.el: Fix commentary.
13619 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13620 Use with-no-warnings around ffap-guesser.
13621 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13622 Let bind minibuffer-completing-file-name to t.
13623
13624 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13625
13626 * startup.el (site-run-file, keyboard-type): Doc fixes.
13627 (command-line): Check for "--basic-display" argument; also for
13628 "--quick", not "--bare-bones" (which was renamed).
13629 (fancy-splash-text): Add missing item "Getting New Versions".
13630 (normal-splash-screen): Fix typos and improve consistency with
13631 `fancy-splash-text'. Update copyright year.
13632
13633 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13634 valid binding for `help-char'.
13635
13636 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13637
13638 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13639
13640 * term.el (term-mode): Disable cua-mode for term buffers.
13641
13642 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13643
13644 * add-log.el (add-log-mailing-address, change-log-merge):
13645 Doc fixes.
13646 (change-log-get-method-definition): Fix typo in docstring.
13647
13648 2005-07-14 Kim F. Storm <storm@cua.dk>
13649
13650 * emulation/cua-base.el:
13651 (cua--pre-command-handler-1, cua--pre-command-handler)
13652 (cua--post-command-handler-1, cua--post-command-handler):
13653 Split in two. Check (buffer local) value of cua-mode.
13654 (cua-selection-mode): New command.
13655
13656 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13657
13658 * custom.el (custom-initialize-safe-set)
13659 (custom-initialize-safe-default): Doc fixes.
13660
13661 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13662 and simplify :init-value again.
13663
13664 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13665 and simplify :init-value again. Delete autoload.
13666
13667 * startup.el (command-line): Use `custom-reevaluate-setting' again
13668 for tooltip-mode.
13669
13670 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13671 a defcustom with two :initialize keywords.
13672
13673 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13674
13675 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13676 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13677 (allout-post-command-business, allout-flag-region)
13678 (isearch-reenable-font-lock, allout-yank)
13679 (allout-insert-latex-header, allout-insert-latex-trailer)
13680 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13681 (allout-latex-verb-quote): Fix typos in docstrings.
13682 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13683 (allout-unprotected, allout-prefix-data):
13684 Improve argument/docstring consistency.
13685 (allout-chart-subtree): Fix argument spec.
13686 (allout-open-topic): Rename `use_sib_bullet' argument to
13687 `use-sib-bullet'. Doc fix.
13688
13689 * whitespace.el (whitespace-check-buffer-leading)
13690 (whitespace-check-buffer-trailing)
13691 (whitespace-check-buffer-indent)
13692 (whitespace-check-buffer-spacetab)
13693 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13694 (whitespace-check-leading-whitespace)
13695 (whitespace-check-trailing-whitespace)
13696 (whitespace-check-spacetab-whitespace)
13697 (whitespace-check-indent-whitespace)
13698 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13699 (whitespace-modes): Fix typos in docstrings.
13700 (defgroup, defcustom): Doc fixes.
13701
13702 * winner.el (winner-mode, winner-boring-buffers)
13703 (winner-pending-undo-ring): Doc fixes.
13704 (winner-ring): Remove unneeded `progn'.
13705 (winner-equal): `defsubst' it.
13706 (winner-redo): Fix message.
13707
13708 2005-07-13 Kim F. Storm <storm@cua.dk>
13709
13710 * simple.el (line-move-1): Always use vertical-motion to
13711 do the last (or only) line move to ensure some movement.
13712 Undo 2005-06-23 change--don't check for overlays.
13713
13714 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13715
13716 * term/mac-win.el (ccl-encode-mac-roman-font)
13717 (ccl-encode-mac-centraleurroman-font)
13718 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13719 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13720 Change charset-id boundary of dimension to ?\xef.
13721 (mac-char-fontspec-list): New constant.
13722 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13723 argument. Nil uses itself as family in font-spec. Previous
13724 behavior for nil is now provided by non-nil non-string argument.
13725 All callers changed. Add font-specs for Mac fonts to
13726 "fontset-default" unless iso8859-1 fonts are installed.
13727
13728 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13729
13730 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13731 a continuation line if the \ is preceded by SPC or TAB.
13732 (sh-get-indent-info): Simplify.
13733 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13734 Use with-current-buffer.
13735
13736 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13737 when the matched text is empty.
13738
13739 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13740
13741 * startup.el (command-line): Revert to previous handling of
13742 tooltip-mode. Explain in comment why the complexity is needed.
13743
13744 * tooltip.el (tooltip-mode): Revert to previous implementation of
13745 its defcustom.
13746
13747 * frame.el (blink-cursor-mode): Revert to previous implementation
13748 of its defcustom. Update comment.
13749
13750 2005-07-12 Lars Hansen <larsh@soem.dk>
13751
13752 * desktop.el: Update e-mail address.
13753
13754 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13755
13756 * term/mac-win.el (mac-services-mail-selection)
13757 (mac-services-mail-to): New functions.
13758 (mac-application-menu-map): Bind them.
13759
13760 2005-07-12 wulei <milton@wulei.net> (tiny change)
13761
13762 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13763
13764 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13765
13766 * custom.el (custom-reevaluate-setting): Doc fix.
13767
13768 2005-07-11 Jay Belanger <belanger@truman.edu>
13769
13770 * calc/calc.el (calc-embedded-announce-formula-alist)
13771 (calc-embedded-open-close-plain-alist)
13772 (calc-embedded-open-close-mode-alist): Add checks for additional
13773 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13774
13775 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13776
13777 * custom.el (custom-enable-theme): Don't add theme to
13778 `custom-enabled-themes' with `push' because there is no
13779 setf-method for `delq'.
13780
13781 2005-07-11 Richard M. Stallman <rms@gnu.org>
13782
13783 * custom.el (custom-declare-variable): Doc fix.
13784
13785 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13786 from the alists.
13787
13788 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13789 Do nothing if edebug-active.
13790
13791 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13792 (edebug-display): Do it here instead.
13793
13794 2005-07-10 Richard M. Stallman <rms@gnu.org>
13795
13796 * cus-face.el (custom-theme-set-faces): Make it work.
13797 (custom-reset-faces): Doc fix.
13798 (custom-theme-reset-internal-face, custom-theme-face-value):
13799 Functions deleted.
13800
13801 * custom.el (custom-push-theme): Maintain list of the settings
13802 of a given theme in its theme-settings property.
13803 Maintain position of old settings in the theme-value
13804 or theme-face property.
13805 (custom-enabled-themes): New variable.
13806 (custom-theme-enabled-p): New function.
13807 (provide-theme): Update custom-enabled-themes.
13808 Disable and reenable the `user' theme.
13809 (require-theme): Doc fix.
13810 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13811 (custom-theme-value, custom-theme-variable-value): Likewise.
13812 (custom-theme-reset-internal): Likewise.
13813 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13814 (custom-enable-theme, custom-disable-theme): New functions.
13815 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13816 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13817 (custom-theme-reset-variables): Simplify.
13818 (deftheme, custom-declare-theme, custom-make-theme-feature):
13819 Definitions moved.
13820
13821 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13822
13823 * longlines.el (longlines-show-region)
13824 (longlines-unshow-hard-newlines): Recognize hard newlines by
13825 non-nil hard property, instead of t.
13826
13827 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13828
13829 * viper-cmd.el (viper--key-maps): New variable.
13830 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13831 emulation-mode-map-alists.
13832 (viper-envelop-ESC-key): Use viper-subseq.
13833 (viper-search-forward/backward/next): Disable debug-on-error.
13834
13835 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13836 (viper-ESC-key): New defcustoms.
13837
13838 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13839
13840 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13841 (viper-subseq): Copy of subseq from cl.el.
13842
13843 * viper.el (viper-go-away, viper-set-hooks): Use
13844 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13845
13846 * viper-mous.el (viper-current-frame-saved): Use defvar.
13847
13848 * viper-init.el: Get rid of -face in face names.
13849
13850 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13851 Make it work with longlines mode
13852
13853 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13854
13855 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13856
13857 * ediff-init.el: Get rid of -face in face names.
13858
13859 2005-07-10 Richard M. Stallman <rms@gnu.org>
13860
13861 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13862 and with-timeout-unsuspend.
13863
13864 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13865 and with-timeout-unsuspend.
13866
13867 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13868 (with-timeout): Bind that variable to record timers.
13869 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13870
13871 * emacs-lisp/debug.el (debug-help-follow): New function.
13872 (debugger-mode-map): Use that instead of help-follow.
13873 (debugger-setup-buffer): Use eval-buffer-list
13874 to handle eval-buffer frames.
13875
13876 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13877
13878 * timezone.el (timezone-parse-date): Change first regexp
13879 so it will not mistakenly match dates with no time zone.
13880
13881 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13882
13883 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13884
13885 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13886
13887 * custom.el (custom-initialize-safe-set)
13888 (custom-initialize-safe-default): New functions.
13889
13890 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13891 and simplify :init-value.
13892
13893 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13894 and simplify :init-value. Delete obsolete comment.
13895
13896 * startup.el (command-line): Use `custom-reevaluate-setting' to
13897 handle `tooltip-mode'. Delete obsolete comment.
13898
13899 * files.el (set-visited-file-name): Avoid calling
13900 `file-name-nondirectory' with a nil argument.
13901
13902 2005-07-09 Richard M. Stallman <rms@gnu.org>
13903
13904 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13905 was called with nil for the buffer, handle the read position right.
13906 Handle read position for eval-region, too.
13907
13908 2005-07-09 Juri Linkov <juri@jurta.org>
13909
13910 * fringe.el (fringe-mode): Add period in docstring.
13911 (fringe-query-style): Build prompt depending on `all-frames' arg.
13912
13913 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13914 to not create links to unrelated functions in the Help buffer.
13915
13916 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13917 Doc fix.
13918
13919 * simple.el (next-error-hook): New variable.
13920 (next-error): Use it. Doc fix.
13921
13922 * textmodes/ispell.el (ispell-command-loop): Add current
13923 dictionary name and program name to mode-line-format.
13924 (ispell-region, ispell-process-line): Add current dictionary name
13925 and program name to messages.
13926
13927 2005-07-08 Jay Belanger <belanger@truman.edu>
13928
13929 * calc/calc.el (calc-embedded-announce-formula-alist)
13930 (calc-embedded-open-close-formula-alist)
13931 (calc-embedded-open-close-word-alist)
13932 (calc-embedded-open-close-plain-alist)
13933 (calc-embedded-open-close-new-formula-alist)
13934 (calc-embedded-open-close-mode-alist)
13935 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13936 (calc-embedded-mode-hook): New variables.
13937
13938 * calc/calc-embed.el (calc-embedded-firsttime)
13939 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13940 New variables.
13941 (calc-do-embedded): Use calc-embedded-firsttime,
13942 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13943 determine whether or not to run hooks.
13944 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13945 calc-embedded-firsttime-formula appropriately.
13946 Set calc-embedded delimiter variables according to mode.
13947
13948 2005-07-08 Richard M. Stallman <rms@gnu.org>
13949
13950 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13951 Check for "emacs", etc., as entire symbol, not just as word.
13952 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13953
13954 * files.el (set-visited-file-name): Report the error
13955 for "empty filename" earlier.
13956 (kill-some-buffers): Ignore buffers already dead.
13957
13958 * fringe.el (fringe-mode): Doc fix.
13959
13960 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13961 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13962 Use unwind-protect to ensure byte-compile-unresolved-functions
13963 is updated.
13964
13965 * whitespace.el (whitespace-buffer-leading-cleanup):
13966 Simplify w/ skip-chars-forward.
13967 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13968
13969 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13970 Unconditionally try to leave point at the same old place.
13971
13972 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13973
13974 * comint.el (comint-postoutput-scroll-to-bottom)
13975 (comint-show-maximum-output): Take scroll-margin into consideration.
13976
13977 2005-07-08 Kim F. Storm <storm@cua.dk>
13978
13979 * ido.el (ido-use-filename-at-point): New choice `guess'.
13980 (ido-file-internal): Try ffap-guesser if selected.
13981
13982 * ido.el (ido-before-fallback-functions): New hook.
13983 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13984 (ido-read-file-name): Run it.
13985
13986 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13989 strings rather than a list of symbols to the completion function.
13990
13991 2005-07-07 Jay Belanger <belanger@truman.edu>
13992
13993 * calc/calc-units.el (math-apply-units): Change the places in
13994 which units are simplified.
13995
13996 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13997
13998 * cus-edit.el (customize-option, customize-option-other-window):
13999 Make them handle aliases.
14000
14001 * custom.el (custom-variable-p): Make it recursively follow
14002 aliases. Mention that in the docstring.
14003
14004 2005-07-07 Richard M. Stallman <rms@gnu.org>
14005
14006 * cus-start.el (exec-path): Use `directory' instead of `file'.
14007 Fix tag for nil.
14008
14009 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14010
14011 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14012 when called non-interactively. Doc fix.
14013
14014 2005-07-07 Lute Kamstra <lute@gnu.org>
14015
14016 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14017 new address as well.
14018
14019 2005-07-07 Kenichi Handa <handa@m17n.org>
14020
14021 * international/mule.el (make-coding-system):
14022 Describe `ascii-incompatible' property in the docstring.
14023 (set-file-name-coding-system): Signal an error if coding-system is
14024 ascii-incompatible.
14025 (set-keyboard-coding-system): Likewise.
14026
14027 * international/mule-cmds.el (set-default-coding-systems):
14028 Don't set default-file-name-coding-system and
14029 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14030
14031 * international/utf-16.el: Declare that all UTF-16-based coding
14032 systems are ASCII-incompatible.
14033
14034 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14035
14036 * progmodes/gud.el: Require font-lock for displaying errors.
14037 Used by gdb-ui.el.
14038
14039 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14040
14041 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14042 values for the pattern lists which are `read'able but not
14043 `append'able (like symbols).
14044
14045 2005-07-06 Richard M. Stallman <rms@gnu.org>
14046
14047 * progmodes/flymake.el (flymake-float-time): Instead of
14048 with-no-warnings, test for xemacs.
14049 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14050 to avoid warning.
14051
14052 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14053
14054 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14055
14056 2005-07-05 Lute Kamstra <lute@gnu.org>
14057
14058 * battery.el: Add support for Darwin (with much debugging help
14059 from Samuel Lauber <sam124@operamail.com>).
14060 (battery-status-function, battery-echo-area-format)
14061 (battery-mode-line-format): Add support for pmset on Darwin.
14062 (battery-load-low, battery-load-critical): New user options.
14063 (battery-pmset): New function.
14064
14065 2005-07-05 Lute Kamstra <lute@gnu.org>
14066
14067 Update FSF's address in GPL notices.
14068
14069 * textmodes/page-ext.el: Update FSF's address.
14070
14071 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14072
14073 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14074 filling from using prefix when filling a single-line docstring.
14075
14076 * progmodes/flymake.el: Remove useless eval-when-compile.
14077
14078 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14079
14080 2005-07-04 Richard M. Stallman <rms@gnu.org>
14081
14082 * textmodes/org.el (org-file-apps-defaults-gnu):
14083 Rename from org-file-apps-defaults-linux.
14084 (org-default-apps): Don't test system-type for `linux'.
14085 (org-file-apps): Doc fix.
14086
14087 2005-07-04 David Ponce <david@dponce.com>
14088
14089 * tree-widget.el: Improve header Commentary section.
14090 (tree-widget) [defgroup]
14091 (tree-widget-image-enable, tree-widget-themes-directory)
14092 (tree-widget-theme, tree-widget-image-properties-emacs)
14093 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14094 (tree-widget-image-formats, tree-widget-control)
14095 (tree-widget-empty-control, tree-widget-leaf-control
14096 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14097 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14098 (tree-widget-keep, tree-widget-after-toggle-functions)
14099 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14100 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14101 :help-echo message.
14102 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14103 (tree-widget-image-properties): Doc fix. Clearer implementation.
14104 (tree-widget--cursors): New constant.
14105 (tree-widget-lookup-image): New function split from
14106 `tree-widget-find-image'. Clearer implementation.
14107 (tree-widget-find-image): Use it.
14108 (tree-widget-button-keymap): Use `set-keymap-parent'.
14109 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14110 Define the sub-widgets here.
14111 (tree-widget-node): Check that :node is not a tree-widget.
14112 (tree-widget-get-super, tree-widget-open-control)
14113 (tree-widget-close-control, tree-widget-empty-control)
14114 (tree-widget-leaf-control, tree-widget-guide)
14115 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14116 (tree-widget-no-handle, tree-widget-value-delete)
14117 (tree-widget-map): Remove.
14118 (tree-widget-children-value-save): Doc fix. Simplified.
14119 (tree-widget-value-create): Update according to previous changes.
14120
14121 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14122
14123 * textmodes/org.el: Leading space replaced by TABS.
14124 (org-recalc-marks, org-table-rotate-recalc-marks)
14125 (org-table-get-specials): Treat "^" and "_" marks.
14126 (org-table-justify-field-maybe): Optional argument NEW.
14127 (org-table-eval-formula): Parsing of the format simplified.
14128 New modes C,I. Honor the %= parameter in the current table.
14129 Avoid unnecessary re-align by using the NEW argument to
14130 `org-table-justify-field-maybe'.
14131 (org-calc-default-modes): Default for date-format mimicks org-mode.
14132 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14133
14134 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14135
14136 * cus-face.el (custom-theme-set-faces): Make it handle face
14137 aliases whose alias declarations are pre- or autoloaded.
14138
14139 2005-07-04 Juri Linkov <juri@jurta.org>
14140
14141 * faces.el (read-face-name): Put the code for getting a face name
14142 from the buffer before adding the faces from the `face' property.
14143 Use `completing-read-multiple' instead of `completing-read'.
14144 Require `crm'. Add default value and post-process the returned
14145 list of faces.
14146
14147 * emacs-lisp/crm.el (crm-find-current-element)
14148 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14149
14150 * emacs-lisp/lisp-mode.el (eval-defun-1):
14151 * emacs-lisp/edebug.el (edebug-eval-defun):
14152 Remove unnecessary quotes.
14153
14154 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14155
14156 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14157 (prolog-indent-level): Fix typo in docstring.
14158
14159 * info.el (Info-history, Info-history-forward)
14160 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14161
14162 * add-log.el (add-change-log-entry):
14163 * comint.el (comint-dynamic-list-input-ring)
14164 (comint-dynamic-list-completions):
14165 * dabbrev.el (dabbrev-expand):
14166 * delim-col.el (delimit-columns-rectangle-line):
14167 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14168 (diff-unified->context):
14169 * ediff-init.el (ediff-abbrev-jobname):
14170 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14171 (ediff-replace-session-activity-marker-in-meta-buffer):
14172 * info.el (Info-summary):
14173 * lpr.el (printify-region):
14174 * printing.el (pr-create-interface):
14175 * ps-print.el (ps-print-quote):
14176 * ses.el (ses-column-widths, ses-print-cell)
14177 (ses-adjust-print-width, ses-center):
14178 * shell.el (shell-file-name-quote-list):
14179 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14180 (strokes-fill-current-buffer-with-whitespace)
14181 (strokes-xpm-for-stroke, strokes-list-strokes)
14182 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14183 * term.el (term-dynamic-list-input-ring)
14184 (term-dynamic-list-completions):
14185 * calc/calc.el (math-format-stack-value):
14186 * emacs-lisp/edebug.el (edebug-display-freq-count):
14187 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14188 (delphi-new-comment-line):
14189 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14190 * progmodes/executable.el (executable-set-magic):
14191 * progmodes/python.el (inferior-python-mode):
14192 * progmodes/scheme.el (scheme-mode-syntax-table):
14193 * progmodes/sh-script.el (sh-maybe-here-document):
14194 * progmodes/sql.el (sql-copy-column):
14195 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14196 * textmodes/bibtex.el (bibtex-mode):
14197 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14198 (sgml-auto-attributes):
14199 * textmodes/table.el (table-insert, table-shorten-cell)
14200 (table--generate-source-scan-lines, table-delete-row)
14201 (*table--cell-delete-char, table--spacify-frame)
14202 (table--horizontally-shift-above-and-below)
14203 (table--cell-insert-char, table--cell-blank-str)
14204 (table--fill-region-strictly):
14205 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14206 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14207
14208 * add-log.el (change-log):
14209 * apropos.el (apropos):
14210 * comint.el (comint-completion, comint-source):
14211 * dabbrev.el (dabbrev):
14212 * delim-col.el (columns):
14213 * diff-mode.el (diff-mode):
14214 * ediff.el (ediff):
14215 * ediff-diff.el (ediff-diff):
14216 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14217 * ediff-mult.el (ediff-mult):
14218 * ediff-ptch.el (ediff-ptch):
14219 * ediff-wind.el (ediff-window):
14220 * facemenu.el (facemenu):
14221 * indent.el (indent):
14222 * info.el (info):
14223 * jka-cmpr-hook.el (compression, jka-compr):
14224 * lpr.el (lpr):
14225 * outline.el (outlines):
14226 * pcmpl-cvs.el (pcmpl-cvs):
14227 * pcmpl-rpm.el (pcmpl-rpm):
14228 * printing.el (printing):
14229 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14230 (ps-print-vertical, ps-print-headers, ps-print-font)
14231 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14232 (ps-print-background, ps-print-printer, ps-print-page)
14233 (ps-print-miscellany):
14234 * ses.el (ses):
14235 * shell.el (shell, shell-directories, shell-faces):
14236 * startup.el (initialization):
14237 * strokes.el (strokes):
14238 * term.el (term):
14239 * uniquify.el (uniquify):
14240 * w32-vars.el (w32):
14241 * calc/calc.el (calc):
14242 * emacs-lisp/bytecomp.el (bytecomp):
14243 * emacs-lisp/cl-indent.el (lisp-indent):
14244 * emacs-lisp/edebug.el (edebug):
14245 * emacs-lisp/elp.el (elp):
14246 * emacs-lisp/testcover.el (testcover):
14247 * emacs-lisp/trace.el (trace):
14248 * emulation/viper-ex.el (viper-ex):
14249 * emulation/viper-mous.el (viper-mouse):
14250 * mail/mailalias.el (mailalias):
14251 * mail/supercite.el (supercite, supercite-frames)
14252 (supercite-attr, supercite-cite, supercite-hooks):
14253 * net/rcompile.el (remote-compile):
14254 * net/rlogin.el (rlogin):
14255 * obsolete/ooutline.el (outlines):
14256 * progmodes/delphi.el (delphi):
14257 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14258 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14259 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14260 (ebnf-optimization):
14261 * progmodes/etags.el (etags):
14262 * progmodes/executable.el (executable):
14263 * progmodes/idlwave.el (idlwave):
14264 * progmodes/pascal.el (pascal):
14265 * progmodes/prolog.el (prolog):
14266 * progmodes/python.el (python):
14267 * progmodes/scheme.el (scheme):
14268 * progmodes/sh-script.el (sh, sh-script):
14269 * progmodes/sql.el (SQL):
14270 * progmodes/tcl.el (tcl):
14271 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14272 * textmodes/enriched.el (enriched):
14273 * textmodes/makeinfo.el (makeinfo):
14274 * textmodes/sgml-mode.el (sgml):
14275 * textmodes/table.el (table-hooks):
14276 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14277 * textmodes/texinfo.el (texinfo):
14278 * textmodes/two-column.el (two-column):
14279 Finish `defgroup' description with period.
14280
14281 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14282 * eshell/esh-var.el (eshell-var):
14283 * progmodes/vhdl-mode.el (vhdl-testbench):
14284 * textmodes/org.el (org): Fix typos in docstrings.
14285
14286 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14287 consistency.
14288
14289 * progmodes/flymake.el (flymake-find-file): Remove.
14290 (flymake-float-time): Use `with-no-warnings'.
14291 (flymake-check-start-time, flymake-check-was-interrupted)
14292 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14293 (flymake-new-err-info): `defvar' at compile time.
14294
14295 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14296
14297 * replace.el (occur-hook): Doc fix.
14298 (occur-1): Don't call `occur-hook' if there are no matches.
14299
14300 2005-07-03 Richard M. Stallman <rms@gnu.org>
14301
14302 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14303 global-map, save the same map.
14304 (global-map): Don't alter it at top level.
14305 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14306 Then alter it here instead.
14307 (tpu-edt-off): Set global-map to the saved one.
14308
14309 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14310 All references simplified.
14311 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14312 (zmacs-regions): Add defvar.
14313 (repeat-complex-command-map): Everything about that deleted.
14314
14315 * textmodes/artist.el (artist-key-is-drawing)
14316 (artist-key-endpoint1, artist-key-poly-point-list)
14317 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14318 (artist-key-compl-table, artist-rb-save-data)
14319 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14320 Don't put them in eval-when-compile.
14321 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14322
14323 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14324 Use with-no-warnings.
14325
14326 * net/browse-url.el (dos-windows-version): Add defvar.
14327
14328 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14329
14330 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14331 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14332 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14333 Add defvar.
14334 (rmail-summary-beginning-of-message): Use with-no-warnings.
14335 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14336
14337 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14338 Use with-no-warnings.
14339
14340 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14341 (c-mark-function): Add point-moving-unit property.
14342 (vi-goto-line): Use with-no-warnings.
14343
14344 * emulation/edt.el (edt-last-copied-word): Add defvar.
14345 (zmacs-region-stays): Likewise.
14346 (edt-mark-section-wisely): Use c-mark-function for C.
14347 Use makr-defun for Fortran.
14348 (time-string): defvar deleted.
14349 (edt-display-the-time): Don't set time-string.
14350
14351 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14352
14353 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14354 Don't warn when name is not constant
14355 or for defining the group `emacs'.
14356
14357 * tooltip.el (gud-tooltip-mode): Add defvar.
14358
14359 * startup.el (default-frame-background-mode): Add defvar.
14360
14361 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14362
14363 * info.el (tool-bar-map): Add defvar.
14364
14365 * dired.el (dnd-protocol-alist): Add defvar.
14366
14367 * dired-aux.el (dired-query): Display question with answer, when
14368 the user answers.
14369
14370 * custom.el (custom-add-option): Doc fix.
14371
14372 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14373
14374 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14375
14376 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14377 bogus name from the last change.
14378
14379 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14380
14381 * custom.el (custom-declare-variable): Fix typos in comment.
14382 (custom-known-themes): Doc fix.
14383 (custom-theme-directory): New defcustom.
14384 (require-theme): Make it check `custom-theme-directory'.
14385
14386 * cus-theme.el (custom-new-theme-mode): New function.
14387 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14388 (custom-theme-description): Add compiler defvars.
14389 (customize-create-theme): Add doc to the "*New Custom Theme*"
14390 buffer. Use `custom-new-theme-mode'.
14391 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14392 and save it to the `custom-theme-directory'. Make this the
14393 default directory of the buffer.
14394
14395 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14396
14397 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14398 Fix unbalanced parentheses.
14399
14400 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14401
14402 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14403 into flymake-mode and delegate to flymake-mode.
14404
14405 * find-file.el (ff-which-function-are-we-in): Clean up.
14406
14407 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14408
14409 * replace.el (occur-rename-buffer): Fix docstring.
14410
14411 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14412 (edt-last-copied-word, edt-learn-macro-count)
14413 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14414 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14415 (time-string, zmacs-region-stays):
14416 * emulation/edt-mapper.el (edt-save-function-key-map)
14417 (EDT-key-name): `defvar' to silence the byte-compiler.
14418
14419 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14420
14421 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14422 font-lock-regexp-backslash. Doc fix.
14423 (font-lock-regexp-backslash-grouping-construct): Rename from
14424 font-lock-regexp-backslash-construct. Doc fix.
14425 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14426 grouping constructs.
14427
14428 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14429
14430 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14431 updating all the prerequisites.
14432
14433 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14434
14435 * textmodes/org.el (org-agenda-start-on-weekday)
14436 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14437 (org-agenda-use-time-grid, org-archive-location)
14438 (org-allow-space-in-links, org-usenet-links-prefer-google)
14439 (org-enable-table-editor, org-export-default-language)
14440 (org-export-html-show-new-buffer, org-fill-paragraph)
14441 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14442 (org-goto-quit, org-occur, org-eval-in-calendar)
14443 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14444 (org-agenda-diary-entry, org-remember-help)
14445 (org-table-convert-region, org-at-table-p)
14446 (org-table-move-row-down, org-table-move-row-up)
14447 (org-table-copy-region, org-table-toggle-vline-visibility)
14448 (org-table-get-stored-formulas, org-table-get-specials)
14449 (org-recalc-commands, org-table-eval-formula)
14450 (org-table-formula-substitute-names, orgtbl-make-binding)
14451 (org-format-org-table-html, org-format-table-table-html)
14452 (org-format-table-table-html-using-table-generate-source)
14453 (org-customize): Fix typos in docstrings.
14454 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14455 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14456 (org-back-to-heading): Doc fixes.
14457 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14458 (org-agenda-change-all-lines, org-get-header):
14459 Improve argument/docstring consistency.
14460 (orgtbl-error): Fix error message.
14461
14462 * progmodes/flymake.el (flymake-find-possible-master-files)
14463 (flymake-master-file-compare, flymake-get-line-err-count)
14464 (flymake-highlight-line, flymake-gui-warnings-enabled):
14465 Fix typos in docstrings.
14466 (flymake-parse-line, flymake-get-project-include-dirs-function)
14467 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14468 Doc fixes.
14469 (flymake-get-project-include-dirs-function)
14470 (flymake-make-err-menu-data):
14471 Improve argument/docstring consistency.
14472
14473 2005-07-01 Lute Kamstra <lute@gnu.org>
14474
14475 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14476 Catch errors with ignore-errors. Use temporary buffer.
14477 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14478
14479 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14480 background color faces.
14481 (facemenu-set-foreground, facemenu-set-background):
14482 Use facemenu-set-face-from-menu.
14483 (facemenu-set-face-from-menu): Treat face names that start with
14484 "fg:" or "bg:" as special.
14485 (facemenu-add-new-color): Don't create faces. Simplify.
14486
14487 2005-06-30 Richard M. Stallman <rms@gnu.org>
14488
14489 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14490 (crm-find-current-element): Likewise.
14491
14492 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14493
14494 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14495
14496 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14499 (archive-mouse-extract): Make it an obsolete alias.
14500 (archive-mode-map): Don't use archive-mouse-extract any more.
14501 (archive-mode, archive-extract): write-contents-hooks ->
14502 write-contents-functions.
14503 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14504 first arg.
14505 (archive-rename-entry): Update the call.
14506 (archive-zip-summarize): Remove unused var `method'.
14507 (archive-lzh-summarize): Remove unused var `creator'.
14508
14509 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14510 dedicated frame upon exit.
14511
14512 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14513 (archive-zip-extract, archive-zip-expunge)
14514 (archive-zip-update, archive-zip-update-case): Use executable-find.
14515 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14516 Use restore-buffer-modified-p.
14517 (archive-extract, archive-add-new-member, archive-write-file-member):
14518 Use with-current-buffer.
14519 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14520
14521 2005-06-30 Andreas Schwab <schwab@suse.de>
14522
14523 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14524
14525 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14526
14527 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14528
14529 2005-06-30 Juri Linkov <juri@jurta.org>
14530
14531 * faces.el (vertical-border): Inherit from mode-line-inactive
14532 only on tty.
14533
14534 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14535
14536 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14537 example, -NLINES in the `occur' docstring).
14538
14539 * replace.el (occur-1): When no matches are found, do not set the
14540 `buffer-read-only' and modified flags for the occur buffer,
14541 because it is deleted.
14542
14543 * emulation/cua-base.el (cua-check-pending-input)
14544 (cua-repeat-replace-region, cua-mode, cua-debug)
14545 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14546 Fix typos in docstrings.
14547
14548 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14549 (cua-cut-region-to-global-mark)
14550 (cua--cut-rectangle-to-global-mark):
14551 Remove period from end of messages.
14552
14553 * emulation/cua-rect.el (cua-do-rectangle-padding):
14554 Remove period from end of messages.
14555 (cua--rectangle-seq-format): Fix typo in docstring.
14556 (cua-sequence-rectangle, cua-fill-char-rectangle):
14557 Improve argument/docstring consistency.
14558
14559 2005-06-29 Juri Linkov <juri@jurta.org>
14560
14561 * faces.el (default-frame-background-mode): New internal variable.
14562 (frame-set-background-mode): Use it.
14563
14564 * startup.el (normal-top-level): Set default-frame-background-mode
14565 instead of frame-background-mode. Before setting it, test for its
14566 nil value. Remove tests for frame-background-mode and frame
14567 parameter `reverse'. Add test for "unspecified-fg".
14568
14569 * term/xterm.el (xterm-rxvt-set-background-mode):
14570 * term/rxvt.el (rxvt-set-background-mode):
14571 Set default-frame-background-mode instead of frame-background-mode.
14572
14573 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14574
14575 * simple.el (set-variable): Warn about obsolete user variables.
14576
14577 * imenu.el (imenu--completion-buffer):
14578 * mouse.el (mouse-buffer-menu-alist):
14579 * msb.el (msb-invisible-buffer-p):
14580 * calendar/diary-lib.el (diary-header-line-format):
14581 * emacs-lisp/pp.el (pp-buffer):
14582 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14583 * textmodes/picture.el (picture-replace-match):
14584 Change space constants followed by a sexp to "?\s ".
14585
14586 * play/decipher.el (decipher-loop-with-breaks):
14587 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14588 constants "protected" from end of line by a comment to "?\s".
14589
14590 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14591
14592 * font-lock.el (save-buffer-state): Use `declare'.
14593
14594 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14595 reset the syntax-table to cperl-mode-syntax-table.
14596 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14597 "foo_print_bar" is not matched as a reserved keyword.
14598
14599 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14600
14601 * textmodes/org.el (orgtbl-setup): New function, for delayed
14602 setup for the orgtbl commands.
14603 (org-calc-default-modes): New option.
14604 (orgtbl-make-binding): Use `defun' to get better help display.
14605 (org-diary): Call `org-compile-prefix-format'.
14606 (org-table-formula-substitute-names): New function.
14607 (org-agenda-day-view, org-agenda-week-view): New commands.
14608 (org-agenda-toggle-week-view): Command removed.
14609 (org-tbl-menu): Split off from org-org-menu.
14610 (org-mode): Move removal of outline-mode menus to here.
14611 (org-table-formula-debug): New option.
14612 (org-table-insert-row): Keep first field if just "#" or "*".
14613 (org-mode): Paragraph regexps fixed.
14614 (org-table-recalculate-regexp): New constant.
14615 (org-table-justify-field-maybe): Avoid replace if not necessary.
14616 (org-copy-special, org-cut-special): Use `call-interactively'.
14617 (org-table-copy-region): Take region from `interactive' call.
14618 (org-trim): Return string even if no match.
14619 (org-formula): New face.
14620 (org-set-font-lock-defaults): No longer highlight "FIXME".
14621 But highlight formula-related fields in table.
14622 (org-table-p): Use regexp, not fontification.
14623 (org-table-align): Handle white space at end of line.
14624 (org-table-formula-evaluate-inline): New option.
14625 (org-mode): Auto-wrapping in comment lines turned off.
14626 (org-table-copy-down): Evaluate only in copied field, not in
14627 destination.
14628 (org-table-current-formula): Variable removed.
14629 (org-table-store-formulas, org-table-get-stored-formulas)
14630 (org-table-modify-formulas, org-table-replace-in-formulas)
14631 (org-table-maybe-eval-formula): New functions.
14632 (org-table-get-formula): Modify to use stored formulas.
14633 (org-table-insert-column, org-table-delete-column)
14634 (org-table-move-column): Call `org-table-modify-formulas'.
14635 (org-complete): Add completion for keyword formulas.
14636 (orgtbl-mode): Pull orgtbl-mode-map to start of
14637 minor-mode-map-alist.
14638
14639 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14640
14641 * progmodes/python.el (python-check): Require `compile' before
14642 modifying its variables.
14643
14644 * newcomment.el (comment-indent-default): Don't get fooled by an early
14645 end of buffer.
14646
14647 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14648
14649 * ps-print.el (ps-print-version): Fix version number.
14650
14651 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14652
14653 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14654
14655 2005-06-28 Richard M. Stallman <rms@gnu.org>
14656
14657 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14658 (flyspell-local-mouse-map): Declaration deleted.
14659 (flyspell-mouse-map): Bind only mouse-2.
14660 (flyspell-mode-map): Don't test flyspell-use-local-map.
14661 (flyspell-overlay-keymap-property-name): Var deleted.
14662 (flyspell-mode-on): Don't make local bindings for
14663 flyspell-mouse-map and flyspell-mode-map.
14664 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14665
14666 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14667
14668 * progmodes/compile.el (compilation-next-error-function):
14669 Don't switch buffers; operate on the current buffer.
14670
14671 * progmodes/compile.el (compilation-error-file-name)
14672 (compilation-warning-file-name, compilation-info-file-name)
14673 (compilation-line-number, compilation-column-number): New faces.
14674 (compilation-error-face, compilation-warning-face)
14675 (compilation-info-face, compilation-line-face)
14676 (compilation-column-face): Use them.
14677
14678 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14679
14680 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14681
14682 * bindings.el (global-map): Bind insertchar and its variants.
14683
14684 2005-06-27 Richard M. Stallman <rms@gnu.org>
14685
14686 * textmodes/artist.el (artist-text-overwrite)
14687 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14688
14689 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14690
14691 * ps-print.el: It was not working the page selection for printing.
14692 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14693 (ps-print-version): New version 6.6.7.
14694 (ps-end-sheet): New fun.
14695 (ps-header-sheet, ps-end-job): Call it.
14696
14697 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14698
14699 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14700
14701 2005-06-27 Lute Kamstra <lute@gnu.org>
14702
14703 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14704 background color faces.
14705 (facemenu-get-face): Delete function.
14706 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14707 (facemenu-add-new-color): Make second argument mandatory.
14708 Create the appropriate face and return it. Simplify.
14709 (facemenu-set-foreground, facemenu-set-background): Don't check if
14710 color is defined. Use return value of facemenu-add-new-color.
14711
14712 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14713
14714 * progmodes/gud.el (gud-filter): Add missing argument to
14715 with-selected-window.
14716
14717 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14718
14719 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14720 a :require to the defcustom.
14721
14722 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14723 defcustoms corresponding to minor modes.
14724
14725 2005-06-26 David Ponce <david@dponce.com>
14726
14727 * recentf.el: Require tree-widget instead of wid-edit.
14728 (recentf-filename-handler): Fix widget :type.
14729 (recentf-cancel-dialog, recentf-open-more-files)
14730 (recentf-open-files-action): Doc fix.
14731 (recentf-dialog-goto-first): New function.
14732 (recentf-dialog-mode-map): Set parent keymap first.
14733 (recentf-dialog-mode): Define with define-derived-mode.
14734 Don't display continuation lines in dialogs.
14735 (recentf-edit-list): Rename from recentf-edit-selected-items.
14736 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14737 Simplify.
14738 (recentf-edit-list-validate): New function.
14739 (recentf-edit-list): Update accordingly.
14740 (recentf-open-files-item-shift): Remove.
14741 (recentf-open-files-item): Convert menu elements into tree and
14742 link widgets. Don't create the widgets.
14743 (recentf-open-files): Update accordingly.
14744 (recentf-save-list): Untabify.
14745
14746 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14747
14748 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14749 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14750 partially contained in the active region. Do not take active
14751 region into account when called from Lisp, unless INTERACTIVE arg
14752 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14753 avoid trouble with fields. Make marker point nowhere when no
14754 longer used. Always return nil. Doc fix.
14755 (flush-lines): Add INTERACTIVE arg. Do not take active region
14756 into account when called from Lisp, unless INTERACTIVE arg is
14757 non-nil. Use `forward-line' instead of `beginning-of-line' to
14758 avoid trouble with fields. Make marker point nowhere when no
14759 longer used. Always return nil. Doc fix.
14760 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14761 interchangeable. Do not take active region into account when
14762 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14763 message in echo area when called from Lisp, unless INTERACTIVE arg
14764 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14765 Return the number of matches. Doc fix.
14766 (occur): Doc fix.
14767 (perform-replace): Make comment follow double space convention for
14768 the sake of `outline-minor-mode'.
14769
14770 * faces.el (facep): Doc fix.
14771
14772 2005-06-25 Richard M. Stallman <rms@gnu.org>
14773
14774 * facemenu.el (facemenu-enable-faces-p): New function.
14775 (facemenu-background-menu, facemenu-foreground-menu)
14776 (facemenu-face-menu): Add menu-enable property.
14777
14778 * jka-compr.el (jka-compr-insert-file-contents):
14779 Special handling if cannot find the uncompression program.
14780
14781 * cus-face.el (custom-face-attributes): Add autoload.
14782
14783 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14784 Bind comment-indent-function locally.
14785
14786 * window.el (save-selected-window): Use save-current-buffer.
14787
14788 * subr.el (with-selected-window): Use save-current-buffer.
14789
14790 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14791 and with-current-buffer.
14792
14793 2005-06-24 Richard M. Stallman <rms@gnu.org>
14794
14795 * simple.el (line-move-1): Fix previous change.
14796
14797 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14798
14799 * replace.el (occur-1): Set `buffer-read-only' and the
14800 buffer-modified flag before running `occur-hook' to protect
14801 against unintentional buffer switches that can lead to data loss.
14802
14803 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14804
14805 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14806 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14807 initial error.
14808
14809 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14810 after fresh input.
14811 (gdb-var-create-handler): Put name of expression in quotes.
14812
14813 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14814
14815 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14816 elements of RING in order, and without bogus nil elements.
14817
14818 2005-06-23 Richard M. Stallman <rms@gnu.org>
14819
14820 * simple.el (set-variable): Args renamed; doc fix.
14821 (line-move-1): When there are overlays around, use vertical-motion.
14822
14823 * faces.el (escape-glyph): Use brown against light background.
14824 (nobreak-space): Rename from no-break-space.
14825 Fix previous change.
14826
14827 * dired-aux.el (dired-do-copy): Fix arg prompt.
14828
14829 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14830
14831 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14832
14833 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14834 rather than "Distributor".
14835
14836 2005-06-23 Lute Kamstra <lute@gnu.org>
14837
14838 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14839 (debug-on-entry): Use it. New interactive declaration that uses
14840 function-called-at-point.
14841
14842 2005-06-23 Kim F. Storm <storm@cua.dk>
14843
14844 * subr.el (save-match-data): Add comment about using evaporate arg
14845 to set-match-data.
14846
14847 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14848
14849 * cus-edit.el (customize-face)
14850 (customize-face-other-window): Handle face aliases.
14851
14852 * faces.el (face-documentation, set-face-attribute)
14853 (face-spec-set): Handle face aliases.
14854
14855 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14856
14857 * help-mode.el (help-make-xrefs): If a symbol representing a face
14858 name is not followed by the word "face", it could still be a
14859 function or variable name, so don't bypass other checks.
14860
14861 2005-06-22 Juri Linkov <juri@jurta.org>
14862
14863 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14864 Replace aliased functions with calls where second arg `inherit' is t.
14865
14866 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14867
14868 * progmodes/gdb-ui.el (gdb-error): New variable.
14869 (gdb-error): New function.
14870 (gdb-annotation-rules): Act on error-begin and error annotations.
14871 (gdb-concat-output): Use font-lock-warning-face for errors.
14872
14873 2005-06-22 Miles Bader <miles@gnu.org>
14874
14875 * bindings.el (propertized-buffer-identification): Use renamed
14876 `Buffer-menu-buffer' face.
14877
14878 * faces.el (vertical-border): Rename from `vertical-divider'.
14879 (escape-glyph): Change dark-background color back to `cyan'.
14880
14881 2005-06-21 Juri Linkov <juri@jurta.org>
14882
14883 * faces.el (face-user-default-spec): Try getting `customized-face'
14884 prior to `saved-face'.
14885 (frame-background-mode): Refill docstring.
14886
14887 * emacs-lisp/lisp-mode.el (eval-defun-1):
14888 * emacs-lisp/edebug.el (edebug-eval-defun):
14889 Set `saved-face' temporarily to nil before calling form.
14890 Set `customized-face' to the new spec after that.
14891
14892 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14893
14894 * subr.el (1value, lambda, key-substitution-in-progress):
14895 Doc fixes.
14896
14897 * autoinsert.el (auto-insert-alist):
14898 * ses.el (ses-call-printer):
14899 * subr.el (noreturn):
14900 * emacs-lisp/lisp.el (check-parens):
14901 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14902 * net/browse-url.el (browse-url-mosaic):
14903 * progmodes/cc-defs.el (c-safe-scan-lists):
14904 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14905 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14906 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14907 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14908 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14909 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14910
14911 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14912
14913 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14914
14915 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14916
14917 * calendar/appt.el (appt-make-list): Activate the package, if
14918 not already active (for backwards compatibility).
14919
14920 2005-06-20 Kim F. Storm <storm@cua.dk>
14921
14922 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14923
14924 2005-06-20 Miles Bader <miles@gnu.org>
14925
14926 * faces.el (vertical-divider): New face.
14927
14928 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14929
14930 * simple.el (kill-whole-line): Doc fix.
14931 (next-error-buffer-p, next-error-find-buffer)
14932 (clone-indirect-buffer): Fix typos in docstrings.
14933 (comment-line-break-function): Doc fix: don't say variable
14934 is automatically buffer-local (it isn't).
14935
14936 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14937
14938 * net/tramp-ftp.el (top):
14939 * net/tramp-smb.el (top):
14940 * net/tramp-util.el (top):
14941 * net/tramp-uu.el (top):
14942 * net/tramp-vc.el (top):
14943 * net/tramp.el (top): Revert copyright years back to original
14944 ones. Tramp has a life outside GNU Emacs.
14945
14946 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14947
14948 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14949
14950 2005-06-18 Juri Linkov <juri@jurta.org>
14951
14952 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14953 end of first regexp to limit the match to the position between
14954 line number and source line with same separator character as used
14955 between file name and line number. In the second regexp limit
14956 mouse-face area to file name and line number by adding new group
14957 for them and referring it in HYPERLINK arg.
14958 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14959 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14960 previous line where grep markers may be already removed.
14961
14962 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14963
14964 * progmodes/ps-mode.el: Update version and maintainer's email address.
14965
14966 2005-06-18 Steve Youngs <steve@xemacs.org>
14967
14968 * net/browse-url.el (browse-url-browser-function)
14969 (browse-url-default-browser): Add firefox.
14970 (browse-url-firefox-program, browse-url-firefox-arguments)
14971 (browse-url-firefox-startup-arguments)
14972 (browse-url-firefox-new-window-is-tab): New defcustoms.
14973 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14974
14975 2005-06-17 Richard M. Stallman <rms@gnu.org>
14976
14977 * startup.el (command-line): Warn if specified user name has
14978 no home directory.
14979
14980 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14981 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14982
14983 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14984 Doc fixes.
14985
14986 * faces.el (underline): Try bold if terminal doesn't support underline.
14987
14988 * mail/sendmail.el (mail-setup-with-from): New variable.
14989 (mail-insert-from-field): New function.
14990 (sendmail-send-it): Call it.
14991 (mail-setup): Optionally call it here.
14992
14993 * term/linux.el: Call tty-no-underline.
14994
14995 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14996
14997 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14998
14999 2005-06-17 Miles Bader <miles@gnu.org>
15000
15001 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15002 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15003 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15004 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15005 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15006 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15007 Remove "-face" suffix from face names.
15008 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15009 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15010 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15011 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15012 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15013 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15014 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15015 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15016 New backward-compatibility aliases for renamed faces.
15017 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15018 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15019 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15020 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15021 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15022 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15023 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15024 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15025 Use renamed ediff faces.
15026
15027 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15028 Remove "-face" suffix from face names.
15029 (eshell-test-ok-face, eshell-test-failed-face):
15030 New backward-compatibility aliases for renamed faces.
15031 (eshell-run-test): Use renamed eshell-test faces.
15032
15033 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15034 face name.
15035 (eshell-prompt-face): New backward-compatibility alias for renamed
15036 face.
15037 (eshell-emit-prompt): Use renamed eshell-prompt face.
15038
15039 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15040 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15041 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15042 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15043 Remove "-face" suffix from face names.
15044 (eshell-ls-directory-face, eshell-ls-symlink-face)
15045 (eshell-ls-executable-face, eshell-ls-readonly-face)
15046 (eshell-ls-unreadable-face, eshell-ls-special-face)
15047 (eshell-ls-missing-face, eshell-ls-archive-face)
15048 (eshell-ls-backup-face, eshell-ls-product-face)
15049 (eshell-ls-clutter-face):
15050 New backward-compatibility aliases for renamed faces.
15051 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15052
15053 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15054 Remove "-face" suffix from face name.
15055 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15056 instead of literal face.
15057
15058 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15059
15060 * emacs-lisp/warnings.el (display-warning, lwarn)
15061 (warning-minimum-log-level): Doc fixes.
15062 (warning-minimum-level, warning-minimum-log-level):
15063 Add :debug to :type choices.
15064
15065 * progmodes/ada-mode.el (ada-format-paramlist)
15066 (ada-get-indent-case, ada-check-matching-start)
15067 (ada-check-defun-name, ada-goto-matching-decl-start)
15068 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15069 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15070 (ada-make-subprogram-body): Follow error conventions.
15071 (ada-case-exception-file, ada-indent-comment-as-code)
15072 (ada-indent-handle-comment-special, ada-indent-renames)
15073 (ada-indent-return, ada-search-directories-internal)
15074 (ada-tab-policy, ada-case-exception-substring)
15075 (ada-other-file-alist, ada-matching-start-re)
15076 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15077 (ada-imenu-generic-expression, ada-compile-goto-error)
15078 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15079 (ada-popup-menu, ada-add-extensions, ada-mode)
15080 (ada-region-selected, ada-create-case-exception)
15081 (ada-create-case-exception-substring, ada-after-keyword-p)
15082 (ada-activate-keys-for-case, ada-adjust-case-region)
15083 (ada-adjust-case-buffer, ada-format-paramlist)
15084 (ada-scan-paramlist, ada-insert-paramlist)
15085 (ada-indent-newline-indent)
15086 (ada-indent-newline-indent-conditional)
15087 (ada-justified-indent-current, ada-goto-previous-word)
15088 (ada-indent-current, ada-get-indent-open-paren)
15089 (ada-get-indent-paramlist, ada-get-indent-end)
15090 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15091 (ada-get-indent-block-start, ada-get-indent-subprog)
15092 (ada-get-indent-noindent, ada-get-indent-label)
15093 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15094 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15095 (ada-goto-stmt-end, ada-goto-next-word)
15096 (ada-check-matching-start, ada-check-defun-name)
15097 (ada-goto-matching-decl-start, ada-goto-matching-start)
15098 (ada-goto-matching-end, ada-search-ignore-string-comment)
15099 (ada-in-decl-p, ada-looking-at-semi-or)
15100 (ada-looking-at-semi-private, ada-in-paramlist-p)
15101 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15102 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15103 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15104 (ada-previous-package, ada-create-menu)
15105 (ada-fill-comment-paragraph-justify)
15106 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15107 (ada-other-file-name, ada-last-which-function-line)
15108 (ada-last-which-function-subprog, ada-which-function)
15109 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15110 (ada-gen-treat-proc, ada-check-emacs-version)
15111 (ada-continuation-indent, ada-align-region-separate):
15112 Fix typos in docstrings.
15113 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15114
15115 2005-06-16 Lute Kamstra <lute@gnu.org>
15116
15117 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15118 conditionally.
15119
15120 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15121
15122 * comint.el (comint-replace-by-expanded-filename)
15123 (comint-prompt-regexp, comint-delimiter-argument-list)
15124 (comint-preinput-scroll-to-bottom):
15125 * info.el (Info-hide-cookies-node):
15126 * ls-lisp.el (ls-lisp-classify):
15127 * find-file.el (ff-search-directories, ff-special-constructs)
15128 (ff-find-other-file):
15129 * font-lock.el (font-lock-keywords):
15130 * shell.el (shell-prompt-pattern)
15131 (shell-dynamic-complete-functions, shell-mode)
15132 (shell-delimiter-argument-list):
15133 * term.el (term-replace-by-expanded-filename)
15134 (term-prompt-regexp, term-delimiter-argument-list):
15135 * woman.el (woman-ignore, woman0-if):
15136 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15137 * emacs-lisp/elint.el (elint-init-env):
15138 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15139 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15140 * language/ethio-util.el (ethio-tilde-escape)
15141 (ethio-use-three-dot-question):
15142 * net/zone-mode.el (zone-mode-load-time-setup):
15143 * progmodes/cc-align.el (c-lineup-argcont):
15144 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15145 * progmodes/cperl-mode.el (cperl-set-style-back):
15146 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15147 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15148 Fix spellings in docstrings.
15149
15150 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15151 * progmodes/modula2.el (m2-for): Fix spellings.
15152
15153 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15154
15155 * simple.el (undo-more): Don't use `format' on `error' arguments.
15156 Improve argument/docstring consistency.
15157 (pending-undo-list): Doc fix.
15158
15159 * smerge-mode.el (smerge-ensure-match):
15160 * emulation/vip.el (vip-ex):
15161 * net/zone-mode.el (zone-mode-update-serial):
15162 * progmodes/idlwave.el (idlwave-complete):
15163 * progmodes/vhdl-mode.el (vhdl-visit-file)
15164 (vhdl-compose-wire-components):
15165 Don't use `format' on `error' arguments.
15166
15167 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15168 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15169 (tooltip-help-tips): Fix typos in docstrings.
15170
15171 2005-06-16 David Ponce <david@dponce.com>
15172
15173 * tree-widget.el (tree-widget-value-create): Simplify last change.
15174
15175 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15176
15177 * ido.el (ido-incomplete-regexp): New variable.
15178 (ido-set-matches-1): Handle invalid-regexp error and set
15179 ido-incomplete-regexp.
15180 (ido-incomplete-regexp): New face.
15181 (ido-completions): Use it.
15182 (ido-complete, ido-exit-minibuffer, ido-completions):
15183 Handle incomplete regexps.
15184 (ido-completions): Add check for complete match when entering a regexp.
15185
15186 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15187
15188 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15189
15190 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15191
15192 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15193 by field delimiters.
15194
15195 2005-06-15 David Ponce <david@dponce.com>
15196
15197 * tree-widget.el: eval-and-compile inlined functions so they will
15198 be available at run-time too.
15199 (tree-widget-super-format-handler)
15200 (tree-widget-format-handler): Remove.
15201 (tree-widget-value-create): Handle the :indent property.
15202
15203 2005-06-15 Miles Bader <miles@gnu.org>
15204
15205 * progmodes/which-func.el (which-func): Only inherit
15206 `font-lock-function-name-face' when that makes sense against the
15207 default mode-line face, otherwise set the face color explicitly.
15208
15209 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15210 faces instead of (non-existent) variables.
15211
15212 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15213
15214 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15215 (iswitchb-get-matched-buffers): Likewise. Simplify.
15216
15217 2005-06-14 Miles Bader <miles@gnu.org>
15218
15219 * progmodes/ld-script.el (ld-script-location-counter):
15220 Remove "-face" suffix from face name.
15221 (ld-script-location-counter-face):
15222 New backward-compatibility alias for renamed face.
15223 (ld-script-location-counter-face): Use renamed face.
15224
15225 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15226 (cperl-hash): Remove "-face" suffix from face names.
15227 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15228 New backward-compatibility aliases for renamed faces.
15229 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15230 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15231
15232 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15233 name.
15234 (which-func-face): New backward-compatibility alias for renamed face.
15235 (which-func-format): Use renamed which-func face.
15236
15237 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15238 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15239 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15240 names.
15241 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15242 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15243 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15244 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15245 (vhdl-speedbar-architecture-selected)
15246 (vhdl-speedbar-configuration-selected)
15247 (vhdl-speedbar-package-selected)
15248 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15249 names.
15250 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15251 Use renamed faces.
15252 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15253 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15254 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15255 Use renamed faces.
15256 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15257 names.
15258 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15259 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15260 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15261 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15262 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15263 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15264
15265 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15266 face name.
15267 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15268 (sh-heredoc-face): Use renamed sh-heredoc face.
15269
15270 * progmodes/idlw-help.el (idlwave-help-link):
15271 Remove "-face" suffix from face name.
15272 (idlwave-help-link-face):
15273 New backward-compatibility alias for renamed face.
15274 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15275
15276 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15277 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15278 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15279 New backward-compatibility aliases for renamed faces.
15280 (idlwave-shell-disabled-breakpoint-face)
15281 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15282
15283 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15284 Remove "-face" suffix from face names.
15285 (flymake-errline-face, flymake-warnline-face):
15286 New backward-compatibility aliases for renamed faces.
15287 (flymake-highlight-line): Use renamed flymake faces.
15288
15289 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15290 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15291 (ebrowse-member-class, ebrowse-progress):
15292 Remove "-face" suffix from face names.
15293 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15294 (ebrowse-file-name-face, ebrowse-default-face)
15295 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15296 (ebrowse-progress-face):
15297 New backward-compatibility aliases for renamed faces.
15298 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15299 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15300 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15301 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15302
15303 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15304 antlr-syntax)
15305 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15306 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15307 names.
15308 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15309 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15310 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15311 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15312 backward-compatibility aliases for renamed faces.
15313 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15314 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15315 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15316 remove "font-lock-". Use renamed antlr-mode faces.
15317 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15318 literal face-names with face variable references.
15319
15320 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15321 face name.
15322 (Buffer-menu-buffer-face): New backward-compatibility alias for
15323 renamed face.
15324 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15325
15326 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15327
15328 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15329 Eliminate "-face" suffix.
15330 (makefile-targets): Inherit from font-lock-function-name-face and
15331 eliminate "-face" suffix.
15332 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15333 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15334 actions, instead of prepending, to make it less visible.
15335 (makefile-previous-dependency, makefile-match-dependency):
15336 Don't match a target on a continuation line.
15337
15338 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15339
15340 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15341
15342 * progmodes/gdb-ui.el (menu): Re-order menu items.
15343 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15344
15345 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15346 Define in tooltip.el.
15347 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15348 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15349 gud-tooltip-echo-area.
15350
15351 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15352 backward compatibility and make obsolete.
15353 (tooltip-help-tips): Use tooltip-use-echo-area.
15354 (tooltip-show-help-function): Rename to...
15355 (tooltip-show-help): ...this, because it is a function.
15356 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15357
15358 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15359
15360 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15361 (edebug-print-length, edebug-print-level, edebug-print-circle)
15362 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15363 (edebug-eval-print-last-sexp): Doc fixes.
15364
15365 2005-06-14 Kim F. Storm <storm@cua.dk>
15366
15367 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15368 as the coverage buffer/file/both may change.
15369
15370 2005-06-14 Lute Kamstra <lute@gnu.org>
15371
15372 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15373 and run-mode-hooks. Simplify.
15374
15375 * mail/rmailedit.el (rmail-edit-mode):
15376 * progmodes/octave-inf.el (inferior-octave-mode):
15377 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15378
15379 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15380 and run-mode-hooks.
15381 (recentf-edit-list, recentf-open-files): Don't call
15382 kill-all-local-variables directly.
15383
15384 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15385
15386 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15387
15388 * emacs-lisp/byte-run.el (make-obsolete)
15389 (define-obsolete-function-alias): Rename arguments FUNCTION and
15390 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15391 (make-obsolete-variable, define-obsolete-variable-alias):
15392 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15393 respectively.
15394
15395 * isearchb.el (isearchb-activate):
15396 * pcvs.el (cvs-mode):
15397 * ses.el (ses-load):
15398 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15399 * net/tramp.el (tramp-find-file-exists-command)
15400 (tramp-find-shell):
15401 * progmodes/ada-mode.el (ada-create-case-exception)
15402 (ada-create-case-exception-substring, ada-make-subprogram-body):
15403 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15404 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15405 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15406 * textmodes/org.el (org-promote, org-evaluate-time-range)
15407 (org-agenda-next-date-line, org-agenda-previous-date-line)
15408 (org-agenda-error, org-open-at-point, org-table-move-row)
15409 (org-format-table-table-html-using-table-generate-source)
15410 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15411 * textmodes/reftex.el (reftex-access-scan-info):
15412 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15413 (reftex-toc-promote-prepare): Follow error conventions.
15414
15415 * diff-mode.el (diff-mode): Fix typo in docstring.
15416
15417 * forms.el (forms--intuit-from-file): Fix reference to
15418 `forms-number-of-fields' in error message.
15419 (forms-print): Fix quoting in error message.
15420
15421 * forms.el (forms-mode):
15422 * emulation/vi.el (vi-goto-insert-state):
15423 * progmodes/flymake.el (flymake-new-err-info)
15424 (flymake-start-syntax-check-for-current-buffer)
15425 (flymake-simple-cleanup):
15426 * eshell/esh-var.el (eshell/export):
15427 * progmodes/gud.el (xdb):
15428 * textmodes/flyspell.el (flyspell-incorrect-hook)
15429 (flyspell-maybe-correct-transposition)
15430 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15431
15432 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15433
15434 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15435 minibuffer prompt.
15436
15437 2005-06-13 Kim F. Storm <storm@cua.dk>
15438
15439 * subr.el (add-to-ordered-list): New defun.
15440
15441 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15442 add cua--keymap-alist to emulation-mode-map-alists.
15443
15444 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15445
15446 * subr.el (complete-in-turn): New macro.
15447 (dynamic-completion-table, lazy-completion-table): Add debug info.
15448
15449 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15450 in preference to face aliases.
15451
15452 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15453 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15454 Remove unused vars `start' and `firstline'.
15455 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15456 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15457
15458 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15459
15460 * cus-start.el (all): Don't complain about missing GTK-related
15461 variables, unless either `gtk' is boundp or this isn't a
15462 `windows-nt' build.
15463
15464 2005-06-13 Lute Kamstra <lute@gnu.org>
15465
15466 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15467 run-mode-hooks.
15468
15469 * ediff-mult.el (ediff-meta-mode):
15470 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15471
15472 * ledit.el (ledit-mode): Use delay-mode-hooks.
15473
15474 * woman.el (woman-mode-line-format): Delete constant.
15475 (woman-mode-map): Initialize it properly.
15476 (woman-mode): Set mode-class property to special.
15477 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15478 Set major-mode and mode-name. Don't set mode-line-format directly.
15479 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15480
15481 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15482 string argument obsolete.
15483
15484 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15485
15486 * textmodes/org.el (org-CUA-compatible): New option.
15487 (org-disputed-keys): New variable.
15488 (org-key): New function.
15489 (orgtbl-make-binding): Add docstring to the created function.
15490 (org-mode): Set paragraph start/separate regexps.
15491 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15492 (org-archive-location, org-archive-mark-done)
15493 (org-archive-stamp-time): New options.
15494 (org-archive-subtree): New command.
15495 (org-fill-paragraph): New function.
15496 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15497 (org-fake-empty-table-line): Function removed.
15498 (org-format-org-table-html): Do not create empty table lines at
15499 separator lines. Improved table header treatment.
15500 (org-link-format): New option.
15501 (org-make-link): New function.
15502 (org-insert-link, org-store-link): Use org-make-link.
15503 (org-open-file): Quote file name for shell command, to allow
15504 spaces in file names.
15505 (org-link-regexp): Fix bug with mailto link.
15506 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15507 New constants.
15508 (org-export-as-html): Deal with the optional angles around a link.
15509 Better treatment of file: links.
15510 (org-open-at-point): Replace @{ and @} with < and >.
15511 (org-run-mode-hooks): Function removed.
15512 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15513
15514 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15515
15516 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15517 MI command -data-list-register-values.
15518 (gdb-post-prompt): Indent properly.
15519
15520 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15521
15522 * hilit-chg.el (highlight-changes-colors): Rename from
15523 `highlight-changes-colours'.
15524 (highlight-changes-colours): Keep as obsolete alias.
15525 (highlight-changes-face-list): Doc fix.
15526 (hilit-chg-make-list): Use `highlight-changes-colors'.
15527
15528 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15529
15530 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15531 defun-prompt-regexp.
15532
15533 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15534
15535 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15536 and cygwin.
15537
15538 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15539 Don't use an old loaddefs.el, as in Makefile.in.
15540
15541 2005-06-12 Lute Kamstra <lute@gnu.org>
15542
15543 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15544
15545 * man.el (Man-mode-map): Initialize it properly.
15546 (Man-mode): Set mode-class property to special.
15547
15548 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15549
15550 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15551
15552 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15553 A newline is needed in the docstring there.
15554
15555 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15556 Doc fixes.
15557
15558 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15559
15560 * printing.el: Doc fix. The menubar is no more changed when printing
15561 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15562 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15563 (pr-version): New version number (6.8.4).
15564 (pr-menu-bind): New command.
15565 (pr-update-menus): Docstring and code fix.
15566 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15567 Docstring fix.
15568 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15569 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15570
15571 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15572
15573 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15574 "Returns" to "return", document useful return values, etc.
15575
15576 2005-06-11 Alan Mackenzie <acm@muc.de>
15577
15578 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15579 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15580 (adaptive-file-function): Minor amendment to doc-string.
15581
15582 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15583
15584 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15585 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15586 Fix :type--it is `integer', not `string'.
15587
15588 * faces.el (modeline-highlight): Rename from (the erroneous)
15589 `modeline-higilight'.
15590
15591 2005-06-11 Lute Kamstra <lute@gnu.org>
15592
15593 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15594 lisp-interaction-mode-map but make it the parent.
15595 (edebug-eval-mode): Use define-derived-mode.
15596
15597 2005-06-11 Andreas Schwab <schwab@suse.de>
15598
15599 * bindings.el: Add binding of `ESC functionkey' for every
15600 `M-functionkey'.
15601 * hexl.el (hexl-mode-map): Likewise.
15602
15603 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15604
15605 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15606 [msft]: update regexp for newer msft compilers.
15607
15608 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15609
15610 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15611 ATTLIST portions of included DTDs.
15612 (xml-parse-dtd): Eliminate use of inefficient match-data.
15613
15614 2005-06-10 Miles Bader <miles@gnu.org>
15615
15616 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15617 (mpuz-text): Remove "-face" suffix from face names.
15618 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15619 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15620 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15621
15622 * play/gomoku.el (gomoku-O, gomoku-X):
15623 Remove "-face" suffix from face names.
15624 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15625 New backward-compatibility aliases for renamed faces.
15626 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15627
15628 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15629
15630 * thumbs.el: Fixes for changes of 2005-06-09.
15631 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15632 as a directory.
15633 (thumbs-thumbname): Remove directory separator from format string;
15634 `thumbs-thumbsdir' now returns a valid directory name.
15635 (thumbs-temp-dir): New defsubst.
15636 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15637 Use it.
15638
15639 * cus-edit.el (minibuffer):
15640 * files.el (make-backup-file-name-function):
15641 * filesets.el (filesets-external-viewers):
15642 * hilit-chg.el (highlight-changes-colours)
15643 (highlight-changes-face-list, highlight-changes-rotate-faces):
15644 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15645 * kmacro.el (kmacro-call-macro):
15646 * log-edit.el (log-edit-changelog-full-paragraphs):
15647 * mouse.el (mouse-1-click-follows-link):
15648 * skeleton.el (skeleton-autowrap):
15649 * subr.el (insert-for-yank-1):
15650 * tempo.el (tempo-insert-region):
15651 * terminal.el (terminal-emulator):
15652 * time.el (display-time-mail-face):
15653 * vc.el (vc-annotate):
15654 * vcursor.el (vcursor-copy-line):
15655 * woman.el (woman-bold-headings, woman-ignore)
15656 (woman-default-faces, woman-monochrome-faces):
15657 * calendar/todo-mode.el (todo-insert-threshold):
15658 * emulation/pc-select.el (pc-select-selection-keys-only)
15659 (pc-selection-mode):
15660 * emulation/vip.el (vip-find-char-forward):
15661 * emulation/viper-cmd.el (viper-find-char-forward):
15662 * international/mule-cmds.el
15663 (select-safe-coding-system-accept-default-p)
15664 (input-method-exit-on-invalid-key):
15665 * international/mule-diag.el (describe-coding-system):
15666 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15667 * net/browse-url.el (browse-url-xterm-program):
15668 * obsolete/lazy-lock.el (lazy-lock-mode):
15669 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15670 (cperl-mode):
15671 * progmodes/cpp.el (cpp-face-light-name-list)
15672 (cpp-face-dark-name-list):
15673 * progmodes/delphi.el (delphi-newline-always-indents):
15674 Fix spellings in docstrings.
15675
15676 * ido.el (ido-mode, ido-file-extensions-order)
15677 (ido-default-file-method, ido-default-buffer-method)
15678 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15679 (ido-decorations, ido-read-file-name-as-directory-commands)
15680 (ido-read-file-name-non-ido, ido-work-directory-list)
15681 (ido-ignore-item-temp-list, ido-current-directory)
15682 (ido-magic-forward-char, ido-enter-find-file)
15683 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15684 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15685
15686 2005-06-10 Lute Kamstra <lute@gnu.org>
15687
15688 * play/dunnet.el (dun-mode): Use define-derived-mode.
15689 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15690 obsolete alias.
15691
15692 * play/doctor.el (doctor-mode-map): Remove defvar.
15693 (doctor-mode): Use define-derived-mode.
15694
15695 * mail/mspools.el (mspools-mode):
15696 * net/eudc-hotlist.el (eudc-hotlist-mode):
15697 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15698
15699 2005-06-10 Miles Bader <miles@gnu.org>
15700
15701 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15702 Remove "-face" suffix from face names.
15703 (flyspell-incorrect-face, flyspell-duplicate-face):
15704 New backward-compatibility aliases for renamed faces.
15705 (flyspell-mode-on, make-flyspell-overlay)
15706 (flyspell-highlight-incorrect-region)
15707 (flyspell-highlight-duplicate-region)
15708 (flyspell-display-next-corrections)
15709 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15710
15711 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15712 from face name.
15713 (texinfo-heading-face): New backward-compatibility alias for
15714 renamed face.
15715 (texinfo-heading-face): Use renamed texinfo-heading face.
15716
15717 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15718 suffix from face names.
15719 (tex-math-face, tex-verbatim-face):
15720 New backward-compatibility aliases for renamed faces.
15721 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15722 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15723 literal face name.
15724
15725 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15726 name.
15727 (table-cell-face): New backward-compatibility alias for renamed face.
15728 (table--put-cell-face-property, table--update-cell-face):
15729 Use renamed table-cell face.
15730
15731 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15732 from face name.
15733 (sgml-namespace-face): New backward-compatibility alias for
15734 renamed face.
15735 (sgml-namespace-face): Use renamed sgml-namespace face.
15736
15737 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15738 (org-level-4, org-level-5, org-level-6, org-level-7)
15739 (org-level-8, org-warning, org-headline-done)
15740 (org-deadline-announce, org-scheduled-today)
15741 (org-scheduled-previously, org-link, org-done, org-table)
15742 (org-time-grid): Remove "-face" suffix from face names.
15743 (org-level-1-face, org-level-2-face, org-level-3-face)
15744 (org-level-4-face, org-level-5-face, org-level-6-face)
15745 (org-level-7-face, org-level-8-face, org-warning-face)
15746 (org-headline-done-face, org-deadline-announce-face)
15747 (org-scheduled-today-face, org-scheduled-previously-face)
15748 (org-link-face, org-done-face, org-table-face)
15749 (org-time-grid-face):
15750 New backward-compatibility aliases for renamed faces.
15751 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15752 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15753 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15754 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15755
15756 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15757 (viper-minibuffer-emacs, viper-minibuffer-insert)
15758 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15759 (viper-search-face, viper-replace-overlay-face)
15760 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15761 (viper-minibuffer-vi-face):
15762 New backward-compatibility aliases for renamed faces.
15763 (viper-search-face, viper-replace-overlay-face)
15764 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15765 (viper-minibuffer-vi-face): Use renamed viper faces.
15766
15767 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15768 Remove "-face" suffix from face names.
15769 (testcover-nohits-face, testcover-1value-face):
15770 New backward-compatibility aliases for renamed faces.
15771 (testcover-mark): Use renamed testcover faces.
15772
15773 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15774 face name.
15775 (diary-button-face): New backward-compatibility alias for renamed face.
15776 (diary-entry): Use renamed diary-button face.
15777
15778 * calendar/calendar.el (diary, calendar-today, holiday)
15779 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15780 (diary-face, calendar-today-face, holiday-face):
15781 New backward-compatibility aliases for renamed faces.
15782 (eval-after-load "facemenu", diary-entry-marker)
15783 (calendar-today-marker, calendar-holiday-marker, diary-face):
15784 Use renamed calendar faces.
15785
15786 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15787 (compare-windows-face): New backward-compatibility alias for
15788 renamed face.
15789 (compare-windows-highlight): Use renamed compare-windows face.
15790
15791 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15792 (strokes-char-face): New backward-compatibility alias for renamed face.
15793 (strokes-encode-buffer): Use renamed strokes-char face.
15794
15795 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15796 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15797 Remove "-face" suffix from face names.
15798 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15799 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15800 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15801 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15802 Use renamed pcvs faces.
15803 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15804 * pcvs-defs.el (cvs-mode-map): Likewise.
15805 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15806
15807 * info.el (info-title-1, info-title-2, info-title-3)
15808 (info-title-4): Remove "-face" suffix from and downcase face names.
15809 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15810 (Info-title-4-face):
15811 New backward-compatibility aliases for renamed faces.
15812 (Info-fontify-node): Use renamed info faces.
15813
15814 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15815 Remove "-face" suffix from face names.
15816 (highlight-changes-face, highlight-changes-delete-face):
15817 New backward-compatibility aliases for renamed faces.
15818 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15819 (hilit-chg-make-list): Use renamed highlight-changes faces.
15820
15821 * generic-x.el (show-tabs-tab, show-tabs-space):
15822 Remove "-face" suffix from face names.
15823 (show-tabs-tab-face, show-tabs-space-face):
15824 New backward-compatibility aliases for renamed faces.
15825 (show-tabs-generic-mode-font-lock-defaults-1)
15826 (show-tabs-generic-mode-font-lock-defaults-2):
15827 Use renamed show-tabs faces.
15828
15829 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15830 (smerge-markers): Remove "-face" suffix from face names.
15831 (smerge-mine-face, smerge-other-face, smerge-base-face)
15832 (smerge-markers-face):
15833 New backward-compatibility aliases for renamed faces.
15834 (smerge-mine-face, smerge-other-face, smerge-base-face)
15835 (smerge-markers-face): Use renamed smerge faces.
15836
15837 * log-view.el (log-view-file, log-view-message): Remove "-face"
15838 suffix from face names.
15839 (log-view-file-face, log-view-message-face):
15840 New backward-compatibility aliases for renamed faces.
15841 (log-view-file-face, log-view-message-face): Use renamed log-view
15842 faces.
15843
15844 * paren.el (show-paren-match, show-paren-mismatch):
15845 Remove "-face" suffix from face names.
15846 (show-paren-match-face, show-paren-mismatch-face):
15847 New backward-compatibility aliases for renamed faces.
15848 (show-paren-function): Use renamed show-paren faces.
15849
15850 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15851 (ruler-mode-margins, ruler-mode-fringes)
15852 (ruler-mode-column-number, ruler-mode-fill-column)
15853 (ruler-mode-comment-column, ruler-mode-goal-column)
15854 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15855 suffix from face names.
15856 (ruler-mode-default-face, ruler-mode-pad-face)
15857 (ruler-mode-margins-face, ruler-mode-fringes-face)
15858 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15859 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15860 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15861 New backward-compatibility aliases for renamed faces.
15862 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15863 (ruler-mode-column-number, ruler-mode-fill-column)
15864 (ruler-mode-comment-column, ruler-mode-goal-column)
15865 (ruler-mode-tab-stop, ruler-mode-current-column)
15866 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15867 faces.
15868
15869 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15870 face name.
15871 (whitespace-highlight-the-space): Use renamed face.
15872 (whitespace-highlight-face): New backward-compatibility alias for
15873 renamed face.
15874
15875 * woman.el (woman-italic, woman-bold, woman-unknown)
15876 (woman-addition, woman-symbol-face):
15877 Remove "-face" suffix from face names.
15878 (woman-italic-face, woman-bold-face, woman-unknown-face)
15879 (woman-addition-face):
15880 New backward-compatibility aliases for renamed faces.
15881 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15882 (woman-decode-region, woman-replace-match)
15883 (woman-display-extended-fonts, woman-special-characters)
15884 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15885 Use renamed woman faces.
15886
15887 * longlines.el (longlines-visible-face): Face removed.
15888
15889 * diff-mode.el (diff-header, diff-file-header, diff-index)
15890 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15891 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15892 suffix from face names.
15893 (diff-header-face, diff-file-header-face, diff-index-face)
15894 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15895 (diff-changed-face, diff-function-face, diff-context-face)
15896 (diff-nonexistent-face): New backward-compatibility aliases for
15897 renamed faces.
15898 (diff-header-face, diff-file-header-face)
15899 (diff-index, diff-index-face, diff-hunk-header)
15900 (diff-hunk-header-face, diff-removed, diff-removed-face)
15901 (diff-added, diff-added-face, diff-changed-face, diff-function)
15902 (diff-function-face, diff-context-face, diff-nonexistent)
15903 (diff-nonexistent-face): Use renamed diff-mode faces.
15904
15905 * progmodes/compile.el (compilation-warning-face)
15906 (compilation-info-face): Remove "-face" suffix from face names.
15907 (compilation-warning-face, compilation-info-face):
15908 New backward-compatibility aliases for renamed faces.
15909 (compilation-warning-face, compilation-info-face):
15910 Use renamed compilation faces.
15911
15912 * add-log.el (change-log-date, change-log-name)
15913 (change-log-email, change-log-file, change-log-list)
15914 (change-log-conditionals, change-log-function)
15915 (change-log-acknowledgement): Remove "-face" suffix from face names.
15916 (change-log-date-face, change-log-name-face)
15917 (change-log-email-face, change-log-file-face)
15918 (change-log-list-face, change-log-conditionals-face)
15919 (change-log-function-face, change-log-acknowledgement-face):
15920 New backward-compatibility aliases for renamed faces.
15921 (change-log-font-lock-keywords): Use renamed change-log faces.
15922
15923 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15924 (custom-set, custom-changed, custom-saved, custom-button)
15925 (custom-button-pressed, custom-documentation, custom-state)
15926 (custom-comment, custom-comment-tag, custom-variable-tag)
15927 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15928 (custom-group-tag): Remove "-face" suffix from face names.
15929 (custom-magic-alist, custom-magic-value-create)
15930 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15931 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15932 (custom-set-face, custom-changed-face, custom-saved-face)
15933 (custom-button-face, custom-button-pressed-face)
15934 (custom-documentation-face, custom-state-face)
15935 (custom-comment-face, custom-comment-tag-face)
15936 (custom-variable-tag-face, custom-variable-button-face)
15937 (custom-face-tag-face, custom-group-tag-face-1)
15938 (custom-group-tag-face):
15939 New backward-compatibility aliases for renamed faces.
15940
15941 * wid-edit.el (widget-documentation, widget-button)
15942 (widget-field, widget-single-line-field, widget-inactive)
15943 (widget-button-pressed): "-face" suffix removed from face names.
15944 (widget-documentation-face, widget-button-face)
15945 (widget-field-face, widget-single-line-field-face)
15946 (widget-inactive-face, widget-button-pressed-face):
15947 New backward-compatibility aliases for renamed faces.
15948 (widget-documentation-face, widget-button-face)
15949 (widget-button-pressed-face, widget-specify-field)
15950 (widget-specify-inactive): Use renamed widget faces.
15951
15952 2005-06-10 Kenichi Handa <handa@m17n.org>
15953
15954 * term/x-win.el (x-clipboard-yank): Remove condition-case
15955 wrapping.
15956
15957 2005-06-11 Kenichi Handa <handa@m17n.org>
15958
15959 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15960 date lines stricter.
15961
15962 2005-06-10 Zhang Wei <id.brep@gmail.com>
15963
15964 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15965 of x-get-selection.
15966
15967 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15968
15969 * comint.el (comint-mode, comint-snapshot-last-prompt):
15970 * frame.el (frame-current-scroll-bars):
15971 * term.el (term-mode, term-check-proc, term-input-sender)
15972 (term-simple-send, term-extract-string, term-word)
15973 (term-match-partial-filename):
15974 * window.el (window-current-scroll-bars):
15975 * emulation/cua-base.el (cua-normal-cursor-color)
15976 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15977 (cua-global-mark-cursor-color):
15978 * mail/undigest.el (rmail-forward-separator-regex):
15979 Fix typos in docstrings.
15980
15981 * comint.el (comint-check-proc, make-comint-in-buffer)
15982 (comint-source-default): Doc fixes.
15983
15984 * term.el (term-send-string): Improve argument/docstring consistency.
15985
15986 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15987
15988 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15989 call to `delete-region'.
15990 (comint-mode-hook): Do not enable Font Lock by default.
15991
15992 2005-06-09 Lute Kamstra <lute@gnu.org>
15993
15994 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15995 could be void.
15996
15997 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15998
15999 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16000 (debug): Use it.
16001 (debugger-step-through, debugger-continue, debugger-jump)
16002 (debugger-return-value): Set it when needed.
16003 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16004 Use inhibit-read-only.
16005
16006 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16007
16008 * window.el (shrink-window-if-larger-than-buffer)
16009 (window-size-fixed): Fix typo in docstring.
16010
16011 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16012 thumbnails directory on loading.
16013 (thumbs-conversion-program): Use `eq' to check the system type,
16014 not `equal'.
16015 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16016 not "/tmp". Fix docstring.
16017 (thumbs-thumbsdir): New function to return the thumbnails
16018 directory, creating it if needed.
16019 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16020 (thumbs-temp-file): Delete variable and make it into a function.
16021 (thumbs-resize-image, thumbs-modify-image): Use it.
16022 (thumbs-kill-buffer): Simplify.
16023 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16024 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16025 docstrings.
16026
16027 2005-06-09 Kim F. Storm <storm@cua.dk>
16028
16029 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16030 set-match-data to free markers in match-data.
16031
16032 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16033 match-data to unchain markers in match-data.
16034
16035 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16036
16037 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16038 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16039 unnecessary now.
16040
16041 2005-06-08 Richard M. Stallman <rms@gnu.org>
16042
16043 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16044 give the variable a doc string that doesn't say don't set it directly.
16045
16046 * textmodes/ispell.el (ispell-check-version):
16047 Use match-string-no-properties.
16048 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16049 (ispell-buffer-local-words): Likewise.
16050
16051 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16052 except on terminals with enough colors to really display it.
16053 (makefile-dependency-regex): Delete spurious `bb'.
16054
16055 * faces.el (escape-glyph): Use blue once again in last case.
16056 (no-break-space): Redefine so that it isn't invisible on a tty.
16057
16058 2005-06-08 Kim F. Storm <storm@cua.dk>
16059
16060 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16061 also when reading directory name.
16062
16063 2005-06-08 Lute Kamstra <lute@gnu.org>
16064
16065 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16066 (flyspell-mode-line-string): Remove autoload cookie.
16067 (flyspell-mode): Remove defvar.
16068
16069 2005-06-07 Lute Kamstra <lute@gnu.org>
16070
16071 * textmodes/org.el (org-run-mode-hooks): New function.
16072 (org-agenda-mode): Use it.
16073
16074 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16075
16076 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16077
16078 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16079
16080 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16081
16082 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16083
16084 * font-lock.el (font-lock-add-keywords): Doc fix.
16085
16086 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16087
16088 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16089 (tex-compile-default): In the absence of any history, use the order in
16090 tex-compile-alist to choose the preferred command.
16091 (tex-compile-commands): Reorder a bit.
16092
16093 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16094 (flyspell-incorrect-face, flyspell-duplicate-face):
16095 Use (X)Emacs-agnostic code.
16096 (flyspell-mode-map): Don't overwrite at each load. Remove code
16097 redundant with the subsequent add-minor-mode. Merge Emacs and
16098 XEmacs code.
16099 (flyspell-word): Minor simplification.
16100 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16101 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16102 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16103 Merge the corresponding Emacs code.
16104 (flyspell-correct-word, flyspell-xemacs-popup):
16105 Use flyspell-do-correct.
16106
16107 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16108 a dedicated window.
16109
16110 * international/latexenc.el (latexenc-find-file-coding-system):
16111 Undo part of last patch, to turn off a compiler warning.
16112
16113 2005-06-06 Juri Linkov <juri@jurta.org>
16114
16115 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16116 Rename `tmm-inactive-face' to `tmm-inactive'.
16117
16118 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16119
16120 * iswitchb.el: Rename faces.
16121
16122 2005-06-06 Kim F. Storm <storm@cua.dk>
16123
16124 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16125 (cua-global-mark): Remove -face suffix from face names.
16126
16127 * emulation/cua-gmrk.el (cua--init-global-mark):
16128 Remove cua-global-mark face setup.
16129
16130 2005-06-06 Richard M. Stallman <rms@gnu.org>
16131
16132 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16133 just like other allowed characters.
16134 (makefile-match-dependency): Exclude leading and training whitespace
16135 from the range of regexp subexp 1.
16136 (makefile-macroassign-regex): Don't try to match the body,
16137 just the name of the macro being defined.
16138
16139 * info.el (Info-read-node-name-2): New function.
16140 (Info-read-node-name-1): Use that.
16141 Add a completion-base-size-function property.
16142
16143 * simple.el (completion-setup-function): Look for
16144 completion-base-size-function property of minibuffer-completion-table.
16145
16146 * files.el (locate-file-completion): Doc fix.
16147
16148 * printing.el: Don't call pr-update-menus; user must do that.
16149
16150 * emacs-lisp/debug.el (debugger-window): New variable.
16151 (debug): Use debugger-window if it is set and still alive.
16152 Record debugger-window for next entry.
16153
16154 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16155
16156 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16157
16158 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16159 (hack-one-local-variable, hack-local-variables)
16160 (hack-local-variables-prop-line): Pass that arg.
16161
16162 2005-06-06 Kim F. Storm <storm@cua.dk>
16163
16164 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16165 (ido-indicator): Remove -face suffix from face names.
16166
16167 2005-06-06 Juri Linkov <juri@jurta.org>
16168
16169 * font-lock.el (font-lock-regexp-backslash)
16170 (font-lock-regexp-backslash-construct): New faces.
16171 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16172 after `('. Add `while-no-input' to control structures.
16173
16174 * faces.el (no-break-space, shadow): New faces.
16175 (escape-glyph): Use less loud colors pink2 and red4.
16176
16177 * diff-mode.el (diff-context-face)
16178 * dired.el (dired-ignored)
16179 * rfn-eshadow.el (file-name-shadow)
16180 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16181
16182 * info.el (Info-title-1-face): Use green instead of yellow because
16183 bold yellow is not readable on light backgrounds.
16184
16185 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16186 before selecting the desired mode to not spend time fontifying
16187 old contents.
16188
16189 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16190
16191 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16192 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16193
16194 * ps-print.el (ps-default-fg, ps-default-bg):
16195 Fix typos in docstrings.
16196
16197 * isearchb.el (isearchb): Don't pass a spurious second argument to
16198 `iswitchb-completions'.
16199
16200 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16201
16202 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16203 to preserve point.
16204 (gdb-find-file-hook): Add doc string.
16205
16206 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16207 C dereferenced pointer expression.
16208 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16209
16210 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16211
16212 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16213 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16214 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16215 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16216 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16217 Make background transparent.
16218
16219 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16220
16221 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16222 (font-lock-remove-keywords): Doc fix.
16223 (font-lock-mode-major-mode): Compiler defvar.
16224 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16225
16226 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16227 (font-lock-mode): Update `font-lock-mode-major-mode'.
16228 (font-lock-set-defaults): Compiler defvar.
16229 (font-lock-default-function): Take `font-lock-mode-major-mode'
16230 into account.
16231
16232 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16233 keep track of which major mode it enabled the minor mode for.
16234 Use find-file-hook again. Update docstring.
16235
16236 * simple.el (eval-expression-print-level)
16237 (eval-expression-print-length, eval-expression-debug-on-error):
16238 Doc fixes.
16239
16240 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16241
16242 * iswitchb.el (iswitchb-single-match-face)
16243 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16244 (iswitchb-invalid-regexp-face): New faces.
16245 (iswitchb-completions): Use them.
16246 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16247 now marked as an obsolete alias.
16248 (iswitchb-read-buffer): Remove check for bound font variables.
16249 (iswitchb-invalid-regexp): New free variable.
16250 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16251 set iswitchb-invalid-regexp.
16252 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16253 invalid regexps.
16254 (iswitchb-completions): Add check for complete match when entering
16255 a regexp.
16256 (iswitchb-completions): Remove require-match argument.
16257 (iswitchb-exhibit): Fix caller.
16258 (iswitchb-common-match-inserted): New variable.
16259 (iswitchb-complete, iswitchb-completion-help): Use it.
16260
16261 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16262
16263 * url-http.el (url-http-chunked-encoding-after-change-function):
16264 Use `url-http-debug' instead of `message'.
16265
16266 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16267
16268 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16269 callback argument.
16270
16271 2005-06-04 Kim F. Storm <storm@cua.dk>
16272
16273 * simple.el (line-move): Only call sit-for when moving backwards.
16274
16275 * ido.el (ido-make-merged-file-list-1): New defun split from
16276 ido-make-merged-file-list.
16277 (ido-make-merged-file-list): Bind throw-on-input around call to
16278 ido-make-merged-file-list-1. Return input-pending-p if
16279 interrupted by more input available.
16280 (ido-read-internal): Handle input-pending-p return value from
16281 ido-make-merged-file-list.
16282
16283 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16284
16285 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16286 compatibility code.
16287
16288 * international/latexenc.el (latexenc-find-file-coding-system):
16289 Don't inherit the EOL part of the coding-system from the
16290 tex-main buffer. Fit within 80 columns.
16291
16292 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16293
16294 * tmm.el (tmm-inactive-face): New face.
16295 (tmm-remove-inactive-mouse-face): New function.
16296 (tmm-prompt, tmm-add-one-shortcut)
16297 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16298 but not selectable.
16299
16300 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16301
16302 * faces.el (face-equal): Improve argument/docstring consistency.
16303
16304 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16305
16306 * progmodes/make-mode.el (makefile-targets-face)
16307 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16308 (makefile-bsdmake-dependency-regex)
16309 (makefile-makepp-rule-action-regex)
16310 (makefile-bsdmake-rule-action-regex): New constants.
16311 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16312
16313 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16314 Allow (...) within `...' for makepp messages.
16315
16316 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16317
16318 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16319
16320 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16321 "." files are deleted from all file lists before comparison.
16322
16323 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16324 (viper-ESC-key): Made them customizable.
16325
16326 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16327
16328 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16329
16330 * autorevert.el (auto-revert-buffers): Use save-match-data.
16331
16332 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16333
16334 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16335 menu items with a nil command binding.
16336
16337 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16338
16339 * emacs-lisp/cl-macs.el (defsetf):
16340 Improve argument/docstring consistency.
16341
16342 * faces.el (list-faces-display): Improve the formatting by
16343 computing the maximum length required for any face-name (reworked
16344 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16345 (internal-find-face): Remove redundant info in docstring.
16346
16347 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16348
16349 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16350 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16351 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16352 (gdb-assembler-custom): Improve regexps.
16353 (def-gdb-auto-update-handler): Use window point to preserve point.
16354
16355 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16356
16357 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16358
16359 2005-05-31 Jay Belanger <belanger@truman.edu>
16360
16361 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16362 to calc-embedded.
16363 (calc-embedded-make-info): Have plain prefix argument select
16364 entire line.
16365
16366 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16367
16368 * faces.el (list-faces-display): Signal error if passed a regexp
16369 that matches no face name.
16370
16371 * simple.el (filter-buffer-substring): Fix typo in docstring.
16372
16373 2005-05-31 Richard M. Stallman <rms@gnu.org>
16374
16375 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16376 (vhdl-emacs-21): Doc fix.
16377 (vhdl-mode): Unconditionally set comment-padding.
16378 (vhdl-fixup-whitespace-region): Insert spaces only where
16379 there are none.
16380 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16381
16382 2005-05-30 John Wiegley <johnw@newartisans.com>
16383
16384 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16385 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16386 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16387 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16388 `string-to-number'.
16389
16390 2005-05-30 Jay Belanger <belanger@truman.edu>
16391
16392 * calc/calc.el (calc-bug-address): Fix docstring.
16393 (calc-window-hook, calc-trail-window-hook): New variables.
16394 (calc-trail-display): Restore use of calc-trail-window-hook.
16395 (calc): Restore use of calc-window-hook.
16396
16397 2005-05-31 Masatake YAMATO <jet@gyve.org>
16398
16399 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16400
16401 * help-fns.el (help-C-file-name): Add autoload mark for
16402 `find-function-noselect'.
16403
16404 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16405
16406 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16407 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16408
16409 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16410
16411 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16412 included diary buffer if it was not already being visited.
16413 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16414
16415 * calendar/icalendar.el (top-level): Do not require appt.
16416
16417 * mail/supercite.el (sc-select-attribution): Only use a list
16418 element from sc-attrib-selection-list if it returns a string.
16419 Reported by Davide G. M. Salvetti <salve@debian.org>.
16420
16421 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16422
16423 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16424 includes a hash value to improve its uniqueness, and has a ".jpg"
16425 extension. Also, it is now a valid filename on all systems.
16426 (thumbs-make-thumb): Use `let', not `let*'.
16427 (thumbs-show-thumbs-list): Check for JPEG availability.
16428
16429 2005-05-30 Richard M. Stallman <rms@gnu.org>
16430
16431 * filesets.el (filesets-menu-ensure-use-cached):
16432 Prevent warning when emacs-version>= is undefined.
16433
16434 * printing.el (pr-interactive-n-up): Use string-to-number.
16435
16436 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16437
16438 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16439 Warn only when name to be defined is quoted.
16440
16441 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16442
16443 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16444 Make regexp more robust.
16445 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16446 Force regeneration of disassembly.
16447
16448 2005-05-29 Jay Belanger <belanger@truman.edu>
16449
16450 * calc/calc.el (calc-user-invocation): Check if
16451 calc-invocation-macro is non-nil.
16452
16453 2005-05-29 Juri Linkov <juri@jurta.org>
16454
16455 * add-log.el (change-log-font-lock-keywords):
16456 Add `+' to e-mail regexp to accept mail address with keywords.
16457
16458 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16459
16460 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16461
16462 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16463
16464 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16465
16466 2005-05-29 Richard M. Stallman <rms@gnu.org>
16467
16468 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16469 Undo the change that moves to end of the current word.
16470
16471 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16472
16473 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16474 Throw error when count <= 0 to ensure input is a number.
16475 (gdb-read-memory-custom): Pick up address from buffer.
16476 (gdb-memory-mode): Allow user to increment and decrement
16477 memory address from header line.
16478
16479 2005-05-29 Richard M. Stallman <rms@gnu.org>
16480
16481 * flyspell.el (flyspell-version): Function deleted.
16482 (flyspell-auto-correct-previous-hook): Doc fix.
16483
16484 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16485 Do nothing if memory is full.
16486
16487 * font-lock.el (font-lock-fontify-syntactically-region):
16488 Pass t for GREEDY to looking-back.
16489
16490 * saveplace.el (save-place-alist-to-file): Write the file
16491 using write-region.
16492
16493 * subr.el (looking-back): New argument GREEDY.
16494
16495 * progmodes/compile.el (compilation-start): Set the mode
16496 before inserting the initial text.
16497
16498 * progmodes/which-func.el (which-func-update-1): Turn the mode
16499 off in case of error by setting which-func-mode.
16500
16501 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16502
16503 * flyspell.el (flyspell-auto-correct-previous-word):
16504 Narrow down to what's on the screen, and recenter overlays
16505 at the end of the next word.
16506
16507 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16508
16509 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16510 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16511 (flyspell-abbrev-p): Default to nil.
16512 (flyspell-use-global-abbrev-table-p): Doc fix.
16513 (flyspell-large-region): Allow nil as value.
16514 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16515
16516 (mail-mode-flyspell-verify): More robust handling
16517 of `mail-header-separator'. More efficient signature detection.
16518 Allow for regexp metacharacters in message-header-separator.
16519 Adding `To' not to be checked in mail-mode-flyspell-verify.
16520
16521 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16522 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16523 Bind flyspell-auto-correct-binding.
16524 Bind C-. and C-, .
16525 (flyspell-mode-map): Likewise.
16526 (flyspell-mode): Doc fix.
16527 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16528 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16529 (flyspell-word-cache-result): New var, always local.
16530 (flyspell-check-pre-word-p): Doc fix.
16531 (flyspell-check-changed-word-p): Handle spc like newline.
16532 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16533 (flyspell-word-search-backward, flyspell-word-search-forward):
16534 New functions.
16535 (flyspell-word): Return t if nothing to check.
16536 When parsing TeX code, check for after } or \.
16537 Use flyspell-word-search-backward to find previous word.
16538 Return nil if duplicated word.
16539 For word already checked, return same value as last time.
16540 Set flyspell-word-cache-result after checking.
16541 Don't clobber the return value.
16542 (flyspell-get-word): Major rewrite.
16543 (flyspell-external-point-words): New locals pword, pcount.
16544 Fix size used in progress message.
16545 Find the proper corresponding word in flyspell-large-region-buffer.
16546 (flyspell-region): Check for flyspell-large-region = nil.
16547 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16548 (flyspell-auto-correct-word): Check that WORD is a cons.
16549 (flyspell-correct-word): Likewise.
16550
16551 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16552
16553 * progmodes/make-mode.el (makefile-rule-action-regex)
16554 (makefile-macroassign-regex, makefile-makepp-mode)
16555 (makefile-bsdmake-mode): Continuation lines may be empty.
16556 Reported by Joshua Varner.
16557 (makefile-makepp-font-lock-keywords): Add $(stem).
16558
16559 2005-05-28 Karl Berry <karl@gnu.org>
16560
16561 * textmodes/tex-mode.el: Now that tex-send-command calls
16562 shell-quote-argument (2005-03-31 change), remove all calls to
16563 shell-quote-argument; they all end up invoking tex-send-command.
16564 The double quoting loses on filenames with non-safe characters,
16565 such as "@". Reported by Frederik Fouvry.
16566
16567 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16568
16569 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16570 about preserving point.
16571
16572 2005-05-27 Jay Belanger <belanger@truman.edu>
16573
16574 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16575 Info-goto-node.
16576
16577 * calc/calc-embed.el (calc-embed-arg): New variable.
16578 (calc-do-embedded-activate, calc-embedded-activate-formula)
16579 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16580 variable by new variable.
16581 (calc-embedded-make-info): Replace undeclared variable by new
16582 variable. When selecting region with positive prefix
16583 argument, use end of previous line instead of beginning of line.
16584
16585 * calc/calc-aent.el (calc-arg-values): Declare it.
16586
16587 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16588 Declare them.
16589
16590 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16591
16592 * calc/calc.el (calc-alg-map): Declare it.
16593
16594 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16595
16596 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16597
16598 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16599 (gdb-registers-buffer, toggle-gdb-all-registers):
16600 Toggle display of floating point registers.
16601 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16602
16603 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16604 (toggle-gud-tooltip-dereference):
16605 Rename from gud-toggle-tooltip-dereference.
16606
16607 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16608
16609 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16610
16611 2005-05-27 Jay Belanger <belanger@truman.edu>
16612
16613 * calc/calc-prog.el (calc-kbd-report): Remove.
16614 (calc-kbd-query): Rewrite.
16615
16616 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16617
16618 * image.el (image-library-alist): Move to image.c.
16619 (image-type-available-p): Doc fix.
16620
16621 2005-05-27 Lute Kamstra <lute@gnu.org>
16622
16623 * calc/calc.el (calc):
16624 * outline.el (outline-1, outline-2, outline-3, outline-4)
16625 (outline-5, outline-6, outline-7, outline-8):
16626 * textmodes/dns-mode.el (dns-mode):
16627 * textmodes/sgml-mode.el (sgml-namespace-face):
16628 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16629 (tex-verbatim-face, tex-use-reftex):
16630 * textmodes/texinfo.el (texinfo-heading-face):
16631 Specify customization group.
16632
16633 * longlines.el: Don't require easy-mmode.
16634 (longlines-visible-face): Specify customization group.
16635
16636 2005-05-27 Kenichi Handa <handa@m17n.org>
16637
16638 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16639 encoding table of windows-1251.
16640
16641 * international/ucs-tables.el (ucs-set-table-for-input):
16642 If translation-table-for-input of a coding system is a symbol, get
16643 its translation-table property.
16644
16645 * international/code-pages.el: Don't register a coding system into
16646 non-iso-charset-alist more than once.
16647 (cp-make-coding-system): Likewise.
16648
16649 2005-05-26 John Wiegley <johnw@newartisans.com>
16650
16651 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16652 `eshell-resume-eval' is wrapped in a list, it indicates that the
16653 command was run asynchronously. In that case, unwrap the value
16654 before checking the delimiter value.
16655
16656 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16657 character before a space at the end of a line is \, assume the space
16658 is part of the last argument rather than a final argument separator.
16659
16660 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16661 is in use, and the target is `t' or `nil' (which are the most common
16662 values), don't assume that the symbol target is a buffer.
16663
16664 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16665
16666 * calendar/calendar.el (calendar-mode-line-format):
16667 Use mode-line-highlight as mouse-face.
16668
16669 * time.el (display-time-string-forms, display-time-update):
16670 Use mode-line-highlight as mouse-face.
16671
16672 2005-05-26 Jay Belanger <belanger@truman.edu>
16673
16674 * calc/calc.el (calc-language-alist): Remove extra defvar.
16675
16676 2005-05-26 Lute Kamstra <lute@gnu.org>
16677
16678 * arc-mode.el (archive-mode):
16679 * bookmark.el (bookmark-read-annotation-mode)
16680 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16681 * bs.el (bs-mode):
16682 * calc/calc-yank.el (calc-edit-mode):
16683 * calc/calc.el (calc-mode, calc-trail-mode):
16684 * calculator.el (calculator-mode):
16685 * chistory.el (command-history-mode):
16686 * comint.el:
16687 * cus-edit.el (custom-mode):
16688 * descr-text.el (describe-text-mode):
16689 * ebuff-menu.el (Electric-buffer-menu-mode):
16690 * ediff-util.el (ediff-mode):
16691 * emacs-lisp/re-builder.el (reb-mode):
16692 * emulation/vi.el (vi-mode-setup):
16693 * emulation/ws-mode.el (wordstar-mode):
16694 * eshell/esh-mode.el (eshell-mode):
16695 * forms.el (forms-mode):
16696 * help-mode.el (help-mode):
16697 * hexl.el (hexl-mode):
16698 * ibuffer.el (ibuffer-mode):
16699 * ielm.el (inferior-emacs-lisp-mode):
16700 * info.el (Info-mode, Info-edit-mode):
16701 * international/swedish.el:
16702 * ledit.el (ledit-from-lisp-mode):
16703 * locate.el (locate-mode):
16704 * mail/rmail.el (rmail-mode):
16705 * mail/rmailedit.el (rmail-edit-mode):
16706 * mail/rmailsum.el (rmail-summary-mode):
16707 * mail/supercite.el (sc-electric-mode):
16708 * net/eudc.el (eudc-mode):
16709 * net/quickurl.el (quickurl-list-mode):
16710 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16711 * obsolete/ooutline.el (outline-mode):
16712 * obsolete/options.el (Edit-options-mode):
16713 * obsolete/rnews.el (news-mode):
16714 * obsolete/rnewspost.el (news-reply-mode):
16715 * play/5x5.el (5x5-mode):
16716 * play/decipher.el (decipher-mode, decipher-stats-mode):
16717 * play/gomoku.el (gomoku-mode):
16718 * play/snake.el (snake-mode):
16719 * play/solitaire.el (solitaire-mode):
16720 * play/tetris.el (tetris-mode):
16721 * progmodes/ada-mode.el (ada-mode):
16722 * progmodes/antlr-mode.el (antlr-mode):
16723 * progmodes/autoconf.el (autoconf-mode):
16724 * progmodes/dcl-mode.el (dcl-mode):
16725 * progmodes/delphi.el (delphi-mode):
16726 * progmodes/ebrowse.el (ebrowse-tree-mode)
16727 (ebrowse-electric-list-mode, ebrowse-member-mode)
16728 (ebrowse-electric-position-mode):
16729 * progmodes/f90.el (f90-mode):
16730 * progmodes/fortran.el (fortran-mode):
16731 * progmodes/icon.el (icon-mode):
16732 * progmodes/idlw-help.el (idlwave-help-mode):
16733 * progmodes/idlw-shell.el (idlwave-shell-mode):
16734 * progmodes/idlwave.el (idlwave-mode):
16735 * progmodes/inf-lisp.el (inferior-lisp-mode):
16736 * progmodes/m4-mode.el (m4-mode):
16737 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16738 * progmodes/modula2.el (modula-2-mode):
16739 * progmodes/octave-inf.el (inferior-octave-mode):
16740 * progmodes/octave-mod.el (octave-mode):
16741 * progmodes/pascal.el (pascal-mode):
16742 * progmodes/sh-script.el (sh-mode):
16743 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16744 * progmodes/vhdl-mode.el (vhdl-mode):
16745 * progmodes/xscheme.el (scheme-interaction-mode):
16746 * replace.el (occur-mode):
16747 * ses.el (ses-mode):
16748 * simple.el (completion-list-mode):
16749 * skeleton.el:
16750 * speedbar.el (speedbar-mode):
16751 * term.el (term-mode):
16752 * terminal.el (terminal-edit-mode):
16753 * textmodes/reftex-index.el (reftex-index-mode)
16754 (reftex-index-phrases-mode):
16755 * textmodes/reftex-sel.el (reftex-select-label-mode)
16756 (reftex-select-bib-mode):
16757 * textmodes/reftex-toc.el (reftex-toc-mode):
16758 * wdired.el (wdired-change-to-wdired-mode):
16759 * wid-browse.el (widget-browse-mode):
16760 Use run-mode-hooks.
16761
16762 * array.el (array-mode):
16763 * calendar/todo-mode.el (todo-mode):
16764 * man.el (Man-mode):
16765 * play/landmark.el (lm-mode):
16766 * play/mpuz.el (mpuz-mode):
16767 Use kill-all-local-variables and run-mode-hooks.
16768
16769 * subr.el (delay-mode-hooks): Specify indentation.
16770
16771 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16772
16773 * xml.el (xml-substitute-special): Don't die for undefined xml
16774 entities.
16775
16776 2005-05-26 Jay Belanger <belanger@truman.edu>
16777
16778 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16779 of nil.
16780
16781 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16782
16783 * progmodes/gdb-ui.el (gdb-frame-address):
16784 Rename from gdb-current-address.
16785 (gdb-previous-frame-address): Rename from gdb-previous-address.
16786 (gdb-selected-frame): Rename from gdb-current-frame.
16787 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16788 (gdb-frame-number): Rename from gdb-current-stack-level.
16789 (gdb-ann3): Match new mode-name for disassembly buffer.
16790 Extend initialization of variables.
16791 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16792 (gdb-memory-mode): Use mouse-face in header line.
16793 (gdb-assembler-buffer-name): Call it disassembly and give frame
16794 in mode line.
16795 (gdb-source-spec-regexp, gdb-assembler-custom)
16796 (gdb-invalidate-assembler, gdb-frame-handler):
16797 Make robust to leading zeroes in address format.
16798
16799 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16800
16801 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16802 define `org-mode'.
16803 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16804
16805 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16806
16807 * log-edit.el (log-edit-changelog-entries): Distinguish between
16808 filenames like xfns.c and fns.c.
16809
16810 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16811
16812 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16813 point after reverting.
16814 (Buffer-menu-make-sort-button): Handle the case where
16815 `Buffer-menu-use-header-line' is nil.
16816
16817 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16818
16819 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16820 New funcs. In minibuffer-local-completion-map bind `]', `/'
16821 and `:' to them.
16822
16823 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16824
16825 * startup.el (normal-top-level): Allow modification of load-path while
16826 we're iterating over it.
16827
16828 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16829
16830 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16831 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16832 (thumbs-resize-interactive, thumbs-insert-image)
16833 (thumbs-insert-thumb, thumbs-dired-show-marked)
16834 (thumbs-find-image-at-point, thumbs-delete-images)
16835 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16836 (thumbs-increment-image-size, thumbs-decrement-image-size):
16837 Fix typos in docstrings.
16838
16839 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16840
16841 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16842 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16843 (cperl-mode): Use them.
16844
16845 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16846
16847 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16848 Doc fixes.
16849
16850 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16851
16852 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16853 Bind C-d to gdb-inferior-io-eof.
16854
16855 * dired.el (dired-dnd-popup-notice): Use message-box.
16856
16857 2005-05-23 Masatake YAMATO <jet@gyve.org>
16858
16859 * bindings.el (mode-line-major-mode-keymap):
16860 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16861
16862 * faces.el (mode-line-highlight): New face.
16863
16864 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16865 as mouse-face.
16866
16867 * bindings.el (top-level, help-echo, mode-line-modified)
16868 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16869 as mouse-face.
16870
16871 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16872
16873 * progmodes/cc-engine.el (c-guess-basic-syntax):
16874 Remove spurious call to `zerop'.
16875
16876 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16877
16878 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16879
16880 CC Mode update to 5.30.10:
16881
16882 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16883 could go past the limit in decoration level 2, thereby causing
16884 errors during interactive fontification.
16885
16886 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16887 the file is evaluated interactively.
16888
16889 * cc-engine.el (c-guess-basic-syntax): Handle operator
16890 declarations somewhat better in C++.
16891
16892 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16893 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16894 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16895 (awk-mode): Use it.
16896 (make-local-hook): Suppress warning about obsoleteness.
16897
16898 * cc-engine.el, cc-align.el, cc-cmds.el
16899 (c-append-backslashes-forward, c-delete-backslashes-forward)
16900 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16901 Compensate for return value from `forward-line' when it has moved
16902 but not to a different line due to eob.
16903
16904 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16905 `objc-method-intro' and `objc-method-args-cont'.
16906
16907 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16908
16909 CC Mode update to 5.30.10:
16910
16911 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16912 in the copyright statement. Incidentally, change "along with GNU
16913 Emacs" to "along with this program" where it occurs.
16914
16915 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16916 so that it is interactive, hence can be found by M-x awk-mode
16917 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16918 <gmorris+emacs@ast.cam.ac.uk>.
16919
16920 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16921 Mode's regexps.
16922
16923 2005-05-23 Kevin Ryde <user42@zip.com.au>
16924
16925 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16926 c-parse-state, to avoid a lisp error (on bad code).
16927
16928 2005-05-23 Lute Kamstra <lute@gnu.org>
16929
16930 * subr.el (font-lock-defaults): Remove defvar as it's already
16931 defined in font-core.el.
16932
16933 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16934
16935 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16936
16937 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16938 more general and work when GDB variable "print pretty" is on,
16939 as with Emacs, for example.
16940
16941 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16942
16943 * font-core.el: Update comment.
16944
16945 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16946 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16947
16948 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16949
16950 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16951
16952 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16953 and `yank-handler' in the doc strings.
16954
16955 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16958
16959 2005-05-22 Richard M. Stallman <rms@gnu.org>
16960
16961 * help.el (describe-key): Move print-help-return-message call
16962 out of conditional.
16963
16964 * progmodes/etags.el (list-tags): Use with-no-warnings.
16965
16966 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16967 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16968 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16969
16970 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16971
16972 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16973 Add defvar.
16974
16975 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16976 Use defvar, not defconst.
16977
16978 * hexl.el (hexl-follow-line): Use with-no-warnings.
16979
16980 * emulation/tpu-extras.el: Use write-file-functions instead of
16981 write-file-hooks.
16982
16983 * dired.el (dired-font-lock-keywords): Fontify files with junk
16984 extensions even if marked by -F.
16985
16986 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16987
16988 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16989 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16990 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16991 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16992 (concatenate, list-length, get*, getf, cl-remprop):
16993 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16994 (etypecase, progv, lexical-let, lexical-let*)
16995 (multiple-value-bind, multiple-value-setq, shiftf):
16996 Improve argument/docstring consistency.
16997
16998 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16999
17000 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17001
17002 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17003 doesn't exist.
17004
17005 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17006 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17007
17008 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17009
17010 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17011 already deleted variables: auto-fill-hook, blink-paren-hook,
17012 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17013 suspend-hooks, comment-indent-hook, meta-flag,
17014 before-change-function, after-change-function,
17015 font-lock-doc-string-face.
17016
17017 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17018
17019 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17020
17021 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17022
17023 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17024 rmail-dont-reply-to.
17025
17026 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17027
17028 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17029 literal blank when splitting new-header-values.
17030
17031 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17032
17033 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17034 string so that tmm doesn't create a completion entry for it.
17035
17036 * textmodes/table.el (table-disable-menu): Ditto.
17037
17038 2005-05-21 Richard M. Stallman <rms@gnu.org>
17039
17040 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17041
17042 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17043
17044 * net/rcompile.el (remote-compile): Use compilation-start.
17045
17046 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17047
17048 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17049
17050 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17051 Default to makefile-bsdmake-mode on BSD systems.
17052
17053 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17054 REGEXP may also be a search function now. The part of doc-string
17055 for describing the structure was 95% identical to that of
17056 `imenu--generic-function'. Unify it there.
17057
17058 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17059 Use function to find dependencies, because regexp alone is so complex,
17060 it easily goes into an endless loop.
17061 (makefile-makepp-mode): Also add submenu for Perl functions
17062 defined in the makefile.
17063 (makefile-bsdmake-mode): Special imenu-generic-expression no
17064 longer needed, due to function call.
17065 (makefile-match-dependency): Take BOUND into account when checking
17066 if we're through.
17067
17068 2005-05-20 Jay Belanger <belanger@truman.edu>
17069
17070 * calc/calc-units.el (calc-invalidate-units-table):
17071 Use inhibit-read-only.
17072 (math-build-units-table-buffer): Use view-mode.
17073
17074 2005-05-20 David Kastrup <dak@gnu.org>
17075
17076 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17077 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17078
17079 2005-05-20 Lute Kamstra <lute@gnu.org>
17080
17081 * diff-mode.el (diff-header-face, diff-file-header-face)
17082 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17083 (diff-added-face, diff-changed-face, diff-function-face)
17084 (diff-context-face, diff-nonexistent-face): Put them in the
17085 diff-mode customization group.
17086
17087 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17088
17089 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17090
17091 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17092
17093 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17094 Minor regexp-optimization.
17095
17096 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17097
17098 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17099 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17100 (org-agenda-add-time-grid-maybe): New function.
17101 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17102 (org-table-create): `dotimes' instead of `mapcar'.
17103 (org-xor): Simplify implementation.
17104 (org-agenda): `inhibit-redisplay' turned on.
17105 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17106 a consistent line after a state change.
17107 (org-agenda-remove-times-when-in-prefix): New option.
17108 (org-prefix-has-time): New variable.
17109 (org-parse-time-string): Optional argument NODEFAULT.
17110 (org-format-agenda-item): Parse items for time-of-day
17111 specifications and move these into the prefix if possible.
17112 (org-agenda-priority): Get current heading, not previous heading
17113 during agenda remote editing.
17114
17115 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17116
17117 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17118 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17119 (remove-duplicates, delete-duplicates, substitute)
17120 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17121 (nsubstitute-if-not, find, find-if, find-if-not, position)
17122 (position-if, position-if-not, count, count-if, count-if-not)
17123 (mismatch, search, sort*, stable-sort, merge, member*)
17124 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17125 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17126 (intersection, nintersection, set-difference, nset-difference)
17127 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17128 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17129 (nsublis, tree-equal): Improve argument/docstring consistency.
17130
17131 * subr.el (send-string, send-region): Remove obsolescence declaration.
17132 (window-dot, set-window-dot, read-input, show-buffer)
17133 (eval-current-buffer, string-to-int):
17134 Add release number to obsolescence declarations.
17135
17136 2005-05-19 Kim F. Storm <storm@cua.dk>
17137
17138 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17139 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17140
17141 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17142
17143 * faces.el (list-faces-display): Make back button respect optional
17144 regexp arg.
17145
17146 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17147
17148 * calculator.el (calculator-radix-grouping-mode)
17149 (calculator-radix-grouping-digits, calculator-displayer)
17150 (calculator-radix-grouping-separator, calculator-copy-displayer):
17151 * dabbrev.el (dabbrev-search-these-buffers-only):
17152 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17153 (diff-advance-after-apply-hunk, diff-mode-hook)
17154 (diff-minor-mode-prefix):
17155 * imenu.el (imenu-use-popup-menu):
17156 * jit-lock.el (jit-lock-context-time):
17157 * newcomment.el (comment-fill-column, comment-column)
17158 (comment-style, comment-padding, comment-multi-line)
17159 (comment-empty-lines, comment-auto-fill-only-comments):
17160 * reveal.el (reveal-around-mark):
17161 * uniquify.el (uniquify-buffer-name-style)
17162 (uniquify-after-kill-buffer-p)
17163 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17164 (uniquify-min-dir-content, uniquify-separator)
17165 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17166 * w32-vars.el (w32-fixed-font-alist):
17167 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17168 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17169 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17170 * progmodes/perl-mode.el (perl-indent-level)
17171 (perl-continued-statement-offset, perl-continued-brace-offset)
17172 (perl-brace-offset, perl-brace-imaginary-offset)
17173 (perl-label-offset, perl-indent-continued-arguments)
17174 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17175 * progmodes/tcl.el (tcl-indent-level)
17176 (tcl-continued-indent-level, tcl-auto-newline)
17177 (tcl-tab-always-indent, tcl-electric-hash-style)
17178 (tcl-help-directory-list, tcl-use-smart-word-finder)
17179 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17180 (inferior-tcl-source-command):
17181 * textmodes/fill.el (enable-kinsoku):
17182 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17183 * textmodes/table.el (table-yank-handler):
17184 Specify missing group (and type, if simple) in defcustom.
17185
17186 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17187
17188 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17189
17190 2005-05-19 Richard M. Stallman <rms@gnu.org>
17191
17192 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17193
17194 * subr.el (event-basic-type): Don't get an error.
17195 (left-fringe-p): Function deleted.
17196
17197 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17198 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17199
17200 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17201 in recursive copy.
17202
17203 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17204
17205 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17206
17207 * emacs-lisp/bytecomp.el
17208 (byte-compile-file-form-custom-declare-variable):
17209 Call byte-compile-nogroup-warn if appropriate.
17210
17211 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17212 (compilation-set-window): Don't call left-fringe-p; do it directly.
17213
17214 2005-05-19 Jay Belanger <belanger@truman.edu>
17215
17216 * calc/calc-graph.el (calc-graph-format-data): Make sure
17217 var-PlotRejects is bound before trying to check its value.
17218
17219 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17220
17221 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17222 definition of this variable from reftex-global.el to reftex.el,
17223 because it is needed in the menu.
17224
17225 2005-05-19 Lute Kamstra <lute@gnu.org>
17226
17227 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17228 years are fixed. Don't insert a space after a dash.
17229
17230 2005-05-19 Kim F. Storm <storm@cua.dk>
17231
17232 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17233
17234 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17235
17236 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17237 strings, because (eq ... ?\\) is fairly frequent.
17238
17239 * progmodes/make-mode.el (makefile-add-this-line-targets):
17240 Simplify and integrate into `makefile-pickup-targets'.
17241 (makefile-add-this-line-macro): Simplify and integrate into
17242 `makefile-pickup-macros.
17243 (makefile-pickup-filenames-as-targets): Simplify.
17244 (makefile-previous-dependency, makefile-match-dependency):
17245 Don't stumble over `::'.
17246
17247 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17248
17249 * subr.el (post-command-idle-hook, post-command-idle-delay):
17250 Remove obsoletion of post-command-idle-hook and
17251 post-command-idle-delay.
17252
17253 * faces.el (list-faces-display): Provide button when describe-face
17254 is called to take user back to the list of faces.
17255
17256 * help-fns.el (describe-variable): Remove hyperlinks in a
17257 variable's value as these are quite frequently inappropriate.
17258
17259 * follow.el (follow-submit-feedback, follow-mode):
17260 Remove references to post-command-idle-hook.
17261
17262 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17263
17264 * progmodes/make-mode.el (makefile-previous-dependency)
17265 (makefile-match-dependency): Check for := (and in bsd mode also
17266 !=) to give a better result, even when font-lock is not on.
17267
17268 2005-05-18 Jay Belanger <belanger@truman.edu>
17269
17270 * calc/calc-help.el (calc-s-prefix-help):
17271 Add `calc-copy-special-constant' to help string.
17272
17273 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17274
17275 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17276
17277 2005-05-18 Jay Belanger <belanger@truman.edu>
17278
17279 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17280 in linear factors are in proper order.
17281
17282 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17283
17284 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17285 Support for jurabib.
17286
17287 * textmodes/reftex.el (featurep): Define aliases for overlay
17288 commands, for XEmacs compatibility, and use these aliases in
17289 overlay initializations.
17290 (reftex-highlight): Use `reftex-move-overlay'.
17291 (reftex-unhighlight): Use `reftex-delete-overlay'.
17292 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17293 (reftex-access-search-path): Use `reftex-uniquify' instead of
17294 `reftex-uniq'
17295
17296 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17297 `before-string' property modification enables for Emacs as well.
17298 (reftex-select-item): Use `reftex-delete-overlay'.
17299 (reftex-select-mark): Use `reftex-make-overlay' and
17300 `reftex-overlay-put'.
17301 (reftex-select-unmark): Use `reftex-delete-overlay' and
17302 `reftex-overlay-put'.
17303
17304 2005-05-18 Lute Kamstra <lute@gnu.org>
17305
17306 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17307
17308 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17309
17310 * add-log.el (add-change-log-entry):
17311 * array.el (array-make-template, array-reconfigure-rows)
17312 (array-init-max-row, array-init-max-column)
17313 (array-init-columns-per-line, array-init-field-width):
17314 * replace.el (replace-match-maybe-edit, perform-replace):
17315 * textmodes/spell.el (spell-region):
17316 Replace `read-input' by `read-string'.
17317
17318 * forms.el (forms-mode):
17319 * finder.el (finder-compile-keywords):
17320 * shadowfile.el (shadow-read-files):
17321 Replace `eval-current-buffer' by `eval-buffer'.
17322
17323 * terminal.el (te-pass-through):
17324 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17325 (ange-ftp-raw-send-cmd):
17326 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17327 (send-process-next-char, telnet-initial-filter, telnet):
17328 Replace `send-string' by `process-send-string'.
17329
17330 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17331 (prolog-consult-region): Replace `send-string' by
17332 `process-send-string'; replace `send-region' by `process-send-region'.
17333
17334 * progmodes/delphi.el (delphi-log-msg):
17335 Replace `set-window-dot' by `set-window-point'.
17336
17337 * subr.el (window-dot, set-window-dot, read-input, send-string)
17338 (send-region, show-buffer, eval-current-buffer):
17339 Make really obsolete, as the comment says.
17340
17341 2005-05-17 Kim F. Storm <storm@cua.dk>
17342
17343 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17344 (cua--init-keymaps): Bind C-return instead of S-return to set
17345 rectangle mark.
17346
17347 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17348 instead of S-return to toggle/clear rectangle mark.
17349
17350 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17351
17352 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17353 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17354 Also fontify plain strings assigned to variables, mostly so that a
17355 colon has a face and is thus not taken as a dependency separator.
17356 (makefile-previous-dependency): Inline the new matcher, because it
17357 is too complex to work in both directions.
17358 (makefile-match-dependency): Eliminate `backward' arg (see above).
17359 Completely reimplemented so as to not sometimes go into an endless
17360 loop. It should also be more efficient, because first it only
17361 searches for `:', instead of applying the very complex regexp.
17362 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17363 to be fontified in one piece can be too long for JIT.
17364 Makefiles are never *that* big.
17365
17366 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17367
17368 * dired.el (dired-mode): Simplify.
17369
17370 2005-05-17 Lute Kamstra <lute@gnu.org>
17371
17372 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17373 defcustom for the mode hook variable.
17374
17375 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17376 Emacs Lisp Reference Manual.
17377
17378 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17379
17380 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17381 (evenp, list*):
17382 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17383 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17384
17385 * net/tramp-smb.el (tramp-smb-open-connection):
17386 Pass `tramp-chunksize' as fifth (required) argument.
17387
17388 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17389
17390 * font-lock.el (lisp-font-lock-keywords-1):
17391 Set `font-lock-negation-char-face' for [^...] char group.
17392 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17393
17394 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17395 a var, and refine it to mask one more level of nested vars.
17396 (makefile-rule-action-regex): Turn it into a var, and refine it so
17397 it recognizes backslashed continuation lines as belonging to the
17398 same command.
17399 (makefile-macroassign-regex): Refine it so it recognizes
17400 backslashed continuation lines as belonging to the same command.
17401 (makefile-var-use-regex): Don't look at the next char, because it
17402 might be the same one to be skipped by the initial [^$], leading
17403 to an overlooked variable use.
17404 (makefile-make-font-lock-keywords): Remove two parameters, which
17405 are now variables that some of the modes set locally.
17406 Handle dependency and rule action matching through functions, because
17407 regexps alone match too often. Dependency matching now comes
17408 last, so it can check, whether a colon already matched something else.
17409 (makefile-mode): Inform that font-lock improves makefile parsing
17410 capabilities.
17411 (makefile-match-dependency, makefile-match-action): New functions.
17412
17413 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17416
17417 * align.el (align-regexp):
17418 * ansi-color.el (ansi-color-get-face):
17419 * array.el (array-reconfigure-rows, array-init-max-row)
17420 (array-init-max-column, array-init-columns-per-line)
17421 (array-init-field-width):
17422 * dired-aux.el (dired-trample-file-versions):
17423 * dired-x.el (dired-mark-sexp):
17424 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17425 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17426 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17427 * faces.el (face-read-integer):
17428 * files.el (backup-extract-version, insert-directory):
17429 * hexl.el (hexl-insert-decimal-char):
17430 * server.el (server-process-filter):
17431 * shell.el (shell-extract-num):
17432 * startup.el (command-line-1):
17433 * term.el (term-command-hook):
17434 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17435 (time-stamp-do-number):
17436 * time.el (display-time-update):
17437 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17438 (timezone-fix-time):
17439 * vms-patch.el (vms-suspend-resume-hook):
17440 * calendar/appt.el (appt-convert-time):
17441 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17442 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17443 * calendar/cal-islam.el (mark-islamic-diary-entries):
17444 * calendar/calendar.el (calendar-cursor-to-date)
17445 (calendar-star-date):
17446 * calendar/diary-lib.el (diary-attrtype-convert)
17447 (mark-diary-entries, diary-entry-time):
17448 * calendar/solar.el (solar-get-number):
17449 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17450 * emacs-lisp/re-builder.el (reb-display-subexp):
17451 * emulation/edt.el (edt-set-scroll-margins):
17452 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17453 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17454 (vip-get-ex-count):
17455 * emulation/viper-ex.el (viper-get-ex-token)
17456 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17457 * international/fontset.el (fontset-plain-name):
17458 * mail/feedmail.el (feedmail-look-at-queue-directory):
17459 * mail/mailalias.el (mail-get-names):
17460 * mail/rmail.el (rmail-convert-to-babyl-format):
17461 * mail/rmailsum.el (rmail-make-basic-summary-line)
17462 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17463 (rmail-summary-goto-msg):
17464 * mail/smtpmail.el (smtpmail-read-response):
17465 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17466 (ange-ftp-vms-add-file-entry):
17467 * play/gametree.el (gametree-looking-at-ply)
17468 (gametree-current-branch-score):
17469 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17470 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17471 * progmodes/cperl-mode.el (condition-case):
17472 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17473 (ebrowse-set-member-buffer-column-width)
17474 (ebrowse-select-1st-to-9nth):
17475 * progmodes/etags.el (etags-snarf-tag):
17476 * progmodes/flymake.el (flymake-parse-line):
17477 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17478 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17479 (idlwave-shell-menu-def):
17480 * progmodes/ps-mode.el (ps-run-goto-error):
17481 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17482 (vhdl-speedbar-contract-level):
17483 * term/mac-win.el (x-handle-numeric-switch):
17484 * term/sun-mouse.el (sun-get-frame-data):
17485 * term/w32-win.el (x-handle-numeric-switch):
17486 * term/x-win.el (x-handle-numeric-switch):
17487 * textmodes/ispell.el (ispell-parse-output):
17488 * textmodes/nroff-mode.el (nroff-outline-level):
17489 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17490 (reftex-bib-sort-year-reverse, reftex-format-citation):
17491 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17492 (reftex-section-number):
17493 * textmodes/texinfmt.el (texinfo-paragraphindent):
17494 Replace `string-to-int' by `string-to-number'.
17495
17496 * international/latexenc.el: Add page marker to force the "Local
17497 Variables:" string out of the last page.
17498
17499 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17500
17501 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17502 tooltip-change-major-mode.
17503 (gud-tooltip-print-command): Remove case where gud-minor-mode
17504 is gdb ("--fullname").
17505 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17506 explain to user.
17507
17508 2005-05-16 Jay Belanger <belanger@truman.edu>
17509
17510 * calc/calc-store.el (calc-copy-special-constant): New function.
17511
17512 * calc/calc-ext.el (calc-init-extensions): Add binding for
17513 `calc-copy-special-constant'.
17514
17515 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17516 for the `calc-copy-special-constant' command.
17517
17518 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17519
17520 * subr.el (left-fringe-p): New function.
17521
17522 * progmodes/compile.el (compilation-setup): Set local value of
17523 overlay-arrow-string to "" always.
17524 (compilation-set-window): Left fringe then don't scroll.
17525 No left fringe then no arrow and scroll message to top.
17526 (compilation-context-lines): Adjust doc string accordingly.
17527
17528 2005-05-16 Kim F. Storm <storm@cua.dk>
17529
17530 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17531 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17532 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17533 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17534 (ido-read-file-name): Handle commands with ido property value
17535 equal to find-file as reading a file name, to allow C-d to enter dired.
17536 (ibuffer-find-file): Add ido property with value find-file.
17537
17538 2005-05-15 Kim F. Storm <storm@cua.dk>
17539
17540 * subr.el (open-network-stream-nowait): Remove.
17541 (open-network-stream-server): Remove.
17542
17543 2005-05-15 Richard M. Stallman <rms@gnu.org>
17544
17545 * faces.el (describe-face): Output a definition link button.
17546
17547 * help-mode.el (help-face-def): New button type.
17548
17549 * emacs-lisp/copyright.el (copyright-fix-years):
17550 Match properly if the first year is 2-digit.
17551 Don't mess up the whitespace after the years by filling.
17552
17553 * dired-aux.el (dired-mark-confirm):
17554 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17555
17556 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17557 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17558 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17559
17560 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17561 Set font-lock-comment-start-skip.
17562
17563 * font-lock.el (font-lock-comment-start-skip): New variable.
17564 (font-lock-comment-end-skip): New variable.
17565 (font-lock-fontify-syntactically-region): Use them if non-nil.
17566
17567 2005-05-15 Jay Belanger <belanger@truman.edu>
17568
17569 * calc/calc-store.el (calc-store-value): Return a string rather
17570 than display it as a message.
17571 Use calc-var-name for variable name.
17572 (calc-store-into): Add the result of calc-store-value to message.
17573 (calc-copy-variable): Add a message.
17574 (calc-store-exchange): Improve error messages.
17575 (calc-store-binary, calc-store-map): Don't reset the values of
17576 special constants.
17577
17578 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17579
17580 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17581 manual to docstring.
17582
17583 * files.el (hack-local-variables-confirm): Add STRING argument.
17584 Make the function handle non file visiting buffers correctly.
17585 (hack-local-variables-prop-line, hack-local-variables)
17586 (hack-one-local-variable): Use STRING arg of
17587 `hack-local-variables-confirm'.
17588
17589 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17590
17591 Sync with Tramp 2.0.49.
17592
17593 * net/tramp.el (tramp-handle-dired-call-process)
17594 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17595 because the contents of the Tramp buffer is changed before
17596 insertion (`expand-file' and alike).
17597 (tramp-handle-insert-directory): If `localname' has an empty
17598 nondirectory name, it must not be quoted.
17599 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17600 variable `tramp-chunksize'. Change callees.
17601 (tramp-open-connection-setup-interactive-shell): Check remote host
17602 for buggy `send-process-string' implementation.
17603 Set `tramp-chunksize' if found. Reported by Michael Kifer
17604 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17605 (tramp-handle-shell-command): `insert-buffer' cannot be used
17606 because the contents of the Tramp buffer is changed before
17607 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17608 <frederic.bothamy@free.fr>.
17609 (tramp-set-auto-save): Actions should be done for Tramp file name
17610 handler only. Ange-FTP has its own auto-save mechanism.
17611 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17612 (tramp-set-auto-save-file-modes): Set file modes of
17613 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17614 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17615 (tramp-bug): Remove obsolete variable.
17616 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17617 for presence of `mml-mode'. Make it running for older Emacsen as well.
17618
17619 2005-05-14 John Paul Wallington <jpw@pobox.com>
17620
17621 * ibuf-ext.el (define-ibuffer-filter filename):
17622 If `dired-directory' is a list, use its car.
17623
17624 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17625
17626 * ibuffer.el (define-ibuffer-column filename):
17627 If `dired-directory' is a list, use its car.
17628
17629 2005-05-14 Richard M. Stallman <rms@gnu.org>
17630
17631 * subr.el (symbol-file): Doc fix.
17632
17633 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17634 (byte-compile-form): Call byte-compile-nogroup-warn.
17635 (byte-compile-warning-types): Doc fix.
17636
17637 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17638
17639 * progmodes/cc-engine.el (c-literal-faces):
17640 Add font-lock-comment-delimiter-face.
17641
17642 * net/net-utils.el (dig): Use with-no-warnings.
17643
17644 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17645 (sc-recite-frame-alist, sc-default-cite-frame)
17646 (sc-default-uncite-frame, sc-default-recite-frame)
17647 (sc-attrib-selection-list, sc-rewrite-header-list):
17648 Mark as risky-local-variable.
17649
17650 * international/ogonek.el (ogonek-jak, ogonek-how):
17651 Don't use beginning-of-buffer.
17652
17653 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17654
17655 * calendar/solar.el (solar-data-list): Move definition up.
17656
17657 * dnd.el (dnd-protocol-alist): Add autoload.
17658
17659 * progmodes/sh-script.el: Many doc usage fixes.
17660 (sh-indent-after-do): Change default to match common styles.
17661
17662 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17663
17664 * files.el (interpreter-mode-alist)
17665 (auto-mode-interpreter-regexp): Doc fixes.
17666
17667 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17668
17669 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17670
17671 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17672
17673 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17674
17675 * dired.el (dired-mode): make-variable-buffer-local =>
17676 make-local-variable.
17677
17678 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17679
17680 * term/mac-win.el (mac-select-convert-to-string): Try coding
17681 systems in mac-script-code-coding-systems if specified one cannot
17682 encode string for `com.apple.traditional-mac-plain-text'.
17683
17684 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17685
17686 * progmodes/make-mode.el (makefile-targets-face)
17687 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17688 (makefile-dependency-regex): Fix it to not make the colon in
17689 $(var:a=b) special.
17690 (makefile-rule-action-regex): New regexp for highlighting embedded
17691 Shell strings.
17692 (makefile-macroassign-regex): Handle != for highlighting as
17693 embedded Shell strings.
17694 (makefile-var-use-regex): New const.
17695 (makefile-statements, makefile-automake-statements)
17696 (makefile-gmake-statements, makefile-makepp-statements)
17697 (makefile-bsdmake-statements): New consts.
17698 (makefile-make-font-lock-keywords): New function.
17699 (makefile-automake-font-lock-keywords)
17700 (makefile-gmake-font-lock-keywords)
17701 (makefile-makepp-font-lock-keywords)
17702 (makefile-bsdmake-font-lock-keywords): New consts.
17703 (makefile-mode-map): Add switchers between the various submodes.
17704 (makefile-mode): Document the availability of the variants.
17705 (makefile-automake-mode, makefile-gmake-mode)
17706 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17707
17708 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17709 new variants of makefile-mode.
17710
17711 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17714 the inheritance.
17715
17716 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17717
17718 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17719 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17720
17721 * files.el (normal-mode): Extend the scope of the
17722 `enable-local-variables' binding to include the `set-auto-mode' call.
17723 (magic-mode-alist): Doc fix.
17724
17725 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17726
17727 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17728 font-lock-comment-face rather than copying its setting.
17729
17730 2005-05-12 Andreas Schwab <schwab@suse.de>
17731
17732 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17733
17734 2005-05-12 Lute Kamstra <lute@gnu.org>
17735
17736 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17737 defcustom for the mode hook variable. Delete the last argument.
17738 * generic-x.el: Fix callers of define-generic-mode.
17739 (generic-x-modes): Delete group.
17740 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17741 generic-x customization group.
17742
17743 2005-05-12 Kim F. Storm <storm@cua.dk>
17744
17745 * font-lock.el (font-lock-negation-char-face): Default to "off".
17746
17747 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17748 font-lock-negation-char-face to ! in !=.
17749
17750 2005-05-12 Masatake YAMATO <jet@gyve.org>
17751
17752 * add-log.el (find-change-log): Fix typos in the docstring
17753 of function.
17754
17755 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17756
17757 * international/latexenc.el (latexenc-find-file-coding-system):
17758 Avoid `re-search-forward' when looking for input encoding because
17759 of speed and safety. Better regular expressions for recognizing
17760 input encoding. Limit a search for TeX-master/tex-main-file to
17761 the local variable section.
17762
17763 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17764
17765 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17766 syntax of $ to "'" (quote).
17767
17768 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17769
17770 * dnd.el (dnd-protocol-alist): Improve custom type.
17771
17772 * dired.el (dired-dnd-protocol-alist): New variable.
17773 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17774 `dired-mode-hook' to the end.
17775
17776 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17777
17778 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17779 comment-end if comment-start-skip is not set.
17780 Obey the font-lock-comment-delimiter-face variables.
17781
17782 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17783
17784 * files.el (executable-find): Move from executable.el. Use
17785 locate-file.
17786 * progmodes/executable.el (executable-find): Move to files.el.
17787
17788 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17789 when trying to ensure forward progress.
17790
17791 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17792
17793 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17794 (mouse-select, mouse-select-internal, mouse-extend-internal):
17795 Use it to implement mouse-1-click-follows-link functionality.
17796
17797 2005-05-11 Richard M. Stallman <rms@gnu.org>
17798
17799 * font-lock.el (font-lock-fontify-syntactically-region):
17800 Use font-lock-comment-delimiter-face for comment delimiters.
17801
17802 2005-05-10 Jay Belanger <belanger@truman.edu>
17803
17804 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17805 preserving embedded modes.
17806
17807 2005-05-10 Richard M. Stallman <rms@gnu.org>
17808
17809 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17810
17811 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17812 Move from ada-stmt.el.
17813 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17814
17815 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17816 Move to ada-mode.el.
17817 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17818
17819 * cus-edit.el (custom-file): Call file-chase-links.
17820
17821 * files.el (read-directory-name): Fix previous change.
17822 (hack-local-variables-confirm): New function.
17823 (hack-local-variables-prop-line, hack-local-variables)
17824 (hack-one-local-variable): Use it.
17825
17826 2005-05-10 Lute Kamstra <lute@gnu.org>
17827
17828 * font-lock.el (font-lock-keywords-alist)
17829 (font-lock-removed-keywords-alist): Clarify docstrings.
17830
17831 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17832
17833 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17834 (gdb-source-info): Check for preprocessor info.
17835 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17836 a macro for a function.
17837 (gdb-info-breakpoints-custom): Try to find file again if not already
17838 found (user might have used GDB dir command).
17839 (gdb-get-location): Update gdb-location-alist correctly for change
17840 to gdb-info-breakpoints-custom.
17841
17842 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17843 (gud-tooltip-print-command): Add gdbmi case.
17844 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17845 preprocessor info.
17846
17847 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17848
17849 * startup.el (fancy-splash-insert): Fix typo in doc string.
17850
17851 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17852
17853 * obsolete/float.el (string-to-float):
17854 * obsolete/hilit19.el (hilit-add-pattern):
17855 * obsolete/rnews.el (news-parse-range, news-select-message)
17856 (news-get-pruned-list-of-files): Replace `string-to-int' by
17857 `string-to-number'.
17858
17859 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17860 `find-file-not-found-hooks'; use `add-hook'.
17861 (uncompress-while-visiting): Set `write-file-functions', not
17862 `write-file-hooks'; use `add-hook'.
17863
17864 2005-05-09 Kim F. Storm <storm@cua.dk>
17865
17866 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17867 (cua-paste): Handle clipboard action.
17868 (cua--init-keymaps): Remap clipboard-kill-region and
17869 clipboard-kill-ring-save.
17870
17871 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17872
17873 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17874 Improve commentary.
17875
17876 * simple.el (next-error-overlay-arrow-position): Revert the change
17877 made on 2005-04-30.
17878
17879 2005-05-07 Jay Belanger <belanger@truman.edu>
17880
17881 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17882 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17883 `calc-sel-reselect'.
17884
17885 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17886 Calc is in embedded mode.
17887
17888 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17889
17890 * progmodes/compile.el (compilation-setup):
17891 Set overlay-arrow-string to an empty string on text terminals.
17892
17893 * textmodes/ispell.el (ispell-program-name): Try looking for
17894 "aspell" along exec-path, and if found, use it as the default
17895 speller program.
17896
17897 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17898
17899 * international/mule.el (sgml-xml-auto-coding-function):
17900 Recognize encoding='FOO' in single quotes as well as in double quotes.
17901
17902 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17903
17904 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17905 as well as `interactive', so that defmacro* would recognize
17906 `declare' forms.
17907
17908 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17909
17910 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17911 Explain more about the LIGHTER arg's usage in the doc string.
17912 Add commentary to clarify what the code does. Fix the regexp that
17913 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17914 since it could have characters special to regular expressions.
17915
17916 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17917
17918 * replace.el (occur-1): Bind inhibit-read-only so that
17919 erase-buffer doesn't barf on read-only text properties (likewise
17920 for add-text-properties in occur-engine). Mark buffer as unmodified.
17921 (occur-engine): Don't set buffer-read-only here.
17922
17923 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17924
17925 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17926 list-buffers-directory. This caused the *cvs-commit* buffer to be
17927 sometimes mistakenly reused as a *cvs* buffer.
17928
17929 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17930
17931 * tooltip.el: Move code for GUD tooltips into gud.el.
17932 (require): CL no longer needed to compile case.
17933 (tooltip-mode): Do not toggle functions for GUD tooltips.
17934 (tooltip-gud-tips-p): Remove. Replace with minor mode
17935 gud-tooltip-mode in gud.el.
17936 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17937 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17938 tooltip-gud prefix with gud-tooltip and obsolete.
17939 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17940 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17941 (tooltip-mouse-motion): Mouse movement functions/variable.
17942 Rename in gud.el by adding gud prefix.
17943 (tooltip-gud-original-filter, tooltip-gud-dereference)
17944 (tooltip-gud-event, tooltip-toggle-gud-tips)
17945 (tooltip-gud-process-output, tooltip-gud-print-command)
17946 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17947 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17948 (gdb-tooltip-print): Move to gdb-ui.el.
17949
17950 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17951 (require): CL needed to compile case.
17952 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17953 tooltip-gud-tips-p. Make it a minor-mode.
17954 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17955 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17956 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17957 (gud-tooltip-change-major-mode)
17958 (gud-tooltip-activate-mouse-motions-if-enabled)
17959 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17960 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17961 (gud-tooltip-original-filter, gud-tooltip-dereference)
17962 (gud-tooltip-event, tooltip-toggle-gud-tips)
17963 (gud-tooltip-process-output, gud-tooltip-print-command)
17964 (gud-tooltip-tips): Move from tooltip.el.
17965
17966 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17967 (gdb-cpp-define-alist-flags): Doc fix.
17968 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17969 gud-tooltip-mode is t.
17970
17971 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17972
17973 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17974 evaporate if their text is deleted.
17975 (goto-address-at-point): Make it work as a mouse binding as well.
17976 (goto-address-at-mouse): Obsolete it. Update users.
17977
17978 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17979
17980 * calendar/appt.el (top-level): No longer activate on load.
17981
17982 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17983
17984 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17985 * net/webjump.el (webjump):
17986 * progmodes/idlw-help.el (idlwave-do-context-help1)
17987 (idlwave-highlight-linked-completions):
17988 * textmodes/po.el (po-find-file-coding-system-guts):
17989 Replace `assoc-ignore-case' by `assoc-string'.
17990
17991 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17992
17993 * files.el (locate-file): Doc fix.
17994
17995 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17996 Remove the redundant test for ms-dos.
17997
17998 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17999 look for the preprocessor with exec-suffixes. If not found in
18000 standard places, look in exec-path. Remove most of the tests that
18001 used system-type.
18002
18003 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18004
18005 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18006
18007 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18008 file-name clash with jka-compr.el on 8+3 filesystems.
18009
18010 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18011
18012 * term/mac-win.el: Don't define or bind scroll bar functions if
18013 x-toolkit-scroll-bars is t.
18014 (x-select-text, x-get-selection-value): Clear
18015 x-last-selected-text-clipboard if x-select-enable-clipboard is
18016 nil.
18017 (PRIMARY): Put mac-scrap-name property.
18018 (mac-select-convert-to-file-url): New function.
18019 (public.file-url): New selection target type. Add to
18020 selection-converter-alist.
18021 (x-get-selection, x-selection-value): Handle it.
18022 (x-cut-buffer-or-selection-value): New alias.
18023
18024 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18025
18026 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18027 entry to avoid calling bibtex-find-entry with arg global
18028 being t. Remove arg key.
18029 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18030 (bibtex-copy-summary-as-kill): Change accordingly.
18031
18032 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18033
18034 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18035 (org-agenda-date-later): Use with-current-buffer.
18036
18037 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18038
18039 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18040 (define-obsolete-variable-alias): Doc Fixes.
18041
18042 2005-05-06 Kim F. Storm <storm@cua.dk>
18043
18044 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18045 vertical-motion when selective-display is active.
18046
18047 * ido.el (ido-setup-hook): New hook.
18048 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18049 (ido-input-stack): New var.
18050 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18051 ido-next-work-file binding to M-O.
18052 Bind M-f to ido-wide-find-file-or-pop-dir.
18053 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18054 (ido-read-internal): Run ido-setup-hook.
18055 Catch quit in read-file-name and read-string to cancel edit.
18056 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18057 Automatically pop-all when completing a directory name (RET).
18058 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18059 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18060 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18061 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18062 New functions for M-b/M-f to move among the directory components.
18063 (ido-make-merged-file-list): Catch quit to cancel merge.
18064 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18065 (ido-completion-help): No warnings for ido-completion-buffer-full.
18066
18067 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18068
18069 * font-lock.el (font-lock-negation-char-face): New face and variable.
18070 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18071 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18072 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18073 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18074
18075 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18076
18077 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18078 Fix typo in docstring.
18079
18080 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18081 (ebrowse-print-statistics-line)
18082 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18083
18084 * term/w32-win.el (image-library-alist): Add additional name for
18085 Xpm library.
18086
18087 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18088
18089 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18090 use gcc instead of cpp.
18091
18092 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18093 (gdb-create-define-alist): Use it.
18094 (gdb-cpp-define-alist-program): Update for MS-DOS.
18095
18096 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18097
18098 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18099
18100 2005-05-04 Richard M. Stallman <rms@gnu.org>
18101
18102 * help.el (describe-key): No error when UNTRANSLATED is nil.
18103
18104 * simple.el (line-move-1): Fix previous change to signal errors
18105 appropriately.
18106
18107 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18108
18109 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18110 (icalendar-duration-correction): Remove.
18111 (icalendar--get-event-properties): Split result at commas.
18112 (icalendar--decode-isoduration): New optional argument
18113 DURATION-CORRECTION.
18114 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18115 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18116 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18117 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18118 (icalendar--convert-anniversary-to-ical): New functions, extracted
18119 from icalendar-export-region, with bug fixes.
18120 (icalendar-export-region): Use the above functions.
18121 (icalendar-import-buffer): Check before saving diary file.
18122 (icalendar--convert-recurring-to-diary)
18123 (icalendar--convert-non-recurring-all-day-to-diary)
18124 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18125 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18126 (icalendar--convert-ical-to-diary): Use the above functions.
18127
18128 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18129
18130 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18131 Remove these recent additions.
18132 (c-mode): Restore to before 2005-04-28.
18133
18134 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18135 recent addition.
18136
18137 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18138 (gdb-define-alist): New variables.
18139 (gdb-create-define-alist): New function.
18140 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18141 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18142 with string-to-number.
18143 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18144
18145 * progmodes/gud.el: Replace string-to-int with string-to-number.
18146 (gud-find-file): Handle gdb-define-alist.
18147
18148 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18149
18150 2005-05-02 Jay Belanger <belanger@truman.edu>
18151
18152 * calc/calc-aent.el (math-read-token):
18153 * calc/calc-bin.el (calc-word-size):
18154 * calc/calc-ext.el (calc-read-number-fancy):
18155 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18156 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18157 * calc/calc-frac.el (calc-over-notation):
18158 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18159 (calc-graph-num-points, calc-graph-init):
18160 * calc/calc-prog.el (calc-read-parse-table-part)
18161 (calc-edit-macro-repeats):
18162 * calc/calc-yank.el (calc-do-grab-rectangle):
18163 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18164 Replace `string-to-int' by `string-to-number'.
18165
18166 2005-05-02 Kim F. Storm <storm@cua.dk>
18167
18168 * kmacro.el: Use executing-kbd-macro-index variable.
18169
18170 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18171
18172 * net/rlogin.el (rlogin-parse-words): Delete func.
18173 (rlogin): Use split-string, not rlogin-parse-words.
18174 Also, if there are option-like elements in the parsed args,
18175 take the host to be the first arg immediately following them.
18176 Suggested by Michael Mauger.
18177
18178 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18179
18180 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18181
18182 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18183
18184 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18185 (cc-mode-cpp-program): Rename to cc-define-list-program and
18186 move to cc-vars.el.
18187
18188 * progmodes/cc-vars.el (cc-define-list-program):
18189 Change to "gcc -E -dM -". Make customizable.
18190
18191 2005-05-02 Kim F. Storm <storm@cua.dk>
18192
18193 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18194
18195 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18196
18197 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18198
18199 * international/mule-util.el (truncate-string): Remove alias and
18200 obsolete declaration.
18201
18202 * international/mule-cmds.el (update-iso-coding-systems):
18203 Remove alias and obsolete declaration.
18204
18205 * international/mule.el (coding-system-parent): Remove alias and
18206 obsolete declaration.
18207
18208 * subr.el (define-function, sref): Remove aliases and obsolete
18209 declarations.
18210 (chars-in-region): Remove obsolete declaration.
18211
18212 2005-05-01 Richard M. Stallman <rms@gnu.org>
18213
18214 * info.el (Info-mode): Set widen-automatically to nil, locally.
18215
18216 * simple.el (widen-automatically): New variable.
18217 (pop-global-mark): Obey widen-automatically.
18218
18219 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18220
18221 * term/xterm.el (function-key-map): Call substitute-key-definition
18222 before the keymap size is increased by a lot of define-key calls.
18223
18224 2005-05-01 Richard M. Stallman <rms@gnu.org>
18225
18226 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18227 Rename ARG to ELEMENT. Doc fix.
18228
18229 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18230
18231 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18232 Remove references to allout-exposure/change to allout-new-exposure.
18233
18234 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18235 bytecode symbols.
18236
18237 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18238 (compiled-function-p, focus-frame, unfocus-frame):
18239 Remove aliases and obsolete declarations.
18240 Back out inadvertent changes from previous commit.
18241
18242 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18243
18244 * files.el (require-final-newline): Make Custom tags consistent
18245 with mode-require-final-newline.
18246 (mode-require-final-newline): Doc fix.
18247
18248 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18249
18250 * international/latexenc.el (latexenc-find-file-coding-system):
18251 Fix regular expressions.
18252
18253 2005-05-01 David Kastrup <dak@gnu.org>
18254
18255 * international/latexenc.el (latexenc-find-file-coding-system):
18256 Fix regular expressions.
18257
18258 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18259
18260 * subr.el (string-to-int): Make obsolete.
18261
18262 2005-04-30 Richard M. Stallman <rms@gnu.org>
18263
18264 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18265
18266 * loadup.el: load jka-comp-hook.
18267
18268 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18269 (jka-compr-handler): Add autoload. `put' calls moved
18270 to jka-comp-hook.el.
18271 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18272 (jka-compr-inhibit): Autoload.
18273
18274 * jka-comp-hook.el: New file.
18275 Enable the mode by default.
18276
18277 * files.el (backup-buffer-copy): Use copy-file instead
18278 of write-region, and put back the 'excl.
18279
18280 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18281
18282 * progmodes/flymake.el (flymake-split-string)
18283 (flymake-split-string, flymake-log, flymake-pid-to-names)
18284 (flymake-reg-names, flymake-get-source-buffer-name)
18285 (flymake-unreg-names, flymake-add-line-err-info)
18286 (flymake-add-err-info): Clarify docstrings.
18287 (flymake-popup-menu, flymake-make-emacs-menu)
18288 (flymake-make-xemacs-menu): Add docstrings.
18289 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18290 Set variables directly throughout.
18291
18292 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18293
18294 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18295 exists. Initialize cc-define-alist.
18296 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18297 If there is no file (Macroexpansion) don't create an alist.
18298
18299 2005-04-29 Sam Steingold <sds@gnu.org>
18300
18301 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18302 (cc-create-define-alist): Use it instead of the hard-coded string.
18303
18304 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18305
18306 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18307 for latexenc.
18308
18309 2005-04-29 Lute Kamstra <lute@gnu.org>
18310
18311 * emacs-lisp/generic.el: Improve commentary section.
18312 (define-generic-mode): Improve docstring.
18313
18314 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18315
18316 * textmodes/org.el (many places): Change to quiet the byte compiler.
18317 (org-prefix-format-compiled): New variable.
18318 (org-compile-prefix-format): New function.
18319 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18320 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18321 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18322 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18323 consistency with entries from `org-mode' files.
18324 (org-get-time-of-day): Fix bug with partial matches early in a line.
18325 (org-non-link-chars): New constant.
18326 (org-link-regexp): Respect `org-non-link-chars'.
18327 (org-agenda-day-view): Remove command.
18328 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18329 (org-follow-bbdb-link, org-store-link): Search also company field.
18330 (org-highlight-overlay): New variable.
18331 (org-highlight, org-unhighlight): New functions.
18332 (org-agenda-mode): Add pre-command-hook to remove highlight.
18333 (org-evaluate-time-range): Behavior depends upon whether time stamp
18334 contains a time or not.
18335 (org-show-subtree, org-show-entry): New functions.
18336 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18337
18338 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18339
18340 * comint.el (comint-output-filter-functions): Add autoload cookie.
18341
18342 2005-04-28 Kim F. Storm <storm@cua.dk>
18343
18344 * ido.el (ido-everywhere): Fix last change.
18345
18346 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18347
18348 * international/latexenc.el: New file.
18349 * international/mule-conf.el (file-coding-system-alist): For .tex,
18350 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18351
18352 2005-04-28 Lute Kamstra <lute@gnu.org>
18353
18354 * font-lock.el (font-lock-add-keywords)
18355 (font-lock-remove-keywords): Clarify docstring.
18356 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18357 Don't start docstrings with a `*'.
18358 (font-lock-update-removed-keyword-alist): Give it a docstring.
18359
18360 * generic-x.el: Update commentary section.
18361 Only require font-lock when compiling.
18362 Define all modes conditionally.
18363 Place all generic modes in the generic-x-modes customization group.
18364 (generic-x-modes): New customization group.
18365 (generic-default-modes, generic-mswindows-modes)
18366 (generic-unix-modes, generic-other-modes): New constants.
18367 (generic-define-mswindows-modes, generic-define-unix-modes):
18368 Update docstrings. Make them obsolete.
18369 (generic-extras-enable-list): New default value. Update docstring.
18370 Improve :type. Change :set function.
18371 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18372 Fix docstring.
18373
18374 * emacs-lisp/generic.el (generic-mode-internal):
18375 Simplify font-lock-defaults.
18376 (define-generic-mode): Fix docstring.
18377
18378 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18379
18380 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18381 font-lock-face property to highlight matches.
18382
18383 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18384
18385 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18386 (cc-define-alist): New variable.
18387 (c-mode): Make it local and initialize it.
18388
18389 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18390 (gdb-exited): New function.
18391 (gdb-annotation-rules): Use it.
18392 (gdb-starting): Set gdb-active-process to t.
18393 (gdb-stopping): Amend doc string.
18394 (gdb-reset): Set gdb-active-process to nil.
18395
18396 * tooltip.el (tooltip-gud-tips): Show the associated #define
18397 directives when a C program under GDB is not executing.
18398
18399 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18400
18401 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18402 font-lock-fontify-syntactic-keywords.
18403
18404 * font-lock.el (font-lock-default-fontify-region): Don't force
18405 parse-sexp-lookup-properties to nil.
18406
18407 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18408
18409 * man.el (man-mode-syntax-table): Set up `:' to have
18410 word-constituent syntax.
18411
18412 2005-04-27 Lute Kamstra <lute@gnu.org>
18413
18414 * novice.el (disable-command): Don't add spurious newlines to the
18415 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18416
18417 2005-04-26 Jay Belanger <belanger@truman.edu>
18418
18419 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18420 than one window before deleting window.
18421
18422 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18423
18424 * shell.el (shell-prompt-pattern): Doc fix.
18425 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18426
18427 * comint.el (comint-prompt-regexp, comint-get-old-input)
18428 (comint-use-prompt-regexp)
18429 (comint-use-prompt-regexp-instead-of-fields)
18430 (comint-replace-by-expanded-history, comint-send-input)
18431 (comint-output-filter, comint-get-old-input-default)
18432 (comint-line-beginning-position, comint-bol, comint-show-output)
18433 (comint-backward-matching-input, comint-forward-matching-input)
18434 (comint-next-prompt, comint-previous-prompt):
18435 Rename `comint-use-prompt-regexp-instead-of-fields' to
18436 `comint-use-prompt-regexp'. Keep old name as alias and declare
18437 obsolete.
18438 (comint-use-prompt-regexp): Shorten first line of doc string.
18439
18440 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18441 Set paragraph-separate buffer locally to "\\'".
18442
18443 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18444 Adapt to above name change.
18445
18446 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18447 (smbclient-prompt-regexp): Ditto.
18448
18449 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18450
18451 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18452
18453 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18454 gdb-location-list.
18455 Break lines that are over 80 characters wide.
18456
18457 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18458
18459 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18460 New fun and var, to preserve compatibility.
18461
18462 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18463
18464 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18465
18466 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18467 name to file-newer-than-file-p.
18468
18469 2005-04-26 Richard M. Stallman <rms@gnu.org>
18470
18471 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18472
18473 * progmodes/python.el (python-mode):
18474 Use new name eldoc-documentation-function.
18475
18476 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18477
18478 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18479 (eldoc-documentation-function):
18480 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18481
18482 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18483
18484 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18485
18486 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18487
18488 * term/xterm.el (function-key-map): Fix strings for
18489 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18490 {C,S,A,C-S}-{f1-f12}.
18491
18492 2005-04-26 Kenichi Handa <handa@m17n.org>
18493
18494 * international/mule-cmds.el (select-safe-coding-system):
18495 Fix previous change.
18496
18497 2005-04-26 Lute Kamstra <lute@gnu.org>
18498
18499 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18500
18501 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18502 (font-lock-comment-delimiter-face): Ditto.
18503
18504 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18505
18506 2005-04-25 Jay Belanger <belanger@truman.edu>
18507
18508 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18509 to t while inserting information; use help-mode.
18510
18511 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18512
18513 * term.el (ansi-term-color-vector): Use the xterm colors.
18514 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18515
18516 2005-04-25 Lute Kamstra <lute@gnu.org>
18517
18518 * font-core.el (font-lock-defaults): Fix docstring.
18519
18520 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18521
18522 2005-04-25 Kenichi Handa <handa@m17n.org>
18523
18524 * international/mule-cmds.el (select-safe-coding-system):
18525 Don't check consistency with coding: spec, etc if raw-text or
18526 no-conversion was found to be safe.
18527
18528 2005-04-24 Richard M. Stallman <rms@gnu.org>
18529
18530 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18531 citation markers at start of each line.
18532
18533 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18534 citation markers at start of each line.
18535
18536 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18537
18538 * files.el (mode-require-final-newline): Fix previous change.
18539 (require-final-newline): Fix type label.
18540
18541 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18542
18543 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18544 statement in buffer (broken by 2004-11-24 change).
18545
18546 2005-04-24 Kim F. Storm <storm@cua.dk>
18547
18548 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18549 and read-file-name-function values. Don't overwrite existing
18550 non-nil values if ido-mode is enabled without ido-everywhere.
18551
18552 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18553
18554 * files.el (mode-require-final-newline): Minor doc fix.
18555
18556 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18557
18558 * subr.el (syntax-after): Doc fix.
18559 (syntax-class): If argument is nil, return nil. Mask off upper 16
18560 bits, not 8 bits.
18561
18562 * files.el (mode-require-final-newline): Doc fix.
18563 (backup-buffer-copy): Fix last change.
18564
18565 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18566
18567 * term/mac-win.el: Require select. Set selection-coding-system to
18568 mac-system-coding-system. Call menu-bar-enable-clipboard.
18569 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18570 (x-select-enable-clipboard): New variables.
18571 (x-select-text, x-get-selection, x-selection-value)
18572 (x-get-selection-value, mac-select-convert-to-string)
18573 (mac-services-open-file, mac-services-open-selection)
18574 (mac-services-insert-text): New functions.
18575 (CLIPBOARD, FIND): Put mac-scrap-name property.
18576 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18577 (public.tiff): Put mac-ostype property.
18578 (selection-converter-alist): Add entries for them.
18579 (mac-application-menu-map): New keymap.
18580 (interprogram-cut-function, interprogram-paste-function): Set to
18581 x-select-text and x-get-selection-value, respectively.
18582 (split-window-keep-point): Set to t.
18583
18584 2005-04-23 Richard M. Stallman <rms@gnu.org>
18585
18586 * files.el (read-directory-name): Always pass non-nil
18587 DEFAULT-FILENAME arg to read-file-name.
18588 (backup-buffer-copy, basic-save-buffer-2): Take care against
18589 writing thru an unexpected existing symlink.
18590 (revert-buffer): In indirect buffer, revert the base buffer.
18591 (magic-mode-alist): Doc fix.
18592 (buffer-stale-function): Doc fix.
18593 (minibuffer-with-setup-hook): Avoid warning.
18594 (mode-require-final-newline): Doc and custom fix.
18595
18596 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18597
18598 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18599 use the default appearance.
18600 (font-lock-comment-delimiter-face): New face, new variable.
18601
18602 * imenu.el (imenu--generic-function): The official position of a
18603 definition is the start of the line that BEG is in.
18604
18605 * midnight.el (midnight-timer): Move defvar up.
18606
18607 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18608
18609 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18610
18611 * startup.el (command-line): Use with-no-warnings.
18612
18613 * window.el (window-size-fixed): New defvar.
18614
18615 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18616
18617 * mail/rmail.el (rmail-font-lock-keywords):
18618 Use font-lock-comment-delimiter-face.
18619
18620 * mail/sendmail.el (mail-font-lock-keywords):
18621 Use font-lock-comment-delimiter-face.
18622
18623 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18624
18625 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18626
18627 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18628 Specify t for LAXMATCH when matching directories.
18629 Save match data around compilation-compat-error-properties form.
18630
18631 2005-04-23 David Kastrup <dak@gnu.org>
18632
18633 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18634 Mention that the autoloaded aliases should be kept for AUCTeX.
18635
18636 2005-04-23 Andreas Schwab <schwab@suse.de>
18637
18638 * isearch.el (isearch-forward): Doc fix.
18639
18640 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18641
18642 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18643 (jit-lock-stealth-nice): Change default value to 0.5.
18644
18645 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18646
18647 * abbrev.el (write-abbrev-file): Write table entries in
18648 alphabetical order by table name.
18649
18650 2005-04-22 Kim F. Storm <storm@cua.dk>
18651
18652 * ido.el (ido-read-internal): Fix `list' completion.
18653
18654 2005-04-22 Kenichi Handa <handa@m17n.org>
18655
18656 * recentf.el (recentf-save-file-coding-system): New variable.
18657 (recentf-save-list): Encode the file by
18658 recentf-save-file-coding-system and add coding: tag.
18659
18660 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18661
18662 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18663
18664 2005-04-21 Lute Kamstra <lute@gnu.org>
18665
18666 * loadhist.el (unload-feature): Don't remove a function from hooks
18667 if it is about to be restored to an autoload . Remove functions
18668 that will become unbound from auto-mode-alist. Simplify the code.
18669
18670 * subr.el (assq-delete-all): New implementation that is linear,
18671 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18672 (rassq-delete-all): New function.
18673
18674 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18675 Add size-indication-mode.
18676
18677 2005-04-21 Kenichi Handa <handa@m17n.org>
18678
18679 * international/mule-cmds.el: Add autoload for widget-value in
18680 eval-when-compile.
18681
18682 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18683
18684 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18685 Add tooltip-mode.
18686
18687 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18688
18689 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18690
18691 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18692 (inferior-lisp-filter-regexp, inferior-lisp-program)
18693 (inferior-lisp-load-command, inferior-lisp-prompt)
18694 (inferior-lisp-mode-hook, lisp-source-modes)
18695 (inferior-lisp-load-hook): defvar->defcustom.
18696 (inferior-lisp-program, inferior-lisp-prompt)
18697 (inferior-lisp-load-hook): Doc fixes.
18698 (inferior-lisp-install-letter-bindings): Small change in
18699 introductory comment.
18700
18701 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18702
18703 * vc.el (vc-annotate-color-map): Change some colors so that text
18704 using them as foreground is readable on both white and black
18705 backgrounds.
18706
18707 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18708
18709 * international/mule-conf.el (translation-table-for-input):
18710 Remove redundant declaration.
18711
18712 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18713
18714 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18715
18716 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18717 (tooltip-toggle-gud-tips): New function.
18718
18719 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18720
18721 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18722 right angle brackets.
18723
18724 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18725
18726 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18727
18728 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18729
18730 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18731 Remove. Update callers to use expand-file-name instead.
18732
18733 * subr.el (syntax-class): New function.
18734
18735 * simple.el (blink-matching-open): Use it.
18736
18737 * paren.el (show-paren-function): Use it to recognize parens that are
18738 also used in 2-char comment markers.
18739
18740 2005-04-19 Lute Kamstra <lute@gnu.org>
18741
18742 * loadhist.el (unload-feature): Update for new format of
18743 load-history. Simplify the code.
18744
18745 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18746
18747 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18748 (mac-add-charset-info): New function. Initialize variable
18749 mac-charset-info-alist using it.
18750 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18751 for translation.
18752 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18753 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18754 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18755 New CCL programs.
18756
18757 2005-04-19 Kim F. Storm <storm@cua.dk>
18758
18759 * simple.el (next-buffer, prev-buffer, next-error)
18760 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18761 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18762
18763 * bindings.el (next-buffer, prev-buffer, next-error)
18764 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18765 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18766 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18767 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18768
18769 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * isearch.el (isearch-edit-string): Make the search-ring available for
18772 minibuffer history commands.
18773 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18774 the default history commands now work just as well.
18775 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18776
18777 2005-04-18 Kim F. Storm <storm@cua.dk>
18778
18779 * emulation/cua-base.el (cua--pre-command-handler): Add more
18780 elaborate check for shift modifier on non-window systems.
18781
18782 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18783
18784 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18785
18786 2005-04-18 Kim F. Storm <storm@cua.dk>
18787
18788 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18789 and make it optional. Don't test tooltip-gud-echo-area here.
18790 (tooltip-gud-process-output, gdb-tooltip-print):
18791 Pass tooltip-gud-echo-area to tooltip-show.
18792 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18793
18794 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18795
18796 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18797 `display-graphic-p' may not be bound yet.
18798
18799 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18800
18801 * startup.el (command-line): No longer enable Xterm Mouse mode by
18802 default in terminals compatible with xterm.
18803
18804 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18805
18806 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18807
18808 * tooltip.el (tooltip-gud-echo-area): Rename from
18809 tooltip-use-echo-area.
18810 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18811 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18812 area independently of where help tooltips are displayed.
18813
18814 2005-04-17 David Kastrup <dak@gnu.org>
18815
18816 * cus-theme.el (custom-theme-write-variables): Quote variables
18817 where necessary.
18818
18819 2005-04-17 Richard M. Stallman <rms@gnu.org>
18820
18821 * simple.el (yank-excluded-properties): Add follow-link to value.
18822
18823 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18824
18825 * startup.el (fancy-splash-max-time): Just 30 seconds.
18826 (fancy-splash-delay): Just 7.
18827 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18828
18829 * loadhist.el (unload-feature): Update for new format of load-history.
18830 Simplify the code.
18831
18832 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18833 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18834
18835 * mail/sendmail.el (mail-font-lock-keywords):
18836 Don't fontify subject text.
18837 Don't fontify the text of a citation.
18838
18839 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18840
18841 * comint.el (comint-output-filter): Run comint-output-filter-functions
18842 with point where the user had it.
18843
18844 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18845
18846 * international/ucs-tables.el (ucs-set-table-for-input):
18847 Disable when using unify-on-decoding.
18848
18849 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18850
18851 * emulation/cua-base.el (cua-global-mark-face): Add special case
18852 for displays supporting a high number of colors.
18853
18854 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18855
18856 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18857
18858 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18859
18860 * filesets.el (filesets-add-buffer): If user supplies a name of a
18861 non-existing fileset, create a new fileset.
18862
18863 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18864
18865 * textmodes/org.el (org-up-heading-all): Fix bug with
18866 `outline-up-heading-all'.
18867
18868 2005-04-16 Andreas Schwab <schwab@suse.de>
18869
18870 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18871 /etc/permissions.d/* and /etc/aliases.d/*.
18872
18873 2005-04-16 Kenichi Handa <handa@m17n.org>
18874
18875 * international/code-pages.el (cp-make-coding-system):
18876 Set `translation-table-for-input' property value to the symbol
18877 ucs-mule-to-mule-unicode, not to that value.
18878 (pt154): Escape guillemet by `\'.
18879
18880 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18881
18882 * loadup.el: Load tooltip if x-show-tip is fboundp.
18883
18884 * startup.el (command-line): Add comment.
18885
18886 * tooltip.el (tooltip-mode): Specify correct standard value for
18887 Custom in init-value.
18888
18889 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18890
18891 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18892 possible.
18893
18894 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18895
18896 * textmodes/org.el (org-agenda-date-prompt): Rename from
18897 `org-agenda-date-today'.
18898 (org-evaluate-time-range): Insert at point instead of directly
18899 after time range.
18900 (org-first-headline-recenter, org-subtree-end-visible-p)
18901 (org-optimize-window-after-visibility-change): New functions
18902 (org-agenda-post-command-hook): Don't allow point at end of line,
18903 to make sure it always hits the text properties.
18904 (org-agenda-next-date-line, org-agenda-previous-date-line):
18905 New commands.
18906 (org-set-regexps-and-options): Category may contain white space.
18907 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18908 Improve marker positions.
18909 (org-agenda-new-marker): Argument POS made optional.
18910 (org-agenda-get-timestamps): Deadlines which are done are listed
18911 in org-done-face now.
18912 (org-agenda-get-todos, org-agenda-get-timestamps)
18913 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18914 Set `undone-face' and `done-face' properties.
18915 (org-last-todo-state-is-todo): New variable.
18916 (org-todo): Set `org-last-todo-state-is-todo'.
18917 (org-agenda-todo): Change face according to
18918 `org-last-todo-state-is-todo'. And change other lines referring to
18919 the same entry.
18920 (org-calendar-goto-agenda): New command.
18921 (org-calendar-to-agenda-key): New option.
18922 (org-startup-folded): New allowed value `content'.
18923 (org-set-regexps-and-options): Accept new value `content' for
18924 `org-startup-folded'.
18925 (org-get-current-options): Handle new value `content' for
18926 `org-startup-folded'.
18927 (org-insert-todo-heading): New command.
18928 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18929 interactively in empty file and option
18930 `org-insert-mode-line-in-empty-file' has been set.
18931 (org-agenda-todo, org-agenda-priority): Modify to use
18932 `org-agenda-change-all-lines'.
18933 (org-warning-face): Change color on dark background
18934
18935 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18936
18937 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18938 use preferences AppleLocale and AppleLanguages, and variable
18939 mac-system-locale for default locale. On Mac OS Classic, use
18940 mac-system-coding-system for default coding systems.
18941
18942 * term/mac-win.el: Don't set file-name-coding-system.
18943 Decode variables system-name, emacs-build-system, user-login-name, and
18944 user-full-name by mac-system-coding-system on Mac OS Classic.
18945 (mac-system-coding-system): New variable.
18946
18947 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18948
18949 * startup.el (command-line): Handle `xterm-mouse-mode' before
18950 reading init file.
18951
18952 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18953
18954 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18955
18956 * progmodes/sh-script.el (sh-here-document-word): Make it a
18957 defcustom. Doc fix.
18958 (sh-add): Bash uses $(( )) for arithmetic.
18959 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18960 (sh-maybe-here-document): Remove quotes and leading whitespace
18961 from heredoc word when closing. Indent heredoc with tabs if word
18962 starts with "-".
18963
18964 2005-04-13 Richard M. Stallman <rms@gnu.org>
18965
18966 * simple.el (undo): Fix previous change.
18967
18968 * custom.el (defface): Doc fix.
18969
18970 2005-04-13 Lute Kamstra <lute@gnu.org>
18971
18972 * Makefile.in (DONTCOMPILE): Remove list.
18973 (compile, compile-always): Don't use DONTCOMPILE.
18974 (update-authors): Load the library in which batch-update-authors
18975 is defined.
18976 * makefile.w32-in (DONTCOMPILE): Remove list.
18977 (compile, compile-always): Fix comments.
18978 (update-authors): Load the library in which batch-update-authors
18979 is defined.
18980
18981 * generic-x.el (generic-mode-ini-file-find-file-hook):
18982 Rename to ini-generic-mode-find-file-hook.
18983 Keep generic-mode-ini-file-find-file-hook as an alias.
18984 (ini-generic-mode-find-file-hook): Rename from
18985 generic-mode-ini-file-find-file-hook. Fix docstring.
18986 (ini-generic-mode): Docstring change.
18987 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18988
18989 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18990 called from lisp.
18991
18992 * generic.el: Move to the emacs-lisp subdir.
18993
18994 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18995
18996 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18997 and C-S- function and cursor motion keys.
18998
18999 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19000
19001 * startup.el (command-line): Enable Xterm Mouse mode by default.
19002 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19003 for Custom. No longer show "Mouse" in mode line when enabled.
19004 Doc fix.
19005
19006 2005-04-12 Kim F. Storm <storm@cua.dk>
19007
19008 * emulation/cua-base.el (cua-rectangle-face)
19009 (cua-rectangle-noselect-face): Define face attributes here.
19010
19011 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19012
19013 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19014
19015 * startup.el (command-line): Turn off blinking cursor if
19016 cursorBlink in resources is off or false.
19017
19018 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19019
19020 * term/mac-win.el (dnd): Require dnd.
19021 (mac-drag-n-drop): Call dnd-handle-one-url.
19022 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19023 (kTextEncodingISOLatin2): Remove constants.
19024 (mac-script-code-coding-systems): New constant.
19025 (mac-handle-language-change): New function.
19026 (special-event-map): Bind it to `language-change' event.
19027 (mac-centraleurroman, mac-cyrillic): New coding systems.
19028 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19029 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19030 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19031 encode-mac-cyrillic, respectively.
19032
19033 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19034
19035 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19036 Don't set overlay-arrow-string to "=>" as this is done
19037 globally in C now.
19038
19039 2005-04-12 Lute Kamstra <lute@gnu.org>
19040
19041 * generic-x.el (rc-generic-mode, rul-generic-mode):
19042 Fix auto-mode-alist entries.
19043 (etc-fstab-generic-mode): Tweak fontification.
19044
19045 * generic.el (generic-make-keywords-list): Fix docstring.
19046 (generic-mode-internal): Simplify generic-font-lock-keywords.
19047
19048 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19049
19050 * whitespace.el (whitespace-buffer-leading)
19051 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19052 However, fix the highlight area for the leading and
19053 trailing whitespaces to show space.
19054
19055 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19056
19057 * whitespace.el (whitespace-version): Bump to 3.5
19058
19059 (whitespace-buffer-leading, whitespace-buffer-trailing):
19060 Invert sense of the test to highlight the whitespace.
19061
19062 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19063
19064 * progmodes/gud.el (gud-display-line): GUD uses its own
19065 overlay arrow now so don't set overlay-arrow-string.
19066 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19067
19068 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19069
19070 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19071 (term-ansi-current-reverse, term-ansi-current-invisible)
19072 (term-ansi-face-already-done): Change to boolean.
19073 (term-reset-terminal, term-handle-colors-array): Handle the above
19074 vars accordingly.
19075 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19076 (term-emulate-terminal): Use the new name.
19077
19078 * faces.el (secondary-selection): Use yellow1, not yellow.
19079 (trailing-whitespace): Use red1, not red.
19080
19081 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19082
19083 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19084 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19085 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19086
19087 * cus-edit.el (dnd): New group.
19088
19089 * term/w32-win.el (dnd): Require dnd
19090 (w32-drag-n-drop): Call dnd-handle-one-url.
19091
19092 * x-dnd.el: Require dnd.
19093 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19094 Call dnd-handle-one-url.
19095 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19096 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19097 to dnd-insert-text.
19098 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19099 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19100 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19101 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19102
19103 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19104
19105 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19106
19107 * wdired.el: Doc fixes.
19108 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19109 (wdired-use-dired-vertical-movement): Rename from
19110 wdired-always-move-to-filename-beginning.
19111 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19112 (wdired-change-to-wdired-mode): Change mode name.
19113 (wdired-newline): Delete.
19114
19115 2005-04-11 Richard M. Stallman <rms@gnu.org>
19116
19117 * whitespace.el (whitespace-highlight-the-space):
19118 Don't call whitespace-unhighlight-the-space here.
19119
19120 * simple.el (undo): Record t in undo-equiv-table
19121 for the redo record made by an undo-in-region.
19122
19123 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19124
19125 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19126 (gdb-frame-inferior-io-buffer): New Functions to control
19127 display of separate IO buffer.
19128 (menu): Add them to menu-bar.
19129 (gdb-display-buffer): Check for buffer another frame.
19130 Protect GUD buffer.
19131 (gdb-setup-windows): Create IO buffer if not already there.
19132 (gdb-memory-mode): Remove purecopy noops.
19133
19134 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19135
19136 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19137 and pass to self-insert-command.
19138
19139 2005-04-11 Lute Kamstra <lute@gnu.org>
19140
19141 * generic.el: Commentary section cleanup.
19142 (generic): Delete.
19143 (generic-use-find-file-hook, generic-lines-to-scan)
19144 (generic-find-file-regexp, generic-ignore-files-regexp)
19145 (default-generic-mode, generic-mode-find-file-hook)
19146 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19147 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19148 (generic-use-find-file-hook, generic-lines-to-scan)
19149 (generic-find-file-regexp, generic-ignore-files-regexp)
19150 (default-generic-mode, generic-mode-find-file-hook)
19151 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19152
19153 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19154
19155 * bookmark.el (bookmark-write-file): Catch errors writing file.
19156 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19157
19158 2005-04-10 Richard M. Stallman <rms@gnu.org>
19159
19160 * startup.el (fancy-splash-tail): Update copyright year.
19161 (command-line): Split part of -Q into -D.
19162 (emacs-basic-display): New defvar.
19163 (fancy-splash-text): Correct name of menu item.
19164
19165 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19166
19167 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19168 lines in one node.
19169
19170 * comint.el (comint-send-input): New arg ARTIFICIAL.
19171 Callers in this file changed.
19172
19173 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19174
19175 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19176
19177 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19178
19179 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19180 `ldap-search-internal'.
19181
19182 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19183
19184 * files.el (set-auto-mode-1): Use line-end-position.
19185
19186 * international/latin-1.el:
19187 * international/latin-2.el:
19188 * international/latin-3.el:
19189 * international/latin-4.el:
19190 * international/latin-5.el:
19191 * international/latin-8.el:
19192 * international/latin-9.el: Give punctuation syntax to NBSP.
19193
19194 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19195 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19196 Use char-classes to accept non-ascii letters, accepted in some recent
19197 bibtex implementations.
19198
19199 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19200
19201 * custom.el (custom-set-minor-mode): Any non-nil value for the
19202 variable should enable the mode when set through Custom.
19203
19204 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19205
19206 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19207 TAB binding so tab-always-indent is obeyed.
19208 (vhdl-minibuffer-local-map): Move initialization into declaration.
19209 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19210 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19211 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19212 (vhdl-current-line): Use line-beginning-position.
19213 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19214 with-output-to-temp-buffer, so the current position can be recorded.
19215
19216 2005-04-10 Masatake YAMATO <jet@gyve.org>
19217
19218 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19219 Add regexp for gcov.
19220
19221 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19222
19223 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19224 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19225 syntax which Emacs 20 doesn't support.
19226
19227 2005-04-09 Richard M. Stallman <rms@gnu.org>
19228
19229 * help.el (describe-key-briefly, describe-key):
19230 Replace strings as event types with "(any string)".
19231
19232 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * arc-mode.el (archive-mode-map): Move initialization into
19235 the declaration. Override *all* bindings of `undo'.
19236 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19237
19238 2005-04-09 Jay Belanger <belanger@truman.edu>
19239
19240 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19241
19242 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19243
19244 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19245 (xterm-register-default-colors): Update color values computation
19246 to match xterm-200.
19247
19248 2005-04-09 Kenichi Handa <handa@m17n.org>
19249
19250 * international/code-pages.el (iso-latin-7): Fix the map.
19251
19252 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19253
19254 * emacs-lisp/lisp.el (defun-prompt-regexp)
19255 (parens-require-spaces, buffer-end, end-of-defun)
19256 (insert-parentheses): Doc fixes.
19257
19258 2005-04-08 Kim F. Storm <storm@cua.dk>
19259
19260 * comint.el (comint-highlight-prompt): Fix face spec.
19261 * hi-lock.el (hi-green): Likewise.
19262
19263 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19264
19265 * cus-edit.el (custom-modified-face):
19266 * comint.el (comint-highlight-input): Fix previous changes.
19267 * term.el (term-handle-ansi-escape): Add a comment.
19268
19269 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19270
19271 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19272 in the buffer and in whitespace-highlighted-space.
19273 (whitespace-unhighlight-the-space): Simplify.
19274 (whitespace-buffer): Simplify.
19275
19276 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19277
19278 * textmodes/table.el (table-cell-face): Add special case for
19279 displays supporting a high number of colors.
19280 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19281 (vhdl-font-lock-reserved-words-face)
19282 (vhdl-speedbar-architecture-face)
19283 (vhdl-speedbar-instantiation-face)
19284 (vhdl-speedbar-architecture-selected-face)
19285 (vhdl-speedbar-instantiation-selected-face): Likewise.
19286 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19287 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19288 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19289 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19290 (ebrowse-progress-face): Likewise.
19291 * progmodes/compile.el (compilation-info-face): Likewise.
19292 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19293 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19294 * calendar/calendar.el (diary-face): Likewise.
19295 * woman.el (woman-italic-face, woman-bold-face)
19296 (woman-unknown-face): Likewise.
19297 * wid-edit.el (widget-button-pressed-face): Likewise.
19298 * whitespace.el (whitespace-highlight-face): Likewise.
19299 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19300 * pcvs-info.el (cvs-marked-face): Likewise.
19301 * info.el (info-xref): Likewise.
19302 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19303 * hilit-chg.el (highlight-changes-face)
19304 (highlight-changes-delete-face): Likewise.
19305 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19306 (hi-red-b): Likewise.
19307 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19308 * font-lock.el (font-lock-keyword-face)
19309 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19310 * cus-edit.el (custom-invalid-face, custom-modified-face)
19311 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19312 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19313 * comint.el (comint-highlight-prompt): Likewise.
19314
19315 2005-04-08 Lute Kamstra <lute@gnu.org>
19316
19317 * font-lock.el (font-lock-keywords): Docstring fixes.
19318
19319 2005-04-08 Kenichi Handa <handa@m17n.org>
19320
19321 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19322 chars are more than a limit, print " and more..." at the tail.
19323
19324 2005-04-08 Kim F. Storm <storm@cua.dk>
19325
19326 * emacs-lisp/authors.el (authors-aliases): Update list.
19327 (authors-ignored-files): New list.
19328 (authors-fixed-entries): Fix typo.
19329 (authors-renamed-files-alist): Update list.
19330 (authors-add): Check authors-ignored-files.
19331
19332 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19333
19334 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19335 optional, to ensure backward compatibility.
19336
19337 2005-04-08 Stephen Eglen <stephen@gnu.org>
19338
19339 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19340
19341 2005-04-08 Kim F. Storm <storm@cua.dk>
19342
19343 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19344
19345 * mouse.el (mouse-on-link-p): Doc fix.
19346
19347 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19348
19349 * ielm.el (ielm-prompt-read-only): Doc fix.
19350
19351 * comint.el (comint-prompt-read-only): Doc fix.
19352
19353 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19354
19355 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19356 ensure dired always handles wildcards passed to ffap.
19357 (find-file-at-point): Use it.
19358 (ffap-dired-wildcards): Doc fix.
19359
19360 2005-04-07 Juri Linkov <juri@jurta.org>
19361
19362 * simple.el (next-error-overlay-arrow-position): New defvar.
19363 Put "=>" on its property `overlay-arrow-string'. Add it to
19364 `overlay-arrow-variable-list'.
19365
19366 * progmodes/compile.el (compilation-setup):
19367 Set `next-error-overlay-arrow-position' to nil. Also set it to
19368 nil in the local hook `kill-buffer-hook'. Make local variable
19369 `overlay-arrow-string' and set it to "=>".
19370 (compilation-goto-locus): Set BOL position to
19371 `next-error-overlay-arrow-position' instead of
19372 `overlay-arrow-position'.
19373
19374 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19375 locally instead of adding it to the global hook.
19376 (Info-kill-buffer): Move up.
19377
19378 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19379
19380 * term/xterm.el (xterm-standard-colors): Update color values from
19381 xterm-200.
19382
19383 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19384
19385 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19386
19387 * fast-lock.el:
19388 * lazy-lock.el: Move them to the obsolete subdir.
19389
19390 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19391
19392 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19393 (wdired-add-replace-advice): Remove.
19394 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19395
19396 2005-04-06 Kim F. Storm <storm@cua.dk>
19397
19398 * startup.el (command-line): Add --bare-bones alias for -Q.
19399
19400 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19401
19402 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19403 create the startup fontset if a font specification ends with
19404 `mac-roman'.
19405
19406 2005-04-06 Lute Kamstra <lute@gnu.org>
19407
19408 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19409 change.
19410
19411 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19412 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19413
19414 2005-04-05 Lute Kamstra <lute@gnu.org>
19415
19416 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19417 (define-generic-mode): Ditto. Fix debug declaration.
19418
19419 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19420 Put them in the generic-x group.
19421
19422 * calendar/timeclock.el (timeclock): Doc fix.
19423
19424 * generic.el (define-generic-mode): Don't use custom-current-group.
19425 Document default :group value.
19426 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19427 (define-global-minor-mode): Don't use custom-current-group.
19428
19429 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19430
19431 * startup.el (command-line-1): Display startup-echo-area-message
19432 when fancy splash screen is in use.
19433
19434 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19435 (sh-escaped-newline): New face.
19436 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19437 newline, and use sh-escaped-newline face.
19438
19439 * progmodes/tcl.el (tcl-escaped-newline): New face.
19440 (tcl-builtin-list): New variable.
19441 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19442 newlines. Fix keywords subexpression number.
19443
19444 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19445
19446 * textmodes/org.el (org-diary-default-entry): Fix call to
19447 `add-to-diary-entry'.
19448
19449 2005-04-05 Kim F. Storm <storm@cua.dk>
19450
19451 * ediff-init.el: Use (featurep 'xemacs).
19452
19453 2005-04-05 David Ponce <david@dponce.com>
19454
19455 * cus-edit.el (face): Derive from symbol widget. Display sample
19456 of the current face on the fly.
19457 (widget-face-sample-face-get, widget-face-notify): New functions.
19458 (widget-face-value-create): Remove.
19459
19460 * wid-edit.el (widget-field-end): Temporarily remove field
19461 narrowing before to call `get-char-property'.
19462
19463 2005-04-04 Jay Belanger <belanger@truman.edu>
19464
19465 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19466 (math-read-subscripts): New variable.
19467 (math-read-preprocess-string): Process subscripts.
19468
19469 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19470
19471 * comint.el (comint-prompt-read-only): Doc fix.
19472
19473 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19474 `-1'. Doc fix.
19475
19476 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19477
19478 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19479 Change default value to nil.
19480
19481 2005-04-04 Lute Kamstra <lute@gnu.org>
19482
19483 * autorevert.el (auto-revert-mode): Specify :group.
19484 * battery.el (display-battery-mode): Specify :group.
19485 * diff-mode.el (diff-minor-mode): Specify :group.
19486 * font-core.el (font-lock-mode): Specify :group.
19487 * hl-line.el (hl-line-mode): Specify :group.
19488 * iimage.el (iimage): New customization group.
19489 (iimage-mode): Specify :group.
19490 * longlines.el (longlines-mode): Specify :group.
19491 * master.el: Don't require easy-mmode.
19492 (master): New customization group.
19493 (master-mode): Specify :group.
19494 * msb.el (msb-mode): Specify :group.
19495 * reveal.el (reveal-mode): Specify :group.
19496 * simple.el (next-error-follow-minor-mode): Specify :group.
19497 * smerge-mode.el (smerge-mode): Specify :group.
19498 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19499 * emulation/cua-base.el (cua-mode): Specify :group.
19500 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19501 * language/thai-util.el (thai-auto-composition-mode)
19502 (thai-word-mode): Specify :group.
19503 * mail/supercite.el (sc-minor-mode): Specify :group.
19504 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19505 * progmodes/flymake.el (flymake-mode): Specify :group.
19506 * progmodes/glasses.el (glasses-mode): Specify :group.
19507 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19508 * textmodes/enriched.el (enriched-mode): Specify :group.
19509 * textmodes/refill.el (refill-mode): Specify :group.
19510
19511 * add-log.el (change-log-font-lock-keywords): Names in
19512 parenthesized lists can contain spaces.
19513
19514 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19515
19516 * startup.el (fancy-splash-text): Shorten default text of
19517 "Emacs Tutorial" line. Also, if the current language env
19518 indicates an available tutorial file other than TUTORIAL,
19519 extract its title and append it to the line in parentheses.
19520 (fancy-splash-insert): If arg is a thunk, funcall it.
19521
19522 2005-04-04 Jay Belanger <belanger@truman.edu>
19523
19524 * calc.el (calc-language-alist): Add tags to customization type.
19525
19526 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19527
19528 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19529 Doc fix.
19530
19531 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19532
19533 * add-log.el (change-log-font-lock-keywords): The manual
19534 describing a Change Log entry, says: (...) "Aside from these
19535 header lines, every line in the change log starts with a space or
19536 a tab.". The font-lock was not highlighting lines started with
19537 spaces, added support for it.
19538
19539 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19540
19541 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19542 (bibtex-generate-url-list): Update docstring accordingly. Put the
19543 complex example in the docstring.
19544 (bibtex-font-lock-url): Use pop.
19545
19546 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19547
19548 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19549
19550 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19551
19552 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19553
19554 * filesets.el (filesets-set-default): Doc fix.
19555
19556 2005-04-03 Lute Kamstra <lute@gnu.org>
19557
19558 * generic.el (define-generic-mode): Add argument to specify
19559 keywords for defcustom.
19560 (default-generic-mode): Specify :group.
19561
19562 * generic-x.el: Specify :group for all generic modes.
19563
19564 * desktop.el (desktop-no-desktop-file-hook)
19565 (desktop-after-read-hook): Doc fix.
19566
19567 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19568
19569 * simple.el (visible-mode): Use explicit :group keyword.
19570 This changes the group of `visible-mode-hook' from paren-blinking
19571 to editing-basics.
19572
19573 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19574
19575 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19576 mailbox specifications as well as URLs.
19577 (rmail-insert-inbox-text): Remove unused conditional branches.
19578
19579 2005-04-01 Jay Belanger <belanger@truman.edu>
19580
19581 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19582 (calc-gnuplot-print-command): Move definitions to calc.el.
19583
19584 * calc/calc-embed.el (calc-embedded-announce-formula)
19585 (calc-embedded-open-formula, calc-embedded-close-formula)
19586 (calc-embedded-open-word, calc-embedded-close-word)
19587 (calc-embedded-open-plain, calc-embedded-close-plain)
19588 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19589 (calc-embedded-open-mode, calc-embedded-close-mode):
19590 Move definitions to calc.el.
19591
19592 * calc/calc.el (calc-settings-file, calc-language-alist):
19593 Make customizable.
19594 (calc-embedded-announce-formula, calc-embedded-open-formula)
19595 (calc-embedded-close-formula, calc-embedded-open-word)
19596 (calc-embedded-close-word, calc-embedded-open-plain)
19597 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19598 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19599 (calc-embedded-close-mode, calc-gnuplot-name)
19600 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19601 from other files and make customizable.
19602
19603 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19604
19605 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19606 Use buffer-live-p.
19607 (cvs-mode-run): Don't call cvs-update-header here.
19608 (cvs-run-process): Call cvs-update-header.
19609 Use process properties for cvs-postprocess and cvs-buffer so that
19610 the sentinel can behave better if the temp buffer is killed.
19611 Use a pipe rather than a tty, to better handle unexpected prompts.
19612 (cvs-sentinel): Rewrite. Call cvs-update-header.
19613
19614 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19615
19616 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19617 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19618
19619 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19620
19621 * generic.el (define-generic-mode): Add indentation rule.
19622
19623 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19624
19625 * files.el (mode-require-final-newline): Make Custom correctly
19626 report a nil value and allow to set it to nil via Custom.
19627 Doc fix.
19628
19629 2005-04-01 Kenichi Handa <handa@m17n.org>
19630
19631 * international/characters.el: Enable the correct case setting for
19632 dotless-i and dotted-I.
19633
19634 2005-04-01 Kim F. Storm <storm@cua.dk>
19635
19636 * ido.el (ido-file-internal): Fall back to non-ido command if
19637 initial directory is on slow ftp (or tramp) host.
19638
19639 2005-03-31 Richard M. Stallman <rms@gnu.org>
19640
19641 * emacs-lisp/autoload.el (make-autoload):
19642 Handle define-global-minor-mode.
19643
19644 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19645 Rename from easy-mmode-define-global-mode.
19646 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19647
19648 * progmodes/scheme.el (scheme-mode-syntax-table):
19649 Update syntax of | and # for two-character comment syntax.
19650
19651 2005-03-31 Lute Kamstra <lute@gnu.org>
19652
19653 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19654 (define-minor-mode): Call custom-current-group at load-time.
19655
19656 * generic.el (define-generic-mode): Add debug declaration.
19657 Add defcustom for the mode hook.
19658 (generic-mode-internal): Use run-mode-hooks.
19659
19660 2005-03-31 Kim F. Storm <storm@cua.dk>
19661
19662 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19663 (mouse-fixup-help-message): New defun called by show_help_echo
19664 to fixup mouse-2 prefix in help messages when applicable.
19665
19666 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19667
19668 2005-03-31 Kenichi Handa <handa@m17n.org>
19669
19670 * language/thai-word.el (thai-find-word-ends): Pay attention to
19671 the case that we reach the end of buffer.
19672
19673 * textmodes/fill.el (fill-text-properties-at): New function.
19674 (fill-newline): Use fill-text-properties-at instead of
19675 text-properties-at.
19676
19677 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19678
19679 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19680 not comint-quote-filename.
19681
19682 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19683
19684 * help-fns.el (help-with-tutorial): Revert last change.
19685
19686 2005-03-31 Kim F. Storm <storm@cua.dk>
19687
19688 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19689
19690 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19691
19692 * calendar/cal-china.el: Update reference to "Calendrical
19693 Calculations" book; there's a new edition.
19694 * calendar/cal-coptic.el: Likewise.
19695 * calendar/cal-french.el: Likewise.
19696 * calendar/cal-hebrew.el: Likewise.
19697 * calendar/cal-islam.el: Likewise.
19698 * calendar/cal-iso.el: Likewise.
19699 * calendar/cal-julian.el: Likewise.
19700 * calendar/cal-mayan.el: Likewise.
19701 * calendar/cal-persia.el: Likewise.
19702 * calendar/calendar.el: Likewise.
19703 * calendar/holidays.el: Likewise.
19704 * calendar/lunar.el: Likewise.
19705 * calendar/solar.el: Likewise.
19706
19707 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19708 white space from doc string.
19709
19710 2005-03-30 Jay Belanger <belanger@truman.edu>
19711
19712 * calc/calc-help.el (calc-full-help): Remove email address.
19713
19714 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19715
19716 * help-fns.el (help-with-tutorial): Delete title line.
19717
19718 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19719
19720 * calendar/cal-x.el (calendar-one-frame-setup)
19721 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19722 rather than `symbol' for set-window-dedicated-p.
19723
19724 * calendar/appt.el (appt-buffer-name): Make it a constant.
19725 (appt-add): Doc fix.
19726
19727 * filesets.el (filesets-menu-path, filesets-menu-before)
19728 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19729 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19730 (filesets-add-submenu): Delete and use add-submenu instead.
19731
19732 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19733
19734 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19735 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19736 (org-diary-default-entry): New function.
19737 (org-get-entries-from-diary): Better parsing of diary entries.
19738 (org-agenda-check-no-diary): New function.
19739 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19740 linking to diary entries.
19741 (org-agenda-execute-calendar-command): New function.
19742 (org-agenda): Improve visible section in window.
19743 Use `org-fit-agenda-window'.
19744 (org-fit-agenda-window): New option.
19745 (org-move-subtree-down): Better handling of empty lines
19746 at end of subtree.
19747 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19748 levels up.
19749 (org-fontify-done-headline): New option.
19750 (org-headline-done-face): New face.
19751 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19752 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19753 When current field is non-empty, it is copied to next row.
19754 (org-table-copy-from-above): Fix bug which made it
19755 impossible to copy fields containing only a single non-white character.
19756
19757 2005-03-30 Kim F. Storm <storm@cua.dk>
19758
19759 * kmacro.el (kmacro-end-macro): Isearch may store this command
19760 into the macro -- so ignore it when executing keyboard macro.
19761
19762 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19763
19764 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19765
19766 2005-03-29 Kenichi Handa <handa@m17n.org>
19767
19768 * language/thai.el ("Thai"): Set setup-function and exit-function
19769 for Thai language environment.
19770
19771 * language/thai-util.el: Require thai-word.
19772 (thai-word-mode-map): New variable.
19773 (thai-word-mode): New minor mode.
19774 (setup-thai-language-environment-internal): New function.
19775 (exit-thai-language-environment-internal): New function.
19776
19777 * language/thai-word.el (thai-word-table): Declare it by defvar,
19778 use dolist to initialize it.
19779 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19780 (thai-fill-find-break-point): New functions.
19781
19782 2005-03-29 Richard M. Stallman <rms@gnu.org>
19783
19784 * simple.el (idle-update-delay): Move definition up.
19785 (set-mark): Doc fix.
19786
19787 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19788
19789 * longlines.el: New file.
19790
19791 * simple.el (buffer-substring-filters): New variable.
19792 (filter-buffer-substring): New function.
19793 (kill-region, copy-region-as-kill): Use it.
19794
19795 * register.el (copy-to-register, append-to-register)
19796 (prepend-to-register): Use filter-buffer-substring.
19797
19798 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19799
19800 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19801 (gud-filter-pending-text): Move in front of gdb.
19802 (gud-overlay-arrow-position): New variable.
19803 (gud-sentinel, gud-display-line): Use it in place of
19804 overlay-arrow-position.
19805
19806 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19807
19808 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19809 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19810 (fortran-font-lock-keywords-4): New variable.
19811 (fortran-blocks-re, fortran-end-block-re)
19812 (fortran-start-block-re): New constants, for hideshow.
19813 (hs-special-modes-alist): Add a Fortran entry.
19814 (fortran-mode-map): Bind fortran-end-of-block,
19815 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19816 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19817 (fortran-looking-at-if-then, fortran-end-of-block)
19818 (fortran-beginning-of-block): New functions, for hideshow.
19819
19820 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19821 Doc fix. Tweak regexp.
19822 (f90-beginning-of-block): Push mark first.
19823
19824 2005-03-29 Jay Belanger <belanger@truman.edu>
19825
19826 * calc/calc.el: Update copyright date.
19827 (calc-version): Increase to 2.1.
19828 (calc-version-date): Remove.
19829
19830 * calc/calc-help.el: Update copyright date.
19831 (calc-full-help): Remove reference to calc-version-date.
19832 Update copyright date.
19833
19834 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19835
19836 * vc.el (vc-do-command): Use a pipe for async processes, so password
19837 prompts don't show up at places where the user can't reply.
19838
19839 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19840
19841 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19842 on the file name we pass to the inferior shell.
19843
19844 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19845
19846 * progmodes/which-func.el (which-function): Be robust in the face of an
19847 imenu--make-index-alist failure.
19848
19849 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19852
19853 * progmodes/python.el (python-preoutput-filter): Fix last change.
19854
19855 2005-03-29 Lute Kamstra <lute@gnu.org>
19856
19857 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19858 functions and compiled macros.
19859 (debug-convert-byte-code): Handle macros too.
19860 (debug-on-entry-1): Don't signal an error when trying to clear a
19861 function that is not set to debug on entry.
19862
19863 2005-03-29 Jay Belanger <belanger@truman.edu>
19864
19865 * calc/calc-lang.el: Add functions to math-function-table
19866 properties of tex and math.
19867
19868 2005-03-29 Kenichi Handa <handa@m17n.org>
19869
19870 * ps-mule.el (ps-mule-plot-string): Translate characters by
19871 ps-print-translation-table.
19872 (ps-mule-begin-job): Call find-charset-region/string with
19873 ps-print-translation-table.
19874 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19875
19876 * ps-print.el (ps-print-translation-table): New variable.
19877 (ps-plot-region): Translate characters by ps-print-translation-table.
19878
19879 2005-03-29 Juri Linkov <juri@jurta.org>
19880
19881 * simple.el (next-error-highlight-timer): New variable.
19882
19883 * progmodes/compile.el (compilation-goto-locus):
19884 Use `next-error-highlight-timer' instead of `sit-for'.
19885
19886 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19887
19888 * mail/supercite.el (sc-mail-field): Use assoc-string.
19889 (sc-get-address): Simplify regexps.
19890
19891 * files.el (minibuffer-with-setup-hook): New macro.
19892 (find-file-read-args): Use it to avoid let-binding
19893 minibuffer-with-setup-hook (which breaks turning on/off
19894 file-name-shadow-mode while in the prompt).
19895
19896 * complete.el (PC-read-include-file-name-internal):
19897 Use test-completion.
19898
19899 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19900
19901 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19902
19903 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19904
19905 * window.el (window-buffer-height): Use count-screen-lines.
19906
19907 * progmodes/python.el (python-preoutput-leftover): New var.
19908 (python-preoutput-filter): Use it.
19909 (python-send-receive): Loop until all the result has been received.
19910
19911 2005-03-28 Juri Linkov <juri@jurta.org>
19912
19913 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19914
19915 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19916 "Recover Crashed Session".
19917 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19918 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19919 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19920 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19921 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19922 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19923 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19924 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19925
19926 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19927 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19928 Ediff Sessions", "Toggle use of separate control buffer frame",
19929 "Use separate frame for Ediff control buffer".
19930
19931 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19932 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19933 "Rename Bookmark", "Delete Bookmark".
19934
19935 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19936 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19937 Add `:active Info-index-alternatives' to "Next Matching Item".
19938
19939 * wdired.el (wdired-change-to-wdired-mode):
19940 Mention `wdired-abort-changes' key in the initial message.
19941
19942 * international/mule.el (auto-coding-alist): Associate non-ascii
19943 image filename extensions with `no-conversion'.
19944
19945 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19946
19947 * international/iso-acc.el:
19948 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19949
19950 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19951
19952 * textmodes/sgml-mode.el (html-mode): Doc update.
19953
19954 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19955
19956 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19957
19958 * term.el (term-move-columns): Fix face after extending a line.
19959 (term-insert-spaces): Likewise.
19960 (term-reset-terminal): Fix off by one error.
19961
19962 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19963
19964 * international/mule.el (auto-coding-alist): Add .xpi files.
19965
19966 * files.el (auto-mode-alist): Add .xpi files.
19967
19968 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19969
19970 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19971
19972 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19973
19974 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19975
19976 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19977
19978 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19979 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19980
19981 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19982 cursor to Jan 1 when needed.
19983 (calendar-end-of-year): Fix -/+ typo.
19984 Reported by Chong Yidong <cyd@stupidchicken.com>.
19985
19986 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19987
19988 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19989
19990 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19991 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19992
19993 2005-03-25 Richard M. Stallman <rms@gnu.org>
19994
19995 * filesets.el (filesets-init): Add autoload.
19996
19997 * mail/mailalias.el (mail-directory): Doc fix.
19998
19999 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20000
20001 * mail/mailalias.el (mail-directory-process): Do nothing if
20002 mail-directory-process is an atom.
20003 (mail-get-names): Ignore mail-directory-names if it is an atom.
20004 (mail-directory-process defvar): Doc fix.
20005 (mail-names): Doc fix.
20006
20007 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20008
20009 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20010
20011 2005-03-26 Kenichi Handa <handa@m17n.org>
20012
20013 * international/mule-util.el (detect-coding-with-priority):
20014 Call update-coding-systems-internal before detect-coding-region.
20015
20016 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20017
20018 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20019 (gdb-frames-mode-map): Add follow-link property.
20020
20021 2005-03-25 Jay Belanger <belanger@truman.edu>
20022
20023 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20024 for variables.
20025
20026 2005-03-25 Juri Linkov <juri@jurta.org>
20027
20028 * image-mode.el: Optimize image filename extension regexps in
20029 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20030 in `auto-mode-alist'.
20031 (image-mode): Add `image-toggle-display-text' to local hook
20032 `change-major-mode-hook'. Display the image as an image by
20033 default. Set `cursor-type' and `truncate-lines' if the image
20034 is already displayed. Take into account the current mode (image
20035 or text) in message.
20036 (image-minor-mode): New minor mode.
20037 (image-mode-maybe, image-toggle-display-text): New functions.
20038 (image-toggle-display): Use called-interactively-p.
20039 Let-bind `inhibit-read-only' to t.
20040
20041 * image-mode.el (image-minor-mode): Set `cursor-type' and
20042 `truncate-lines' if the image is already displayed. Add turning
20043 image-minor-mode off to `change-major-mode-hook'. Add message.
20044 Call `image-toggle-display-text' after turning image-minor-mode off.
20045
20046 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20047
20048 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20049 Terminal.app, use utf-8.
20050 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20051 (set-locale-environment): Use it.
20052
20053 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20054
20055 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20056
20057 * progmodes/python.el (python-close-block-statement-p)
20058 (python-outdent-p, python-current-defun): Use symbol-end.
20059
20060 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20061
20062 * files.el (save-some-buffers): Doc fix.
20063
20064 2005-03-25 Werner Lemberg <wl@gnu.org>
20065
20066 * complete.el, thumbs.el: Replace `legal' with `valid'.
20067 * calendar/calendar.el: Replace `legal' with `valid'.
20068 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20069 * mail/supercite.el: Replace `legal' with `valid'.
20070 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20071 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20072 Replace `legal' with `valid'.
20073 * textmodes/reftex-vars.el, textmodes/reftex.el:
20074 Replace `legal' with `valid'.
20075
20076 2005-03-25 Werner Lemberg <wl@gnu.org>
20077
20078 * calc/calc-forms.el, calc/calc-sel.el
20079 * midnight.el, vc-cvs.el
20080 * emacs-lisp/cl-macs.el
20081 * emulation/vip.el
20082 * eshell/esh-io.el, eshell/esh-var.el
20083 * mail/supercite.el
20084 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20085 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20086 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20087 * progmodes/sh-script.el, progmodes/xscheme.el
20088 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20089 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20090 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20091 * textmodes/reftex.el, textmodes/org.el:
20092 Replace `illegal' with `invalid'.
20093
20094 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20095
20096 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20097 (flymake-find-buildfile, flymake-find-possible-master-files)
20098 (flymake-check-include, flymake-parse-line): Replace loops over the
20099 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20100
20101 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20102 Substitute file-name-as-directory in the rest of the file.
20103 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20104 (flymake-replace-region): Remove unused arg `buffer'.
20105 (flymake-check-patch-master-file-buffer): Update calls to it.
20106 (flymake-add-err-info): Remove unused var `count'.
20107 (flymake-mode): Use define-minor-mode.
20108
20109 * progmodes/flymake.el: Use with-current-buffer.
20110 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20111 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20112 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20113 Avoid testing for `xemacs'.
20114 (flymake-nop): Move.
20115 (flymake-region-has-flymake-overlays): Return the computed value.
20116 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20117 Remove unused var `endline'.
20118 (flymake-get-line-count): Remove unused function.
20119 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20120
20121 * emulation/vi.el:
20122 * generic.el:
20123 * hilit-chg.el (global-highlight-changes):
20124 * hi-lock.el (hi-lock-mode):
20125 * follow.el: find-file-hooks -> find-file-hook.
20126
20127 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20128
20129 2005-03-24 Juri Linkov <juri@jurta.org>
20130
20131 * dired.el (dired-mode-map): Add menu item "Compare directories"
20132 for dired-compare-directories.
20133
20134 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20135 Doc fix. Replace `read-file-name' with `read-directory-name'.
20136
20137 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20138
20139 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20140
20141 2005-03-24 Jay Belanger <belanger@truman.edu>
20142
20143 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20144 relevant mode settings in calc-embedded-original-modes when modes
20145 are permanently changed.
20146
20147 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20148
20149 * autoinsert.el: find-file-hooks -> find-file-hook.
20150
20151 2005-03-24 Lute Kamstra <lute@gnu.org>
20152
20153 * generic.el (generic-font-lock-defaults): Make it obsolete.
20154 (generic-font-lock-keywords): New variable to replace
20155 generic-font-lock-defaults.
20156 (generic-mode-set-font-lock): Delete it.
20157 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20158 (generic-bracket-support): Add docstring.
20159
20160 * generic-x.el: Rename generic-font-lock-defaults to
20161 generic-font-lock-keywords throughout.
20162 (mailagent-rules-setup-function): Delete it.
20163 (mailagent-rules-generic-mode): Use anonymous function instead.
20164 (show-tabs-generic-mode-font-lock-defaults-1)
20165 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20166 Quote faces.
20167 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20168 not foreground.
20169
20170 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20171 Recognize define-generic-mode.
20172
20173 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20174
20175 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20176 if there's no completion table.
20177
20178 2005-03-23 Miles Bader <miles@gnu.org>
20179
20180 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20181 Remove tty-specific variants, as they're no longer needed.
20182
20183 2005-03-23 Lute Kamstra <lute@gnu.org>
20184
20185 * generic-x.el: Code cleanup: make args constant whenever possible.
20186 (installshield-statement-keyword-list)
20187 (installshield-system-functions-list)
20188 (installshield-system-variables-list, installshield-types-list)
20189 (installshield-funarg-constants-list): Make them constants.
20190
20191 * generic.el (generic-make-keywords-list): Add autoload cookie.
20192
20193 * calendar/time-date.el: Add comment on time value formats.
20194 Don't require parse-time.
20195 (with-decoded-time-value): New macro.
20196 (encode-time-value): New function.
20197 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20198 (days-to-time): Return a valid time value when arg is huge.
20199 (time-since): Use time-subtract.
20200 (time-to-number-of-days): Use time-to-seconds.
20201
20202 2005-03-23 David Ponce <david@dponce.com>
20203
20204 * recentf.el (recentf-keep): New option.
20205 (recentf-menu-action): Default to `find-file'.
20206 (recentf-keep-non-readable-files-flag)
20207 (recentf-keep-non-readable-files-p)
20208 (recentf-file-readable-p, recentf-find-file)
20209 (recentf-cleanup-remote): Remove.
20210 (recentf-include-p): More robust.
20211 (recentf-keep-p): New function.
20212 (recentf-remove-if-non-kept): Rename from
20213 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20214 All callers updated.
20215 (recentf-menu-items-for-commands): Fix help string.
20216 (recentf-track-closed-file): Update. Doc fix.
20217 (recentf-cleanup): Update. Count removed files. Doc fix.
20218
20219 2005-03-23 Kim F. Storm <storm@cua.dk>
20220
20221 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20222 Don't inherit from fringe face (now happens automatically).
20223
20224 2005-03-22 Kim F. Storm <storm@cua.dk>
20225
20226 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20227 position values.
20228
20229 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20230
20231 * menu-bar.el (showhide-date-time): Remove.
20232 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20233 (menu-bar-make-mm-toggle): Simplify.
20234
20235 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20236
20237 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20238 Accept qualified variable and function names.
20239
20240 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20241
20242 * bindings.el (completion-ignored-extensions):
20243 Remove ".lis" for `vax-vms'.
20244
20245 2005-03-22 Andreas Schwab <schwab@suse.de>
20246
20247 * generic-x.el: Revert last change.
20248 * ldefs-boot.el: Update.
20249
20250 2005-03-22 Jay Belanger <belanger@truman.edu>
20251
20252 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20253 (calc-embedded-save-original-modes)
20254 (calc-embedded-restore-original-modes): New functions.
20255 (calc-do-embedded): Save original modes when entering embedded mode
20256 and restore when leaving embedded mode.
20257 (calc-embedded-modes-change): Change the value of
20258 calc-embedded-original-modes to reflect permanent changes.
20259
20260 2005-03-22 Lute Kamstra <lute@gnu.org>
20261
20262 * generic-x.el: Require generic again.
20263
20264 2005-03-22 Miles Bader <miles@gnu.org>
20265
20266 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20267 Tweak details to look good on both ttys and bitmap displays, light
20268 or dark background, etc.
20269
20270 2005-03-21 Kim F. Storm <storm@cua.dk>
20271
20272 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20273 mouse position.
20274
20275 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20276
20277 * icomplete.el: Don't forcibly turn on the mode upon load.
20278 (icomplete-mode): Use define-minor-mode.
20279 (icomplete-eoinput): Default to nil.
20280 (icomplete-minibuffer-setup): Remove autoload.
20281 (icomplete-tidy): Simplify.
20282 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20283 in the initial state or if the user has modified the field.
20284 Fix handling of icomplete-max-delay-chars.
20285 Remove code that handles the oddball case where
20286 minibuffer-completion-table is an integer.
20287 Wrap icomplete-completions in while-no-input in case building
20288 completions takes more time than expected.
20289 (icomplete-completions): Simplify.
20290
20291 2005-03-21 Richard M. Stallman <rms@gnu.org>
20292
20293 * jka-compr.el (jka-compr-really-do-compress):
20294 Make variable buffer-local.
20295
20296 * image-mode.el: Handle .xpm files too.
20297 (image-toggle-display): Preserve modification flag.
20298
20299 * help.el (where-is): Don't mention aliases with no key bindings.
20300
20301 2005-03-21 Lute Kamstra <lute@gnu.org>
20302
20303 * generic.el: Fix commentary section. Don't require cl for
20304 compilation.
20305 (generic-mode-list): Add autoload cookie.
20306 (generic-use-find-file-hook, generic-lines-to-scan)
20307 (generic-find-file-regexp, generic-ignore-files-regexp)
20308 (generic-mode, generic-mode-find-file-hook)
20309 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20310 (define-generic-mode): Make it a defmacro. Fix docstring.
20311 (generic-mode-internal): Code cleanup. Add autoload cookie.
20312 (generic-mode-set-comments): Code cleanup.
20313 * generic-x.el: Don't prevent compilation. Don't require generic.
20314 Follow coding conventions. Minor code cleanup.
20315 (etc-fstab-generic-mode): Add some keywords.
20316 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20317 define-generic-mode like a function declaration.
20318
20319 2005-03-21 Jay Belanger <belanger@truman.edu>
20320
20321 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20322 changing modes.
20323
20324 2005-03-21 Sam Steingold <sds@gnu.org>
20325
20326 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20327
20328 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20329
20330 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20331 Add underscore to "f$ lexicals" regexp.
20332
20333 2005-03-20 Juri Linkov <juri@jurta.org>
20334
20335 * subr.el (progress-reporter-do-update): When `min-value' is equal
20336 to `max-value', set `percentage' to 0 and prevent division by zero.
20337
20338 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20339
20340 Sync with Tramp 2.0.48.
20341
20342 * net/tramp.el (all): Change all addresses to .gnu.org.
20343 (tramp-append-tramp-buffers): New defun.
20344 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20345 Catch `dont-send' signal.
20346 (tramp-set-auto-save-file-modes): Set always permissions, because
20347 there might be an old auto-saved file belonging to another
20348 original file. This could be a security threat. Reported by
20349 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20350 Check for Emacs 21.3.50 removed.
20351
20352 * net/tramp-smb.el (all): Remove debug construct for
20353 `with-parsed-tramp-file-name'.
20354 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20355 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20356 No error message if DIRECTORY or FILENAME doesn't exist.
20357 (tramp-smb-open-connection): Check existence of
20358 `tramp-smb-program'.
20359
20360 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20361
20362 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20363 Properly handle the case where the `m' or `s' command's argument is not
20364 yet terminated.
20365 (perl-indent-new-calculate): New function.
20366 (perl-indent-line): Use it.
20367
20368 2005-03-20 Miles Bader <miles@gnu.org>
20369
20370 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20371 in text-mode too. Change to new face names.
20372 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20373 Add `:weight bold' attribute.
20374 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20375
20376 2005-03-19 Juri Linkov <juri@jurta.org>
20377
20378 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20379
20380 * international/mule.el (auto-coding-alist): Sync with
20381 `auto-mode-alist' by adding upper case archive file extensions
20382 and adding ear/war to jar extension.
20383
20384 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20385
20386 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20387 running, restart it.
20388
20389 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20390
20391 * finder.el (finder-current-item): Throw an error on an empty line.
20392
20393 * man.el (Man-follow-manual-reference): If current-word returns
20394 nil, use "".
20395
20396 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20397
20398 * simple.el (goto-line): Doc fix.
20399
20400 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20401
20402 * files.el (save-buffer): Doc fix.
20403
20404 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20405
20406 * recentf.el (recentf-cleanup-remote): New variable.
20407 (recentf-cleanup): Use it to conditionally check availability of
20408 remote files.
20409
20410 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20411
20412 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20413 function names.
20414
20415 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20416
20417 * language/thai-word.el: New file.
20418
20419 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20420
20421 * files.el (backup-buffer): If the file's directory is not
20422 writable, use copy instead of move to backup the file.
20423
20424 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20425
20426 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20427
20428 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20429
20430 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20431 Use functionp instead of symbolp and fboundp. Reported by Drkm
20432 <darkman_spam@yahoo.fr>.
20433 (ps-print-version): New version 6.6.6.
20434
20435 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20436
20437 * textmodes/table.el (table--line-column-position): New idiom.
20438 (table--row-column-insertion-point-p): New function to test
20439 validity of row and column insertion operation at a location.
20440 (table-global-menu, table-cell-menu): Use above functions for
20441 deterministic test operation.
20442 (table--editable-cell-p): Behave in deterministic fashion.
20443
20444 2005-03-18 Juri Linkov <juri@jurta.org>
20445
20446 * isearch.el (isearch-lazy-highlight-new-loop):
20447 Make arguments beg and end optional.
20448 (isearch-update): Remove optional arguments nil from
20449 isearch-lazy-highlight-new-loop.
20450 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20451 isearch-lazy-highlight-case-fold-search instead of
20452 isearch-case-fold-search, and let-bind isearch-regexp to
20453 isearch-lazy-highlight-regexp.
20454 Use isearch-lazy-highlight-last-string instead of isearch-string.
20455
20456 * replace.el (perform-replace): Remove bindings of global
20457 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20458 Add three new arguments to `replace-highlight'.
20459 (replace-highlight): Add arguments string, regexp, case-fold.
20460 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20461 to allow isearch-lazy-highlight-new-loop to use these values
20462 to set corresponding isearch-lazy-highlight-* internal
20463 variables whose values lazy highlighting will use regardless of
20464 changes to global variables isearch-string, isearch-regexp,
20465 isearch-case-fold-search during lazy highlighting loop.
20466 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20467 to `lazy-highlight-cleanup'.
20468
20469 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20470 (ispell-highlight-face): Set default face to `isearch' when
20471 lazy highlighting is enabled.
20472 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20473 priority to 1. Add lazy highlighting.
20474 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20475 from `isearch-dehighlight'.
20476
20477 2005-03-18 David Ponce <david@dponce.com>
20478
20479 * files.el (hack-local-variables): Do a case-insensitive search
20480 for End.
20481
20482 2005-03-18 Juri Linkov <juri@jurta.org>
20483
20484 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20485 `isearch-lazy-highlight-cleanup', add alias to old name and
20486 declare obsolete. Add release numbers to other obsolete vars.
20487 (isearch-done, isearch-lazy-highlight-new-loop):
20488 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20489 (lazy-highlight-cleanup) <variable>: Doc fix.
20490 (isearch-lazy-highlight-update): Rename obsolete
20491 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20492
20493 2005-03-18 Kenichi Handa <handa@m17n.org>
20494
20495 * language/thai-util.el: Fix categorization of Thai characters in
20496 thai-category-table.
20497 (thai-composition-pattern): Adjust it for the above change.
20498 (thai-self-insert-command, thai-compose-syllable): New functions.
20499 (thai-compose-region): Use thai-compose-syllable.
20500 (thai-compose-string): Likewise.
20501 (thai-composition-function): Likewise.
20502 (thai-auto-composition): New function.
20503 (thai-auto-composition-mode): New minor mode.
20504
20505 * language/thai.el: Fix patterns to be registered in
20506 composition-function-table.
20507
20508 * international/quail.el (quail-input-method): Locally bind
20509 inhibit-modification-hooks to t.
20510
20511 2005-03-17 Richard M. Stallman <rms@gnu.org>
20512
20513 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20514 (perl-mode): Use run-mode-hooks.
20515
20516 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20517 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20518 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20519
20520 * mail/sendmail.el (sendmail-send-it): Reenable the code
20521 to compute resend-to-address and use it.
20522
20523 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20524
20525 * image-mode.el: New file.
20526
20527 * image.el (insert-sliced-image): Add autoload cookie.
20528
20529 * font-lock.el (font-lock-lines-before): New user option.
20530 (font-lock-after-change-function): Obey it.
20531
20532 * bindings.el (esc-map): Make M-g a prefix.
20533 Bind M-g g and M-g M-g to goto-line.
20534
20535 * faces.el (face-id): Doc fix.
20536
20537 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20538
20539 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20540 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20541 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20542
20543 * mail/sendmail.el (mail-yank-ignored-headers)
20544 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20545 Add Mail-Followup-To and Mail-Reply-To headers.
20546 (mail-citation-hook): Add autoload cookie.
20547 (mail-mode): Doc fix.
20548 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20549 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20550 (mail-mode-fill-paragraph): Handle those headers.
20551 (mail-mailing-lists): New variable.
20552 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20553
20554 2005-03-17 Juri Linkov <juri@jurta.org>
20555
20556 * isearch.el (isearch-fallback): Check for `(car previous)'
20557 before calling `isearch-other-end-state'.
20558
20559 2005-03-17 Kim F. Storm <storm@cua.dk>
20560
20561 * simple.el (move-beginning-of-line): Move to beginning of buffer
20562 line, as well as beginning of screen line.
20563
20564 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20565
20566 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20567 argument REDRAW rather than calendar-redrawing variable.
20568 * calendar/calendar.el (calendar-redrawing): Delete.
20569 (redraw-calendar): Do not bind calendar-redrawing.
20570
20571 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20572
20573 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20574 diary-file buffer.
20575
20576 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20577
20578 * help.el (describe-mode): Allow a :minor-mode-function property to
20579 specify a different minor mode toggle function than the variable.
20580 * simple.el (auto-fill-function):
20581 * subr.el (add-minor-mode): Use it.
20582
20583 2005-03-16 Kenichi Handa <handa@m17n.org>
20584
20585 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20586 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20587 (ethio-fidel-to-sera-buffer): Likewise.
20588
20589 2005-03-16 Juri Linkov <juri@jurta.org>
20590
20591 * emacs-lisp/find-func.el (find-function-regexp):
20592 Add defun-emitting macro `menu-bar-make-toggle'.
20593
20594 * isearch.el: Put `isearch-scroll' property to
20595 `split-window-horizontally'.
20596
20597 * info.el: Update error messages for `debug-ignored-errors'.
20598 (Info-isearch-search): Doc fix.
20599 (Info-find-node): Move up code to go into info buffer before
20600 recording the node to the history.
20601 (Info-fontify-node): Fontify titles only if the next line
20602 has two or more `*', `=', `-', `.'.
20603 Display "go to this node" for empty (match-string 3).
20604
20605 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20606
20607 * term/mac-win.el: Add mouse pointer shape constants.
20608
20609 2005-03-15 Kim F. Storm <storm@cua.dk>
20610
20611 * simple.el (move-beginning-of-line): Use vertical-motion.
20612
20613 2005-03-15 Juri Linkov <juri@jurta.org>
20614
20615 * isearch.el (isearch-error): New variable.
20616 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20617 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20618 (isearch-within-brackets-state): Remove.
20619 (isearch-case-fold-search-state, isearch-pop-fun-state):
20620 Decrease frame index.
20621 (isearch-mode, isearch-top-state, isearch-push-state)
20622 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20623 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20624 (isearch-search, isearch-lazy-highlight-new-loop):
20625 Replace `isearch-invalid-regexp' with `isearch-error'.
20626 Remove `isearch-within-brackets'.
20627 (isearch-search): Add `search-failed' handler to `condition-case'.
20628 (isearch-lazy-highlight-search): Add `condition-case' to catch
20629 errors and allow `isearch-lazy-highlight-update' to try
20630 highlighting from the beginning of the window.
20631 (isearch-repeat): Move up code to set isearch-wrapped to t
20632 before calling isearch-wrap-function.
20633
20634 * info.el (Info-isearch-initial-node): New internal variable.
20635 (Info-search): Signal an error in isearch mode when search leaves
20636 the initial node. Signal an error when `bound' is non-nil and
20637 nothing was found in the current subfile.
20638 (Info-isearch-search): Remove `condition-case'.
20639 (Info-isearch-wrap): Don't wrap when search failed during leaving
20640 the initial node. If `Info-isearch-search' is nil, wrap around
20641 the current node.
20642 (Info-isearch-start): New fun.
20643 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20644 `isearch-mode-hook'.
20645
20646 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20647
20648 * simple.el (normal-erase-is-backspace): Set default to t if
20649 running on Mac.
20650
20651 * term/mac-win.el (function-key-map): Sync with x-win.el.
20652
20653 2005-03-15 Kenichi Handa <handa@m17n.org>
20654
20655 * international/mule-cmds.el (locale-language-names): Modify the
20656 format of elements and add more entries.
20657 (locale-preferred-coding-systems): Add more entries.
20658 (set-locale-environment): Adjust for the change of
20659 locale-language-names.
20660
20661 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 * pcvs.el (smerge-ediff): Remove bogus autoload.
20664
20665 2005-03-14 Lute Kamstra <lute@gnu.org>
20666
20667 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20668 Ignore a `*' at the beginning of a line.
20669
20670 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20671 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20672 subr.el.
20673 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20674 to specify indentation.
20675
20676 * generic.el (define-generic-mode): Let generic-mode-list be a
20677 list of strings; test membership with equal.
20678
20679 2005-03-14 Kim F. Storm <storm@cua.dk>
20680
20681 * simple.el (next-line, previous-line): Add optional try-vscroll
20682 arg to recognize interactive use. Pass it on to line-move.
20683 (line-move): Don't perform auto-window-vscroll when defining or
20684 executing keyboard macro to ensure consistent behavior.
20685
20686 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20687
20688 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20689
20690 2005-03-13 Lute Kamstra <lute@gnu.org>
20691
20692 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20693 debugger-setup-buffer so that backtrace marks the frames set to
20694 debug-on-exit and we don't have to do it manually. Set an extra
20695 debug-on-exit for macro's.
20696 (debugger-setup-buffer): Don't mark the top frame manually.
20697
20698 2005-03-12 Lute Kamstra <lute@gnu.org>
20699
20700 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20701 lisp-indent-function throughout.
20702 (with-no-warnings): Set lisp-indent-function property.
20703
20704 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20705
20706 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20707 Add entry for backslash.
20708
20709 2005-03-12 Juri Linkov <juri@jurta.org>
20710
20711 * info.el (Info-search): Four fixes for backward search.
20712
20713 2005-03-11 Jay Belanger <belanger@truman.edu>
20714
20715 * calc/calc.el (calc-language-alist): New variable.
20716 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20717 (calc-embedded-find-modes): Use calc-language-alist instead of
20718 calc-embedded-language-alist.
20719
20720 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20721
20722 * calendar/calendar.el (calendar-redrawing): New internal
20723 variable.
20724 (redraw-calendar): Remove bogus save-excursion from previous
20725 change. Bind calendar-redrawing to t for mark-diary-entries.
20726 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20727 calendar if that is why we were called.
20728
20729 2005-03-11 Kenichi Handa <handa@m17n.org>
20730
20731 * international/mule.el (make-coding-system): Set property
20732 coding-system-define-form to nil.
20733 (define-coding-system-alias): Likewise.
20734
20735 2005-03-11 Kenichi Handa <handa@m17n.org>
20736
20737 These changes are suggested by Dave Love <fx@gnu.org>.
20738
20739 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20740 coding: tag.
20741 (adaptive-fill-regexp): Add more bullets.
20742 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20743 regexps.
20744
20745 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20746
20747 * help.el (describe-mode): Properly handle non-trivial lighters.
20748 Don't ignore minor modes that are not listed in minor-mode-list.
20749
20750 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20751 feature ON when the user requests to turn it OFF.
20752
20753 2005-03-10 Lute Kamstra <lute@gnu.org>
20754
20755 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20756 (implement-debug-on-entry): New function to replace debug-entry-code.
20757 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20758 second argument as the 2005-03-07 change makes it obsolete.
20759 (debug-on-entry, cancel-debug-on-entry): Update call to
20760 debug-on-entry-1.
20761 (debug, debugger-setup-buffer): Comment update.
20762 (debugger-frame-number): Update to work with implement-debug-on-entry.
20763
20764 2005-03-10 Jay Belanger <belanger@truman.edu>
20765
20766 * calc/calc-embed.el (math-ms-args): Declare it.
20767 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20768 math-ms-args.
20769 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20770 variables.
20771
20772 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20773
20774 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20775 Use message-box.
20776
20777 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20778 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20779 (tooltip-gud-tips): Simplify.
20780 (tooltip-gud-tips-p): Remove superfluous :set.
20781 (tooltip-gud-modes): Add fortran-mode.
20782 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20783
20784 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20785
20786 2005-03-09 Kim F. Storm <storm@cua.dk>
20787
20788 * play/animate.el (animate-place-char): Use forward-line instead
20789 of next-line to improve performance.
20790
20791 2005-03-09 Simon Josefsson <jas@extundo.com>
20792
20793 * net/browse-url.el (browse-url-default-browser): Doc fix.
20794
20795 2005-03-09 Miles Bader <miles@gnu.org>
20796
20797 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20798 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20799
20800 2005-03-09 Kenichi Handa <handa@m17n.org>
20801
20802 * international/latin-1.el: Set case and syntax for 255 only if
20803 set-case-syntax-set-multibyte is nil.
20804
20805 * textmodes/ispell.el (ispell-insert-word): New function.
20806 (ispell-word): Use ispell-insert-word to insert a new word.
20807 (ispell-process-line): Likewise.
20808 (ispell-complete-word): Likewise.
20809
20810 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20811
20812 * calendar/calendar.el (redraw-calendar): Preserve point.
20813 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20814 (calendar-week-start-day): Move after definition of
20815 redraw-calendar. Delete buffer test, since redraw-calendar has
20816 that now.
20817
20818 * calendar/diary-lib.el (mark-diary-entries): Only call
20819 redraw-calendar in the first of any recursive calls.
20820 Reported by Alan Shutko <ats@acm.org>.
20821
20822 2005-03-08 Juri Linkov <juri@jurta.org>
20823
20824 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20825 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20826 (html-radio-buttons): Add a space before the trailing `/>' where
20827 sgml-xml-mode is non-nil.
20828 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20829 the subsequent tag of the empty XML tag.
20830 (html-href-anchor): Don't set initial input to "http:".
20831 (html-image): Ask for the image URL and set point inside alt="".
20832 (html-name-anchor): Duplicate the name in the `id' attribute when
20833 sgml-xml-mode is non-nil.
20834 (html-paragraph): Remove \n before <p>.
20835 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20836 instead of `checked' when sgml-xml-mode is non-nil.
20837
20838 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20839 Remove 1 space before #RRGGBB to not truncate it on terminal
20840 windows w/o fringes. Remove 1 space between bg and fg examples
20841 to get more space.
20842 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20843 avoid byte-compile warnings.
20844
20845 * image-file.el (image-file-handler): Put `safe-magic' property to
20846 `image-file-handler'.
20847
20848 * info.el (Info-isearch-search): Emulate word search in
20849 isearching through multiple Info nodes with Info-search.
20850 (Info-isearch-wrap): Allow isearch-word.
20851
20852 2005-03-08 Lute Kamstra <lute@gnu.org>
20853
20854 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20855 stepping into the debugger's code is not possible.
20856 (debugger-jumping-flag): Docstring update.
20857
20858 2005-03-08 Jay Belanger <belanger@truman.edu>
20859
20860 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20861 embedded mode begins.
20862 (calc-embedded-language-alist): New variable.
20863 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20864 set default language mode.
20865
20866 2005-03-08 Kenichi Handa <handa@m17n.org>
20867
20868 * international/ccl.el (define-ccl-program): Fix docstring about
20869 extra 256 bytes assured for the output buffer.
20870
20871 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20872 Fix BUFFER_MAGNIFICATION to 2.
20873 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20874
20875 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20876
20877 * align.el (align-rules-list): Added an alignment rule for CSS
20878 declarations (applies to css-mode and html-mode buffers).
20879
20880 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20883
20884 2005-03-07 Kim F. Storm <storm@cua.dk>
20885
20886 * simple.el (move-beginning-of-line): New command.
20887
20888 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20889
20890 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20891
20892 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20893 and move-beginning-of-line.
20894
20895 * apropos.el (apropos-print): Omit command from M-x ... RET.
20896
20897 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20898
20899 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20900 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20901
20902 2005-03-06 Richard M. Stallman <rms@gnu.org>
20903
20904 * bindings.el (esc-map): Bind M-g to goto-line.
20905
20906 * facemenu.el (global-map): Bind M-o, not M-g.
20907
20908 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20909
20910 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20911 "Open Directory" as for "Open File".
20912
20913 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20914
20915 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20916 (push-mark-command): Run activate-mark-hook.
20917
20918 2005-03-06 Richard M. Stallman <rms@gnu.org>
20919
20920 * help-mode.el (help-mode-finish): Don't alter the element
20921 in view-return-to-alist if there already is one.
20922
20923 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20924 make sure the current buffer is the expected one.
20925
20926 * novice.el (disabled-command-function): Output in *Disabled Command*.
20927 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20928
20929 * textmodes/flyspell.el (flyspell-large-region):
20930 Pass args differently for aspell.
20931
20932 * files.el (mode-require-final-newline): Doc fix.
20933
20934 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20935
20936 * progmodes/which-func.el (which-function):
20937 Specify NOERROR when calling imenu--make-index-alist.
20938
20939 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20940
20941 * simple.el (normal-erase-is-backspace): Define default value.
20942
20943 * custom.el (custom-theme-set-variables): Remove unused var
20944 `immediate'.
20945 (custom-reevaluate-setting): Simple function to handle variables
20946 that are defined before their default value can really be
20947 computed.
20948
20949 * startup.el (command-line): Use it for temporary-file-directory,
20950 small-emporary-file-directory, auto-save-file-name-transforms,
20951 blink-cursor-mode, and normal-erase-is-backspace.
20952
20953 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20954 progress, even with buggy anchored keywords.
20955
20956 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20957
20958 * simple.el (goto-line): Remove unbalanced final parenthesis.
20959
20960 2005-03-05 Richard M. Stallman <rms@gnu.org>
20961
20962 * simple.el (goto-line): Use a number at point as the default.
20963 With C-u as arg, switch buffers.
20964
20965 2005-03-05 Juri Linkov <juri@jurta.org>
20966
20967 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20968 with `no-blinking-cursor'.
20969
20970 * startup.el (no-blinking-cursor): New defvar.
20971 (command-line): Add `--no-blinking-cursor' to longopts.
20972 Set `no-blinking-cursor' to t for command line arguments
20973 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20974 with `no-blinking-cursor' in the condition for calling
20975 `blink-cursor-mode'.
20976
20977 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20978
20979 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20980 (menu-bar-options-save): Add blink-cursor-mode.
20981 (menu-bar-options-menu): Add blink-cursor-mode.
20982
20983 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20984
20985 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20986 (icalendar-export-file, icalendar-export-region)
20987 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20988 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20989
20990 2005-03-04 Lute Kamstra <lute@gnu.org>
20991
20992 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20993 (debug-function-list): Ditto.
20994
20995 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20996
20997 * textmodes/texinfmt.el (texinfo-append-refill):
20998 Redefine the types of line to which @refill
20999 is not appended by replacing a search for `@refill\\|@bye' with
21000 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21001 itemize@refill' bug and the unfilled long lines bug.
21002 (texinfmt-version): Update number and date.
21003
21004 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21005
21006 * international/code-pages.el (windows-1250, windows-125[2-8])
21007 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21008
21009 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21010
21011 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21012 bound yet.
21013
21014 2005-03-02 Romain Francoise <romain@orebokech.com>
21015
21016 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21017 buffer after removing limits.
21018 (ibuffer-pop-filter): Ditto.
21019 Update copyright.
21020
21021 2005-03-02 Miles Bader <miles@gnu.org>
21022
21023 * button.el (make-text-button): If the user doesn't specify a
21024 type, use the default. Rewrite to use `add-text-properties' and
21025 plist functions.
21026
21027 2005-03-01 Lute Kamstra <lute@gnu.org>
21028
21029 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21030 (debugger-jumping-flag): New var.
21031 (debug-entry-code): Use it.
21032 (debugger-jump): Use debugger-jumping-flag and add
21033 debugger-reenable to post-command-hook.
21034 (debugger-reenable): Use debugger-jumping-flag and remove itself
21035 from post-command-hook.
21036 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21037 debugger-reenable.
21038
21039 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21040
21041 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21042 inclusion of "itemize\\|", which may be unnecessary, is certainly
21043 inelegant, and stops refilling in itemize lists when formatting
21044 Japanese Texinfo files to Info.
21045 Update copyright to 2005.
21046
21047 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21048
21049 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21050 of an error if GDB can't find the source file.
21051
21052 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21053
21054 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21055 not just the calendar.
21056
21057 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21058 first.
21059 (diary-redraw-calendar): New function.
21060 (make-diary-entry): Add diary-redraw-calendar to local
21061 write-contents-functions. Turn off selective display before
21062 inserting in diary.
21063
21064 2005-03-01 Kim F. Storm <storm@cua.dk>
21065
21066 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21067
21068 2005-03-01 Lute Kamstra <lute@gnu.org>
21069
21070 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21071 that debug-entry-code can be safely removed from a function while
21072 this code is being evaluated. Revert the 2005-02-27 change as the
21073 new implementation no longer requires it. Make sure that a
21074 function body containing just a string is not mistaken for a docstring.
21075 (debug): Skip one more frame in case of debug on entry.
21076 (debugger-setup-buffer): Delete one more frame line in case of
21077 debug on entry.
21078 (debugger-frame-number): Update to use the new text introduced by
21079 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21080
21081 2005-02-28 Kim F. Storm <storm@cua.dk>
21082
21083 * double.el (double-translate-key): Call force-window-update after
21084 read-event to avoid crash in redisplay.
21085
21086 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21087
21088 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21089 (debug): Use it. Move the inhibit-trace earlier.
21090 (debug-entry-code): New const.
21091 (debug-on-entry-1): Use it.
21092
21093 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21094
21095 * international/utf-16.el (ccl-encode-mule-utf-16le):
21096 Fix BUFFER_MAGNIFICATION to 2.
21097 (ccl-encode-mule-utf-16be): Likewise.
21098
21099 2005-02-28 Kenichi Handa <handa@m17n.org>
21100
21101 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21102 Fix BUFFER_MAGNIFICATION to 4.
21103 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21104
21105 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21106
21107 * speedbar.el (speedbar-update-flag): Doc fix.
21108 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21109 argument.
21110
21111 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21112
21113 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21114 have a non-nil `invisible' property but are actually visible.
21115
21116 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21117 for perldoc sections.
21118 (perl-outline-regexp, perl-outline-level): New var and function.
21119 (perl-mode): Use them.
21120
21121 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21122
21123 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21124 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21125
21126 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21127
21128 * cus-edit.el: Comment change.
21129 (custom-buffer-create-internal): Slightly reword text at top of
21130 Custom buffers. Mention there that saving an option edits the
21131 init file. Add link to Emacs manual node on `custom-file'.
21132 (custom-magic-alist): Rewrite individual State messages to use
21133 capitalized keywords. Doc fix.
21134
21135 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21136
21137 * calendar/calendar.el (calendar-buffer): Move above
21138 calendar-week-start-day.
21139 (calendar-week-start-day): Doc fix. Add :set function.
21140 (calendar-minimum-window-height): New variable.
21141 (generate-calendar-window): Only resize window if selected-window
21142 is displaying the calendar buffer. Use new variable
21143 calendar-minimum-window-height.
21144 (generate-calendar): Reword error message.
21145 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21146
21147 2005-02-27 Andreas Schwab <schwab@suse.de>
21148
21149 * vc.el (vc-do-command): Don't run command asynchronously when
21150 operating in a remote directory.
21151
21152 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21153 change from sync with Tramp 2.0.47.
21154
21155 2005-02-27 Richard M. Stallman <rms@gnu.org>
21156
21157 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21158
21159 * textmodes/flyspell.el (flyspell-mode-on):
21160 Call ispell-change-dictionary only if necessary.
21161
21162 * emacs-lisp/re-builder.el (regexp-builder): New function.
21163
21164 * register.el (describe-register-1): Explicitly handle
21165 yank-excluded-properties = t.
21166
21167 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21168 (custom-magic-alist): Change the status descriptions again.
21169 (face widget-type): Total rewrite based on `restricted-sexp'
21170 to eliminate the confusing double hiding levels.
21171
21172 * emacs-lisp/debug.el (debug-on-entry-1):
21173 If function body is empty, add nil as body form.
21174
21175 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21176
21177 * emacs-lisp/trace.el (inhibit-trace): New var.
21178 (trace-make-advice): Use it.
21179
21180 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21181
21182 2005-02-26 Kim F. Storm <storm@cua.dk>
21183
21184 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21185 (mouse-on-link-p, mouse-drag-region-1): Use it.
21186
21187 2005-02-25 Lute Kamstra <lute@gnu.org>
21188
21189 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21190
21191 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21192
21193 * frame.el (blink-cursor-mode): Add :group keyword.
21194
21195 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21196
21197 * calendar/icalendar.el (icalendar--decode-isodatetime):
21198 New optional argument DAY-SHIFT.
21199 (icalendar-export-region): Fix coding-system-for-write.
21200 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21201 events by one.
21202
21203 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21204
21205 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21206
21207 2005-02-24 Kim F. Storm <storm@cua.dk>
21208
21209 * international/iso-acc.el (iso-accents-compose): Fix crash
21210 during redisplay. Call force-window-update after read-event
21211 and delete-region to signal that window is not accurate.
21212
21213 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21214
21215 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21216 Remove unused and inexistent var `inhibit-trace'.
21217 (debugger-mode): Use run-mode-hooks.
21218 (debugger-list-functions): Add buttons; setup xref stack.
21219
21220 2005-02-23 Richard M. Stallman <rms@gnu.org>
21221
21222 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21223 appointment says it was explicitly made.
21224 (appt-add): Set the 3rd element.
21225 (appt-make-list): Preserve explicit appointments.
21226
21227 * subr.el (find-tag-default): Catch errors in forward-sexp.
21228
21229 2005-02-23 Juri Linkov <juri@jurta.org>
21230
21231 * info.el (Info-isearch-search): New defcustom.
21232 (Info-isearch-search): Call the default isearch function
21233 when Info-isearch-search is nil.
21234 (Info-isearch-wrap): Use variable Info-isearch-search.
21235
21236 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21237
21238 * cus-edit.el: Comment change.
21239
21240 2005-02-22 Kim F. Storm <storm@cua.dk>
21241
21242 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21243 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21244
21245 2005-02-22 Simon Josefsson <jas@extundo.com>
21246
21247 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21248 New variable.
21249 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21250 Oskarsson" <myrkraverk@users.sourceforget.net>.
21251
21252 2005-02-22 Kim F. Storm <storm@cua.dk>
21253
21254 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21255 check that window of that event is the selected window.
21256 (mouse-drag-region-1): Compare mouse event window to selected
21257 window before setting point.
21258
21259 * tooltip.el (tooltip-show-help-function): Pass event to
21260 mouse-on-link-p so it can check selected window.
21261
21262 2005-02-22 Kenichi Handa <handa@m17n.org>
21263
21264 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21265 (ps-mule-show-warning): New function.
21266 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21267 characters are found.
21268
21269 * ps-print.el (ps-header-footer-string): Return a list of header
21270 and footer strings.
21271
21272 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21273
21274 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21275
21276 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21277
21278 * frame.el (blink-cursor-mode): Use define-minor-mode.
21279
21280 * term/mac-win.el (function-key-map): Use char-names more consistently.
21281 (file-name-coding-system): Only set it for MacOS-9. The other case is
21282 already handled in mule-cmds.el (where it also works when mac-win.el
21283 is not used).
21284
21285 2005-02-21 Kenichi Handa <handa@m17n.org>
21286
21287 * international/mule.el (ctext-pre-write-conversion): Always use
21288 " *code-converting-work*" buffer for work.
21289
21290 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21291
21292 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21293
21294 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21295
21296 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21297
21298 * ses.el (undo-more): Restore defadvice, but only the part that
21299 allows changes outside the restricted area of the buffer.
21300
21301 2005-02-20 Kim F. Storm <storm@cua.dk>
21302
21303 * simple.el (line-move): Add fourth optional arg try-vscroll which
21304 must be set to perform auto-window-vscroll.
21305 When moving backwards and doing auto-window-vscroll, automatically
21306 vscroll to the last part of lines which are taller than the window.
21307 (next-line, previous-line): Set try-vscroll arg on line-move.
21308
21309 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21310
21311 * replace.el (query-replace, query-replace-regexp)
21312 (replace-string, replace-regexp): When operating on region, make
21313 the minibuffer prompt say so.
21314
21315 * isearch.el (isearch-forward): Document isearch-query-replace and
21316 isearch-query-replace-regexp keybindings.
21317
21318 2005-02-19 Jay Belanger <belanger@truman.edu>
21319
21320 * calc/calc-aent.el (math-read-token): Add local variable.
21321
21322 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21323 (calc-edit-top): Move declaration to earlier in file.
21324 (calc-edit-macro-repeats): Add local variables.
21325
21326 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21327 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21328 calcFunc-tanh.
21329 Adjust integration rule for calcFunc-tan.
21330
21331 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21332
21333 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21334 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21335 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21336 (viper-skip-separators): Bug fix.
21337 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21338 particular major mode.
21339 (viper-del-backward-char-in-replace): Don't put deleted char on the
21340 kill ring.
21341
21342 * viper-ex.el (viper-color-display-p): New function.
21343 (viper-has-face-support-p): Use viper-color-display-p.
21344
21345 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21346
21347 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21348
21349 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21350 (viper-file-remote-p): Make equivalent to file-remote-p.
21351
21352 * viper.el (viper-major-mode-modifier-list):
21353 Use viper-gnus-modifier-map.
21354
21355 2005-02-19 David Kastrup <dak@gnu.org>
21356
21357 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21358 quoting.
21359
21360 2005-02-19 Jay Belanger <belanger@truman.edu>
21361
21362 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21363 Remove extra definitions.
21364 (calc-coth): New function.
21365 (calcFunc-cot): Fix `let'.
21366
21367 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21368
21369 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21370 the reasons we use "type pc" in these faces.
21371
21372 * button.el (button): Ditto.
21373
21374 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21375
21376 * replace.el (query-replace-read-from): Set the value of
21377 query-replace-from-history-variable to handle the case of an empty
21378 string entered to accept the suggested default.
21379
21380 * net/tramp.el (tramp-file-name-for-operation):
21381 Use dired-call-process instead of dired-call-process-command.
21382
21383 2005-02-19 Jay Belanger <belanger@truman.edu>
21384
21385 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21386 (math-div-non-trig): New variables.
21387 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21388 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21389 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21390 trig expressions.
21391
21392 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21393
21394 * progmodes/gdb-ui.el (gdb-var-update-handler)
21395 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21396 for watch expressions,
21397 (gdb-var-create-handler): Don't set speedbar-update-flag.
21398 (gdb-post-prompt): Simplify test for speedbar.
21399
21400 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21401
21402 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21403 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21404 we use the syntax table of the correct buffer.
21405 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21406 Felix Gatzemeier.
21407
21408 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21409 (ediff-file-remote-p): Make synonymous with file-remote-p.
21410 In all deffaces ediff-*-face-*, use min-colors.
21411
21412 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21413 ediff-recurse-to-subdirectories.
21414 (ediff-mark-if-equal): Check that the arguments are strings, use
21415 ediff-same-contents (after to Felix Gatzemeier).
21416
21417 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21418 nil.
21419
21420 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21421
21422 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21423
21424 2005-02-18 David Kastrup <dak@gnu.org>
21425
21426 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21427 use `mark-active' when defined.
21428
21429 2005-02-18 Kenichi Handa <handa@m17n.org>
21430
21431 * ps-print.el (ps-font-info-database): New entry
21432 ZapfChancery-MediumItalic with correct font name. Fix font name
21433 of the entry Zapf-Chancery-MediumItalic.
21434
21435 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21436
21437 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21438
21439 2005-02-16 Kim F. Storm <storm@cua.dk>
21440
21441 * ido.el (ido-fallback-command): Pass user input to fallback command.
21442
21443 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21444
21445 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21446 (gdb-find-file-hook): Add server prefix.
21447
21448 2005-02-16 Richard M. Stallman <rms@gnu.org>
21449
21450 * replace.el (perform-replace): Pass new args to replace-highlight.
21451 (replace-highlight): Take region args,
21452 and pass them to isearch-lazy-highlight-new-loop.
21453
21454 * novice.el (disabled-command-hook): Autoload the defalias
21455 and the make-obsolete-variable call.
21456
21457 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21458
21459 * isearch.el (isearch-lazy-highlight-start-limit)
21460 (isearch-lazy-highlight-end-limit): New variables limit
21461 the region for highlighting.
21462 (isearch-lazy-highlight-new-loop): New args BEG and END.
21463 (isearch-lazy-highlight-search): Use the new vars.
21464 (isearch-lazy-highlight-update): Likewise.
21465
21466 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21467
21468 * cus-start.el (all): Use default-boundp.
21469
21470 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21471
21472 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21473
21474 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21475
21476 * autorevert.el (auto-revert-stop-on-user-input)
21477 (auto-revert-verbose): Doc fixes.
21478
21479 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21480
21481 * international/mule-cmds.el (set-locale-environment): Remove call
21482 to set-selection-coding-system on Windows.
21483
21484 2005-02-15 Jay Belanger <belanger@truman.edu>
21485
21486 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21487 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21488 calcFunc-coth.
21489 (math-simplify-sqrt): Add simplifications.
21490
21491 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21492 to list.
21493
21494 * calc/calc-ext.el: Add functions to autoloads.
21495
21496 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21497 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21498 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21499 (math-csc-raw, math-cot-raw): New functions.
21500
21501 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21502
21503 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21504 the variable name in a message.
21505
21506 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21507 calcFunc-csc, calcFunc-cot.
21508
21509 * calc/calcalg2.el: Add derivative and integration rules for
21510 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21511 calcFunc-csch, calcFunc-coth.
21512 (math-do-integral-methods): Add to checks for when to use
21513 substitutions.
21514
21515 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21516
21517 2005-02-15 Lute Kamstra <lute@gnu.org>
21518
21519 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21520 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21521 <monnier@iro.umontreal.ca>
21522 (lisp-outline-level): Improve efficiency. Suggested by David
21523 Kastrup <dak@gnu.org>.
21524
21525 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21526
21527 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21528 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21529 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21530 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21531 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21532
21533 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21534
21535 * cus-start.el (all): Comment change.
21536
21537 2005-02-14 Lute Kamstra <lute@gnu.org>
21538
21539 * cus-start.el (all): Check if symbol is void.
21540
21541 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21542
21543 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21544 optional argument to \cite.
21545
21546 2005-02-14 Richard M. Stallman <rms@gnu.org>
21547
21548 * cus-edit.el (custom-buffer-create-internal): Update help message.
21549 (custom-magic-alist): Update help messages.
21550
21551 * cus-start.el (all): Allow a var to specify a standard value.
21552
21553 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21554
21555 * custom.el (custom-theme-set-variables): Handle variable aliases.
21556
21557 * frame.el (blink-cursor-timer): Doc fix.
21558 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21559 declare obsolete.
21560 (blink-cursor-mode): Define with defcustom and use correct
21561 standard expression in that defcustom.
21562 * startup.el (command-line): Adapt to above changes in frame.el.
21563
21564 2005-02-11 Lute Kamstra <lute@gnu.org>
21565
21566 * apropos.el (apropos-score-doc): Prevent division by zero.
21567
21568 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21569
21570 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21571 (icalendar--get-event-property-attributes)
21572 (icalendar--get-event-properties)
21573 (icalendar--datetime-to-diary-date): New functions.
21574 (icalendar--split-value): Doc fix.
21575 (icalendar--datetime-to-noneuropean-date)
21576 (icalendar--datetime-to-european-date): New optional argument
21577 SEPARATOR. Return result as a string instead of a list.
21578 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21579 (icalendar--convert-string-for-export): Rename arg S to STRING.
21580 (icalendar-export-region): Doc fix. Change name of error buffer.
21581 Save output buffer.
21582 (icalendar-import-file): Add blank at end of prompt.
21583 (icalendar-import-buffer): Doc fix. Do not switch to error
21584 buffer. Indicate status in return value.
21585 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21586 buffer. Save output buffer. Handle exception from recurrence
21587 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21588 events. Fix problems with weekly all-day events.
21589
21590 2005-02-10 Richard M. Stallman <rms@gnu.org>
21591
21592 * simple.el (eval-expression-print-format):
21593 Avoid warning about edebug-active.
21594
21595 * help.el (help-for-help-internal): Rename from help-for-help.
21596 (help-for-help): Define with defalias.
21597
21598 * font-core.el (font-lock-default-function): Use with-no-warnings.
21599
21600 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21601
21602 * custom.el (defface): Doc fix.
21603
21604 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21605
21606 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21607 width 0" to prevent word wrapping problems.
21608
21609 2005-02-09 Kim F. Storm <storm@cua.dk>
21610
21611 * ido.el (ido-file-extensions-order): New defcustom.
21612 (ido-file-extension-lessp, ido-file-extension-aux)
21613 (ido-file-extension-order): New advanced file ordering.
21614 (ido-file-lessp): New simple file ordering.
21615 (ido-sort-list): Remove.
21616 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21617 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21618
21619 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21620
21621 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21622 that some versions of grep produce.
21623 (grep-mode-font-lock-keywords): Likewise.
21624
21625 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21626
21627 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21628 (gdb-cdir): Delete.
21629 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21630 (gdb-source-info): Treat case when source file is in another
21631 directory properly.
21632 (gdb-get-location): New function.
21633
21634 2005-02-07 Jay Belanger <belanger@truman.edu>
21635
21636 * calc/calc-prog.el (calc-write-parse-table-part)
21637 (calc-fix-token-name): Fix a check for language type.
21638
21639 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21640
21641 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21642
21643 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21644 as directory not writable.
21645
21646 2005-02-07 Kim F. Storm <storm@cua.dk>
21647
21648 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21649 (cua--standard-movement-commands): Remove list.
21650 Instead, set CUA property value to move for movement commands.
21651 (cua-movement-commands): Remove. Users must set CUA prop instead.
21652 (cua--pre-command-handler): Check CUA property.
21653 (cua--init-keymaps): Don't remap undo commands.
21654 (cua-mode): Don't call cua--rectangle-on-off.
21655
21656 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21657 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21658 (cua--rect-undo-set-point): New var.
21659 (cua--rectangle-undo-boundary): Setup undo apply entry.
21660 (cua--rect-undo-handler): New function for rectangle undo.
21661 (cua--rect-start-position, cua--rect-end-position): Add.
21662 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21663 for restored rectangle. Set point if cua--rect-undo-set-point.
21664
21665 2005-02-06 Jay Belanger <belanger@truman.edu>
21666
21667 * calc/calc-lang.el (calc-tex-language): Display more information
21668 in messages.
21669
21670 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21671 in TeX mode.
21672
21673 2005-02-06 Richard M. Stallman <rms@gnu.org>
21674
21675 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21676
21677 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21678
21679 * net/ldap.el (ldap-search-internal): Support attributes with
21680 optional descriptions separated by a semi-colon, as in
21681 "userCertificate;binary".
21682
21683 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21684
21685 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21686 isn't a cons (i.e. the version is 0).
21687
21688 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21689
21690 * help.el (help-for-help): Doc fix.
21691
21692 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21693
21694 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21695 GDB-Windows on the menu-bar as this works better.
21696
21697 2005-02-04 Jay Belanger <belanger@truman.edu>
21698
21699 * calc/calc-embed.el (calc-embedded-update): Don't put in
21700 unnecessary newlines. Adjust the end of formula marker.
21701
21702 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21703 (math-latex-parse-two-args): New function.
21704
21705 2005-02-03 Lute Kamstra <lute@gnu.org>
21706
21707 * help-fns.el (help-with-tutorial): Make sure that users cannot
21708 remove the entire text of the tutorial by means of `undo'.
21709
21710 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21713 in recent changes, where the ispell process was repeatedly
21714 killed & restarted.
21715
21716 * international/mule-cmds.el (set-locale-environment): Set file-name
21717 coding system to utf-8 on Darwin systems.
21718 (set-default-coding-systems): Don't set default-file-name-coding-system
21719 on Darwin systems.
21720
21721 2005-02-03 Richard M. Stallman <rms@gnu.org>
21722
21723 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21724
21725 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21726
21727 * faces.el (list-faces-display): Add optional argument.
21728
21729 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21730
21731 * font-core.el (font-lock-default-function): Handle the rare case where
21732 only font-lock-keywords is set.
21733
21734 2005-02-02 Kenichi Handa <handa@m17n.org>
21735
21736 * international/characters.el: Cancel previous change for
21737 I-WITH-DOT-ABOVE and DOTLESS-i.
21738
21739 * international/latin-5.el: Cancel previous change.
21740
21741 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21742
21743 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21744
21745 2005-02-02 Kenichi Handa <handa@m17n.org>
21746
21747 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21748 DOTLESS-i.
21749
21750 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21751 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21752
21753 * case-table.el (get-upcase-table): New function.
21754 (copy-case-table): Copy upcaes table too if non-nil.
21755 (set-case-syntax-delims): Maintain upcase table too.
21756 (set-case-syntax-pair): Likewise.
21757 (set-upcase-syntax, set-downcase-syntax): New functions.
21758 (set-case-syntax): Maintain upcase table too.
21759
21760 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21761
21762 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21763
21764 * progmodes/gud.el (gud-goto-info): New function.
21765 (gud-tool-bar-map): Use correct icon.
21766
21767 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21768
21769 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21770 When delegating, order args in the funcall correctly.
21771
21772 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21773
21774 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21775
21776 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21777
21778 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21779 buffer not visiting a file.
21780
21781 2005-01-31 Jay Belanger <belanger@truman.edu>
21782
21783 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21784 bound on the line with the formula.
21785
21786 2005-01-31 Kim F. Storm <storm@cua.dk>
21787
21788 * ses.el (ses-create-cell-variable-range)
21789 (ses-destroy-cell-variable-range, ses-reset-header-string)
21790 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21791 (ses-insert-row): Fix format of apply undo entries.
21792
21793 2005-01-31 Jay Belanger <belanger@truman.edu>
21794
21795 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21796 parts.
21797
21798 * calc/calc-embed.el (calc-embedded-open-formula)
21799 (calc-embedded-close-formula): Ignore matrix environments.
21800
21801 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21802 TeX mode.
21803
21804 * calc/calc-lang.el (math-function-table, math-oper-table)
21805 (math-variable-table): Adjust the LaTeX portions.
21806
21807 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21808 (math-latex-ignore-words): New constant.
21809
21810 2005-01-31 Richard M. Stallman <rms@gnu.org>
21811
21812 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21813 (ispell-local-dictionary): Doc fix.
21814 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21815 Don't reinitialize at run time. Don't defcustom.
21816 All uses changed to append ispell-local-dictionary-alist,
21817 or check it first.
21818 (ispell-current-dictionary): New variable for dictionary in use.
21819 (ispell-dictionary): Now used only for global default.
21820 (ispell-start-process): Set ispell-current-dictionary,
21821 not ispell-dictionary.
21822 (ispell-change-dictionary): Use this only for setting
21823 user preferences.
21824 (ispell-internal-change-dictionary): New function
21825 to change the current dictionary in use.
21826 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21827 Use ispell-current-dictionary.
21828 Handle ispell-local-dictionary-overridden.
21829 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21830
21831 2005-01-31 Jay Belanger <belanger@truman.edu>
21832
21833 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21834
21835 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21836 (calc-mode-map): Add calc-latex-language.
21837
21838 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21839 (math-latex-print-frac): New functions.
21840 (math-oper-table, math-function-table, math-variable-table)
21841 (math-complex-format, math-input-filter): Add latex properties.
21842 (calc-set-language): Set math-expr-special-function-mapping.
21843
21844 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21845 (calc-write-parse-table-part): Add LaTeX support.
21846
21847 * calc/calc.el (calc-language): Adjust docstring.
21848 (calc-set-mode-line): Add LaTeX support.
21849 (math-expr-special-function-mapping): New variable.
21850 (math-tex-ignore-words): Add to list.
21851
21852 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21853 Add LaTeX support.
21854 (math-compose-expr): Add support for special functions.
21855
21856 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21857
21858 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21859
21860 * progmodes/gdb-ui.el (gdb-memory-address)
21861 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21862 (gdb-memory-mode-map, gdb-memory-format-keymap)
21863 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21864 (gdb-memory-unit-menu): New variables for a buffer
21865 that lets the user examine program memory.
21866 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21867 (gdb-memory-format-binary, gdb-memory-format-octal)
21868 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21869 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21870 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21871 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21872 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21873 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21874 (gdb-memory-mode, gdb-memory-buffer-name)
21875 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21876 New functions for above buffer.
21877
21878 2005-01-30 Richard M. Stallman <rms@gnu.org>
21879
21880 * cus-edit.el (custom-bury-buffer): Function deleted.
21881 (custom-buffer-done-function): Option deleted.
21882 (custom-buffer-done-kill): New replacement option.
21883 (Custom-buffer-done): Call quit-window.
21884 (custom-buffer-create-internal): Update for above changes.
21885
21886 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21887
21888 * simple.el (undo-ask-before-discard): New var.
21889 (undo-outer-limit-truncate): Implement it.
21890 (undo-extra-outer-limit): Doc update.
21891
21892 2005-01-29 Richard M. Stallman <rms@gnu.org>
21893
21894 * ses.el (undo-more): Delete defadvice.
21895 (ses-begin-change): Doc fix.
21896
21897 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21898 instead of rebinding C-x u and C-_.
21899
21900 * files.el (normal-backup-enable-predicate): Return nil for files
21901 in /tmp, regardless of temporary-file-directory.
21902
21903 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21904
21905 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21906 (open-rectangle, delete-whitespace-rectangle-line)
21907 (clear-rectangle-line): If FILL, pass t instead of FILL
21908 for move-to-column's 2nd arg.
21909
21910 * simple.el (undo): Fix the test for continuing a series of undos.
21911 (undo-more): Set pending-undo-list to t when we reach end.
21912 (pending-undo-list): Move up defvar.
21913
21914 * wid-edit.el (widget-button-click):
21915 Shorten the range of the track-mouse binding.
21916
21917 * comint.el (comint-insert-input): Undo previous changes;
21918 use last-input-event in interactive spec.
21919
21920 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21921
21922 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21923 to nil before invoking call-process. Reset buffer's modified flag
21924 after fontifying it in the no-async branch.
21925
21926 * wid-edit.el (widget-specify-button): If mouse pointer shape
21927 cannot be changed, use mouse face instead.
21928
21929 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21930
21931 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21932 (gdb-goto-breakpoint): Make breakpoint handling work on template
21933 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21934 (gdb-assembler-custom): Update to recognize breakpoint information
21935 added on 2005-01-19.
21936
21937 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21938
21939 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21940 (dsssl-mode): Use define-derived-mode.
21941 (scheme-mode-initialize): Remove.
21942 (scheme-mode): Use run-mode-hooks.
21943
21944 * cus-edit.el (customize-group-other-window)
21945 (custom-buffer-create-other-window): Don't override special-display-*.
21946 (custom-mode-map): Make it dense.
21947
21948 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21949 sets the default value.
21950
21951 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21952
21953 * descr-text.el: Add more keywords.
21954
21955 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21956
21957 * speedbar.el: Avoid unnecessary use of locate-library.
21958
21959 * international/mule-cmds.el (standard-display-european-internal):
21960 Don't fiddle with latin-1 non-break space any more since it's now
21961 special cased in the C code.
21962 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21963
21964 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21965
21966 * cus-start.el (all): Add `undo-outer-limit'.
21967
21968 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21969
21970 * textmodes/bibtex.el (bibtex-format-entry):
21971 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21972 field lines.
21973 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21974 not on part of a buffer.
21975
21976 2005-01-25 Lute Kamstra <lute@gnu.org>
21977
21978 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21979 nonempty field text strings like "{letters\\macro{}more letters}".
21980 Clarify docstring.
21981 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21982 (bibtex-entry-offset, bibtex-parse-association)
21983 (bibtex-parse-field-name): Fix typos in docstrings.
21984 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21985
21986 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21987
21988 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21989 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21990 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21991 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21992
21993 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21994 isearch minor mode.
21995
21996 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21997
21998 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21999
22000 2005-01-24 Lute Kamstra <lute@gnu.org>
22001
22002 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22003 CASECHARS and NOT-CASECHARS regular expressions of the
22004 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22005 striding over charsets" error.
22006
22007 2005-01-24 Jay Belanger <belanger@truman.edu>
22008
22009 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22010 display variable name.
22011
22012 2005-01-24 Kenichi Handa <handa@m17n.org>
22013
22014 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22015 Fix setting of the element of encoded-kbd-iso2022-invocations.
22016
22017 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22018
22019 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22020 (gdb-threads-select): Change to also accept mouse events.
22021 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22022 (gdb-threads-mouse-select): Delete.
22023
22024 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22025
22026 * files.el (insert-directory): Take care of empty directory,
22027 listed without -a switch.
22028
22029 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22030
22031 * textmodes/refill.el (refill-post-command-function):
22032 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22033 to the list of functions that we should be careful not to undo.
22034 (refill-late-fill-paragraph-function): Remove.
22035 (refill-saved-state): New var.
22036 (refill-mode): Use it to save fill-paragraph-function.
22037 Save also the value of auto-fill-function.
22038
22039 * term/w32-win.el: Simplify code.
22040
22041 2005-01-23 Kim F. Storm <storm@cua.dk>
22042
22043 * simple.el (line-move): Adapt to new return value from
22044 pos-visible-in-window-p.
22045
22046 * simple.el (line-move): Fix last change. Check partial
22047 visibility at point rather than at window-start.
22048
22049 2005-01-22 Jason Rumney <jasonr@gnu.org>
22050
22051 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22052
22053 2005-01-22 David Kastrup <dak@gnu.org>
22054
22055 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22056
22057 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22058
22059 * type-break.el (type-break-mode): Add a test for
22060 type-break-file-name being non-nil.
22061
22062 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22063
22064 * net/eudc.el (top level): Call (message "") via progn, so that
22065 eudc-options-file is loaded.
22066
22067 2005-01-22 Kim F. Storm <storm@cua.dk>
22068
22069 * simple.el (line-move-1): Rename from line-move.
22070 (line-move): New function that adjusts vscroll for partially
22071 visible rows, and calls line-move-1 otherwise.
22072
22073 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22074
22075 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22076 since it's not a complete read-event implementation
22077
22078 2005-01-20 Jay Belanger <belanger@truman.edu>
22079
22080 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22081 for called function.
22082
22083 2005-01-20 Steven Tamm <steventamm@mac.com>
22084
22085 * term/mac-win.el (process-connection-type): Remove.
22086 Controlled now by s/darwin.h:PTY_ITERATION.
22087
22088 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22089
22090 * window.el (handle-select-window): Don't switch window when we're
22091 in the minibuffer.
22092
22093 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22094
22095 * subr.el (dotimes-with-progress-reporter): New macro.
22096
22097 * ses.el (ses-dotimes-msg): Remove macro.
22098 Use `dotimes-with-progress-reporter' instead.
22099
22100 2005-01-19 Steven Tamm <steventamm@mac.com>
22101
22102 * term/mac-win.el (process-connection-type): Use new
22103 operating-system-release variable to use ptys on Darwin 7 (OS X
22104 10.3) when using carbon build.
22105
22106 2005-01-19 Jay Belanger <belanger@truman.edu>
22107
22108 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22109 flags if the last command was a tab or M-tab.
22110
22111 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22112 in formula editing buffer.
22113
22114 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22115
22116 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22117 breakpoint image symbol in margin.
22118
22119 2005-01-19 Jay Belanger <belanger@truman.edu>
22120
22121 * calc/calc-prog.el (calc-execute-kbd-macro):
22122 Ignore calc-keep-arg-flag.
22123
22124 2005-01-19 Kenichi Handa <handa@m17n.org>
22125
22126 * textmodes/ispell.el (ispell-looking-at): New function.
22127 (ispell-process-line): Use ispell-looking-at to compare the ispell
22128 output and the buffer contents.
22129
22130 2005-01-18 Jay Belanger <belanger@truman.edu>
22131
22132 * calc/calc.el (calc-display-raw): Fix docstring.
22133
22134 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22135
22136 * simple.el (blink-matching-open): Strip extra info from syntax.
22137
22138 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22139 funny chars in the end-of-here-doc marker.
22140
22141 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22142
22143 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22144 that enable/disabled state of breakpoints is shown correctly in
22145 fringe and on ttys.
22146 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22147 Add breakpoint information as text properties.
22148 (gdb-mouse-toggle-breakpoint):
22149 Rename to gdb-mouse-set-clear-breakpoint.
22150 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22151 breakpoints in the margin.
22152 (gdb-remove-strings): Simplify.
22153
22154 2005-01-17 Jay Belanger <belanger@truman.edu>
22155
22156 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22157 erasing buffer.
22158
22159 2005-01-17 Richard M. Stallman <rms@gnu.org>
22160
22161 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22162 for calling grep-compute-defaults.
22163
22164 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22165 if buffer is empty.
22166
22167 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22168
22169 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22170
22171 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22172
22173 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22174 non-preloaded variables.
22175
22176 2005-01-17 Steven Tamm <steventamm@mac.com>
22177
22178 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22179 tex-shell cause to force interactivity when using pipes.
22180
22181 2005-01-17 Kim F. Storm <storm@cua.dk>
22182
22183 * simple.el (just-one-space): Make arg optional.
22184
22185 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22186
22187 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22188 posn-at-x-y to t to access left-margin.
22189
22190 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22191
22192 Sync with Tramp 2.0.47.
22193
22194 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22195 catching keep-date problems in cp/scp operations.
22196 (tramp-handle-copy-file): Don't call `set-file-modes'
22197 unconditionally. Specialized functions should know better what is
22198 necessary. This improves performance a little bit, and the
22199 functions could catch errors with `cp -p' and `scp -p'.
22200 (tramp-do-copy-or-rename-file-via-buffer)
22201 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22202 when appropriate.
22203 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22204 Call `set-file-modes' when appropriate.
22205 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22206 Johnsson <isak@hypergene.com>
22207 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22208 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22209 <joakim@verona.se>
22210 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22211 Emacs only.
22212
22213 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22214 `find-file-hooks' and `dired-mode-hook'.
22215 (tramp-minor-mode-map): Respective map. Add remapping for
22216 `compile' and `recompile'.
22217 (tramp-remap-command, tramp-recompile): New defuns.
22218 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22219 in buffer "*Compilation*". Call the commands asynchronously.
22220
22221 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22222 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22223 `shell-command', because it isn't magic in XEmacs. Reported by
22224 Adrian Aichner <adrian@xemacs.org>.
22225
22226 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22227 `substitute-in-file-name.
22228 (tramp-smb-handle-substitute-in-file-name): New defun.
22229 (tramp-smb-advice-PC-do-completion): Delete advice.
22230
22231 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22232
22233 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22234 Fix error in deleting region.
22235
22236 2005-01-15 Richard M. Stallman <rms@gnu.org>
22237
22238 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22239 In non-temp buffer, switch syntax table temporarily.
22240
22241 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22242
22243 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22244
22245 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22246
22247 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22248 (imenu--generic-function): Use START, not BEG, as pos of definition.
22249
22250 * simple.el (just-one-space): Argument specifies number of spaces.
22251
22252 * simple.el (eval-expression-print-format): Avoid warning
22253 about edebug-active.
22254
22255 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22256
22257 * progmodes/sh-script.el: Code copied from make-mode.el
22258 with small changes,
22259 (sh-mode-map): Bind C-c C-\.
22260 (sh-backslash-column, sh-backslash-align): New variables.
22261 (sh-backslash-region, sh-append-backslash): New functions.
22262
22263 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22264
22265 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22266 (rmail-pop-password, rmail-pop-password-required): Move to
22267 rmail-obsolete group.
22268 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22269 All callers updated.
22270 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22271 Take an argument specifying whether it is POP or IMAP mailbox we
22272 are using. All callers updated.
22273 (rmail-pop-password-error): Rename to
22274 rmail-remote-password-error. Added mailutils-specific error message.
22275 (rmail-movemail-search-path)
22276 (rmail-movemail-variant-in-use): New variables.
22277 (rmail-remote-password, rmail-remote-password-required):
22278 New customization variables.
22279 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22280 (rmail-parse-url): New function.
22281 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22282 with GNU mailutils movemail.
22283
22284 2005-01-15 Kevin Ryde <user42@zip.com.au>
22285
22286 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22287 suffix to space, $ or '$, to correctly position point when going
22288 to @table style constants like DBL_MAX.
22289
22290 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22291
22292 * type-break.el (type-break-mode, type-break-file-time)
22293 (type-break-file-keystroke-count, type-break-choose-file):
22294 Don't store data in or load data from the file if type-break-file-name
22295 is nil.
22296 (type-break-file-name): Doc update as per the above.
22297
22298 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22299
22300 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22301 lookup-key might return nil; handle that.
22302
22303 2005-01-15 Alan Mackenzie <acm@muc.de>
22304
22305 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22306 rather than the element found, thus enabling the tree to be setcar'd.
22307
22308 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22309
22310 * textmodes/org.el (org-show-following-heading): New option.
22311 (org-show-hierarchy-above): Use `org-show-following-heading'.
22312 (org-cycle): Documentation fix.
22313
22314 * textmodes/org.el (orgtbl-optimized): New option
22315 (orgtbl-mode): New command, a minor mode.
22316 (orgtbl-mode-map): New variable.
22317 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22318 (orgtbl-error, orgtbl-self-insert-command)
22319 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22320
22321 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22322 a local variable in each org-mode buffer.
22323
22324 * textmodes/org.el (org-set-regexps-and-options): Rename from
22325 `org-set-regexps'. Added checking for STARTUP keyword.
22326 (org-get-current-options): Add STARTUP options.
22327 (org-table-insert-row): Make mode intelligent about when
22328 realignment is needed.
22329 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22330 New commands.
22331 (org-enable-table-editor): New default value `optimized'.
22332 (org-table-blank-field): Support blanking regions if active.
22333
22334 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22335
22336 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22337 if the year is not given.
22338
22339 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22340 Add new escapes %m and %M, fixed bug with %F by adding
22341 save-match-data.
22342 (reftex-reference): Remove ?. from list of spaces.
22343 (reftex-label-info): Add automatic label prefix recognition.
22344
22345 * textmodes/reftex-index.el (reftex-index-next-phrase):
22346 Add slave parameter to call of `reftex-index-this-phrase'.
22347 (reftex-index-this-phrase): New optional argument.
22348 (reftex-index-region-phrases): Add slave parameter to call of
22349 `reftex-index-this-phrase'.
22350 (reftex-display-index): New argument redo.
22351 (reftex-index-rescan): Add `redo' to arguments of
22352 `reftex-display-index'.
22353 (reftex-index-Rescan, reftex-index-revert)
22354 (reftex-index-switch-index-tag): Add `redo' to arguments of
22355 `reftex-display-index'.
22356 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22357 indexing. Fix bug with matching is there is a quote before or
22358 after the word.
22359
22360 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22361 Fix bug when collecting citation keys in lines with comments.
22362 (reftex-citation): Prefix argument no longer rescans the document,
22363 but forces prompting for optional arguments of cite macros.
22364 (reftex-do-citation): Prompting for optional arguments implemented.
22365
22366 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22367 Add optional arguments to most cite commands.
22368 (reftex-cite-cleanup-optional-args): New option
22369 (reftex-cite-prompt-optional-args): New option.
22370 (reftex-trust-label-prefix): New option.
22371
22372 * textmodes/reftex-toc.el (reftex-toc-find-section):
22373 Add push-mark before changing the position in the buffer.
22374
22375 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22376 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22377
22378 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22379
22380 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22381 more carefully.
22382
22383 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22384
22385 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22386 (sgml-mode): Use it.
22387 (sgml-get-context): Better keep track of implicitly closed tags.
22388
22389 2005-01-13 Kenichi Handa <handa@m17n.org>
22390
22391 * textmodes/ispell.el: These changes are to fix misalignment error
22392 caused by equivalent characters of different Emacs charsets.
22393 (ispell-unified-chars-table): New variable.
22394 (ispell-get-decoded-string): New function.
22395 (ispell-get-casechars, ispell-get-not-casechars)
22396 (ispell-get-otherchars): Call ispell-get-decoded-string.
22397
22398 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22399
22400 * custom.el (custom-declare-variable): Just put symbol instead
22401 of (defvar . symbol) in `current-load-list'.
22402
22403 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22404
22405 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22406
22407 2005-01-12 Jay Belanger <belanger@truman.edu>
22408
22409 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22410 to create a Calc summary.
22411
22412 2005-01-12 Kim F. Storm <storm@cua.dk>
22413
22414 * mouse.el (mouse-on-link-p): Change functionality and doc
22415 string to comply with latest description in lisp ref.
22416
22417 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22418
22419 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22420 Enable mouse clicks on mode-line, header-line and margin.
22421 (event-type): Give mouse event symbols an `event-kind' property
22422 with value `mouse-click'.
22423
22424 2005-01-12 Juri Linkov <juri@jurta.org>
22425
22426 * facemenu.el (list-colors-display): Add new arg buffer-name.
22427 Use it. Fix docstring. Replace code for identifying duplicate
22428 colors by the name with call to `list-colors-duplicates' which
22429 identifies duplicate colors by the value unless the color
22430 is one of special Windows colors. Set truncate-lines to t.
22431 Print sorted duplicate color names on each line. Indent to 22
22432 \(the longest color name in rgb.txt) instead of 20. Optimize.
22433 (list-colors-duplicates): New function.
22434 (facemenu-color-name-equal): Delete function.
22435
22436 * facemenu.el (list-colors-print): New function created from code
22437 in list-colors-display. Print #RRGGBB at the window right edge.
22438 (list-colors-display): When temp-buffer-show-function is not
22439 defined, call list-colors-print from temp-buffer-show-hook
22440 to get the right value of window-width in list-colors-print
22441 after the buffer is displayed.
22442
22443 * simple.el (pop-mark): Move deactivate-mark out of conditional
22444 part to deactivate the active mark regardless of the state of the
22445 mark ring.
22446
22447 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22448 variables line in desktop files.
22449
22450 2005-01-12 Juri Linkov <juri@jurta.org>
22451
22452 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22453 Bring together isearch highlight related options.
22454 (lazy-highlight): Replace group `replace' by `matching'.
22455 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22456 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22457 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22458 and declare them obsolete.
22459 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22460 (isearch-faces): Remove defgroup.
22461 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22462 Move isearch highlighting code closer to lazy highlighting code.
22463
22464 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22465 (query-replace-highlight, query-replace-lazy-highlight)
22466 (query-replace): Move definitions to the beginning of the file.
22467
22468 2005-01-11 Juri Linkov <juri@jurta.org>
22469
22470 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22471 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22472 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22473
22474 * info.el (Info-history-forward): New variable.
22475 (Info-select-node): Reset Info-history-forward to nil.
22476 (Info-last): Turn into defalias.
22477 (Info-history-back): Rename from Info-last.
22478 Add current node to Info-history-forward.
22479 (Info-history-forward): New fun.
22480 (Info-mode-map): Replace Info-last by Info-history-back.
22481 Bind Info-history-forward to "r".
22482 (Info-mode-menu): Replace Info-last by Info-history-back.
22483 Fix menu item text. Add menu item for Info-history-forward.
22484 (info-tool-bar-map): Replace Info-last by Info-history-back.
22485 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22486 for Info-history-forward.
22487 (Info-mode): Replace Info-last by Info-history-back in docstring.
22488 Add local variable Info-history-forward.
22489 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22490
22491 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22492
22493 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22494 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22495 Ignore select-window events rather than fiddle with
22496 mouse-autoselect-window.
22497
22498 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22499
22500 * type-break.el (type-break-mode): Fix previous change.
22501
22502 2005-01-10 Jay Belanger <belanger@truman.edu>
22503
22504 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22505 calculator; only reset when point is inside a calculator.
22506 Don't adjust the window height if the window takes up the whole height
22507 of the frame.
22508
22509 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22510
22511 * ebuff-menu.el (Electric-buffer-menu-mode):
22512 Preserve value of buffer-local var header-line-format.
22513
22514 2005-01-09 Jay Belanger <belanger@truman.edu>
22515
22516 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22517 Make sure settings file exists before accessing it.
22518
22519 * calc/calc-embed.el (calc-embedded-subst):
22520 Replace math-multi-subst-rec, which is only supposed to be called
22521 by math-multi-subst, by math-multi-subst.
22522
22523 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22524
22525 * vc.el (vc-allow-async-revert): New user option.
22526 (vc-disable-async-diff): New internal variable.
22527 (vc-revert-buffer): Use them to disable asynchronous diff.
22528
22529 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22530 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22531 asynchronously if vc-disable-async-diff is t.
22532
22533 2005-01-09 Jay Belanger <belanger@truman.edu>
22534
22535 * calc/calc.el (defcalcmodevar): New macro.
22536 (calc-mode-var-list-restore-default-values)
22537 (calc-mode-var-list-restore-saved-values): New functions.
22538 (calc-mode-var-list): Use defcalcmodevar to define it.
22539 (calc-always-load-extensions, calc-line-numbering)
22540 (calc-line-breaking, calc-display-just, calc-display-origin)
22541 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22542 (calc-group-char, calc-point-char, calc-frac-format)
22543 (calc-prefer-frac, calc-hms-format, calc-date-format)
22544 (calc-float-format, calc-full-float-format, calc-complex-format)
22545 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22546 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22547 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22548 (calc-matrix-brackets, calc-language, calc-language-option)
22549 (calc-left-label, calc-right-label, calc-word-size)
22550 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22551 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22552 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22553 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22554 (calc-window-height, calc-display-trail, calc-show-selections)
22555 (calc-use-selections, calc-assoc-selections)
22556 (calc-display-working-message, calc-auto-why, calc-timing)
22557 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22558 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22559 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22560 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22561 (calc-gnuplot-geometry, calc-graph-default-resolution)
22562 (calc-graph-default-resolution-3d, calc-invocation-macro)
22563 (calc-show-banner): Use defcalcmodevar to declare them and set
22564 their default values.
22565
22566 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22567 instead of default values (but restore default values if there is
22568 an argument of 0).
22569
22570 2005-01-09 David Kastrup <dak@gnu.org>
22571
22572 * desktop.el (desktop-restore-eager): Fix typo in type.
22573
22574 2005-01-08 Richard M. Stallman <rms@gnu.org>
22575
22576 * cus-edit.el (customize): Delete :link.
22577
22578 2005-01-08 Jay Belanger <belanger@truman.edu>
22579
22580 * calc/calc.el (calc-mode): Remove the extension from the
22581 `calc-settings-file' file name when loading it.
22582
22583 2005-01-08 Kim F. Storm <storm@cua.dk>
22584
22585 * info.el (Info-mode-map, Info-next-link-keymap)
22586 (Info-prev-link-keymap, Info-up-link-keymap):
22587 Map follow-link to mouse-face.
22588 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22589
22590 2005-01-08 Jay Belanger <belanger@truman.edu>
22591
22592 * calc/calc.el (calc-settings-file): Change default value.
22593 Suggested by cgw in a comment in calc-mode.el.
22594
22595 * calc/calc-mode.el (calc-settings-file-name):
22596 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22597 Replace ~/.emacs in a prompt by calc-settings-file.
22598
22599 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22600
22601 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22602 (desktop-lazy-idle-delay): New customizable variables.
22603 (desktop-buffer-args-list): New variable.
22604 (desktop-append-buffer-args): New function.
22605 (desktop-save): Call desktop-append-buffer-args for some buffers.
22606 (desktop-lazy-create-buffer): New function.
22607 (desktop-idle-create-buffers): New function.
22608 (desktop-read): Add message about buffers to restore lazily.
22609 (desktop-lazy-abort): New command.
22610 (desktop-clear): Call desktop-lazy-abort.
22611 (desktop-lazy-complete): New command.
22612
22613 2005-01-06 Richard M. Stallman <rms@gnu.org>
22614
22615 * emacs-lisp/find-func.el (find-face-definition):
22616 Rename from find-face.
22617
22618 2005-01-06 Kim F. Storm <storm@cua.dk>
22619
22620 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22621
22622 * man.el (Man-xref-man-page, Man-xref-header-file)
22623 (Man-xref-normal-file): Add follow-link property.
22624
22625 2005-01-06 Jay Belanger <belanger@truman.edu>
22626
22627 * calc/calc-units.el: Make sure the proper macro definitions are
22628 available when compiling.
22629
22630 2005-01-06 Juri Linkov <juri@jurta.org>
22631
22632 * isearch.el (isearch-lazy-highlight-update):
22633 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22634
22635 2005-01-06 Miles Bader <miles@gnu.org>
22636
22637 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22638 (isearch-lazy-highlight-face): Use new name.
22639
22640 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22641
22642 * uniquify.el (uniquify-rationalize-file-buffer-names):
22643 Re-add an interactive spec.
22644 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22645 to the same name.
22646
22647 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22648 (isearch-update, isearch-done): Adjust calls accordingly.
22649
22650 2005-01-05 Richard M. Stallman <rms@gnu.org>
22651
22652 * custom.el (custom-set-variables, custom-theme-set-variables):
22653 Clarify documentation.
22654
22655 * emacs-lisp/find-func.el (find-variable)
22656 (find-variable-other-window, find-variable-other-frame):
22657 Fix the TYPE args to find-function-read and find-function-do-it.
22658 (find-function): Doc fix.
22659 (find-function-at-point): Replace function-at-point alias.
22660
22661 2005-01-04 Richard M. Stallman <rms@gnu.org>
22662
22663 * cus-face.el (custom-declare-face):
22664 Record defface in current-load-list.
22665
22666 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22667
22668 * emacs-lisp/find-func.el: Doc fixes.
22669 (find-face-regexp): New variable.
22670 (find-function-regexp-alist): New variable.
22671 (find-function-C-source): Third arg is now TYPE.
22672 (find-function-search-for-symbol): Handle general TYPE.
22673 (find-function-read, find-function-do-it): Handle general TYPE.
22674 (find-definition-noselect, find-face): New functions.
22675 (function-at-point): Alias deleted.
22676
22677 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22678
22679 * battery.el (display-battery-mode): Rename from display-battery.
22680 Handle the case where it gets turned off.
22681
22682 2005-01-04 Richard M. Stallman <rms@gnu.org>
22683
22684 * cus-edit.el (customize): Make :link point to user doc.
22685
22686 * man.el (Man-fontify-manpage): Turn off undo generation.
22687
22688 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22689
22690 2005-01-04 Andreas Schwab <schwab@suse.de>
22691
22692 * files.el (insert-directory): Only look for error lines in
22693 inserted text. Don't move too far after processing --dired markers.
22694
22695 2005-01-04 Richard M. Stallman <rms@gnu.org>
22696
22697 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22698 Don't expand if the character is @, period, dash, etc.
22699 (define-mail-abbrev): Quote names that contain problem characters.
22700
22701 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22702
22703 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22704
22705 2005-01-03 Richard M. Stallman <rms@gnu.org>
22706
22707 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22708 (query-replace-highlight, query-replace-lazy-highlight)
22709 (query-replace): Definitions moved up. Doc fix.
22710
22711 2005-01-03 Richard M. Stallman <rms@gnu.org>
22712
22713 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22714 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22715 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22716 (lazy-highlight-face): Rename from isearch-lazy-...
22717 Change all references to them.
22718
22719 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22720
22721 * cus-edit.el (custom-file): Doc fix for defcustom.
22722 (custom-file): The function no longer sets the variable
22723 `custom-file' to its return value.
22724
22725 * startup.el (command-line): No longer load `custom-file'.
22726
22727 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22728
22729 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22730
22731 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22732 Don't confuse module-prefixed identifiers for labels.
22733 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22734
22735 2005-01-02 Richard M. Stallman <rms@gnu.org>
22736
22737 * files.el (basic-save-buffer-1): Fix previous change.
22738
22739 * loadhist.el (file-loadhist-lookup): New function.
22740 (file-provides, file-requires): Use it.
22741
22742 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22743 instead of calculating the right size.
22744
22745 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22746
22747 * vc-svn.el (vc-svn-diff): Stay local if possible.
22748
22749 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22750
22751 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22752
22753 * files.el (hack-local-variables): Fix last change.
22754
22755 2005-01-02 Jay Belanger <belanger@truman.edu>
22756
22757 * calc/calc-yank.el (calc-edit-top): New variable.
22758 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22759 object. Change header properties.
22760 (calc-edit-finish, calc-edit-finish-stack-object)
22761 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22762 edited object.
22763 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22764 for the beginning of the edited object.
22765 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22766 for the beginning of the edited object.
22767 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22768 (calc-finish-formula-edit, calc-macro-repeats)
22769 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22770 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22771 beginning of the edited object.
22772 (calc-user-define-edit): Change the header for editing macros.
22773 Remove unnecessary variable.
22774
22775 2005-01-01 Jay Belanger <belanger@truman.edu>
22776
22777 * calc/calc-yank.el (calc-edit-mode): Change default header.
22778 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22779 * calc/calc-store.el (calc-edit-variable): Change title to match new
22780 header.
22781 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22782 mode to match new header.
22783 (calc-user-define-edit): Change titles to include names of commands.
22784 (calc-finish-formula-edit): Adjust to handle new header.
22785 (calc-finish-macro-edit): Remove.
22786 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22787 (calc-edit-macro-command, calc-edit-macro-command-type)
22788 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22789 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22790 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22791 (calc-edit-macro-finish-edit): New functions.
22792 (calc-user-define-edit): Use new functions to edit named calc macros.
22793
22794 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22795
22796 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22797
22798 * ses.el (copy-region-as-kill): Deactivate mark.
22799
22800 2005-01-01 Richard M. Stallman <rms@gnu.org>
22801
22802 * replace.el (occur-1): If the output buffer is also an input,
22803 don't kill it, rename it.
22804
22805 * faces.el (set-face-background, set-face-foreground): Doc fix.
22806
22807 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22808 for :foreground and :background.
22809
22810 * dired.el (dired-view-command-alist): Variable deleted.
22811 (dired-view-file, dired-mouse-find-file-other-window):
22812 Delete the code to use it.
22813
22814 2005-01-01 Kim F. Storm <storm@cua.dk>
22815
22816 * image.el (insert-sliced-image): Use t for line-height property.
22817
22818 See ChangeLog.11 for earlier changes.
22819
22820 ;; Local Variables:
22821 ;; coding: iso-2022-7bit
22822 ;; End:
22823
22824 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22825 Copying and distribution of this file, with or without modification,
22826 are permitted provided the copyright notice and this notice are preserved.
22827
22828 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1