]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2
3 * progmodes/antlr-mode.el (antlr-default):
4 * cus-edit.el (custom-documentation):
5 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
6 in defface.
7
8 2006-04-21 Kim F. Storm <storm@cua.dk>
9
10 * image.el (image-type): New defun split out of create-image.
11 (create-image): Use it.
12
13 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
14
15 * textmodes/org.el (org-mode-map): Catch conflict with old
16 allout.el.
17 (org-open-at-point): Remove the "...done" message to keep output
18 in the echo area visible.
19 (org-export-as-xoxo): Fix call to `indent-region'.
20
21 2006-04-21 Kevin Ryde <user42@zip.com.au>
22
23 * international/mule.el (keyboard-coding-system): defcustom
24 info-link fixes: "Specify Coding" has been split, keyboard now in
25 "Terminal Coding", and "Single-Byte Character Support" is now
26 "Unibyte Mode".
27
28 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
29
30 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
31 Use font-lock-warning-face for any errors e.g. no stack.
32 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
33
34 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
35
36 * progmodes/sh-script.el (sh-shell): Mark as safe.
37
38 * newcomment.el (comment-start, comment-start-skip)
39 (comment-end-skip, comment-end): Mark as safe.
40
41 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
42
43 * textmodes/org.el: (org-deadline-announce): Face removed.
44 (org-level-faces, org-n-levels): Converted to constant.
45 (org-compatible-face): New function.
46 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
47 (org-level-5, org-level-6, org-level-7, org-level-8)
48 (org-special-keyword, org-warning, org-headline-done, org-link)
49 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
50 (org-scheduled-today, org-scheduled-previously, org-time-grid):
51 Face definition revised for better color tty support.
52 (org-bold-re, org-italic-re, org-underline-re): New constants.
53 (org-set-font-lock-defaults): Use the new constants.
54 (org-agenda-highlight-todo): New function.
55 (org-agenda-todo): Fixed bug with point at end of line.
56 (org-agenda-change-all-lines, org-finalize-agenda-entries):
57 Fontify TODO keywords.
58 (org-insert-link): Preserve relative path in ../ links.
59 (org-export-as-html): Convert links pointing to .org files into
60 links that will work beteen the exported HTML files.
61 (org-todo-list): Fix bug when arg=0.
62 (org-insert-heading): More fine-tuning.
63
64 2006-04-19 Romain Francoise <romain@orebokech.com>
65
66 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
67 from `rmail-mime-charset-pattern'.
68
69 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
70
71 * progmodes/python.el (python-mode): Fix typo.
72
73 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
74
75 * comint.el (comint-previous-input): Don't clobber input line
76 when moving off either end of the input history ring.
77 (comint-delete-input): New function, used by
78 `comint-previous-input' and others.
79 (comint-previous-matching-input): Use
80 `coming-delete-input'. Save the partial input if leaving the
81 edit line. Goto point-max before deleting input to avoid
82 partial input fragments hanging around.
83 (comint-restore-input): New function, used by
84 `comint-previous-input', and bound to "C-c C-j".
85
86 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
87
88 * imenu.el (imenu--index-alist): Balance parentheses.
89
90 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
91
92 * progmodes/python.el (python-mode): Add support for
93 hs-minor-mode.
94
95 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
96
97 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
98 file is nil.
99
100 2006-04-18 Richard Stallman <rms@gnu.org>
101
102 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
103
104 * imenu.el (imenu-create-index-function, imenu--index-alist)
105 (imenu--last-menubar-index-alist, imenu--make-index-alist)
106 (imenu-default-create-index-function, imenu--generic-function):
107 Doc fixes.
108
109 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
110
111 * help-mode.el (help-mode): Set view-exit-action to delete window.
112
113 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
114 now works by passing nil as arg.
115
116 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
117
118 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
119 (read-abbrev-file): Provide default when reading filename.
120
121 * files.el (enable-local-variables): Allow :all as value.
122 (hack-local-variables): Implement that value.
123 (safe-local-variable-values, safe-local-eval-forms)
124 (enable-local-variables): Mark as risky.
125 (find-file-visit-truename, kept-old-versions): Mark safe.
126
127 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
128 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
129 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
130
131 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
134 Use forward-line so as to get to BOL even in the presence of fields.
135 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
136 in return.
137 (inferior-tcl): Tell tclsh to work in interactive mode.
138
139 * complete.el (partial-completion-mode):
140 Use 'choose-completion-string-functions to make sure that
141 choose-completion fills the minibuffer properly.
142
143 * complete.el (PC-old-read-file-name-internal): Remove.
144 (PC-read-include-file-name-internal): Remove. Turn it into an advice
145 of read-file-name-internal.
146 (partial-completion-mode): Enable/disable this advice.
147
148 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
149
150 * net/tramp.el (tramp-completion-file-name-handler): Revert change
151 of 2006-04-17.
152
153 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
154
155 * textmodes/org.el (org-insert-heading): Insert heading before
156 current if at beginning of line.
157 (org-todo, org-date): New faces.
158 (org-table-align): Make sure tooltip window contains full text.
159 (org-no-properties): New defsubst.
160 (org-set-font-lock-defaults): Use new faces.
161
162 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
163
164 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
165 for root variables.
166
167 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
168 (gdb-frame-address): Re-use to identify frame for watch expression.
169 (gdb-var-list, gdb-var-create-handler): Add frame address for root
170 variables.
171 (gdb-init-1, gdb-source, gdb-post-prompt, )
172 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
173 (gdb-frame-handler): Get gdb-frame-address.
174
175 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
176
177 Sync with Tramp 2.0.53.
178
179 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
180 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
181 (tramp-completion-file-name-handler): Add autoload cookie for
182 adding to `file-name-handler-alist'.
183
184 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
185 the prompt. If it returns earlier (when detecting an error
186 message), the rest of the output will merge accidently with the
187 output of the next command. Reported by M Jared Finder
188 <jared@hpalace.com>.
189
190 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
191 for `process-file', in order to let it work for older Emacsen too.
192
193 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
194
195 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
196 (tex-font-lock-keywords-3): Use it.
197
198 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * newcomment.el (comment-add): New function.
201 (comment-region-default, comment-dwim): Use it.
202
203 2006-04-15 Michael Olson <mwolson@gnu.org>
204
205 * emacs-lisp/tq.el: Improve comments.
206 (tq-queue-head-question): New accessor function.
207 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
208 Update for modified queue structure.
209 (tq-queue-add): Accept `question' argument.
210 (tq-queue-pop): If a question is pending, send it.
211 (tq-enqueue): Accept new optional argument `delay-question'.
212 If this is non-nil, and at least one other question is pending a
213 response, queue the question rather than sending it immediately.
214
215 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
216
217 * calendar/appt.el (appt-add): Check whether an appointment is
218 already present in appt-time-msg-list. Simplify code.
219
220 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * progmodes/cc-langs.el (c-mode-menu):
223 Don't presume c-subword-mode is bound.
224
225 2006-04-13 Bill Wohler <wohler@newt.com>
226
227 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
228 (customize-package-emacs-version): Use cdr instead of cadr now
229 that alists use dotted pairs.
230
231 * custom.el (defcustom): Fix docstring for :package-version.
232
233 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
234
235 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
236 (tramp-handle-shell-command): Display output buffer only when
237 `tramp-display-shell-command-buffer' is true.
238 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
239
240 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
241
242 * textmodes/org.el (org-set-autofill-regexps): Set only the local
243 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
244
245 2006-04-13 Romain Francoise <romain@orebokech.com>
246
247 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
248 leaving temporary .cvsignore buffers behind.
249
250 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
251
252 * textmodes/org.el: (org-set-regexps-and-options)
253 (org-get-current-options): Better names for the startup folding
254 options.
255
256 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
257
258 * vc.el (vc-annotate): Arrange for point to end up at the same
259 line number as in the original, but only when using a new buffer.
260
261 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
262
263 * files.el (hack-one-local-variable-eval-safep):
264 Recognize `edebug-form-spec' for `put', but only if it passes
265 `edebug-basic-spec'. Generalize `put' handling.
266
267 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
268 vetting file-local form specs.
269
270 * allout.el (allout-layout): Autoload its `safe-local-variable'
271 property.
272
273 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
274
275 * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
276 (org-agenda-mouse-1-follows-link)
277 (org-mouse-1-follows-link): New options.
278 (org-format-agenda-item): Fix bug if TAGS is nil.
279 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
280
281 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
282
283 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
284 GDB 6.1+ gives full filename for "info sources" so use
285 file-name-nondirectory.
286
287 2006-04-12 Romain Francoise <romain@orebokech.com>
288
289 * subr.el (read-passwd): Bind `message-log-max' to nil.
290
291 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * progmodes/perl-mode.el (perl-indent-new-calculate):
294 Recompute parse-start after jumping backward by a whole sexp.
295
296 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
299 window configuration.
300 (vc-annotate-display-select): Select the buffer so that current-buffer
301 (and selected-window) is the output buffer at the end of vc-annotate.
302
303 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
304
305 * vc.el (vc-annotate-color-map): Add custom TTY color map for
306 8-color terminals, to use all of the colors in a sensible order.
307 256-color terminals work well with the standard map.
308 (vc-annotate-lines): Only strip the first color character if it
309 is "#", to allow for terminal-style named colors.
310 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
311 the correct buffer is scrolled.
312
313 2006-04-11 Richard Stallman <rms@gnu.org>
314
315 * emacs-lisp/bytecomp.el (byte-compile-file):
316 Bind enable-local-variables to :safe, and make normal-mode obey it.
317
318 * files.el (enable-local-variables): Allow value :safe.
319 (normal-mode): Doc fix.
320 (hack-local-variables): Implement enable-local-variables = :safe.
321 (hack-local-variables-confirm): Don't prevent quitting.
322
323 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * loadhist.el (unload-feature): A bit of sanity check of
326 load-history entries. Cancel timer-vars before unbinding them.
327
328 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
329 quote special chars, and make the trick work on the hex part of the
330 buffer as well.
331 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
332 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
333
334 * startup.el (normal-splash-screen): Fix last change so we don't wait
335 2 minutes if we don't show the splash screen.
336
337 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
338
339 * textmodes/org.el (org-export-plain-list-max-depth)
340 (org-table-spaces-around-separators)
341 (org-radio-targets, org-activate-camels)
342 (org-table-spaces-around-invisible-separators): Options removed.
343 (org-time-stamp-rounding-minutes, org-remember-templates)
344 (org-ellipsis, org-activate-links, org-descriptive-links):
345 New options.
346 (org-remember-apply-template, org-current-time)
347 (org-finish-edit-table-field)
348 (org-link-unescape, org-link-escape)
349 (org-string-width, org-table-clean-line, org-html-do-expand)
350 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
351 (org-read-agenda-file-list): New functions.
352 (org-table-edit-field)
353 (org-table-create-or-convert-from-region): New commands
354 (org-table-toggle-vline-visibility): Command removed.
355 (org-table-convert-region): Made a command.
356 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
357 Replace with the normal org- functions.
358 (org-self-insert-command): Don't trigger realign unnecessarily
359 when blanking a field that is not full.
360 (org-mode): `Set buffer-invisibility-spec' for links.
361 (org-activate-links2): Hide link part and only show descriptive
362 part of the link.
363 (org-insert-link): Modify for new linking system.
364 (org-store-link): Store description separately, for use by
365 `org-insert-link'.
366 (org-table-align): Use `org-string-width'.
367 (defgroup): Completely new group structure for custom variables.
368 (org-agenda-files): Option: Single file name allowed. Function:
369 Optional argument unrestrited means ignore any restricitons.
370 (org-install-agenda-files-menu): Find a buffer in Org-mode before
371 trying to modify the menu. Use generalized access to
372 `org-agenda-files.'
373 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
374 (org-agenda-file-to-front, org-remove-file, org-diary)
375 (org-tags-view, org-export-icalendar-all-agenda-files)
376 (org-export-icalendar-combine-agenda-files): Use generalized
377 access to `org-agenda-files'.
378 (org-remember-handler): Correctly preserve heading if present.
379 (org-table-insert-row, org-table-insert-hline): Deal with
380 invisible characters.
381
382 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
383
384 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
385 (vc-annotate-color-map): New 18 element constant
386 value/saturation, rotating hue colormap, from red->blue.
387 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
388 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
389 (vc-annotate): To avoid killing the required local variables,
390 set them before the end of `with-output-to-temp-buffer', and
391 after first switching to annotate-mode.
392 (vc-annotate-warp-version): Add buffer argument in goto-line to
393 ensure annotation, not source, is scrolled.
394
395 2006-04-10 Bill Wohler <wohler@newt.com>
396
397 * custom.el (defcustom, custom-handle-keyword):
398 Add :package-version keyword.
399 (custom-add-package-version): New function. Sets value of new
400 property 'custom-package-version from :package-version keyword.
401 (defcustom): Create Common Keywords section in docstring.
402 (defface, defgroup): Replace definitions of a select few keywords
403 with a reference to the Common Keywords in defcustom.
404 (defcustom, defface, defgroup): Replace reference to Customization
405 chapter in manual with hyperlink.
406
407 * cus-edit.el (customize-package-emacs-version-alist):
408 New variable.
409 (customize-changed-options): Add check for custom-package-version.
410 (customize-package-emacs-version): New function to look up Emacs
411 version corresponding to the given package version.
412
413 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
414 defun name, in similar fashion to find-variable-regexp.
415
416 2006-04-10 Eli Zaretskii <eliz@gnu.org>
417
418 * international/mule-cmds.el (set-locale-environment): Fix last
419 change for when the locale's preferences don't specify any encoding.
420
421 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
422
423 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
424 so the defined var/fun doesn't need to be quoted.
425
426 2006-04-10 Richard Stallman <rms@gnu.org>
427
428 * finder.el (finder-mode-map): Add n and p bindings.
429
430 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
431
432 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
433 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
434 (gdb-setup-windows): Put something in source window if we can't find
435 the source file.
436 (gdb-frame-handler): Make it work again with just assembly.
437 (gdb-data-list-register-values-handler): Make it work when there is
438 no stack.
439
440 2006-04-09 Richard Stallman <rms@gnu.org>
441
442 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
443 specs while looking for charset.
444
445 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
446
447 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
448 Make them faces.
449 (lm-font-lock-keywords): Update appropriately.
450
451 2006-04-10 Kim F. Storm <storm@cua.dk>
452
453 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
454 it can also replace buffer-substring-no-properties.
455
456 * emulation/cua-base.el (cua-delete-region, cua-paste)
457 (cua-repeat-replace-region): Use filter-buffer-substring.
458
459 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
460 (cua-cut-region-to-global-mark): Likewise.
461
462 * emulation/cua-rect.el (cua--extract-rectangle)
463 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
464
465 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
466
467 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
468 entry-type. Add field delimiters to numerical fields if they are
469 not present.
470
471 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
472
473 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
474 string-const to return value.
475 (bibtex-remove-delimiters): Use it.
476
477 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
480 cl-byte-compile-compiler-macro unless it exists.
481
482 2006-04-08 Eli Zaretskii <eliz@gnu.org>
483
484 * files.el (hack-local-variables-confirm) <offer-save>:
485 Clarify message text. Suggested by Ralf Angeli.
486
487 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
488
489 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
490 (delete-extract-rectangle-line): Use `filter-buffer-substring'
491 instead of `buffer-substring' and `delete-region'. (Most of the
492 code actually copied from `kill-region'.)
493
494 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
495
496 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
497 (rcirc-default-port): Rename from rcirc-port.
498 (rcirc-default-nick): Rename from rcirc-nick.
499 (rcirc-default-user-name): Rename from rcirc-user-name.
500 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
501 (rcirc-low-priority-flag): New variable.
502 (rcirc-decode-coding-system): New defcustom.
503 (rcirc-encode-coding-system): New defcustom.
504 (rcirc-coding-system-alist): New defcustom.
505 (rcirc-multiline-major-mode): New defcustom.
506 (rcirc-nick): New internal variable.
507 (rcirc-process): Remove variable.
508 (rcirc-server-buffer): New variable.
509 (rcirc): Update to use rcirc-default-* variables above.
510 (rcirc-connect): Do not add window-configuration-hook-here.
511 (rcirc-server): New internal variable.
512 (rcirc-connect): Do not send keepalive pings if
513 rcirc-keepalive-seconds is nil.
514 (with-rcirc-server-buffer): New macro.
515 (rcirc-send-string): Encode with rcirc-encode-coding-system.
516 (rcirc-server-name): Rename from rcirc-server.
517 (rcirc-buffer-process): New function.
518 (rcirc-buffer-nick): New function.
519 (rcirc-buffer-target): Remove function.
520 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
521 New commands.
522 (rcirc-mode-map): Change binding of C-c C-l to
523 rcirc-toggle-low-priority.
524 (rcirc-mode): Initialize coding system based on
525 rcirc-coding-system-alist. New change-major-mode-hook to part the
526 channel on a mode change. Make kill-buffer-hook buffer-local.
527 (rcirc-change-major-mode-hook): New function.
528 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
529 (rcirc-last-post-time): New variable.
530 (rcirc-process-message): Store the last time user posted a message
531 to this target.
532 (rcirc-multiline-minor-mode): New mode.
533 (rcirc-multiline-minor-mode-map): New mode map.
534 (rcirc-edit-multiline): Put multiline-edit buffer in
535 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
536 (rcirc-print): Ignore any line starting with an ignored nick.
537 (rcirc-print): Decode using rcirc-decode-coding-system.
538 (rcirc-track-minor-mode): Update global-mode-string when disabling
539 this mode.
540 (minor-mode-alist): Add LowPri indicator.
541 (rcirc-toggle-low-priority): New function.
542 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
543 next lowpriority buffer with activity.
544 (rcirc-record-activity): Sort buffers in rcirc-activity by the
545 last time the user posted a message in to the target.
546 (rcirc-update-activity-string): New formatting for low priority
547 buffers.
548 (rcirc-split-activity): New function.
549 (rcirc-handler-PART, rcirc-handler-KICK)
550 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
551 (rcirc-nick-away-alist): New variable.
552 (rcirc-handler-301): New handler. Away messages are printed once
553 per change.
554
555 2006-04-08 Eli Zaretskii <eliz@gnu.org>
556
557 * info.el (Info-follow-nearest-node): Doc fix.
558
559 * international/mule-cmds.el (set-locale-environment): Make sure
560 the coding-system preferred by the locale's language has the same
561 EOL conversion type as the original buffer-file-coding-system.
562 (locale-language-names): Add a few MS Windows language codes.
563
564 2006-04-07 Richard Stallman <rms@gnu.org>
565
566 * simple.el (eval-expression): Doc fix.
567
568 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
569 (eval-defun): Doc fixes.
570
571 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
572
573 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
574
575 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
576
577 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
578 GDB list command without argument for greater generality.
579
580 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
581
582 * subr.el (string-or-null-p): New function.
583
584 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
585
586 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
587
588 * files.el: Update comment about safe-local-variable declarations.
589
590 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
591
592 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
593 See idlwave.org.
594
595 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
596 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
597
598 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
599 See idlwave.org.
600
601 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
602 version 6.0 (minimal changes). See idlwave.org.
603
604 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
605 6.0 (minimal changes). See idlwave.org.
606
607 * progmodes/idlw-rinfo.el: File obsoleted and removed.
608
609 2006-04-06 Romain Francoise <romain@orebokech.com>
610
611 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
612 symmetric encryption features and a new asynchronous interface to
613 GnuPG. This new version is version 1.4, plus whitespace changes.
614
615 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
616
617 * files.el: Move some `safe-local-variable' declarations to the
618 respective files.
619
620 * textmodes/ispell.el (ispell-check-comments)
621 (ispell-local-dictionary): Mark as safe.
622
623 * abbrev.el (abbrev-mode): Mark as safe.
624
625 * add-log.el (change-log-default-name): Mark as safe.
626
627 * textmodes/reftex-vars.el (reftex-vref-is-default)
628 (reftex-fref-is-default, reftex-level-indent)
629 (reftex-guess-label-type): Mark as safe.
630
631 * textmodes/fill.el (colon-double-space): Mark as safe.
632
633 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
634 (sentence-end-double-space, sentence-end-without-period)
635 (sentence-end-without-space, sentence-end, sentence-end-base)
636 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
637
638 2006-04-06 Kim F. Storm <storm@cua.dk>
639
640 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
641 the :set-after list.
642 (ido-downcase-unc-hosts): New user option. Default on.
643 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
644 when it is set, as regexps are now applied on the fly.
645 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
646 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
647 on the fly, but only when ido-process-ignore-lists is set.
648 Do case insensitive filtering if ido-downcase-unc-hosts is set.
649 Only downcase names if ido-downcase-unc-hosts is set.
650
651 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
652
653 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
654
655 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
656
657 2006-04-05 Kim F. Storm <storm@cua.dk>
658
659 * ido.el (ido-mode): Set after ido-unc-hosts and
660 ido-ignore-unc-host-regexps.
661 (ido-save-history): Save ido-unc-hosts-cache.
662 (ido-load-history): Load ido-unc-hosts-cache.
663 (ido-reread-directory): Refresh unc hosts cache in // dir.
664
665 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
666 to nil while displaying slash screen.
667
668 2006-04-05 Daiki Ueno <ueno@unixuser.org>
669
670 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
671 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
672
673 2006-04-05 Kenichi Handa <handa@m17n.org>
674
675 * international/characters.el: Setup cases of Latin, Greek, and
676 Cyrillic characters in CJK charsets.
677
678 2006-03-29 Daiki Ueno <ueno@unixuser.org>
679
680 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
681 default-enable-multibyte-characters. This reverts the change from
682 revision 6.17 which is no longer necessary because the passphrase
683 is sent separately now. GnuPG messages are unreadable under
684 multibyte locales with default-enable-multibyte-characters set to nil.
685
686 2006-04-04 Andreas Schwab <schwab@suse.de>
687
688 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
689 and `byte-compile-warnings' as `safe-local-variable'.
690
691 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
692
693 * man.el (Man-mode-map): Restore the \r binding.
694 (Man-abstract-xref-man-page): If Man-target-string is a function,
695 call it.
696 (Man-highlight-references): Use Man-default-man-entry to get the
697 target. Deal with xrefs too.
698 (Man-highlight-references0): Don't call the target function.
699
700 * woman.el (WoMan-xref-man-page): Strip the section number, woman
701 cannot deal with it.
702
703 2006-04-04 Daiki Ueno <ueno@unixuser.org>
704
705 * pgg-gpg.el: Clean up process buffers every time gpg processes
706 complete.
707
708 2006-04-04 Kenichi Handa <handa@m17n.org>
709
710 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
711 here.
712 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
713 Temporarily bind inhibit-field-text-motion to t.
714
715 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * startup.el (normal-splash-screen): Only set mode-line-format in the
718 splash buffer, so as not to interfere when debugging the code.
719 Ignore errors when switching buffer.
720
721 2006-04-03 Romain Francoise <romain@orebokech.com>
722
723 * dired.el (dired-dnd-protocol-alist): Fix typo.
724
725 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
726
727 * savehist.el (savehist): Add :version.
728 (savehist-ignored-variables): New variable.
729 (savehist-minibuffer-hook): Don't save variables listed in
730 `savehist-ignored-variables'.
731
732 * dired.el (dired-dnd-protocol-alist): Mention that change does
733 only apply to new buffers in doc string.
734
735 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
736
737 * recentf.el (recentf-open-files-item): Include newline in button
738 field, so opening a file will work, when the point is at the end
739 of the file name. Allow, for example, to [i]search a file by
740 extension and just push RET to open it.
741
742 2006-04-03 Daiki Ueno <ueno@unixuser.org>
743
744 * pgg-gpg.el (pgg-gpg-process-filter)
745 (pgg-gpg-wait-for-completion): Check if buffer is alive.
746
747 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
748 lines, temporary fix.
749
750 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
751
752 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
753
754 2006-04-02 Richard Stallman <rms@gnu.org>
755
756 * progmodes/compile.el (compilation-message-face): Make it defcustom.
757
758 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
759
760 * ibuf-macs.el (define-ibuffer-column): Add a new key:
761 header-mouse-map.
762
763 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
764 (ibuffer-mode-header-map): New keymaps.
765 (ibuffer-update-title-and-summary): Enable mouse face highlighting
766 and keybindings for column headers.
767 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
768 property.
769
770 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
771
772 * speedbar.el (speedbar-after-create-hook): Doc fix.
773
774 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
775
776 * shell.el (shell-directory-tracker)
777 (shell-dynamic-complete-command): Doc fixes.
778
779 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
780
781 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
782 terminals.
783
784 2006-04-01 Kim F. Storm <storm@cua.dk>
785
786 * ido.el (ido-unc-hosts-cache): New defvar.
787 (ido-unc-hosts): If value of defcustom is a function, call it to
788 get list of UNC hosts. Add function-item choices to specify
789 ido-unc-hosts-net-view or user function.
790 (ido-ignore-unc-host-regexps): New defcustom.
791 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
792 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
793 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
794
795 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
798 wwidth.
799
800 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
801
802 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
803 (ido-max-work-file-list, ido-switch-buffer)
804 (ido-read-file-name-as-directory-commands):
805 Fix typos in docstrings.
806
807 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
808
809 * term/mac-win.el (mac-system-coding-system): Define and use after
810 Mac-specific coding systems are ready.
811
812 2006-03-27 Romain Francoise <romain@orebokech.com>
813
814 * net/rcirc.el (rcirc-connect): Add autoload cookie.
815
816 * ldefs-boot.el: Update.
817
818 2006-03-27 Daiki Ueno <ueno@unixuser.org>
819
820 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
821 passphrases when it is not needed.
822 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
823 passphrase stuff from gpg, should only be necessary when you use
824 gpg with a smartcard.
825
826 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
827
828 * comint.el (comint-dynamic-list-completions): Allow user to
829 select *Completions* buffer.
830
831 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
832
833 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
834
835 2006-03-26 Andreas Schwab <schwab@suse.de>
836
837 * progmodes/gud.el (gdb): Only complain about multiple debugging
838 when the gdb process is still running.
839
840 2006-03-25 Eli Zaretskii <eliz@gnu.org>
841
842 * mail/rmail.el (tool-bar-map): Defvar it.
843 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
844 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
845
846 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
847
848 * help.el (print-help-return-message): Suggest to use
849 display-buffer instead of switch-to-buffer-other-window to restore
850 the previous window without selecting it.
851
852 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
853
854 * frame.el (select-frame-by-name): Call x-focus-frame also when
855 window-system is mac.
856
857 * term/mac-win.el: Adjust Courier font specifications in
858 x-fixed-font-alist.
859 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
860 when directly encoding to UTF-16 in native byte order, no BOM.
861
862 2006-03-25 Kim F. Storm <storm@cua.dk>
863
864 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
865 (cua--init-keymaps): Use it instead of fixed C-return.
866 (cua-mode): Set after it.
867
868 * emulation/cua-rect.el (cua--init-rectangles):
869 Use cua-rectangle-mark-key instead of fixed C-return.
870
871 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
872
873 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
874 "run" in .gdbinit.
875 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
876
877 2006-03-24 Romain Francoise <romain@orebokech.com>
878
879 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
880 `display-buffer-other-frame'.
881
882 2006-03-24 Kim F. Storm <storm@cua.dk>
883
884 * apropos.el (apropos-synonyms): Add selection => region.
885
886 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
887
888 * progmodes/gdb-ui.el (gdb-var-create-regexp)
889 (gdb-var-list-children-regexp, gdb-var-update-regexp)
890 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
891 (gdb-data-list-register-values-regexp)
892 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
893 Future proof against new fields being added to MI output.
894 (gdb-send): Don't treat backslashes for program input as
895 continuations.
896 (gdb-assembler-handler): Don't use window-start for this handler.
897 (gdb-frame-handler): Don't change to hollow arrow if overlay
898 arrow doesn't move to new frame.
899
900 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
901
902 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
903 prevent compiler warnings.
904 (gdb-stopped): Check for gud-last-last-frame (case: signal).
905 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
906 (gdb-assembler-custom): Use hollow-right-triangle for assembler
907 buffer too.
908
909 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
910
911 * pgg-gpg.el (pgg-gpg-update-agent): Check for
912 make-network-process, so we can use the same code in Gnus v5-10
913 too and have this file fully synchronized with that release.
914
915 2006-03-23 Romain Francoise <romain@orebokech.com>
916
917 * ibuf-ext.el (ibuffer-read-filter-group-name):
918 Use `ibuffer-generate-filter-groups' to make completion list match
919 the filter groups that are really displayed in the Ibuffer buffer.
920 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
921
922 2006-03-23 Kenichi Handa <handa@m17n.org>
923
924 * international/mule-cmds.el (sort-coding-systems): Describe that
925 the argument is modified in docstring.
926
927 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
928
929 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
930 (pgg-gpg-update-agent): New function.
931 (pgg-gpg-use-agent-p): New function.
932 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
933 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
934 (pgg-gpg-sign-region): Use it.
935
936 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
937
938 * cus-edit.el (custom-face-set): Call custom-push-theme before
939 face-spec set so that `changed' theme is correctly saved.
940 (custom-face-reset-standard): Reset to recalculated face rather
941 than defface spec.
942
943 * custom.el (custom-push-theme): Only save `changed' theme if the
944 current face does not match the defface specs.
945
946 2006-03-21 Simon Josefsson <jas@extundo.com>
947
948 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
949 <wilde@sha-bang.de>.
950 (pgg-gpg-use-agent): New variable.
951 (pgg-gpg-process-region): Use it.
952 (pgg-gpg-encrypt-region): Likewise.
953 (pgg-gpg-encrypt-symmetric-region): Likewise.
954 (pgg-gpg-decrypt-region): Likewise.
955 (pgg-gpg-sign-region): Likewise.
956 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
957
958 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
959
960 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
961 bracket links.
962
963 2006-03-21 Kim F. Storm <storm@cua.dk>
964
965 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
966 fringe-indicator-alist instead of modifying global value.
967 (gdb-frame-handler): Likewise.
968
969 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
970
971 * diff-mode.el (diff-function): Make it inherit from diff-header
972 instead of diff-context.
973
974 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
975 bitmap.
976 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
977 change names in macro above for consistency.
978 (gdb-frame-handler): Use hollow-right-triangle for all selected
979 frames which except the innermost (where execution has stopped).
980 (gdb-reset): Reset buffer-local values of overlay-arrow.
981
982 2006-03-20 Richard Stallman <rms@gnu.org>
983
984 * simple.el (set-mark-command): Doc fix.
985
986 * files.el (display-buffer-other-frame): New command.
987 (ctl-x-4-map): Bind C-x 5 C-o to it.
988
989 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
992 rather than just defer-time, in case defer-time has been changed but
993 the timer isn't running yet.
994 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
995
996 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
997
998 * help-mode.el (help-follow-symbol): New function.
999 Essentially identical to the old `help-follow', but do not let
1000 `push-button' do the work when on an xref.
1001 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1002
1003 2006-03-19 Richard Stallman <rms@gnu.org>
1004
1005 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1006 preceded by the word `program'.
1007 (help-follow-mouse, help-follow): Throw error if not on xref.
1008 Delete no longer used args.
1009
1010 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
1011
1012 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1013 annotation ensure gud-overlay-arrow-position is redisplayed.
1014
1015 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1016
1017 * textmodes/bibtex.el (bibtex-include-OPTkey)
1018 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1019 (bibtex-autokey-name-case-convert)
1020 (bibtex-autokey-titleword-case-convert): Make these the aliases
1021 for the following two variables.
1022 (bibtex-autokey-name-case-convert-function)
1023 (bibtex-autokey-titleword-case-convert-function): Make these the
1024 real names.
1025 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1026 bibtex-font-lock-crossref sublists.
1027 (bibtex-mode): Revert 2005-12-30 change (which made
1028 completion-ignore-case buffer-local).
1029 (bibtex-url): Simplify.
1030
1031 2006-03-19 Kim F. Storm <storm@cua.dk>
1032
1033 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1034 cursor property value to 2 (to align with C level change).
1035
1036 2006-03-19 Bill Wohler <wohler@newt.com>
1037
1038 * image.el (image-load-path-for-library): Shorten first line in
1039 docstring.
1040
1041 2006-03-18 Richard Stallman <rms@gnu.org>
1042
1043 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1044
1045 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
1046
1047 * isearch.el (isearch-other-meta-char): Handle user bindings for
1048 shifted control characters.
1049
1050 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
1051
1052 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1053 part that matches email addresses, file names, etc.
1054
1055 2006-03-18 Eli Zaretskii <eliz@gnu.org>
1056
1057 * term/w32-win.el (mouse-set-font):
1058 Mention w32-list-proportional-fonts in the doc string.
1059
1060 2006-03-18 Kim F. Storm <storm@cua.dk>
1061
1062 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1063 (ido-unc-hosts): New user option to explicitly define list of know
1064 UNC-style hosts for completion.
1065 (ido-cache-unc-host-shares-time): New user option.
1066 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1067 New helper functions for UNC file-name support.
1068 (ido-may-cache-directory): Check for UNC host. Simplify.
1069 (ido-wash-history): Clean out old UNC hosts.
1070 (ido-nonreadable-directory-p): UNC hosts are always readable.
1071 (ido-directory-too-big-p): UNC hosts are never too big.
1072 (ido-set-current-directory): Handle UNC root path.
1073 (ido-file-name-all-completions): Complete UNC host names from
1074 ido-unc-hosts list. Cache UNC host shares.
1075 (ido-make-file-list-1): Don't filter UNC root.
1076 (ido-exhibit): Check for // in root directory, and switch to UNC
1077 mode by setting ido-current-directory to //.
1078
1079 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
1080
1081 * cus-edit.el (customize-changed-options): Mention explicit
1082 version number as default in prompt.
1083
1084 2006-03-17 Bill Wohler <wohler@newt.com>
1085
1086 * image.el (image-load-path-for-library): Minor docstring fix.
1087
1088 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
1089
1090 * textmodes/org.el (org-read-date): Include subgroup 5 into
1091 replacement text.
1092 (org-popup-calendar-for-date-prompt): Fix customization type.
1093
1094 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
1095
1096 * progmodes/gdb-ui.el (gud-watch): Provide completion.
1097 (gdb-continuation): New variable.
1098 (gdb-send): Deal with continuation lines.
1099
1100 * progmodes/gud.el (gud-gdb-complete-command)
1101 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1102 expressions.
1103 (gud-tooltip-mode): Use buffer-local value.
1104
1105 2006-03-16 Kim F. Storm <storm@cua.dk>
1106
1107 * ido.el (ido-edit-input): Use selected match, if any.
1108
1109 2006-03-16 Bill Wohler <wohler@newt.com>
1110
1111 * image.el (image-load-path-for-library): Prefer user's images in
1112 image-load-path.
1113
1114 2006-03-16 Martin Rudalics <rudalics@gmx.at>
1115
1116 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1117 when checking for attempt to drag leftmost or rightmost scrollbar.
1118
1119 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
1120
1121 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1122 (gdb-force-mode-line-update): New function.
1123 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1124 (gdb-exited): Use them.
1125 (gdb-signal): New function.
1126 (gdb-annotation-rules): Provide a rule for it.
1127
1128 2006-03-16 Kenichi Handa <handa@m17n.org>
1129
1130 * international/mule.el (auto-coding-regexp-alist): Add entries
1131 for Unicode BOM.
1132
1133 * sort.el (sort-build-lists): Temporarily bind
1134 inhibit-field-text-motion to t.
1135
1136 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
1137
1138 * locate.el (locate-command, locate-make-command-line)
1139 (locate-fcodes-file, locate-update-command)
1140 (locate-prompt-for-command, locate, locate-with-filter)
1141 (locate-get-file-positions): Doc fixes.
1142 (locate-buffer-name, locate-header-face): Remove leading `*' in
1143 defcustom.
1144 (locate-filter-output): Use `keep-lines' instead of its alias
1145 `delete-non-matching-lines'.
1146 (locate-get-filename, locate-get-dirname): Add introductory comment.
1147 (locate-find-directory-other-window): Give appropriate error
1148 message if used outside main listing.
1149
1150 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1153 the new extend-region feature.
1154 (font-lock-after-change-function): Update correspondingly.
1155 * jit-lock.el (jit-lock-after-change): Update correspondingly.
1156 * progmodes/grep.el (font-lock-lines-before): Don't disable.
1157
1158 2006-03-15 Bill Wohler <wohler@newt.com>
1159
1160 * image.el (image-load-path-for-library): Fix example by not
1161 recommending that one binds image-load-path. Just defvar it to
1162 placate compiler and only use it if previously defined.
1163
1164 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
1165
1166 * textmodes/org.el (org-insert-centered): Use `string-width' to
1167 make underlining work for wide characters.
1168 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1169 TAB to `org-cycle', to make sure that no binding in
1170 `outline-mode-map' can supercede it.
1171
1172 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
1173
1174 * allout.el: Increment version to 2.2.1 in file commentary.
1175
1176 (allout-version): Increment to 2.2.1.
1177
1178 (allout-default-layout): New customization variable, used when the
1179 file lacks a specific allout-layout. Uses allout-layout-type for
1180 recursively nested definition.
1181
1182 (allout-layout-type): Widget defining allout layouts, necessary for
1183 self-recursive definition.
1184
1185 (allout-mode): Incorporate allout-default-layout as fallback for
1186 allout-layout.
1187
1188 (allout-layout): Mark as 'safe-local-variable', and refer mention
1189 fallback to `allout-default-layout' in absence of a specified value.
1190 (allout-passphrase-verifier-string)
1191 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1192
1193 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1194
1195 (allout-get-encryption-passphrase-verifier): Use correct name of
1196 passphrase verifier in docstring.
1197
1198 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
1199
1200 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1201 elements.
1202 (gdb-find-watch-expression): Make it work for arrays too.
1203 Follow change to gdb-var-list.
1204 (gud-watch): Allow the user to enter variable name with a prexix
1205 arg. Create keybindings.
1206 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1207 (gdb-var-list-children-handler, gdb-var-update-handler)
1208 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1209 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1210 Follow change to gdb-var-list.
1211 (gdb-starting): Don't show the overlay arrows when program is running.
1212
1213 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1214 gdb-var-list.
1215
1216 2006-03-14 Bill Wohler <wohler@newt.com>
1217
1218 * image.el (image-load-path-for-library): Pass value of path
1219 rather than symbol. Always return list of directories.
1220 Guarantee that image directory comes first.
1221
1222 2006-03-14 Alan Mackenzie <acm@muc.de>
1223
1224 * font-core.el (font-lock-extend-region\(-function\)?.):
1225 New function/variable.
1226
1227 * font-lock.el (font-lock-after-change-function):
1228 Call font-lock-extend-region. Obey font-lock-lines-before.
1229 (font-lock-default-fontify-region): Remove reference to
1230 font-lock-lines-before.
1231
1232 * jit-lock.el (jit-lock-after-change):
1233 Call font-lock-extend-region. Obey font-lock-lines-before.
1234
1235 2006-03-14 David Ponce <david@dponce.com>
1236
1237 * tree-widget.el (tree-widget-themes-load-path)
1238 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1239
1240 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
1241
1242 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1243 (rcirc-print): Mark the start of text at the end of the prompt.
1244 (rcirc-track-minor-mode): Add autoload cookie.
1245 (rcirc-update-activity-string): Add space to front of mode-line
1246 indicator.
1247
1248 2006-03-13 Miles Bader <miles@gnu.org>
1249
1250 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1251 (rcirc-abbrev-nick): Remove function.
1252 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1253
1254 2006-03-13 David Ponce <david@dponce.com>
1255
1256 * tree-widget.el: Handle themes across all occurrences of the main
1257 themes sub-directory found in tree-widget-themes-load-path.
1258 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1259 (tree-widget--locate-sub-directory): Return all occurrences.
1260 (tree-widget-themes-path): New function.
1261 Replace tree-widget-themes-directory, and return a list of directories.
1262 (tree-widget-set-parent-theme)
1263 (tree-widget-lookup-image): Use it.
1264
1265 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
1266
1267 * textmodes/org.el (org-link-search): Avoid self-matching of
1268 links, allow target text to be distributed over several lines.
1269 (org-search-not-link): New function.
1270 (org-set-regexps-and-options, org-get-current-options):
1271 New startup options.
1272 (org-export-as-html): Take odd-level setting from local variable.
1273 (org-fontify-emphasized-text): New option.
1274 (org-set-font-lock-defaults): Include emphasized text.
1275 (org-follow-mhe-link): Allow folder-only links, fix folder name.
1276 (org-font-lock): Customize group renamed from `org-faces'.
1277
1278 2006-03-13 John Paul Wallington <jpw@pobox.com>
1279
1280 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1281 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
1282
1283 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
1284
1285 * cus-start.el (all): Delete :version keyword for members of the
1286 fringe group, since the entire group is new in 22.1.
1287
1288 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
1289
1290 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1291 map if value is hexadecimal (an address).
1292 (gud-watch): Only search roots for existing watch expressions.
1293 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1294 prevent caching problems with speedbar-update-directory-contents.
1295
1296 2006-03-12 Juri Linkov <juri@jurta.org>
1297
1298 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1299 before comparing with `low' and `warn'.
1300
1301 * info.el (Info-dir-remove-duplicates): Move point to the
1302 beginning of the current line after deleting the entries from
1303 redundant heading. Use marker for `limit' and compare it with
1304 point before calling `re-search-forward'.
1305
1306 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
1307
1308 * simple.el (yank): Fix typo in docstring.
1309
1310 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
1311
1312 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1313 messages, where "D" is the 6th character.
1314
1315 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1316
1317 * simple.el (yank): Fix last change.
1318
1319 2006-03-11 David Ponce <david@dponce.com>
1320
1321 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1322 merging elements from the standard ispell-dictionary-alist.
1323 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1324 alist, and return the new alist.
1325
1326 2006-03-11 Richard Stallman <rms@gnu.org>
1327
1328 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1329
1330 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1331 the way it is implemented is too unclean.
1332
1333 * simple.el (kill-region, yank): Doc fix.
1334
1335 * battery.el (battery-echo-area-format): Doc fix.
1336 (battery-mode-line-format): Likewise.
1337 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1338 (battery-linux-proc-acpi): Ignore batteries that say "charged".
1339
1340 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
1341
1342 * progmodes/octave-mod.el (octave-indent-for-comment):
1343 Behave according to do string.
1344
1345 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
1346
1347 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1348 Be visible only if major mode is Mail Mode.
1349
1350 * textmodes/flyspell.el (flyspell-external-point-words)
1351 (flyspell-process-localwords): Fix last changes.
1352
1353 2006-03-11 Eli Zaretskii <eliz@gnu.org>
1354
1355 * calendar/holidays.el (list-holidays): Doc fix.
1356
1357 * international/mule.el (auto-coding-alist): Add .odt
1358 (OpenOffice's open document) files.
1359
1360 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1361 document) files. Mention in the doc string the need to sync with
1362 auto-coding-alist.
1363
1364 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * files.el (hack-local-variables-confirm): Don't prompt for ! if
1367 enable-local-variables is set to always query, or there is no
1368 savable variable.
1369
1370 2006-03-10 Bill Wohler <wohler@newt.com>
1371
1372 * image.el (image-load-path-for-library): Merge at least three
1373 functions from Gnus and MH-E into this one function that can now
1374 be shared.
1375
1376 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
1377
1378 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1379 gdb-remove-mouse-face and remove help-echo too.
1380 (gdb-enqueue-input): Correct conditional clause.
1381
1382 2006-03-10 Glenn Morris <rgm@gnu.org>
1383
1384 * calendar/calendar.el (calendar-holidays): Doc fix.
1385 * calendar/holidays.el (list-holidays): Doc fix.
1386
1387 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
1388
1389 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1390 it gets called in gdb-prompt anyway.
1391 (gdb-use-separate-io-buffer): Only restore window arrangement for
1392 gdb-many-windows.
1393 (gdb-enqueue-input): Make it harder to send GDB input when program
1394 is running.
1395 (gdb-buffer-list): New variable.
1396 (gdb-remove-mouse-face): New function.
1397 (gdb-starting): Use it when GDB input won't get sent.
1398
1399 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
1400
1401 * help.el (view-lossage): Remove trailing whitespace before
1402 inserting "\n".
1403
1404 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * files.el (hack-local-variables-confirm):
1407 Set coding-system-for-read to nil before writing to .emacs.
1408
1409 * arc-mode.el (archive-extract): Check if an existing buffer name
1410 comes from a different archive.
1411
1412 * help.el (describe-key-briefly): If KEY is a down event, read and
1413 discard the up event.
1414
1415 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
1416
1417 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1418 be edited and use font-lock-warning-face for any changes.
1419
1420 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1421 (gdb-edit-value): Use it to report any errors.
1422
1423 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
1424
1425 * help.el (describe-key): Remove leftover test code.
1426
1427 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
1428
1429 * textmodes/org.el: Move defvars out of eval-when-compile.
1430 Use buffer-file-name variable.
1431 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1432 arg `file'.
1433 (org-level-faces): Remove startup dependency.
1434 (org-cycle, org-map-tree, org-scan-tags)
1435 (org-remember-handler): Don't call `outline-level' directly.
1436 (org-mhe-search-all-folders): New option.
1437 (org-mhe-get-message-folder-from-index)
1438 (org-mhe-get-message-folder): Fix indexing search.
1439 (org-format-agenda-item): Handle nil TAGS argument.
1440 (org-cleaned-string-for-export, org-activate-target-links)
1441 (org-make-target-link-regexp): Deal with empty radio target list.
1442 (org-tag): New face.
1443 (org-get-level-face): New function.
1444 (org-set-font-lock-defaults): Simplify setup for headlines.
1445 (org-complete): Pass common substring to `display-completion-list'.
1446
1447 2006-03-06 David Ponce <david@dponce.com>
1448
1449 * tree-widget.el: Update Commentary header.
1450 (tree-widget-theme-name): Ignore parent themes.
1451 (tree-widget-set-parent-theme): New function.
1452 (tree-widget-set-theme): Use it.
1453 (tree-widget-set-image-properties): Move definition. Does nothing
1454 if image properties have already been set.
1455 (tree-widget-image-properties): Move definition. Receive an image
1456 name. Set the :pointer property.
1457 (tree-widget-lookup-image): Doc fix. Search in parent themes.
1458 Don't set the :pointer image property.
1459 (tree-widget-convert-widget): New function. Handle :dynargs
1460 compatibility here.
1461 (tree-widget): Use it to :convert-widget. Add the :expander-p
1462 predicate to control when the :expander function is entered.
1463 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1464 (tree-widget-value-create): Handle :expander-p. widget-apply
1465 :expander.
1466 (tree-widget-expander-p): New function. Default value of the
1467 :expander-p property.
1468
1469 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * help.el (describe-key): Properly handle the return value of
1472 read-key-sequence when grabbing an up-event. Cleanup mouse-1
1473 remaps. Handle string and vector `follow-link' values.
1474
1475 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * complete.el (PC-expand-many-files): Try be more careful when parsing
1478 the shell's output.
1479
1480 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1481
1482 * outline.el (hide-sublevels): Provide better interactive default.
1483
1484 2006-03-06 Kenichi Handa <handa@m17n.org>
1485
1486 * international/fontset.el (create-fontset-from-fontset-spec):
1487 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1488
1489 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
1490
1491 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1492 backslashes instead of one in regexp.
1493 (gud-tooltip-dereference): Add missing optional argument.
1494
1495 2006-03-04 John Paul Wallington <jpw@pobox.com>
1496
1497 * wdired.el (toplevel): Require `cl' at compile-time.
1498
1499 2006-03-04 Andreas Schwab <schwab@suse.de>
1500
1501 * server.el (server-process-filter): Handle errors during
1502 evaluation of the argument.
1503
1504 2006-03-03 John Paul Wallington <jpw@pobox.com>
1505
1506 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1507 escape parentheses at beginning of line.
1508 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1509 (t-mouse-mode): Remove period from end of error message.
1510
1511 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
1512
1513 * textmodes/flyspell.el (flyspell-process-localwords):
1514 Be case-sensitive.
1515
1516 2006-03-03 Martin Rudalics <rudalics@gmx.at>
1517
1518 * cus-edit.el (custom-quote): Remove function, since it has been
1519 moved to custom.el.
1520
1521 * font-lock.el (lisp-font-lock-keywords-2)
1522 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1523 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1524 they have no special meaning.
1525
1526 * midnight.el (clean-buffer-list): Handle case where base-buffer of
1527 indirect buffer gets killed before indirect buffer. Use dolist.
1528
1529 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1530
1531 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1532 value instead of a literal constant (1) on more pauses.
1533
1534 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
1535
1536 * textmodes/flyspell.el (flyspell-external-point-words):
1537 Be case-sensitive.
1538
1539 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
1540
1541 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1542 with "www".
1543
1544 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
1545
1546 * allout.el: Restablish intermediate missing comment header to
1547 preserve outline structure.
1548 (allout-beginning-of-current-entry): Skip invisible text.
1549 (allout-open-topic): Fix opening a topic at end-of-buffer.
1550 (allout-minor-mode): Move nearer to allout-mode function.
1551
1552 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
1553
1554 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1555
1556 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
1557
1558 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1559 is nil.
1560
1561 * progmodes/gud.el (gud-speedbar-menu-items):
1562 Use buffer-local-value and add missing :visible keyword.
1563
1564 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1565
1566 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
1567
1568 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1569 must be `follow-link'.
1570
1571 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1572
1573 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1574 formatting: No nested anchors.
1575 (org-all-targets): Fix bug with XEmacs compatibility.
1576 (org-read-date): Add (require 'parse-time).
1577 (org-set-tags): Fix bug with extra inserted space.
1578 (org-export-html-style): Define a style class for targets.
1579 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1580 (org-hide-leading-stars): New option.
1581 (org-hide): New face.
1582 (org-set-font-lock-defaults): Allow to hide leading stars.
1583 (org-get-legal-level, org-tr-level): New functions.
1584 (org-odd-levels-only): New option.
1585 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1586 (org-demote, org-promote): Deal with double-star levels.
1587 (org-convert-to-odd-levels): New command.
1588
1589 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
1590
1591 * speedbar.el (speedbar-update-localized-contents): Try to
1592 preserve window-start.
1593 (speedbar-update-directory-contents): Try to preserve window-start
1594 and window-point.
1595 (speedbar-update-special-contents): Don't move back to start of window.
1596
1597 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1598 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
1599 speedbar-timer-fn.
1600 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1601 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1602 instead of gdb-speedbar-timer-fn.
1603
1604 2006-02-28 Jay Belanger <belanger@truman.edu>
1605
1606 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1607 (math-compose-expr): Use latex option when calling
1608 `math-compose-tex-matrix' for latex mode.
1609
1610 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
1611
1612 * speedbar.el: Re-instate comments about developing for speedbar
1613 [this is what info and gdb-ui use even if better methods exist now].
1614
1615 * t-mouse.el: New file.
1616 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
1617 (t-mouse-lispy-buffer-posn-from-coords): Remove.
1618 (t-mouse-make-event-element): Use posn-at-x-y instead.
1619 (t-mouse-make-event): Deal with Fedora Core 3.
1620 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1621 (t-mouse-mouse-position-function): New function. Use it instead
1622 of advising mouse-position.
1623 (t-mouse-mode): New minor mode.
1624 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
1625
1626 2006-02-27 Glenn Morris <rgm@gnu.org>
1627
1628 * calendar/calendar.el (calendar-holidays): Doc fix.
1629
1630 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
1631
1632 * progmodes/gdb-ui.el (gdb-source-window): New variable.
1633 Re-introduce the concept of a source window.
1634 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1635 consistency with get-buffer-create.
1636 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1637 (gdb-data-list-register-values-handler)
1638 (gdb-stack-list-locals-handler): Try to preserve window-start as
1639 well as window-point.
1640 (gdb-display-source-buffer): New function (old concept).
1641 (gdb-goto-breakpoint): Use it.
1642
1643 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1644 for gdb-ui/gdb-mi (old concept).
1645
1646 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
1647
1648 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1649 binding.
1650
1651 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1652
1653 * textmodes/reftex-sel.el (reftex-select-label-map)
1654 (reftex-select-bib-map): Add `follow-mouse' binding.
1655
1656 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
1657
1658 * jka-cmpr-hook.el (jka-compr-compression-info-list)
1659 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1660 Give :set functions to provide automatic updating.
1661 Update docstring. Give compiler defvars early in the file
1662 and move the defcustoms to a later spot where all called functions
1663 are defined.
1664 (jka-compr-file-name-handler-entry): Doc fix.
1665 (jka-compr-compression-info-list--internal)
1666 (jka-compr-mode-alist-additions--internal)
1667 (jka-compr-load-suffixes--internal): New variables.
1668 (jka-compr-install): Set the three above variables.
1669 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1670 (jka-compr-update, jka-compr-set): New functions.
1671 (auto-compression-mode): Doc fix.
1672
1673 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1674 Update `load-file-rep-suffixes' instead of `load-suffixes'.
1675 Use jka-compr-compression-info-list--internal,
1676 jka-compr-mode-alist-additions--internal and
1677 jka-compr-load-suffixes--internal.
1678
1679 * files.el (load-library):
1680 * loadhist.el (file-loadhist-lookup):
1681 * startup.el (command-line):
1682 * subr.el (locate-library):
1683 * emacs-lisp/autoload.el (update-directory-autoloads):
1684 * emacs-lisp/find-func.el (find-library-suffixes):
1685 Use `get-load-suffixes' instead of `load-suffixes'.
1686
1687 * subr.el (locate-library):
1688 * emacs-lisp/find-func.el (find-library-name):
1689 Use `load-file-rep-suffixes' instead of '("").
1690
1691 2006-02-26 Kim F. Storm <storm@cua.dk>
1692
1693 * ido.el (ido-save-history, ido-load-history): Simplify.
1694 Don't use find-file-noselect to avoid interference from other modes.
1695
1696 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
1697
1698 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1699 to use the default shell if filename is not available.
1700 Reported by Giorgos Keramidas.
1701
1702 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
1703
1704 * progmodes/etags.el (tags-completion-table): Do completion from
1705 all the tables in the current list, as documented in the manual.
1706
1707 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1708
1709 * CC Mode Update to 5.31.3.
1710
1711 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1712
1713 * progmodes/cc-mode.el (c-postprocess-file-styles):
1714 Bind inhibit-read-only to t, around the call to
1715 c-remove-any-local-eval-or-mode-variables, so that it works on a
1716 RO file.
1717
1718 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1719
1720 * progmodes/cc-awk.el: Correct a typo.
1721
1722 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1723
1724 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1725 c-hungry-delete-backwards, at the request of RMS. Leave the old
1726 name as an alias.
1727
1728 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1729
1730 * progmodes/cc-mode.el: Correct a typo.
1731
1732 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1733
1734 * progmodes/cc-defs.el: Update the version number to 5.31.3.
1735
1736 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1737
1738 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1739 brace-else-brace (error due to mbeg, mend being undefined).
1740
1741 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1742
1743 * progmodes/cc-mode.el: File Local variables: Solve the problem
1744 where both `mode' and c-file-offsets are specified: `mode' will
1745 overwrite c-f-o's settings:
1746 (c-remove-any-local-eval-or-mode-variables): New function.
1747 (c-postprocess-file-styles): Call the above new function, within
1748 c-tentative-buffer-change, to splat `mode' and `eval' before the
1749 second hack-local-variables.
1750
1751 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1752
1753 * progmodes/cc-mode.el:
1754 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1755 (c-after-change): Protect the match data with save-match-data.
1756 It was getting corrupted by c-after-change-check-<>-operators.
1757
1758 * cc-defs.el: [Supersedes patch V1.38]:
1759 (top level): Check for a buggy font-lock-compile-keywords ONLY in
1760 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
1761
1762 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1763 with save-match-data. It was being corrupted when Font Lock was
1764 not enabled.
1765
1766 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
1767
1768 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1769 Mode and Subword Mode.
1770
1771 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1772 real labels ("case 1:" or "foo:") from non-labels ("public:").
1773 (c-forward-objc-directive): Replace c-forward-token-2 with crude
1774 coding; c-f-t-2 doesn't move over a token at EOB.
1775
1776 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1777
1778 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1779 (c-update-modeline): Concatenate the minor mode indicators
1780 directly onto mode-name, removing c-submode-indicators.
1781 Sometimes, c-s-i got separated from the mode name on the mode line.
1782
1783 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1784 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1785
1786 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1787
1788 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1789 error message when there's an evaluation error to show whether
1790 it's loaded from source or not.
1791 (c-filter-ops): Make it available at runtime too to work when
1792 `c-make-init-lang-vars-fun' needs to evaluate from source.
1793
1794 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
1795
1796 * help.el (help): Revert last part of 2006-02-23 change (deletion
1797 of the `provide' call).
1798
1799 2006-02-23 Juri Linkov <juri@jurta.org>
1800
1801 * compare-w.el (compare-windows-highlight): Add new value
1802 `persistent' and change :type from `boolean' to `choice'.
1803 (compare-windows-overlays1, compare-windows-overlays2):
1804 New internal variables.
1805 (compare-windows-highlight): If compare-windows-highlight is
1806 `persistent', add current overlays to compare-windows-overlays[12]
1807 instead of adding compare-windows-dehighlight to pre-command-hook.
1808 (compare-windows-dehighlight): Delete all overlays from
1809 compare-windows-overlays[12].
1810
1811 * info.el (Info-search): Don't bind search-spaces-regexp to
1812 Info-search-whitespace-regexp in non-regexp isearch mode.
1813
1814 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
1815
1816 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1817
1818 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
1819
1820 * textmodes/org.el (org-xemacs-p)
1821 (org-export-html-show-new-buffer, org-table-may-need-update)
1822 (org-insert-item, org-mhe-get-message-real-folder)
1823 (org-mhe-get-message-folder-from-index)
1824 (org-mhe-get-message-folder, org-mhe-get-message-num)
1825 (org-mhe-get-header, org-make-org-heading-search-string)
1826 (org-make-org-heading-camel, org-table-sort-lines)
1827 (org-format-org-table-html, org-format-table-table-html):
1828 Fix typos in docstrings.
1829
1830 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
1831
1832 * textmodes/org.el (org-cleaned-string-for-export)
1833 (org-solidify-link-text): New function.
1834 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1835 XEmacs, just to silence the compiler.
1836 (org-export-as-ascii, org-export-as-html-and-open):
1837 Use `org-cleaned-string-for-export' and create internal links.
1838 (org-follow-mhe-link): Require mh-e, use folder.
1839
1840 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1841
1842 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1843
1844 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1845 gdb-debug-log-length.
1846 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
1847 it a real ring but...
1848 (gud-gdba-marker-filter): ...make it work like mark-ring.
1849 (gdb-enable-debug): Rename from gdb-enable-debug-log.
1850 (gdb-mouse-jump): New function. Add bindings.
1851
1852 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
1853
1854 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1855 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1856 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1857 (gdb-debug-log-length): Customize it's length.
1858 (gud-watch, gdb-var-create-handler): Display function::var format
1859 but don't use to create variable object.
1860 (gdb-var-create-handler): Use message-box in place of message.
1861 (gdb-stopped): Call gdb-exited if signalled.
1862
1863 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1864
1865 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1866
1867 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1868
1869 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1870 if `reftex-try-all-extensions' is set.
1871
1872 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1873 fail silently when there is no valid argument at point.
1874 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1875 `fail-silently' argument. From a patch by David Reiter.
1876
1877 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1878 New commands.
1879 (org-mark-ring): New variable.
1880 (org-mark-ring-length): New option.
1881 (org-open-at-point, org-goto, org-open-file): Push old position
1882 onto the mark ring.
1883 (org-add-hook): New function.
1884 (org-export-table-remove-special-lines): New option.
1885 (org-skip-comments, org-format-org-table-html): Respect new
1886 option `org-export-table-remove-special-lines'.
1887 (org-open-file): Allow special command configuration for
1888 directory link.
1889 (org-file-apps): Fix bugs in customize type, added setting
1890 for directories.
1891 (org-activate-tags, org-format-agenda-item, org-complete)
1892 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1893 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1894 (org-link-search, org-make-org-heading-search-string)
1895 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1896 (org-radio-targets, org-file-link-context-use-camel-case)
1897 (org-activate-camels): New options.
1898 (org-update-radio-target-regexp, org-all-targets)
1899 (org-make-target-link-regexp, org-activate-target-links):
1900 New functions.
1901 (org-make-org-heading-search-string): New function.
1902 (org-store-link, org-insert-link): Use new option
1903 `org-file-link-context-use-camel-case'.
1904 (org-activate-camels): Use new option `org-activate-camels'.
1905 (org-link-regexp): Add mhe prefix.
1906 (org-open-at-point, org-store-link): Support for mhe links.
1907 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1908 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1909 (org-mhe-get-header, org-follow-mhe-link): New functions.
1910 (org-remove-angle-brackets, org-add-angle-brackets):
1911 New functions.
1912 (org-bracket-link-regexp): New constant.
1913 (org-read-date): Fix bug that was rejecting all typed dates.
1914 (org-link-search): Make hierarchy above visible after a match.
1915 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1916 (org-store-link): Fix bug with link creation when cursor is in
1917 an empty line.
1918 (org-open-at-point): Fix bug with matching a link.
1919 Fixed buggy argument sequence in call to `org-view-tags'.
1920 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1921 (org-prefix-has-tag): New variable.
1922 (org-format-agenda-item): Remove tags from headline
1923 if appropriate.
1924 (org-agenda-remove-tags-when-in-prefix): New option.
1925
1926 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1927
1928 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1929 Fix the regular expressions.
1930
1931 2006-02-21 Richard M. Stallman <rms@gnu.org>
1932
1933 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1934 if there's no other specific basis.
1935
1936 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1937 as variables at all.
1938 (unsafep-variable): Rename arg; doc fix.
1939
1940 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1941
1942 * calendar/appt.el (diary-selective-display): Add defvar.
1943
1944 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1945
1946 * isearch.el (search-whitespace-regexp): Fix custom type.
1947
1948 * help.el (describe-key-briefly): Compute interactive args
1949 in same was as before previous change.
1950
1951 * files.el (enable-local-variables): Doc fix.
1952
1953 2006-02-21 Kim F. Storm <storm@cua.dk>
1954
1955 * fringe.el: Cleanup as file is now pre-loaded.
1956 (fringe-bitmaps): Initialize unconditionally.
1957 (fringe-mode, set-fringe-style): Remove autoload cookies.
1958
1959 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1960
1961 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1962 `horizontal-bar'.
1963 (fringe-cursor-alist): Use `horizontal-bar'.
1964
1965 2006-02-20 Kim F. Storm <storm@cua.dk>
1966
1967 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1968 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1969
1970 * loadup.el: Load "fringe" on window systems.
1971
1972 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1973
1974 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1975 out of scope components.
1976
1977 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1978 default.
1979
1980 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * custom.el (customize-mark-to-save, customize-mark-as-set):
1983 Load the symbol first.
1984
1985 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1986
1987 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1988 strech spec so it doesn't display as "^J" on the header line
1989 when `Buffer-menu-use-header-line' is t.
1990
1991 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1992
1993 * speedbar.el (speedbar-make-button): Keep text properties
1994 of string arguments if desired.
1995
1996 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1997 expessions.
1998
1999 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2000 of speedbar.
2001
2002 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
2003
2004 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2005 to value of `read-file-name-completion-ignore-case'.
2006
2007 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
2008
2009 * custom.el (customize-mark-as-set): Push to `user' theme.
2010
2011 * cus-edit.el (custom-save-variables): Allow unthemed values.
2012 (customize-set-variable): Push setting to `user' theme.
2013
2014 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2015
2016 * progmodes/gud.el: Don't require font-lock as it's now
2017 automatically loaded.
2018 (gud-speedbar-buttons): Replace gdb-var-changed with
2019 gdb-force-update.
2020
2021 * progmodes/gdb-ui.el (gdb-force-update): Rename from
2022 gdb-var-changed.
2023 (gdb-post-prompt): Use it.
2024 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2025 (gdb-var-update-handler, gdb-var-delete)
2026 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2027 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2028 gdb-force-update in gdb-post-prompt.
2029 (gdb-reset): Clear watch expressions from speedbar when quitting.
2030
2031 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2032
2033 * viper-cmd.el (viper-insert-state-post-command-sentinel)
2034 (viper-change-state-to-vi, viper-change-state-to-emacs):
2035 Make aware of cursor coloring in the Emacs state.
2036 (viper-special-read-and-insert-char): Use read-char-exclusive.
2037 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2038
2039 * viper-init.el (viper-emacs-state-cursor-color): New variable.
2040
2041 * viper-util.el (viper-save-cursor-color)
2042 (viper-get-saved-cursor-color-in-replace-mode)
2043 (viper-get-saved-cursor-color-in-insert-mode)
2044 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2045 state.
2046 (viper-get-saved-cursor-color-in-emacs-mode): New function.
2047
2048 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2049 (ediff-ignore-case-option3, ediff-actual-diff-options)
2050 (ediff-actual-diff3-options): New variables to control case sensitivity.
2051 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2052 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2053 (ediff-toggle-ignore-case): New function.
2054 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2055
2056 * ediff-help.el (ediff-long-help-message-narrow2)
2057 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2058 (ediff-long-help-message-word-mode): Add ignore-case command.
2059 (ediff-help-for-quick-help): Add ignore-case command.
2060
2061 * ediff-merg.el: Move provide to the end.
2062
2063 * ediff-ptch.el: Move provide to the end.
2064
2065 * ediff-wind.el: Move provide to the end.
2066
2067 * ediff-mult.el: Move provide to the end.
2068 (ediff-set-meta-overlay): Enable follow-link.
2069
2070 * ediff.el: Move provide to the end.
2071 Break recursive load cycle in eval-when-compile.
2072 (ediff-patch-buffer): Better heuristics.
2073
2074 * ediff-util.el: Move provide to the end.
2075 Break recursive load cycle in eval-when-compile.
2076 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
2077 defuns.
2078 (ediff-submit-report): Pass the values of ediff-diff3-program,
2079 ediff-diff3-options.
2080
2081 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2084 the opening bracket of the following bracketing pairs: {}, [], (), <>,
2085 `' (for example, in the docstring of `windmove-default-keybindings').
2086
2087 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
2088
2089 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2090 shadow face. Don't provide binding to edit variable when it is
2091 out of scope.
2092
2093 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2094 (gdb-var-update-handler): Detect out of scope variables with pre
2095 GDB 6.4 too.
2096 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2097 Reset status of variable objects to nil in update handlers.
2098 (gdb-var-update-handler-1): Detect when a variable object comes
2099 in scope. setcar on var changes gdb-var-list directly.
2100
2101 2006-02-17 Juri Linkov <juri@jurta.org>
2102
2103 * ffap.el (ffap) <defface>: Add explicit face declaration.
2104 (ffap-highlight): Use face `ffap' directly instead of checking
2105 for its existence.
2106
2107 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2108 `visible-ok' of `other-buffer' to find the right original buffer.
2109
2110 * info.el (Info-search): Skip `Local Variables' node.
2111
2112 2006-02-17 Juri Linkov <juri@jurta.org>
2113
2114 * info.el (Info-find-file): Check for symbols `apropos', `history',
2115 `toc' in the input filename, and return these symbols as is.
2116 (Info-find-node-2): Set Info-current-file to symbols `apropos',
2117 `history', `toc' instead of strings.
2118 (Info-set-mode-line): For non-string Info-current-file use the
2119 symbol's name inside **.
2120 (Info-isearch-push-state): Add quote before Info-current-file and
2121 Info-current-node.
2122 (Info-isearch-pop-state): Use `equal' instead of `string='.
2123 (Info-extract-pointer, Info-following-node-name): Use
2124 `match-string-no-properties' instead of `match-string'.
2125 (Info-up): Check `old-file' for `stringp'.
2126 (Info-history): Use `equal' instead of `string-equal'.
2127 Check `file' for `stringp'.
2128 (Info-history): Use symbol `history' instead of string as first arg
2129 of `Info-find-node'.
2130 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
2131 `toc' instead of string.
2132 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2133 instead of `buffer-substring', and `match-string-no-properties'
2134 instead of `match-string'.
2135 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2136 instead of strings.
2137 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2138 Use symbol `apropos' instead of string.
2139 (Info-copy-current-node-name): Check `Info-current-file' for
2140 `stringp' and construct a command with `Info-find-node' from it.
2141 (Info-fontify-node): Use `match-string-no-properties' instead of
2142 `match-string' and check file names for `stringp'.
2143 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2144 `history', `toc' instead of strings.
2145
2146 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * files.el: Rearrange functions and variables in the file local
2149 variables section.
2150
2151 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
2152
2153 * files.el: Add truncate-lines, ispell-check-comments and
2154 ispell-local-dictionary as safe local variables.
2155
2156 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
2157
2158 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2159 out of scope variables.
2160 (gud-speedbar-buttons): Use unless.
2161
2162 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2163 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2164 (gdb-show-changed-values): Also use for out of scope variables.
2165 (gdb-var-update-handler-1): Note if variable goes out of scope.
2166
2167 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
2168
2169 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2170 default to global variable values for unsupplied args.
2171 (rcirc-get-buffer-create): Fix bug with setting the target.
2172 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2173 test for rcirc-always-use-server-buffer-flag here.
2174 (rcirc-response-formats): Add %N, which is a facified nick. %n
2175 uses the default face. Change the ACTION format string. If the
2176 "nick" is the server, don't print anything for that field.
2177 Comment fixes.
2178 (rcirc-target-buffer): Don't test
2179 rcirc-always-use-server-buffer-flag here.
2180 (rcirc-print): Squeeze extra spaces out of the text before message.
2181 (rcirc-put-nick-channel): Strip potential "@" char from nick
2182 before adding them to nick table.
2183 (rcirc-url-regexp): Improve to match address like "foo.com".
2184
2185 2006-02-17 Eli Zaretskii <eliz@gnu.org>
2186
2187 * allout.el (allout-hidden-p): Move this defsubst before
2188 allout-overlay-interior-modification-handler, where it is first
2189 used.
2190
2191 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
2192
2193 * allout.el: Use allout invisible-text overlays instead of
2194 selective display for concealed text. Also, lots of general
2195 cleanup, and improved compatibility code.
2196
2197 (allout-version) Incremented, corrected, revised, and refined
2198 module commentary.
2199
2200 (provide 'allout): Moved to the bottom, added a require of overlay.
2201
2202 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2203 `except-current'.
2204 (allout-write-file-hook-handler): Minimize delay.
2205 (count-trailing-whitespace-region): New function so
2206 auto-encryption of current topic can resituate cursor exactly.
2207 PGP/GPG encryption trims trailing whitespace from lines, which
2208 must be accounted for across encryption then decryption.
2209
2210 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2211 just plain "\C-c", to avoid intruding on user's keybinding space.
2212
2213 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2214 parameter, so user request to provide a new password is done.
2215
2216 (allout-outside-normal-auto-fill-function, allout-auto-fill):
2217 Refined mechanism for auto-filling behavior while in allout mode.
2218
2219 (allout-mode): Explicitly specify the mode map in the docstring.
2220 Clarify provision for various write-file hook var names.
2221 Adjusted for invisible-text overlays instead of selective-display.
2222
2223 (allout-depth): Really return 0 if not within any topic. This
2224 rectifies `allout-beginning-of-level' and sequence numbering
2225 errors that occur when cutting and pasting numbered topics.
2226 Changed from a in-line subst to a regular function, as well.
2227
2228 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2229
2230 (allout-end-of-subtree, allout-end-of-subtree)
2231 (allout-end-of-entry, allout-end-of-current-heading)
2232 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2233 (allout-show-children, allout-show-to-offshoot)
2234 (allout-hide-current-entry, allout-show-current-entry): Rectified
2235 handling of trailing blank lines between items.
2236
2237 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2238 (allout-current-depth, allout-unprotected, allout-hidden-p)
2239 (allout-on-current-heading-p, allout-listify-exposed)
2240 (allout-chart-subtree, allout-goto-prefix)
2241 (allout-back-to-current-heading, allout-get-body-text)
2242 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2243 (allout-hide-region-body, allout-toggle-subtree-encryption)
2244 (allout-encrypt-string, allout-encrypted-key-info)
2245 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2246 (allout-file-vars-section-data): Adjusted for use with
2247 invisible-text overlays instead of selective-display.
2248
2249 (allout-kill-line, allout-kill-topic, allout-yank-processing):
2250 Reworked for use with invisible text overlays.
2251
2252 (allout-current-topic-collapsed-p): New function.
2253
2254 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2255 to know when to close the containing topic.
2256
2257 (allout-pre-command-business, allout-post-command-business):
2258 Simplify undo-batching and dynamic isearch exposure.
2259
2260 (allout-set-overlay-category): New for invisible-text overlays.
2261 Sets properties of allout-overlay-category, used by
2262 allout-flag-region to set invisible-text overlay properties.
2263 (allout-get-invisibility-overlay): Get the first qualifying
2264 invisibility overlay, so we can find the extent of it.
2265 (allout-back-to-visible-text): Get to just before the beginnining
2266 of the current invisibility overlay, if any.
2267
2268 (allout-overlay-insert-in-front-handler)
2269 (allout-overlay-interior-modification-handler)
2270 (allout-before-change-handler, allout-isearch-end-handler): New
2271 functions to handle extraordinary actions affecting concealed
2272 text.
2273
2274 (allout-flag-region): Use overlays instead of selective-display
2275 for invisible text - by inheritence from the properties of
2276 allout-overlay-category in mainline Emacs, and applied
2277 property-by-property in XEmacs, some recent versions of which
2278 don't inherit the properties from the category. Provisions to
2279 respond to concealed-text edits simplified drastically.
2280
2281 (allout-isearch-rectification, allout-isearch-was-font-lock)
2282 (allout-isearch-expose, allout-enwrap-isearch)
2283 (allout-isearch-abort, allout-pre-was-isearching)
2284 (allout-isearch-prior-pos, allout-isearch-did-quit)
2285 (allout-isearch-dynamic-expose)
2286 (allout-hide-current-entry-completely): Functions deleted.
2287
2288 (allout-undo-aggregation): Explicit undo aggregation no longer
2289 necessary due to transition away from selective-display.
2290
2291 (set-allout-regexp, allout-up-current-level)
2292 (allout-next-visible-heading, allout-forward-current-level)
2293 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2294 (allout-kill-line, allout-yank-processing, allout-show-children)
2295 (allout-expose-topic, allout-old-expose-topic)
2296 (allout-listify-exposed, allout-insert-latex-header)
2297 (allout-toggle-subtree-encryption, allout-encrypt-string)
2298 (remove-from-invisibility-spec, allout-hide-current-subtree):
2299 Ditched unused variables.
2300
2301 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
2302
2303 * textmodes/ispell.el (ispell-change-dictionary): Call
2304 ispell-buffer-local-dict instead of
2305 ispell-accept-buffer-local-defs.
2306 (ispell-local-dictionary-alist): Accept as valid any coding-system
2307 supported by Emacs.
2308 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2309 changed to iso-8859-3.
2310
2311 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
2312
2313 * speedbar.el (speedbar-frame-width): Make an inline function
2314 instead of a macro. Use frame-width.
2315 (speedbar-try-completion, speedbar-update-contents)
2316 (speedbar-timer-fn): Use consp.
2317 (speedbar-update-localized-contents): Try to preserve point.
2318
2319 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2320 (menu): Re-order menu items.
2321 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2322 field.
2323 (gdb-var-update-handler-1): Use it for GDB 6.4+.
2324 (gdb-post-prompt): Speed things by not forcing update.
2325
2326 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
2327
2328 * wid-edit.el (widget-button-click): For mouse-1, cancel button
2329 press and perform default action if we get a mouse movement event.
2330
2331 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
2332
2333 * calendar/icalendar.el (icalendar--get-event-property)
2334 (icalendar--get-event-property-attributes): Fix typos in
2335 docstrings.
2336
2337 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2338 docstring.
2339
2340 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
2341
2342 * bs.el (bs-mode): Use `buffer-disable-undo'.
2343 (bs--get-file-name): Simplify.
2344 (bs-show-in-buffer): Mark the buffer as not modified.
2345
2346 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2349 widget-button-click.
2350
2351 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2352 (custom-mode): Update docstring.
2353
2354 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2355 binding.
2356
2357 * files.el (hack-local-variables-confirm): Allow scrolling if the
2358 file variable list is too long. Kill temp buffer after use.
2359
2360 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
2361
2362 * progmodes/gud.el (gdb): Improve doc string.
2363 (gdb-script-font-lock-keywords): Expand allowed character set.
2364
2365 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2366 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2367 (gdb-separate-io-interrupt, gdb-separate-io-quit)
2368 (gdb-separate-io-stop, gdb-separate-io-eof):
2369 Rename from gdb-inferior-* to gdb-separate-*.
2370 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2371
2372 2006-02-14 Jay Belanger <belanger@truman.edu>
2373
2374 * calc/calc-arith.el (math-check-known-scalarp): Make sure
2375 expression is a symbol before checking that it is bound.
2376
2377 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2378 test to see if equation can be solved.
2379
2380 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * wid-edit.el (widget-button-click): Use :pressed-face property
2383 for overlay face, if it exists.
2384
2385 * cus-edit.el (custom-manual, custom-add-see-also)
2386 (custom-add-parent-links, custom-group-link): Add :pressed-face
2387 property to links.
2388
2389 * files.el (hack-local-variables): Remove ignored variables before
2390 checking if any variables need setting.
2391
2392 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2393
2394 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2395
2396 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
2397
2398 * help.el (where-is): Fix message for remapped commands.
2399
2400 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2401 Fix typos in docstrings.
2402
2403 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * files.el (safe-local-variable-values): New option.
2406 (hack-local-variables-prop-line): Return a list of variable-value
2407 pairs if MODE-ONLY is non-nil.
2408 (hack-local-variables): Construct list of variable-value pairs,
2409 and apply or reject them in one go. Ask for confirmation if
2410 variables are not known safe.
2411 (hack-local-variables-confirm): Complete rewrite. Support
2412 `safe-local-variable-values'.
2413 (enable-local-variables): Update docstring to reflect new
2414 behavior.
2415 (ignored-local-variables): Ignore ignored-local-variables and
2416 safe-local-variable-values.
2417 (safe-local-variable-p): New function.
2418 (risky-local-variable-p): `safe-local-variable' property check
2419 moved to safe-local-variable-p.
2420 (hack-one-local-variable): Checks moved to hack-local-variables.
2421
2422 (byte-compile-dynamic, c-basic-offset, c-file-style)
2423 (c-indent-level, comment-column, fill-column, fill-prefix)
2424 (indent-tabs-mode, kept-new-versions, no-byte-compile)
2425 (no-update-autoloads, outline-regexp, page-delimiter)
2426 (paragraph-start, paragraph-separate, sentence-end)
2427 (sentence-end-double-space tab-width, version-control):
2428 Add `safe-local-variable' property.
2429
2430 * find-lisp.el: Delete nonexistent `autocompile' file variable.
2431
2432 * icomplete.el, play/landmark.el: Change nonexistent
2433 `outline-layout' file variable to `allout-layout'.
2434
2435 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
2436
2437 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2438 (gdb-get-changed-registers): Test value of gud-minor-mode relative
2439 to gud-comint-buffer.
2440 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2441 gdb-ui.el for gdb-mi.el.
2442 (gdb-post-prompt, gdb-get-changed-registers): Move test for
2443 registers buffer to gdb-get-changed-registers.
2444 (gdb-breakpoint-regexp): New regexp. Allow toggling and
2445 deletion of catchpoints (throw and catch).
2446 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2447 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2448 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2449 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2450 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2451
2452 2006-02-13 Jay Belanger <belanger@truman.edu>
2453
2454 * calc/calc-arith.el (math-check-known-matrixp): Make sure
2455 expression is a symbol before checking that it is bound.
2456
2457 2006-02-13 Richard M. Stallman <rms@gnu.org>
2458
2459 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2460 for the minibuffer too, but not if resize-mini-windows will interfere.
2461
2462 * help.el (describe-key-briefly, describe-key): Do all arg-reading
2463 inside `interactive' spec.
2464 (describe-key-briefly-internal, describe-key-internal):
2465 Functions merged back into their callers.
2466
2467 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2468
2469 * info.el (info-xref-visited): Inherit from info-xref too.
2470 (Info-set-mode-line): Replace occurrences of `%' by `%%'
2471 when propertizing Info-current-file and Info-current-node.
2472
2473 2006-02-13 Juri Linkov <juri@jurta.org>
2474
2475 * tumme.el (tumme-thumbnail-storage): Fix docstring.
2476 (tumme-thumb-name): Fix per-directory format.
2477
2478 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2479
2480 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2481
2482 2006-02-12 Miles Bader <miles@gnu.org>
2483
2484 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2485
2486 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
2487
2488 * tumme.el: Remove history section. If someone needs the it, it
2489 can always be found in CVS.
2490
2491 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2492
2493 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
2494 about the Thumbnail Managing Standard option.
2495
2496 2006-02-12 Richard M. Stallman <rms@gnu.org>
2497
2498 * subr.el (substitute-key-definition): Doc fix.
2499
2500 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2501
2502 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2503
2504 * info.el (Info-mode): Doc fix.
2505
2506 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2507
2508 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
2509
2510 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2511 because on Solaris a POSIX compatible "id" is needed. Reported by
2512 Magnus Henoch <mange@freemail.hu>.
2513
2514 2006-02-12 Juri Linkov <juri@jurta.org>
2515
2516 * tumme.el: Remove todo item about Thumbnail Managing Standard.
2517 (tumme) <defgroup>: Change :group to `multimedia'.
2518 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2519 Managing Standard.
2520 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2521 Fix dostring.
2522 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2523 and %y. Fix docstring.
2524 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2525 (tumme-cmd-create-standard-thumbnail-command): New user options.
2526 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2527 is `standard'. Fix docstring.
2528 (tumme-thumb-width, tumme-thumb-height): New user options.
2529 (tumme-external-viewer): Try to find various viewers.
2530 (tumme-get-thumbnail-image): Use `create-image' instead of
2531 constructing the `image' structure.
2532 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2533 `standard'.
2534 (tumme-thumb-name): Add file name generation for standard storage.
2535 Simplify code for other storages.
2536 (tumme-thumb-name): Use width %w and height %h instead of size %s.
2537 Add modification time %m and thumbnail-nq8 %q.
2538 Use `tumme-cmd-create-standard-thumbnail-command' if
2539 tumme-thumbnail-storage is `standard'.
2540 (tumme-dired-insert-marked-thumbs): New autoload command.
2541 (tumme-dired-after-readin-hook): New function.
2542 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2543 `tumme-thumb-size'.
2544 (tumme-display-image): Replace size-x %x and size-y %y with
2545 width %w and height %h.
2546
2547 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2548 `tumme-dired-insert-marked-thumbs'.
2549
2550 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
2551
2552 * tumme.el (tumme-write-tag): Fix small bug (file name did not
2553 include path).
2554 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2555 matching tag.
2556
2557 2006-02-12 Miles Bader <miles@gnu.org>
2558
2559 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2560 New variables.
2561 (rcirc-abbrev-nick): New function.
2562 (rcirc-format-response-string): Rewrite to use the formats in
2563 `rcirc-response-formats' and expand escape sequences therein.
2564 A text-property `rcirc-text' is added over the actual response
2565 text to make easy to find inside the returned string.
2566 (rcirc-print): When filling, just look for the `rcirc-text'
2567 text-property to find the appropriate fill prefix, instead of
2568 using hardwired patterns.
2569
2570 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2571
2572 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
2573 Managing Standard.
2574
2575 2006-02-11 Kim F. Storm <storm@cua.dk>
2576
2577 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2578 Don't use insert-buffer; do insert-buffer-substring directly.
2579 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
2580
2581 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2582
2583 * files.el (revert-buffer, recover-file): Replace buffer-read-only
2584 with inhibit-read-only. Suggested by Stefan Monnier.
2585 (revert-buffer): Let insert-file-contents discard
2586 buffer-undo-list. Simplify code.
2587 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2588
2589 2006-02-11 Eli Zaretskii <eliz@gnu.org>
2590
2591 * menu-bar.el (menu-bar-select-yank): Add a doc string.
2592
2593 * help.el (describe-key-briefly): Now a wrapper for
2594 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
2595 to t. Populate yank-menu if empty.
2596 (describe-key-briefly-internal): Renamed from describe-key-briefly.
2597 (describe-key): Now a wrapper for describe-key-internal. Bind
2598 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
2599 (describe-key-internal): Renamed from describe-key.
2600
2601 2006-02-11 Milan Zamazal <pdm@zamazal.org>
2602
2603 * progmodes/glasses.el (glasses-separator): Doc fix.
2604 (glasses-original-separator): New defcustom.
2605 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2606
2607 2006-02-11 Martin Rudalics <rudalics@gmx.at>
2608
2609 * mwheel.el (mouse-wheel-up-event): Doc fix.
2610
2611 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
2612
2613 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2614 (tumme-dir): New function. Copied from thumbs.el.
2615
2616 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
2617
2618 * desktop.el (desktop-outvar): Fix typo.
2619 (desktop-save-buffer-p): Doc fix.
2620
2621 * subr.el (substitute-key-definition): Fix typo.
2622
2623 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2624
2625 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2626 when window-system is mac.
2627
2628 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2629
2630 2006-02-10 Kim F. Storm <storm@cua.dk>
2631
2632 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2633 indirect-function instead of using condition-case.
2634
2635 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
2636
2637 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2638 less `colloquial'...
2639
2640 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
2641
2642 * tumme.el: Add a couple of todo items.
2643
2644 2006-02-09 Lars Hansen <larsh@soem.dk>
2645
2646 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2647 (highlight-changes-mode): Don't change desktop-locals-to-save.
2648
2649 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * image-mode.el (image-toggle-display): Clear image cache if using
2652 filename.
2653
2654 2006-02-09 Masatake YAMATO <jet@gyve.org>
2655
2656 * dired-x.el (dired-guess-shell-alist-default): Add .man as
2657 a `dired-man' target.
2658
2659 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2660 boundary of symbols.
2661
2662 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
2663
2664 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2665
2666 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2669 `mapcar'; return nil.
2670
2671 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
2672
2673 * mouse.el (mouse-drag-track): Don't change window if we rebind to
2674 some other event.
2675
2676 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
2677
2678 * net/rcirc.el (rcirc-startup-channels-alist):
2679 Add irc.freenode.net and #emacs as defaults.
2680 (rcirc-ignore-all-activity-flag): Remove variable.
2681 (rcirc-authinfo): New variable.
2682 (rcirc-authinfo-filename): Remove variable.
2683 (rcirc-always-use-server-buffer-flag): New flag.
2684 (rcirc): M-x rcirc will automatically connect without prompting.
2685 C-u M-x rcirc will prompt. Use rcirc-connect to create a
2686 connection in lisp.
2687 (rcirc-process-server-response-1): Remove everything but the nick
2688 portion of the sender so it doesn't need to be done everywhere
2689 else. Update related code.
2690 (global-map): Remove global keybindings.
2691 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2692 (rcirc-send-input): Split into several functions.
2693 (rcirc-process-input-line, rcirc-process-message)
2694 (rcirc-process-command): New functions.
2695 (rcirc-target-buffer): New function to determine where to route
2696 messages.
2697 (rcirc-user-nick): Save match data.
2698 (rcirc-toggle-ignore-buffer-activity)
2699 (rcirc-update-activity-string): Remove global ignore functionality,
2700 which can be done now by toggling rcirc-track-minor-mode.
2701 (rcirc-track-minor-mode-map): New keymap.
2702 (rcirc-track-minor-mode): New minor-mode.
2703 (ignore): Make the ignore output nicer. Always print it when
2704 adding or removing nicks.
2705 (rcirc-url-regexp): Improve.
2706 (rcirc-mangle-text): Remove properties before using text in the
2707 modeline.
2708 (rcirc-authenticate): Authentication data comes from
2709 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2710 (rcirc-server-prefix): Inherit from rcirc-server.
2711
2712 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
2713
2714 * Makefile.in (compile): Append "|| true" to the end of the `find'
2715 command, like compile-always does.
2716
2717 2006-02-08 Sam Steingold <sds@gnu.org>
2718
2719 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2720 output from a dead connection.
2721
2722 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2723
2724 * dired.el (dired-mode-map): Add more bindings for tumme.
2725
2726 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * wdired.el (wdired-mode-map): Use remap.
2729 (wdired-get-filename): Massage.
2730 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2731 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2732 `keymap' property rather than `local-map'.
2733
2734 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2735
2736 * tumme.el (tumme-get-thumbnail-image): New utility function.
2737 Suggested by from Chong Yidong.
2738 (tumme-dired-with-window-configuration): Rename from
2739 `tumme-dired'. Add code to save window configuration.
2740 (tumme-restore-window-configuration): New command to restore the
2741 window configuration that `tumme-dired-with-window-configuration'
2742 saves before it changes the window configuration.
2743 (tumme-show-all-from-dir): New command to display thumbnails for
2744 all files in a directory entered by the user, like M-x thumbs.
2745 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2746 have been created.
2747 (tumme-display-thumbnail-original-image): Call `display-buffer'.
2748 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2749 Remove obsolete test function.
2750
2751 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * vc.el (small-temporary-file-directory): Remove defvar; there's
2754 a defcustom for it in files.el.
2755
2756 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2757 Fix typo in message.
2758 (tumme-gallery-generate): Fix typo in `error' message.
2759 (tumme-display-window-height-correction)
2760 (tumme-display-window-width-correction, tumme-line-up-dynamic)
2761 (tumme-line-up-interactive): Dox fixes.
2762 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2763 (tumme-restore-window-configuration, tumme-format-properties-string)
2764 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2765 Fix typos in docstrings.
2766
2767 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
2768
2769 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2770
2771 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
2772
2773 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2774 User should use hook if desired.
2775
2776 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2777 buffer if necessary.
2778 (gdb-delete-frame-or-window): New function.
2779 (gdb-breakpoints-mode-map): Bind "q" to it.
2780
2781 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * textmodes/nroff-mode.el: Clean up name space.
2784 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2785 (nroff-mode): Obey the global setting of nroff-electric-mode.
2786 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2787
2788 * calendar/calendar.el (calendar-increment-month): Typo in last change.
2789
2790 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
2791
2792 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2793
2794 2006-02-06 Lars Hansen <larsh@soem.dk>
2795
2796 * generic-x.el (etc-fstab-generic-mode): Add file system types
2797 cifs and usbdevfs. Allow special chars in file names.
2798
2799 2006-02-05 Jay Belanger <belanger@truman.edu>
2800
2801 Update copyright notices of the files in lisp/calc.
2802
2803 2006-02-05 Romain Francoise <romain@orebokech.com>
2804
2805 Update copyright notices of all files in the lisp/play directory.
2806
2807 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
2808
2809 * ldefs-boot.el: Regenerate.
2810
2811 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2812
2813 2006-02-05 Kim F. Storm <storm@cua.dk>
2814
2815 * files.el (magic-mode-regexp-match-limit): New defvar.
2816 (set-auto-mode): Use it to limit magic-mode-alist matching.
2817
2818 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
2819
2820 * simple.el (display-message-or-buffer): Compare the number of
2821 characters to the frame width when determining whether a 1-line
2822 message string will fit in the echo area. Count screen lines
2823 instead of buffer lines when determining whether a multi-line
2824 message will fit in the echo area/minibuffer window.
2825
2826 2006-02-04 Eli Zaretskii <eliz@gnu.org>
2827
2828 * info.el (Info-index, Info-mode): Improve the description of the
2829 `i' command.
2830
2831 * ldefs-boot.el: Regenerate.
2832
2833 2006-02-03 Werner Lemberg <wl@gnu.org>
2834
2835 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2836 greedy to find the closing bracket in \*[...] and similar
2837 expressions. This is a first rough fix -- many additional
2838 refinements are necessary to make nroff mode really usable with groff.
2839
2840 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
2841
2842 * international/mule-cmds.el (set-locale-environment):
2843 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2844 libX11.
2845
2846 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
2847
2848 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2849 archive are created in archive-tmpdir.
2850
2851 2006-02-02 John Paul Wallington <jpw@pobox.com>
2852
2853 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2854 (ibuffer-fontification-alist): Use it.
2855 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2856 to "* z" and the Ibuffer Mark menu.
2857
2858 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2859
2860 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2861
2862 * textmodes/table.el (*table--cell-describe-mode)
2863 (*table--cell-describe-bindings): Undo last change since
2864 print-help-return-message is not obsoleted by anything at all.
2865
2866 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2867
2868 * emulation/cua-base.el (cua-mode): Doc fix.
2869
2870 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2871
2872 * dframe.el (dframe-handle-make-frame-visible)
2873 (dframe-handle-iconify-frame, dframe-get-focus)
2874 (dframe-select-attached-frame, dframe-power-click)
2875 (dframe-frame-mode): Fix typos in docstrings.
2876
2877 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2878 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2879 Fix typos in docstrings.
2880
2881 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2882 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2883 (hi-lock-archaic-interface-message-used)
2884 (hi-lock-file-patterns-range): Fix typos in docstrings.
2885
2886 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2887 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2888
2889 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2890 Fix typo in docstring.
2891
2892 * net/newsticker.el (newsticker--decode-iso8601-date)
2893 (newsticker--set-customvar, newsticker--buffer-insert-item)
2894 (newsticker--do-run-auto-mark-filter)
2895 (newsticker--parse-generic-feed): Doc fixes.
2896 (newsticker--retrieval-timer-list, newsticker-url-list)
2897 (newsticker-hide-immortal-items-in-echo-area)
2898 (newsticker-hide-obsolete-items-in-echo-area)
2899 (newsticker-new-item-face, newsticker--enclosure)
2900 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2901 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2902 (newsticker--parse-generic-feed, newsticker--cache-contains)
2903 (newsticker--stat-num-items, newsticker-download-enclosures):
2904 Fix typos in docstrings.
2905
2906 * net/rcirc.el (rcirc-debug): Doc fix.
2907 (rcirc-fill-column, rcirc-receive-message-hooks)
2908 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2909 (rcirc-mode, rcirc-generate-new-buffer-name)
2910 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2911 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2912 Fix typos in docstrings.
2913 (rcirc-print): "?\ " -> "?\s".
2914 (rcirc-cmd-join): Improve argument/docstring consistency.
2915
2916 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2917
2918 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2919 before narrow-to-region.
2920
2921 2006-02-01 Richard M. Stallman <rms@gnu.org>
2922
2923 * simple.el (move-beginning-of-line): Scan properly for invis change.
2924
2925 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2926
2927 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2928
2929 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2930 change bit only when id-format is 'integer. Reported by Matt
2931 Hodges <M.P.Hodges@rl.ac.uk>.
2932
2933 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * hilit-chg.el (highlight-changes-initial-state)
2936 (highlight-changes-global-initial-state): Doc fixes.
2937 (highlight-changes-global-modes, global-highlight-changes):
2938 Fix typos in docstrings.
2939
2940 2006-02-01 Kim F. Storm <storm@cua.dk>
2941
2942 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2943 transient-mark-mode in doc string.
2944
2945 2006-01-31 Richard M. Stallman <rms@gnu.org>
2946
2947 * replace.el (multi-occur): Doc fix.
2948 (multi-occur-in-matching-buffers): Rename from
2949 multi-occur-by-filename-regexp. Prefix arg says match
2950 buffer names instead of file names.
2951
2952 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2953
2954 * bs.el: Allow non-default values of `bs-header-lines-length'.
2955 (bs--running-in-xemacs): Remove (not needed anymore).
2956 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2957 instead of `shrink-window', thus avoiding having to compute the
2958 height of the window.
2959 (bs--up): Wrap around even when there's no header.
2960 (bs--down): Use `forward-line' instead of `next-line'.
2961
2962 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2963
2964 * image-mode.el (image-toggle-display): Use file name if possible,
2965 instead of unnecessarily allocating a (possibly huge) lisp string.
2966
2967 2006-01-30 John Paul Wallington <jpw@pobox.com>
2968
2969 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2970 because the `assert' macro signals it at runtime.
2971
2972 * emacs-lisp/cl.el (toplevel): Remove definition of
2973 `cl-assertion-failed' condition.
2974
2975 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2976
2977 * thumbs.el (thumbs-marked-list): Make buffer-local and
2978 permanent-local.
2979 (thumbs-insert-thumb): Make help-echo non-sticky.
2980 (thumbs-file-alist): Use eolp as check for (non)-image.
2981
2982 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2983
2984 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2985 (ediff-before-session-group-setup-hooks)
2986 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2987 Fix typos in docstrings.
2988
2989 * window.el (bw-dir, bw-eqdir, balance-windows)
2990 (split-window-keep-point): Fix typos in docstrings.
2991
2992 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2993 (org-quote-string, org-calendar-to-agenda-key)
2994 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2995 (org-show-following-heading, org-tags-column)
2996 (org-use-tag-inheritance, org, org-allow-space-in-links)
2997 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2998 (org-enable-table-editor, org-calc-default-modes)
2999 (org-table-allow-automatic-line-recalculation)
3000 (org-export-html-style, org-export-with-fixed-width)
3001 (org-export-with-sub-superscripts, org-special-keyword)
3002 (org-formula, org-time-grid, org-table-may-need-update)
3003 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3004 (org-goto-quit, org-get-indentation, org-end-of-item)
3005 (org-move-item-down, org-move-item-up)
3006 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3007 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3008 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3009 (org-agenda-log-mode, org-agenda-toggle-diary)
3010 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3011 (org-agenda-file-to-end, org-agenda-no-heading-message)
3012 (org-agenda-get-closed, org-format-agenda-item)
3013 (org-cmp-priority, org-cmp-category, org-cmp-time)
3014 (org-agenda-change-all-lines, org-agenda-diary-entry)
3015 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3016 (org-link-search, org-camel-to-words, org-open-file)
3017 (org-remember-handler, org-table-convert-region)
3018 (org-table-move-row-down, org-table-move-row-up)
3019 (org-table-copy-region, org-table-wrap-region)
3020 (org-table-toggle-vline-visibility)
3021 (org-table-get-vertical-vector, org-table-modify-formulas)
3022 (org-table-get-specials, org-recalc-commands)
3023 (org-table-rotate-recalc-marks, org-table-eval-formula)
3024 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3025 (org-level-color-stars-only, org-insert-heading):
3026 Fix typos in docstrings.
3027 (last-arg): Add defvar.
3028
3029 * makefile.w32-in (WINS): Add erc.
3030 (MH_E_SRC): Update (copied from lisp/Makefile.in).
3031
3032 2006-01-29 Bill Wohler <wohler@newt.com>
3033
3034 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3035 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3036 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
3037 (mh-autoloads): Don't use comments on otherwise empty lines.
3038
3039 2006-01-29 Edward O'Connor <ted@oconnor.cx>
3040
3041 * emulation/viper.el (viper-major-mode-modifier-list): Add
3042 insert-state and vi-state entries for erc-mode.
3043 (viper-go-away, viper-set-hooks): Add and remove
3044 viper-comint-mode-hook from erc-mode-hook as appropriate.
3045
3046 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3047
3048 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * bs.el (bs--format-aux): Implement `middle' alignment as
3051 described in the docstring for `bs-attributes-list'.
3052 (bs--get-name): Simplify. Don't pad the buffer name.
3053
3054 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
3055
3056 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3057 English aspell dictionary is installed, use the first entry of
3058 ispell-dictionary-alist-1.
3059
3060 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
3061
3062 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3063 Doc fix.
3064
3065 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
3066
3067 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3068 for `process-file', in order to let it work for older Emacsen too.
3069
3070 2006-01-27 Eli Zaretskii <eliz@gnu.org>
3071
3072 * international/latexenc.el: Add a suitable `coding:' tag.
3073 (latexenc-find-file-coding-system): Undo last change.
3074
3075 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3076
3077 * international/latexenc.el (latexenc-find-file-coding-system):
3078 Make sure latexenc-main-file is a regular file and is readable.
3079
3080 2006-01-27 Andre Spiegel <spiegel@gnu.org>
3081
3082 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3083 Pass FILE to vc-user-login-name.
3084
3085 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3086
3087 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
3088
3089 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3090 there are no more images to display.
3091 (thumbs-mark, thumbs-unmark): Revert change so that they move to
3092 the next image.
3093
3094 2006-01-26 Richard M. Stallman <rms@gnu.org>
3095
3096 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3097
3098 * wid-edit.el (advertised-widget-backward): New alias.
3099 (widget-keymap): Use advertised-widget-backward for S-TAB.
3100
3101 * tumme.el: Correct the keywords.
3102 (tumme-dir-max-size): Use defvar.
3103 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3104
3105 * simple.el (move-beginning-of-line): Take account of fields.
3106 (clone-indirect-buffer-other-window): Take args like
3107 clone-indirect-buffer, and work like it.
3108
3109 * help-fns.el (describe-function): Don't pass `nil' as default.
3110
3111 * files.el (risky-local-variable-p): Follow var aliases.
3112
3113 * subr.el (lazy-completion-table): Doc fix.
3114
3115 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3116 global binding of `line'.
3117
3118 2006-01-25 Andre Spiegel <spiegel@gnu.org>
3119
3120 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3121 Tramp.
3122
3123 * vc.el (vc-default-dired-state-info): Pass FILE to
3124 vc-user-login-name.
3125 (vc-default-update-changelog): Don't use vc-user-login-name, we
3126 don't need it here.
3127
3128 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3129 no longer necessary.
3130
3131 2006-01-25 Kenichi Handa <handa@m17n.org>
3132
3133 * international/mule.el (decode-char): Avoid the overhead of
3134 calling utf-lookup-subst-table-for-decode if
3135 utf-translate-cjk-mode is nil.
3136 (encode-char): Avoid the overhead of calling
3137 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3138 nil.
3139
3140 2006-01-22 Kenichi Handa <handa@m17n.org>
3141
3142 * international/mule.el (make-subsidiary-coding-system): Reset
3143 `coding-system-define-form' property of subsidiaries to nil.
3144 Avoid duplicated entry in coding-system-alist.
3145 (make-coding-system): Avoid duplicated entry in
3146 coding-system-alist.
3147 (define-coding-system-alias): Likewise.
3148
3149 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
3150
3151 * completion.el: Minor fixes in introductory comment.
3152 (completion-def-wrapper): Fix alist.
3153
3154 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
3155
3156 * thumbs.el (thumbs-new-image-size): New function.
3157 (thumbs-increment-image-size-element)
3158 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3159 (thumbs-decrement-image-size): Delete.
3160 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
3161 temp files and use to resize.
3162 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3163 Use increment argument to enlarge/shrink. Preserve point.
3164 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3165 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3166 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3167 (thumbs-mark, thumbs-unmark): Preserve point.
3168 (thumbs-modify-image): Keep old temp files and use to modify.
3169 Cleanup old temp files at load time. Preserve point.
3170 (thumbs-view-image-mode-map): Use new command names.
3171
3172 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * log-view.el (log-view-minor-wrap): First rev is the one at point.
3175
3176 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3177 the nastiest part of the cyclic dependency.
3178 (cal-menu-update): Use dotimes and calendar-increment-month.
3179
3180 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3181 (calendar-week-start-day): Add an :initializer.
3182 (calendar-mode-map): Use suppress-keymap, and command remapping.
3183 (describe-calendar-mode): Setup xref-stack info for the back button.
3184 (calendar-star-date): Insert before delete.
3185 (calendar-set-mode-line): Add file-modified info if applicable.
3186 (calendar-increment-month): New function.
3187
3188 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3189
3190 * font-lock.el (lisp-font-lock-keywords-2):
3191 Recognize "& keywords" only at word boundaries.
3192
3193 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
3194
3195 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
3196 and permanent-local.
3197 (thumbs-max-image-number): New variable.
3198 (thumbs-do-thumbs-insertion): Use them.
3199 (thumbs-per-line): Change default to 4.
3200 (thumbs-marked-list): Rename from thumbs-markedL.
3201 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3202 (thumbs-rename-images): Use -list instead of L for internal variables.
3203 (thumbs-call-convert): Use call-process instead of shell-command.
3204 (thumbs-insert-thumb): Add filename as help-echo to each image.
3205 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3206 Give dir to thumbs-show-thumbs-list.
3207 (thumbs-show-thumbs-list): Set default-directory to that of images.
3208 (thumbs-dired-show): Rename from thumbs-dired-show-all.
3209 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3210 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3211 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3212
3213 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * ses.el (ses-read-cell): Provide a default value.
3216
3217 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
3218
3219 * term/w32-win.el (image-library-alist): Add additional names for
3220 GIF library.
3221
3222 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3223
3224 * international/latexenc.el (latexenc-find-file-coding-system):
3225 Add file-regular-p check.
3226
3227 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * simple.el (clone-buffer): Don't show the new buffer in the same
3230 window.
3231
3232 2006-01-23 Juri Linkov <juri@jurta.org>
3233
3234 * faces.el (link, link-visited): New faces based on default values
3235 of `info-xref' and `info-xref-visited'.
3236
3237 * info.el (info-xref): Inherit from `link'.
3238 (info-xref-visited): Inherit from `link-visited'.
3239
3240 * cus-edit.el (custom-buffer-create-internal): Use widget type
3241 `custom-manual' instead of `info-link' and don't set properties
3242 `button-face' and `mouse-face' explicitly.
3243 (custom-browse-group-tag, custom-browse-variable-tag)
3244 (custom-browse-face-tag): Inherit from widget class
3245 `custom-group-link' instead of `push-button'.
3246 (custom-button-unraised): Inherit from `underline' face.
3247 (custom-link): Inherit from `link' face. Fix doc and group.
3248 (custom-add-parent-links, custom-group-value-create): Don't set
3249 properties `button-face' and `mouse-face' explicitly for
3250 `custom-group-link' widget.
3251 (custom-group-link): Add properties `button-face' and `mouse-face'
3252 to widget definition.
3253 (custom-field-keymap): New variable. Put `custom-field-keymap' to
3254 editable-field's :keymap property.
3255 (custom-mode): Fix docstring: substitute keybindings for
3256 `widget-forward' and `widget-backward' from `widget-keymap',
3257 `widget-complete' from `custom-field-keymap', replace old
3258 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
3259
3260 * desktop.el (desktop-load-file): Check for `fboundp' before
3261 calling `symbol-function'.
3262
3263 * simple.el (clone-buffer, clone-indirect-buffer)
3264 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3265 `read-string'. Fix prompts.
3266
3267 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3268
3269 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3272
3273 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
3274
3275 * startup.el (inhibit-splash-screen, initial-scratch-message):
3276 Doc fixes.
3277
3278 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
3279
3280 Sync with Tramp 2.0.52.
3281
3282 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3283 net/tramp-vc.el: Add code for unloading Tramp. See comment before
3284 `tramp-unload-tramp' for checklist.
3285
3286 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3287 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
3288 (tramp-unload-file-name-handler-alist)
3289 (tramp-unload-tramp): New defuns.
3290 (tramp-advice-PC-expand-many-files): New defadvice.
3291 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3292 removed.
3293 (tramp-handle-expand-file-name): Remove double slash.
3294 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3295 It doesn't matter, because it will be converted later on.
3296 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
3297 implementation was just heuristic.
3298 (tramp-post-connection): Set uid and gid properties.
3299 (tramp-convert-file-attributes): Set file's gid change bit.
3300 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3301 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3302 in case of su(do)? methods. The home directory of the local user
3303 will be taken else.
3304 (tramp-open-connection-telnet)
3305 (tramp-open-connection-rsh, tramp-open-connection-su)
3306 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
3307 local shell prompt could hurt. Reported by Romain Francoise
3308 <romain@orebokech.com>.
3309 (tramp-let-maybe): Add `edebug-form-spec' property.
3310 (tramp-handle-expand-file-name): Bind `default-directory' locally
3311 to "/" in order to avoid problems with UNC shares or Cygwin
3312 mounts.
3313 (tramp-md5-function): Fix typo in error message.
3314
3315 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3316
3317 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3318 for byte-compiler pacification.
3319
3320 2006-01-22 Andre Spiegel <spiegel@gnu.org>
3321
3322 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3323 ID-FORMAT `string'. This allows us to get rid of
3324 `vc-user-login-name UID'.
3325
3326 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3327
3328 2006-01-22 John Paul Wallington <jpw@pobox.com>
3329
3330 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3331
3332 2006-01-21 Martin Rudalics <rudalics@gmx.at>
3333
3334 * emacs-lisp/find-func.el (find-definition-noselect)
3335 (find-variable-noselect): Search variables in C source code too.
3336 (find-function-C-source, find-function-noselect, find-function)
3337 (find-function-other-frame, find-variable-noselect, find-variable)
3338 (find-variable-other-frame, find-variable-at-point):
3339 Fix docstrings.
3340
3341 2006-01-21 Francesco Potorti` <pot@gnu.org>
3342
3343 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3344
3345 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
3346
3347 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3348 Default to disabling the "Save affix" question.
3349
3350 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
3351
3352 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3353 the first arg to run-python.
3354
3355 2006-01-21 Eli Zaretskii <eliz@gnu.org>
3356
3357 * startup.el (command-line-1): Handle --no-desktop if desktop.el
3358 is not loaded.
3359
3360 2006-01-20 Jay Belanger <belanger@truman.edu>
3361
3362 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3363 limit is 0.
3364
3365 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3366 the correct variable.
3367
3368 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
3369
3370 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3371 link. Fixed buggy argument sequence in call to `org-view-tags'.
3372 (org-compile-prefix-format): Set `org-prefix-has-tag'.
3373 (org-prefix-has-tag): New variable.
3374 (org-format-agenda-item): Remove tags from headline if
3375 appropriate.
3376 (org-agenda-remove-tags-when-in-prefix): New option.
3377 (org-get-tags-at): New function.
3378
3379 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
3380
3381 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
3382 (thumbs-find-image): Move image name and number from buffer name
3383 to mode name. Set thumbs-buffer. Preserve point so that large
3384 images remain visible.
3385 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3386 order.
3387 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
3388 mode name.
3389 (thumbs-next-image, thumbs-previous-image): Make them work.
3390
3391 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
3392
3393 * cus-edit.el (custom-buffer-create-internal): State in the text above
3394 the whole buffer buttons that they do not operate on hidden items.
3395 (custom-face-menu): Use `custom-face-save' instead of
3396 `custom-face-save-command'.
3397 (custom-face-save-command): Make it an alias for `custom-face-save'
3398 and declare it obsolete.
3399 (custom-face-save): Doc fix.
3400
3401 * dired.el (dired-no-confirm): Add quote.
3402 (dired-subdir-alist-pre-R): Add quote in
3403 `make-variable-buffer-local' form and remove unbalanced parenthesis.
3404
3405 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * textmodes/table.el (table-mode-indicator): Typo in last change.
3408
3409 2006-01-19 Richard M. Stallman <rms@gnu.org>
3410
3411 * outline.el (hide-leaves): Don't call outline-end-of-heading.
3412 Fixes bug reported in Nov 2005.
3413
3414 * isearch.el (isearch-forward): Doc fix.
3415
3416 * dired.el (dired-move-to-filename-regexp): Define as alias.
3417 (dired-no-confirm): Use defcustom.
3418 (dired-subdir-alist-pre-R): Put defvar at top level.
3419
3420 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3421
3422 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3423 Mark as risky.
3424
3425 * simple.el (set-mark-command): Doc fix.
3426 (clone-indirect-buffer-other-window):
3427 Read arg like clone-indirect-buffer.
3428 (move-beginning-of-line): Skip invisible newlines.
3429
3430 2006-01-19 Masatake YAMATO <jet@gyve.org>
3431
3432 * progmodes/cpp.el (cpp-edit-load): Make the order of
3433 listed conditions in a base C code buffer and its associate
3434 CPP Edit buffer the same.
3435
3436 2006-01-19 Kenichi Handa <handa@m17n.org>
3437
3438 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3439 (rmail-mime-feature): Likewise.
3440 (rmail-require-mime-maybe): Use display-warning to show a warning
3441 message.
3442
3443 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3444 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3445
3446 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * array.el: Move defvars out of eval-when-compile.
3449 (array-make-template): Replace undeclared global var with a local one.
3450 (array-mode): Inline initialization functions.
3451 (array-init-local-variables, array-init-max-row)
3452 (array-init-max-column, array-init-columns-per-line)
3453 (array-init-field-width, array-init-rows-numbered)
3454 (array-init-line-length, array-init-lines-per-row): Remove.
3455
3456 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
3457 (doc-mode-map): Define explicitly.
3458 (doctor-txtype): Use mapc.
3459
3460 * textmodes/table.el: Move defvars out of eval-when-compile.
3461 Remove harmful code meant to avoid byte-compiler warnings.
3462 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
3463 specification that checks table-fixed-width-mode directly.
3464 (table-recognize-region, table-recognize-cell):
3465 Use restore-buffer-modified-p.
3466 (table-fixed-width-mode): Remove code that refreshes
3467 table-fixed-mode-indicator.
3468 (*table--cell-describe-bindings, *table--cell-describe-mode):
3469 Avoid obsolete name print-help-return-message.
3470 (table--test-cell-list): Don't use replace-regexp from elisp.
3471 (table--point-entered-cell-function, table--point-left-cell-function):
3472 Don't set table-fixed-mode-indicator, use force-mode-line-update.
3473
3474 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
3475 that was after the end of file. Use buffer-file-name variable.
3476 (org-timestamp-change): Use with-current-buffer.
3477 (org-todo-list): Don't unnecessarily define a new buffer-local var.
3478 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3479 `file'.
3480
3481 * progmodes/fortran.el: Move defvars out of eval-when-compile.
3482 (fortran-break-line): Remove unused var `opoint'.
3483 (fortran-abbrev-start): Obey help-event-list.
3484
3485 2006-01-18 Jesper Harder <harder@phys.au.dk>
3486
3487 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3488
3489 2006-01-18 Masatake YAMATO <jet@gyve.org>
3490
3491 * progmodes/make-mode.el (makefile-imake-mode): New mode
3492 derived from makefile-mode.
3493 (makefile-imake-mode-syntax-table): New syntax table
3494 derived from makefile-mode-syntax-table.
3495 (makefile-mode): Write about makefile-imake-mode in doc string.
3496 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3497 (makefile-imake-font-lock-keywords): New font lock keywords.
3498
3499 * files.el (auto-mode-alist): Add Imakefile.
3500
3501 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
3502
3503 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3504 loading the file rather than when turning on flyspell-mode.
3505
3506 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
3507
3508 * cus-edit.el (customize-rogue): Minor doc fix.
3509
3510 2006-01-17 Juri Linkov <juri@jurta.org>
3511
3512 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3513 instead of the file at the mark as default if the file at the mark
3514 is the same as the file at point or if dired-dwim-target-directory
3515 is not the same as the current directory and the mark is not active.
3516
3517 * log-view.el (log-view-minor-wrap): Use the same logic to get
3518 revisions as `log-view-diff'.
3519
3520 * info.el (Info-revert-find-node): Check for Info-current-file
3521 before preserving new-history.
3522
3523 * man.el (Man-heading-regexp): Add `/'.
3524
3525 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3526 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3527
3528 2006-01-16 Juri Linkov <juri@jurta.org>
3529
3530 * faces.el (mode-line-faces): New defgroup.
3531 (mode-line-highlight): Move definition after new defgroup.
3532 (mode-line, mode-line-inactive, mode-line-highlight):
3533 Replace :group `modeline' with `mode-line-faces'.
3534 (mode-line-buffer-id): New face.
3535 (modeline-buffer-id): New face alias.
3536 (vertical-border): Remove :group `modeline'.
3537
3538 * bindings.el (propertized-buffer-identification): Use face
3539 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3540 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3541 (mode-line-buffer-identification-keymap): For mouse-1 replace
3542 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3543 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3544 mouse-3.
3545
3546 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3547 Buffer-menu-buffer. Doc fix.
3548 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3549 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3550 `Buffer-menu-buffer'.
3551
3552 * info.el (Info-mode-line-node-keymap): New defvar.
3553 (Info-set-mode-line): Use `stringp' to check Info-current-file.
3554 Propertize Info-current-node with `mode-line-buffer-id' and
3555 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3556
3557 * time.el (display-time-mail-face): Replace :group `faces' with
3558 `mode-line-faces'.
3559
3560 2006-01-16 Kenichi Handa <handa@m17n.org>
3561
3562 * international/code-pages.el: Add autoload cookies for cp125[0345678].
3563
3564 * language/european.el (cp1252): New alias for windows-1252.
3565
3566 * international/mule.el (autoload-coding-system): Prepare for EOL
3567 variants.
3568
3569 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
3570
3571 * term.el (term-raw-map): Add mapping for insert.
3572 (term-send-insert): New.
3573 (term-mode): Make variables local here instead of doing it in
3574 `term-emulate-terminal'.
3575 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3576 Scroll reverse needs to take into account the scroll region.
3577 Saving and restoring the cursor should save the color attributes too.
3578 (term-reset-terminal): Reset the scroll region.
3579 (term-handle-ansi-escape): Cursor up and down should take into
3580 account the scroll region.
3581 (term-set-scroll-region): Rename from `term-scroll-region'.
3582 Move to 0,0 after setting the region.
3583 (term-handle-scroll): Handle scroll up.
3584 (term-down): Fix off by one error.
3585 (term-delete-lines): Do not delete outside the scroll region.
3586 (term-insert-lines): Take into account the scroll region.
3587
3588 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * textmodes/ispell.el (ispell-internal-change-dictionary)
3591 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3592 (start, end): Move declaration outside of eval-when-compile.
3593
3594 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3595 (flyspell-mode-on): Use it.
3596
3597 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3598 ispell-kill-ispell-hook.
3599
3600 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
3601
3602 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3603 (Custom-reset-saved): Do not ask for confirmation in single option
3604 buffers.
3605
3606 2006-01-13 Richard M. Stallman <rms@gnu.org>
3607
3608 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3609
3610 2006-01-13 Romain Francoise <romain@orebokech.com>
3611
3612 * add-log.el (add-change-log-entry, change-log-merge):
3613 Conditionally use `hard-newline'.
3614
3615 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
3616
3617 * wid-edit.el (widget-field-end): If the overlay is no longer
3618 associated with a buffer, behave as if the overlay didn't exist.
3619
3620 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3621 Make sure the links use the `custom-link' face.
3622
3623 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3626 (ld-script-mode): Don't set indent-line-function since we don't
3627 have one.
3628
3629 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
3630
3631 * textmodes/org.el (org-open-file): Use mailcap for selecting an
3632 application.
3633 (org-file-apps-defaults-gnu): Use mailcap as the default for
3634 selecting an application on a UNIX system.
3635 (org-agenda-show-tags): New command.
3636 (org-table-insert-hline): Keep cursor in current table line.
3637 (org-table-convert): Offset effect of modifying
3638 `org-table-insert-hline'.
3639 (org-format-agenda-item): New optional argument TAG.
3640 (org-compile-prefix-format): Handle %T format for the tag.
3641 (org-expand-wide-chars): New function.
3642 (org-table-insert-row, org-table-insert-hline):
3643 Use `org-expand-wide-chars'.
3644 (org-open-file): Fix bug in program launch.
3645 (org-get-time-of-day): Fix bug with times before 1am.
3646 (org-agenda-menu): Add tags commands.
3647
3648 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
3649
3650 * textmodes/ispell.el (ispell-init-process): Include the used
3651 dictionary in ispell process start message.
3652 (ispell-internal-change-dictionary): When flyspell-mode is active
3653 and dictionary is changed, make sure ispell process is restarted
3654 and flyspell word cache cleared out for the current buffer.
3655 (ispell-change-dictionary): Make sure flyspell word cache is
3656 cleared out in all buffers with active flyspell mode when
3657 dictionary is globally changed.
3658 Call ispell-internal-change-dictionary after dictionary change.
3659
3660 2006-01-13 Eli Zaretskii <eliz@gnu.org>
3661
3662 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3663
3664 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3665 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3666 years. Fix small differences wrt Makefile.in.
3667 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3668 Makefile.in does.
3669
3670 2006-01-12 Bill Wohler <wohler@newt.com>
3671
3672 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3673 mh-search.el.
3674
3675 2006-01-12 Masatake YAMATO <jet@gyve.org>
3676
3677 * progmodes/ld-script.el: Update copyright year.
3678
3679 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
3680
3681 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3682 Don't add widget if setting undefined.
3683
3684 2006-01-12 John Paul Wallington <jpw@pobox.com>
3685
3686 * help-fns.el (describe-variable): Remove newlines from void
3687 variable output.
3688
3689 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
3690
3691 * wdired.el (wdired-mode-map): Add help echo for
3692 wdired-abort-changes.
3693
3694 * man.el (Man-file-name-regexp): Adjust for a list of files.
3695
3696 2006-01-12 Masatake YAMATO <jet@gyve.org>
3697
3698 * progmodes/ld-script.el (auto-mode-alist): Support
3699 suffix conventions used in netbsd and eCos.
3700
3701 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
3702
3703 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3704 (custom-variable-menu, custom-face-menu, custom-group-menu)
3705 (Custom-mode-menu): Change names of menu items. (As discussed on
3706 emacs-devel.)
3707 (custom-face-menu): Add "Undo Edits" item.
3708
3709 * startup.el (init-file-user): defcustom -> defvar.
3710
3711 * tooltip.el (tooltip-mode): Doc fix.
3712
3713 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * reveal.el (reveal-post-command): window-buffer signals an error on
3716 dead windows rather than returning nil.
3717 (reveal-open-new-overlays): An overlay might die while we open others.
3718
3719 2006-01-11 Bill Wohler <wohler@newt.com>
3720
3721 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3722 phrasing in docstring.
3723
3724 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3725 can give some systems gas. Add new file mh-buffers.el.
3726
3727 2006-01-06 Masatake YAMATO <jet@gyve.org>
3728
3729 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3730 C preprocessor forward ported from GNU Emacs 21.2.
3731
3732 * progmodes/asm-mode.el (asm-font-lock-keywords):
3733 Use `cpp-font-lock-keywords'.
3734
3735 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3736
3737 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3738 of $ for "\\.ld[s]?".
3739
3740 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3743 (tcl-indent-line): Return `noindent' if inside a string.
3744
3745 * progmodes/flymake.el (flymake-split-string): Remove more than one
3746 empty string at beg/end of the result.
3747 (flymake-find-buildfile, flymake-find-possible-master-files):
3748 Use expand-file-name.
3749 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3750 since expand-file-name does it for us. Use directory-file-name.
3751 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3752 (flymake-ler-get-type, flymake-ler-get-text)
3753 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
3754 (flymake-current-line-no): Remove spurious interactive spec.
3755 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3756 (flymake-check-include): Remove arg inc-path merged into inc-name.
3757 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3758 Arg regexp-list replaced by a simple regexp.
3759 (flymake-master-make-header-init, flymake-master-tex-init):
3760 Correspondingly replace regexp-list with a regexp. Fix regexp.
3761
3762 2006-01-10 Simon Josefsson <jas@extundo.com>
3763
3764 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3765 describing AUTH PLAIN fix.
3766
3767 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
3768
3769 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3770 (report-emacs-bug): Don't record initial prompt text.
3771 Instead, add text properties to prompting text.
3772 (report-emacs-bug-hook): Delete prompting text.
3773
3774 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3777 `dirs'. Adjust callers.
3778
3779 2006-01-09 John Paul Wallington <jpw@gnu.org>
3780
3781 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3782
3783 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * reveal.el (reveal-open-new-overlays): New extracted fun.
3786 (reveal-close-old-overlays): Idem. Check overlays's liveness before
3787 using them. Simplify the code.
3788 (reveal-post-command): Use them. Fix up obsolete windows in
3789 reveal-open-spots.
3790
3791 * progmodes/flymake.el: Use `require' rather than autoload for
3792 XEmacs's overlays.
3793 (flymake-get-common-file-prefix, flymake-build-relative-filename):
3794 Delete. Use file-relative-name instead.
3795 (flymake-get-syntax-check-program-args, flymake-perl-init):
3796 Simplify the resulting code.
3797
3798 * log-view.el (log-view-file-re, log-view-message-re): Add support
3799 for DaRCS output.
3800
3801 2006-01-09 Alex Schroeder <alex@gnu.org>
3802
3803 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3804 identifiers sometimes added in square brackets at the beginning of
3805 subject lines.
3806
3807 2006-01-07 Richard M. Stallman <rms@gnu.org>
3808
3809 * cus-edit.el (Custom-set, Custom-save): Doc fix.
3810 (Custom-reset-current, Custom-reset-saved): Change question text.
3811 (Custom-reset-standard): Likewise.
3812 (custom-variable-reset-saved): Doc fix.
3813
3814 2006-01-07 Eli Zaretskii <eliz@gnu.org>
3815
3816 * startup.el (init-file-user): Doc fix.
3817
3818 2006-01-07 Alex Schroeder <alex@gnu.org>
3819
3820 * mail/rmail.el (rmail-current-subject): New function.
3821 (rmail-current-subject-regexp): New function.
3822 (rmail-next-same-subject): Use it.
3823
3824 * mail/rmailsum.el (rmail-summary-by-topic):
3825 Use rmail-current-subject and rmail-current-subject-regexp.
3826 (rmail-summary-next-same-subject): Ditto.
3827
3828 * net/rcirc.el (rcirc-send-input): No longer check whether the
3829 process is open, since not all commands need an open process.
3830 (rcirc-send-string): Check whether the process is open before
3831 sending anything.
3832 (rcirc-ignore-list): New option.
3833 (rcirc-ignore-list-automatic): New variable.
3834 (rcirc-print): Take rcirc-ignore-list into account.
3835 (rcirc-cmd-ignore): New command.
3836 (rcirc-ignore-update-automatic): New function.
3837 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3838 list if ignored nicks.
3839 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3840
3841 2006-01-06 David Reitter <david.reitter@gmail.com>
3842
3843 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3844 reflect the address to which the report will be sent.
3845
3846 2006-01-06 Eli Zaretskii <eliz@gnu.org>
3847
3848 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3849 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3850
3851 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
3852
3853 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3854
3855 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3856 the doc string: "functoin" => "function".
3857 * ldefs-boot.el: Likewise.
3858
3859 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3860 message text: "Duplicat" => "Duplicate".
3861
3862 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3863
3864 * files.el (basic-save-buffer-2): If backing-up failed, reset
3865 buffer-backed-up to nil.
3866
3867 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3868
3869 * progmodes/gud.el (gdb-script-skip-to-head)
3870 (gdb-script-calculate-indentation): Indent for breakpoint command
3871 lists also.
3872
3873 2006-01-05 Bill Wohler <wohler@newt.com>
3874
3875 * Makefile.in (compile-always): Add mh-autoloads dependency.
3876 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3877 provides it.
3878 (updates): Remove mh-autoloads dependency, since it probably has
3879 already run recently (via recompile).
3880
3881 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3884 argument `force' to disable the flyspell-last-buffer optimization.
3885 (flyspell-mode-on): Use it.
3886
3887 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3888 flymake-simple-cleanup.
3889 (flymake-allowed-file-name-masks): Use this new default.
3890 All the functions are now called in the right buffer rather than
3891 passing the buffer as argument.
3892 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3893 (flymake-parse-err-lines): Remove redundant buffer arg.
3894 (flymake-get-program-dir): Comment out unused function.
3895 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3896 Remove redundant buffer argument.
3897 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3898 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3899
3900 2006-01-05 Richard M. Stallman <rms@gnu.org>
3901
3902 * info.el (Info-find-node): Don't record previous node if have none.
3903 (info): Go to directory only if history is empty.
3904
3905 * simple.el (mark): Doc fix.
3906
3907 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3908
3909 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3910 already of desired type.
3911 (mac-ae-list): Coerce parameter to "list" type.
3912 (mac-dispatch-apple-event): Replace cadr part of event with a
3913 dummy position so that event-start returns it.
3914
3915 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3916
3917 * textmodes/org.el (org-end-of-subtree): New function.
3918 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3919 Use `org-end-of-subtree'.
3920 (org-agenda, org-agenda-convert-date): Protect calls to
3921 `fit-window-to-buffer'.
3922 (org-tags-view): Force matching of sublevels when doing a
3923 todo-only search. Define the correct redo command, including the
3924 arguments.
3925 (org-agenda-redo): Display message.
3926 (org-check-for-org-mode): New function.
3927 (org-agenda-type): New variable.
3928 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3929 Set `org-agenda-type'.
3930 (org-agenda-check-type): New function.
3931 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3932 (org-agenda-week-view, org-agenda-day-view)
3933 (org-agenda-next-date-line, org-agenda-previous-date-line)
3934 (org-agenda-log-mode, org-agenda-toggle-diary)
3935 (org-agenda-toggle-time-grid, org-agenda-date-later)
3936 (org-agenda-date-prompt, org-agenda-diary-entry)
3937 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3938 (org-agenda-convert-date, org-agenda-menu):
3939 Use `org-agenda-check-type'.
3940 (org-make-overlay, org-delete-overlay)
3941 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3942 New compatibility functions.
3943 (org-calendar-select-mouse): New command.
3944
3945 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3948 (Custom-reset-standard): Fix y-or-n-p messages.
3949 (custom-link): New face for links.
3950 (custom-buffer-create-internal, custom-manual): Use it.
3951 (custom-face-save): Push to theme-face before setting face spec.
3952
3953 * wid-edit.el (widget-default-mouse-face-get): New function.
3954 (widget-specify-button): Handle mouse-face like button-face.
3955
3956 * custom.el (load-theme): Clear old theme settings if reloading.
3957
3958 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3959
3960 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3961 "Erase Customization" button back to same position it occupies in
3962 the individual State menus.
3963
3964 2006-01-04 Kim F. Storm <storm@cua.dk>
3965
3966 * wid-edit.el (key-sequence): Rework widget to read key binding
3967 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3968 (widget-key-sequence-default-value): Default value for empty sequence.
3969 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3970 (widget-key-sequence-read-event): New command for C-q.
3971 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3972 (widget-key-sequence-value-to-external): New functions.
3973
3974 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3977 Use expand-file-name.
3978 (flymake-delete-temp-directory): Use expand-file-name,
3979 file-name-directory, and directory-file-name.
3980 (flymake-strrchr): Delete.
3981 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3982 to the init-f function.
3983 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3984 (flymake-init-find-buildfile-dir)
3985 (flymake-init-create-temp-source-and-master-buffer-copy)
3986 (flymake-simple-make-init-impl, flymake-simple-make-init)
3987 (flymake-master-make-init, flymake-master-make-header-init)
3988 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3989 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3990 (flymake-xml-init): Remove corresponding redundant buffer argument.
3991 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3992 the default anyway. Clean up regexps.
3993
3994 * progmodes/flymake.el (flymake-temp-source-file-name)
3995 (flymake-master-file-name, flymake-temp-master-file-name)
3996 (flymake-base-dir): New buffer-local vars.
3997 (flymake-buffer-data, flymake-get-buffer-value)
3998 (flymake-set-buffer-value): Replace those hash-tables by the new
3999 buffer-local vars. Update callers.
4000
4001 * progmodes/flymake.el (flymake-check-start-time)
4002 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4003 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4004 Move definition, so we can remove redundant earlier declaration.
4005 (flymake-replace-regexp-in-string, flymake-split-string)
4006 (flymake-get-temp-dir): Use defalias.
4007 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
4008 (flymake-xemacs-window-edges): Remove unused function.
4009 (flymake-get-point-pixel-pos): Move.
4010 (flymake-pid-to-names, flymake-reg-names)
4011 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4012 Replace by a simple list flymake-processes and by process-buffer.
4013 Update callers. Other than simplify the code, it uses buffers rather
4014 than buffer-names so it doesn't get confused by uniquify.
4015 (flymake-buffer-data): The global value should just be nil.
4016
4017 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4018 Optimize the body of a defalias like any other code.
4019
4020 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4021 Make sure we've setup font-lock's vars. It may influence which
4022 function we then call.
4023 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4024 here since it's too late anyway.
4025
4026 2006-01-03 Romain Francoise <romain@orebokech.com>
4027
4028 * startup.el (fancy-splash-tail, normal-splash-screen):
4029 Update copyright year.
4030
4031 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
4032
4033 * mouse.el (mouse-drag-track): Rename, from
4034 `mouse-drag-region-1'. Includes optional argument required to
4035 enable post-drag event processing (e.g. delete region keys).
4036 Can be used without this argument to track a mouse region and operate
4037 on it as soon as the drag completes.
4038 (mouse-drag-region): Use `mouse-drag-track'.
4039
4040 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4041
4042 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4043 Move to `custom-buffer' group.
4044
4045 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4046 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4047 (custom-theme-insert-face-marker, custom-theme-variable-menu)
4048 (custom-theme-face-menu): New variables.
4049 (custom-theme-add-variable, custom-theme-variable-action)
4050 (custom-variable-reset-theme, custom-theme-delete-variable)
4051 (custom-face-reset-theme, custom-theme-face-action)
4052 (custom-theme-delete-face, custom-theme-merge-theme)
4053 (custom-theme-add-face, custom-theme-visit-theme): New functions.
4054
4055 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
4056
4057 * custom.el: Move Custom Themes commentary to start of theme code.
4058 (custom-known-themes): Rename `standard' theme to `changed'.
4059 (custom-push-theme): Caller no longer specifies what theme to use
4060 when doing `reset'---the setting is simply removed from the theme.
4061 Delete MODE from `theme-value' and `theme-settings' properties.
4062 (custom-declare-theme): Ignore &rest args since we don't use them.
4063
4064 (custom-loaded-themes): Delete variable.
4065 (custom-theme-load-themes, custom-theme-loaded-p)
4066 (custom-theme-value): Delete functions.
4067
4068 (custom-declare-theme): Signal error on invalid theme names.
4069 (provide-theme): custom-loaded-themes was deleted.
4070 (load-theme): Load the file unconditionally.
4071 (enable-theme): Call `load-theme' if theme is undefined.
4072 (custom-enabled-themes): Only update value for successful loads.
4073 (disable-theme): Complete from enabled themes when interactive.
4074 (custom-variable-theme-value): Calculate theme value directly.
4075
4076 (custom-theme-reset-variables, custom-reset-variables): Mark as
4077 XEmacs compatibility functions. We don't actually use these.
4078
4079 * cus-edit.el (custom-variable-state-set):
4080 Use custom-variable-theme-value instead of custom-theme-value.
4081 (custom-face-state-set): Rename `standard' theme to `changed'.
4082 (custom-save-variables, custom-save-faces): Delete unneeded
4083 references to custom-reset-variables.
4084 (custom-save-resets): Delete function.
4085 (custom-save-variables, custom-save-faces): MODE argument deleted.
4086 (custom-save-variables, custom-save-faces): Ignore theme values.
4087
4088 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4089 compatibility function.
4090
4091 2006-01-01 Richard M. Stallman <rms@gnu.org>
4092
4093 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4094 (Custom-reset-current, Custom-reset-saved): Likewise.
4095 (Custom-reset-standard): Show message if aborted.
4096 (custom-mode): Doc fix, describing those commands.
4097
4098 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4099 put on event-kind property.
4100
4101 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
4102
4103 * custom.el (provide-theme): Ban `user' theme name.
4104 (custom-enabling-themes): New variable.
4105 (enable-theme): Don't enable user if custom-enabling-themes is t.
4106 (custom-enabled-themes): Make it a defcustom.
4107 (custom-theme-recalc-face): No-op if face is undefined.
4108
4109 * cus-edit.el (custom-button-mouse): New variable.
4110 (custom-button-mouse): New face.
4111 (custom-raised-buttons, custom-mode): Use it.
4112
4113 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4114
4115 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4116
4117 * progmodes/gud.el (gud-display-line): Support hl-line in the
4118 source buffer.
4119
4120 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4121
4122 * mouse.el (mouse-drag-window-above): Verify that the found window
4123 overlaps with the given window in the horizontal dimension.
4124
4125 2005-12-31 Eli Zaretskii <eliz@gnu.org>
4126
4127 * Makefile.in (cvs-update): New target.
4128
4129 * makefile.w32-in (cvs-update): Ditto.
4130
4131 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
4132
4133 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4134 (custom-new-theme-mode-map): New variable.
4135
4136 2005-12-30 Richard M. Stallman <rms@gnu.org>
4137
4138 * custom.el (custom-load-themes): Function deleted.
4139
4140 * cus-edit.el (custom-save-loaded-themes): Function deleted.
4141 (custom-save-variables): Don't delete or add custom-load-themes call.
4142
4143 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
4144
4145 * cus-start.el: Add `visible-cursor'.
4146
4147 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4148 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4149 (flymake-process-filter): Switch to buffer before calling it instead.
4150 (flymake-post-syntax-check, flymake-highlight-err-lines)
4151 (flymake-delete-own-overlays, flymake-parse-err-lines)
4152 (flymake-start-syntax-check, flymake-start-syntax-check-process)
4153 (flymake-count-lines, flymake-parse-residual):
4154 Remove constant buffer argument.
4155 (flymake-start-syntax-check-for-current-buffer): Remove.
4156 Update callers to use flymake-start-syntax-check instead.
4157 (flymake-display-err-menu-for-current-line):
4158 Remove unused var `mouse-pos'.
4159 (flymake-restore-formatting): Comment out unused function.
4160 (flymake-report-status, flymake-report-fatal-status): Remove buffer
4161 argument, use current-buffer instead. Update callers.
4162
4163 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4164
4165 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4166 buffer-local because choose-completion-delete-max-match requires
4167 that we set completion-ignore-case (i.e., binding via let is not
4168 sufficient).
4169 (bibtex-complete): Always set completion-ignore-case and
4170 choose-completion-string-functions. The latter is needed because
4171 choose-completion-string-functions keeps its value if we quit the
4172 *Completions* buffer without requesting a completion.
4173
4174 2005-12-30 Andreas Schwab <schwab@suse.de>
4175
4176 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4177
4178 2005-12-30 Eli Zaretskii <eliz@gnu.org>
4179
4180 * jit-lock.el (jit-lock-chunk-size): Doc fix.
4181
4182 2005-12-30 Juri Linkov <juri@jurta.org>
4183
4184 * locate.el (locate-fcodes-file, locate-header-face)
4185 * progmodes/delphi.el (delphi-other-face)
4186 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4187
4188 * paren.el (show-paren-match, show-paren-mismatch): Use existing
4189 group `paren-showing-faces'.
4190
4191 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4192 (goto-address): Fix docstring.
4193
4194 * net/webjump.el (webjump-sample-sites): Update URLs.
4195
4196 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4197
4198 * subr.el (cancel-change-group): Add listp around pending-undo-list.
4199
4200 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * font-lock.el (font-lock-compile-keywords): Signal an error when
4203 font-lock-set-defaults hasn't been called.
4204
4205 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * subr.el (noreturn, 1value): Doc fixes.
4208
4209 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4210
4211 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4212 that assoc-string returns nil.
4213
4214 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4215
4216 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4217 (bibtex-entry-type-str, bibtex-empty-field-re)
4218 (bibtex-search-backward-string, bibtex-preamble-prefix)
4219 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4220 (bibtex-any-valid-entry-type): New variable.
4221 (bibtex-parse-field-name): Simplify.
4222 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4223 (bibtex-preamble-prefix): Include left delimiter.
4224 (bibtex-search-forward-field, bibtex-search-backward-field):
4225 Allow unbounded search past entry boundaries (required by bibtex-pop).
4226 (bibtex-text-in-field-bounds): Use push.
4227 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4228 (bibtex-parse-preamble, bibtex-valid-entry)
4229 (bibtex-beginning-first-field): New functions.
4230 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
4231 (bibtex-map-entries): Fix docstring.
4232 (bibtex-flash-head): New arg prompt. Simplify.
4233 (bibtex-enclosing-field): Include code of bibtex-inside-field.
4234 (bibtex-insert-kill): Simplify. Always insert text past the
4235 current field or entry.
4236 (bibtex-format-entry): Use bibtex-parse-field.
4237 (bibtex-pop): Use bibtex-beginning-of-entry and
4238 bibtex-end-of-entry to initiate the search. Insert empty field if
4239 we found ourselves.
4240 (bibtex-print-help-message): New args field and comma.
4241 Handle entry keys.
4242 (bibtex-make-field): Use bibtex-beginning-of-entry.
4243 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
4244 invalid entry.
4245 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4246 Handle preambles. Simplify code for thorough test.
4247 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4248 New arg comma. Handle entry heads.
4249 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4250 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4251 New arg comma.
4252 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4253 (bibtex-fill-field): Simplify.
4254 (bibtex-fill-entry): Use bibtex-beginning-first-field and
4255 bibtex-parse-field.
4256 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4257 (bibtex-complete): Use bibtex-parse-preamble.
4258
4259 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
4260
4261 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4262 Display name of expression instead of convenience variable.
4263 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4264
4265 * progmodes/gud.el (gud-tooltip-dereference): Rename from
4266 toggle-gud-tooltip-dereference.
4267 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4268 (gud-tooltip-tips): ...here when dereferencing.
4269
4270 2005-12-28 Bill Wohler <wohler@newt.com>
4271
4272 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4273
4274 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4277 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
4278 (vc-annotate-display-autoscale): Adjust call.
4279 (vc-annotate-display-default): Adjust call. Make arg compulsory.
4280 Fix interactive spec.
4281 (vc-annotate-time-span): Remove.
4282 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4283 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4284 (vc-annotate-display-select): Use new name.
4285
4286 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4287 (vc-annotate-mode-menu): Remove left-over redundant declaration.
4288 Correct the construction of span entries. Simplify.
4289 (vc-annotate-display-select): Fix the nil case.
4290 (vc-annotate): Remove obsolete (and now broken) code.
4291 (vc-annotate-extract-revision-at-line): Remove obsolete code.
4292 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
4293
4294 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4295
4296 * subr.el (lazy-completion-table): Correct typo in docstring.
4297
4298 * startup.el (command-line): Use `custom-reevaluate-setting' for
4299 `send-mail-function'.
4300
4301 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4302
4303 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
4304
4305 * mail/smtpmail.el (smtpmail-try-auth-methods):
4306 Send credentials together with "AUTH PLAIN" command.
4307
4308 2005-12-27 Richard M. Stallman <rms@gnu.org>
4309
4310 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4311 mouse-2, go back to previously selected window, so it's selected
4312 when mouse-2 command runs.
4313
4314 2005-12-27 Juri Linkov <juri@jurta.org>
4315
4316 * descr-text.el (describe-text-sexp): Use square brackets for
4317 button [Show] to distinguish it from the property value `show'.
4318 (describe-property-list): Use `insert-text-button' with
4319 `help-face' type instead of putting face in quotes, because button
4320 is not created automatically for a list of faces.
4321 (describe-text-properties-1): Put button-type value in quotes to
4322 distinguish from plain text "button".
4323 (describe-char): Display code point values in hex. Don't use
4324 `symbol-name' for `current-input-method' because it is a string.
4325 Use `insert-text-button' with `help-face' type instead of putting
4326 hardcoded face in quotes, because button is not created automatically.
4327
4328 2005-12-27 Richard M. Stallman <rms@gnu.org>
4329
4330 * progmodes/glasses.el (glasses-face): More specific custom type.
4331
4332 * files.el (set-visited-file-name): Doc fix.
4333
4334 * textmodes/flyspell.el (flyspell-external-point-words):
4335 Use local var buffer-scan-pos to advance scan for next misspelling.
4336 Advance it only after we find the misspelling.
4337
4338 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
4339
4340 * textmodes/flyspell.el (flyspell-external-point-words):
4341 New criteria for finding the misspelling in the buffer.
4342
4343 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
4344
4345 * help-mode.el (help-insert-string): Set help-xref-stack-item
4346 rather than call help-setup-xref.
4347
4348 * descr-text.el (describe-char): Revert previous changes for
4349 optional buffer argument.
4350
4351 2005-12-27 Juri Linkov <juri@jurta.org>
4352
4353 * help-mode.el (help-insert-string): New function. Save buffer
4354 contents in cases where it is impossible to recompute the old contents.
4355
4356 * descr-text.el (describe-char): Set help-xref-stack-item
4357 explicitly after buffer has been generated.
4358
4359 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4360
4361 * cus-start.el (all): Add x-gtk-show-hidden-files.
4362
4363 2005-12-26 Richard M. Stallman <rms@gnu.org>
4364
4365 * replace.el (perform-replace): Calculate match-again
4366 before skipping read-only matches.
4367
4368 * paren.el (paren-showing-faces): New group.
4369 (show-paren-match, show-paren-mismatch): Move to that group.
4370
4371 * button.el (button): Put into group `basic-faces'.
4372
4373 * progmodes/make-mode.el: Remove faces from group `faces'.
4374
4375 * apropos.el (apropos, apropos-value): Doc fix.
4376 (apropos-documentation): Doc fix.
4377
4378 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
4379
4380 * subr.el (lazy-completion-table): Remove argument `args'.
4381
4382 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4383 Don't use the `args' argument of lazy-completion-table.
4384
4385 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
4386
4387 * descr-text.el (describe-char): Add optional argument for buffer.
4388 Set buffer appropriately. Call help-setup-xref.
4389 Suggested by Stefan Monnier.
4390
4391 2005-12-26 Juri Linkov <juri@jurta.org>
4392
4393 * descr-text.el: Require `help-fns' at runtime. Don't require
4394 `button' for byte compilation.
4395 (describe-text-widget): Add `help-echo' for first button.
4396 Use `help-info' for second.
4397 (describe-property-list): Use `help-argument-name' instead of `italic'.
4398 (describe-text-category): Add prompt to interactive spec.
4399 Call `help-setup-xref'.
4400 (describe-char): Use `help-character-set'. Add `help-echo' for
4401 code point. Use `help-input-method'. Remove superfluous insert.
4402
4403 2005-12-25 Richard M. Stallman <rms@gnu.org>
4404
4405 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4406 at point, in case of narrowing.
4407
4408 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4409
4410 * locate.el (locate-header-face): Allow nil in type.
4411
4412 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4413
4414 2005-12-25 Romain Francoise <romain@orebokech.com>
4415
4416 * battery.el (battery-linux-proc-acpi): Also try
4417 `/proc/acpi/thermal_zone/THM0/temperature'.
4418
4419 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * custom.el (custom-push-theme): Fix docstring.
4422
4423 * cus-edit.el (custom-variable-set, custom-variable-save)
4424 (custom-variable-save): Custom-quote widget values.
4425 (customize-save-variable): Fix custom-push-theme call.
4426
4427 2005-12-24 Eli Zaretskii <eliz@gnu.org>
4428
4429 * w32-fns.el (w32-batch-update-autoloads): New function.
4430
4431 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4432 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4433 from the command line.
4434
4435 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
4438 reset means to remove setting from theme entirely. Don't keep
4439 expanding theme-settings list; delete old entries if necessary.
4440
4441 * cus-edit.el (custom-buffer-create-internal): Move "Erase
4442 customization" button one line up.
4443 (custom-themed): New face.
4444 (custom-magic-alist): New value, THEMED, for theme settings.
4445 (custom-variable-state-set, custom-face-state-set):
4446 Check theme-value instead of saved-value.
4447 (custom-variable-reset-standard, custom-face-reset-standard):
4448 Remove theme setting entirely. Recalculate new values.
4449 (custom-variable-set, custom-variable-set)
4450 (custom-variable-reset-saved, custom-variable-reset-backup)
4451 (custom-face-set, custom-face-reset-saved): Update `user' theme.
4452 (custom-variable-save): Fix typos.
4453
4454 2005-12-23 Juri Linkov <juri@jurta.org>
4455
4456 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4457 Add autoload cookies.
4458 (edebug-outside-d-c-i-n-s-w): New variable.
4459 (edebug-display, edebug-outside-excursion): Use it to save the
4460 original value of default-cursor-in-non-selected-windows.
4461 Set default-cursor-in-non-selected-windows to t while Edebug
4462 is active.
4463 (edebug-mode, edebug-eval-mode): Doc fix.
4464
4465 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4466 with `buffer-substring-no-properties' to remove common substring
4467 highlighting.
4468
4469 * info.el (info-other-window, info): Rename function argument
4470 `file' to `file-or-node'.
4471 (Info-complete-menu-item): Use local variable `complete-nodes' to
4472 keep the global value of `Info-complete-nodes' unchanged for
4473 subsequent completions.
4474 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4475
4476 * simple.el (get-next-valid-buffer, last-buffer)
4477 (next-error-buffer-p, next-error-find-buffer)
4478 (minibuffer-history-sexp-flag): Doc fix.
4479
4480 * savehist.el (savehist-mode-hook): Add `:group'.
4481
4482 * log-view.el: Call autoload for vc-find-version.
4483 (log-view-current-file): Adjust subgroup numbers.
4484 (log-view-current-tag): Add `length'.
4485
4486 2005-12-23 Richard M. Stallman <rms@gnu.org>
4487
4488 * vc.el (vc-annotate-car-last-cons): Defn moved up.
4489
4490 2005-12-23 Juri Linkov <juri@jurta.org>
4491
4492 * hi-lock.el (hi-lock-archaic-interface-message-used)
4493 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4494 (hi-lock-mode): Display "Hi" in the mode line only when
4495 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4496 (hi-lock-write-interactive-patterns):
4497 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4498 (hi-lock-set-pattern, hi-lock-set-file-patterns)
4499 (hi-lock-font-lock-hook): Set 3rd arg `how' of
4500 font-lock-add-keywords to t.
4501
4502 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
4503
4504 * hi-lock.el (hi-lock-highlight-range): New variable.
4505 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4506 only if font-lock-fontified is non-nil. Remove overlays.
4507 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4508 font-lock-fontified is non-nil, otherwise use overlays (instead of
4509 text properties).
4510 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4511 New variables.
4512 (hi-lock-string-serialize) New function.
4513
4514 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4515
4516 * menu-bar.el (menu-find-file-existing): New function.
4517 (menu-bar-file-menu): Use menu-find-file-existing for Open.
4518
4519 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4520
4521 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4522
4523 * vc.el: Remove unnecessary leading * in docstrings.
4524 (vc-annotate-mode-map): Move initialization into declaration.
4525 (vc-static-header-alist): Nitpick on the regexp.
4526 (vc-default-init-version): New fun.
4527 (vc-register): Use it.
4528 (vc-insert-headers): Use dolist.
4529 (vc-annotate-get-backend): Remove unused function.
4530 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
4531 (vc-annotate-mode): Remove corresponding call.
4532 (vc-annotate-car-last-cons): Simplify.
4533 (vc-annotate-buffers): Remove var.
4534 (vc-annotate-backend): Make it buffer-local.
4535 (vc-annotate): Move the interaction to the interactive spec.
4536 Add a `buf' argument.
4537 (vc-annotate-warp-version): Use this new `buf' argument to avoid
4538 killing&creating a vc-annotate buffer, which is very disruptive when
4539 the buffers are shown in dedicated frames.
4540
4541 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
4542
4543 * descr-text.el: Add FSF as maintainer.
4544 (describe-text-mode, describe-text-mode-map)
4545 (describe-text-mode-hook, describe-text-done): Delete. Use normal
4546 help-mode.
4547 (describe-text-widget, describe-text-sexp)
4548 (describe-property-list, describe-text-category)
4549 (describe-text-properties, describe-text-properties-1)
4550 (describe-char): Use help buttons instead of widgets.
4551 (describe-char-unicodedata-file): Make URL link in doc string.
4552
4553 2005-12-22 Richard M. Stallman <rms@gnu.org>
4554
4555 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4556 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4557 Don't include buttons that write a file when there's no file.
4558 (custom-variable-menu, custom-face-menu, custom-group-menu):
4559 Don't include commands that write a file when there's no file.
4560 (customize-browse): Reword the top-of-buffer help intro.
4561 (custom-buffer-create-internal): Fix previous change.
4562 (customize-changed-options-previous-release): Prev release is 21.1.
4563 (customize-changed-options): Doc fix.
4564 (customize-changed): New alias.
4565 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4566 Say "standard values".
4567 (Custom-reset-standard): Doc fix.
4568 (custom-face-reset-standard): Doc fix.
4569
4570 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4573 even if font-lock-mode is non-nil since it may be t without having
4574 turned on font-lock-mode-internal.
4575 (font-lock-choose-keywords): Minor optimization.
4576 (font-lock-add-keywords, font-lock-remove-keywords)
4577 (font-lock-set-defaults): Don't call make-local-variable on a variable
4578 that we know to already be local.
4579
4580 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4581
4582 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4583 messages if in the minibuffer.
4584
4585 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4586
4587 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4588 (tex-mode-flyspell-verify, flyspell-get-word)
4589 (flyspell-external-point-words): Don't use point-min/max uselessly.
4590
4591 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4592 by Kevin Rodgers. Instead, just hide the completions buffer if we
4593 don't need to show it.
4594
4595 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
4596
4597 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4598
4599 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4602 delete-windows-on with an inexistent buffer.
4603
4604 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
4605
4606 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4607 Delete defcustom variable :tag names.
4608
4609 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4612 (log-view-font-lock-keywords): Ajust subgroup numbers.
4613 (log-view-current-tag): Don't hard code the number of subgroups.
4614
4615 2005-12-20 Juri Linkov <juri@jurta.org>
4616
4617 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4618 (tooltip-x-offset, tooltip-y-offset): Doc fix.
4619
4620 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4621 (menu-bar-non-minibuffer-window-p): Instead of checking
4622 display-multi-frame-p, use selected-frame when menu-updating-frame
4623 is nil.
4624
4625 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
4626
4627 * align.el (align-rules-list): Use [ \t] instead of \s-
4628 for column separators in text mode.
4629
4630 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
4631
4632 * help-mode.el (help-customize-variable, help-customize-face):
4633 Don't pop help-xref-stack as help-follow no longer pushes
4634 anything on to it.
4635
4636 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
4637
4638 * textmodes/org.el (org-agenda-custom-commands): New option.
4639 (org-agenda): Offer custom commands on splash screen.
4640 (org-make-tags-matcher): Parser for Boolean logic added.
4641 (org-agenda-set-tags): New command.
4642 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4643 (org-set-tags): Efficiency improvements.
4644 (org-auto-align-tags): New option.
4645 (org-todo, org-demote, org-promote): Realign tags.
4646 (org-tags-completion-function): Use also "&" and "|" as separators.
4647 (org-org-menu): Agenda commands simplified.
4648
4649 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4650
4651 * cus-edit.el (customize-apropos, customize-apropos-options):
4652 Docstring changes.
4653
4654 * font-lock.el (font-lock): Add tags to the links in the defgroup.
4655
4656 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
4657
4658 * longlines.el (longlines-mode): Wrap while widened.
4659 (longlines-decode-region, longlines-encode-region): Compute max
4660 just once.
4661
4662 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4663
4664 * cus-edit.el (mac): New group.
4665
4666 * cus-start.el (all): Add user options in macterm.c. Add test for
4667 Mac-related built-ins. Fix test for GTK-related built-ins.
4668
4669 * term/mac-win.el (mac-handle-language-change)
4670 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4671 (mac-services-open-selection, mac-services-mail-selection)
4672 (mac-services-mail-to, mac-services-insert-text)
4673 (mac-dispatch-apple-event): Add docstrings.
4674 (x-get-selection, mac-select-convert-to-string): Select coding
4675 system from `utf-16be' and `utf-16le' using `byteorder'.
4676
4677 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4678
4679 * subr.el (lazy-completion-table): Don't be fooled if the var holds
4680 a "list" (lambda ...) rather than a real completion list.
4681
4682 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4683 lexical-let when encountering ((lambda (...) ...) ...).
4684
4685 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * progmodes/sh-script.el (sh-mode):
4688 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4689 * textmodes/picture.el (picture-mode): Update docstrings.
4690
4691 2005-12-17 Eli Zaretskii <eliz@gnu.org>
4692
4693 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4694 commands enclosed in $(ARGQUOTE)s should not be split between two
4695 lines, as that will break with GNU Make >3.80, when sh.exe is used
4696 and arg quoting is with '..'.
4697 (autoloads): Don't break the quoted --eval expression between
4698 several lines.
4699
4700 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
4701
4702 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4703 Capture error from printing circular structures.
4704
4705 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
4706
4707 * wid-edit.el (widget-checkbox-action): Clear undo info.
4708
4709 2005-12-16 Bill Wohler <wohler@newt.com>
4710
4711 * menu-bar.el (kill-this-buffer): Set a good example by using menu
4712 bar, not menubar in comment.
4713
4714 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4715
4716 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4717 After-change-functions should not clobber the match data.
4718
4719 2005-12-16 Juri Linkov <juri@jurta.org>
4720
4721 * simple.el (choose-completion): Use `buffer-substring-no-properties'
4722 instead of `buffer-substring'.
4723 (completion-common-substring): Doc fix.
4724 (completion-setup-function): Use minibuffer-completion-contents
4725 instead of minibuffer-contents. Don't set common-string-length
4726 initially. Remove special handling of partial-completion-mode.
4727 Move computation of completion-base-size into one cond.
4728 Call completion-base-size-function in mainbuf. In computation of
4729 completion-base-size for file name completion don't move point to
4730 the end of the minibuffer. Move computation of common-string-length
4731 into one cond. Start putting faces only when common-string-length>=0.
4732 Add condition to put completions-common-part when
4733 common-string-length>0.
4734
4735 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4736 place point at the first different character in the minibuffer
4737 even if this position is at the beginning of the minibuffer.
4738
4739 * info.el (Info-read-node-name-1): In completion-base-size-function's
4740 lambda return 1 if common-substring or minibuffer-completion-contents
4741 starts with (, and 0 otherwise.
4742
4743 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4744 Use `crm-current-element' for second arg of `display-completion-list'.
4745
4746 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
4747
4748 * files.el (set-auto-mode): Look for an interpreter specified on
4749 the first line also if search for mode specification succeeded,
4750 but the mode is not known.
4751
4752 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
4753
4754 * textmodes/org.el (org-tags-match-list-sublevels): New option.
4755 (org-open-at-point): Implement tag searches as links.
4756 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4757 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4758 (org-tags-sparse-tree, org-tags-view, org-set-tags)
4759 (org-agenda-dispatch): New commands.
4760 (org-use-tag-inheritance, org-tags-column): New options.
4761 (org-tab-follows-link, org-return-follows-link): New options.
4762 (org-tags): New customize group.
4763 (org-start-icalendar-file): Get local time zone.
4764 (org-tags-completion-function): New function.
4765 (org-set-font-lock-defaults): Make sure links will also be
4766 highlighted inside headlines.
4767
4768 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
4769
4770 * term.el (term-emulate-terminal):
4771 Let term-handle-ansi-terminal-messages override what Bash says about
4772 its current directory.
4773
4774 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
4775
4776 * bindings.el (last-buffer): Move to simple.el.
4777 * simple.el (last-buffer): Move here.
4778 (get-next-valid-buffer): New function.
4779 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4780 (prev-buffer): Ditto. Rename to `previous-buffer'.
4781
4782 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4783 * bindings.el (global-map): Ditto.
4784
4785 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
4786
4787 * cus-edit.el: Introductory comment change.
4788 (custom-magic-alist): Change message string for the `rogue' state.
4789
4790 2005-12-15 Richard M. Stallman <rms@gnu.org>
4791
4792 * tooltip.el: Delete defcustom variable :tag names.
4793
4794 * complete.el (partial-completion-mode): Doc fix.
4795
4796 * textmodes/flyspell.el (flyspell-external-point-words):
4797 Use save-excursion to ensure we don't move backward in the
4798 search loop, not even one character.
4799 (flyspell-delete-all-overlays): Use remove-overlays directly.
4800
4801 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4802 (ispell-start-process): Set that variable.
4803 Clear ispell-buffer-local-name.
4804 (ispell-internal-change-dictionary):
4805 Set ispell-current-dictionary after killing process.
4806 (ispell-buffer-local-dict):
4807 Don't set spell-personal-dictionary after killing process.
4808 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4809 (ispell-tex-skip-alists, ispell-html-skip-alists)
4810 (ispell-skip-region-alist): Mark as risky.
4811
4812 * net/newsticker.el (newsticker--retrieval-timer-list)
4813 (newsticker--display-timer, newsticker-running-p)
4814 (newsticker-ticker-running-p): Definitions moved up.
4815
4816 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
4817
4818 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4819
4820 2005-12-15 David Ponce <david@dponce.com>
4821
4822 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4823 (recentf-edit-list, recentf-open-files): Signal an error when
4824 there is no recent file.
4825
4826 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4827
4828 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4829 read-only except for texinfo-format-region evaluation.
4830
4831 2005-12-14 Richard M. Stallman <rms@gnu.org>
4832
4833 * vc.el (vc-default-previous-version, vc-default-next-version)
4834 (vc-do-command): Doc fixes.
4835
4836 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4837
4838 * textmodes/bibtex.el (bibtex-expand-strings)
4839 (bibtex-autokey-expand-string, bibtex-name-part)
4840 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4841 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4842 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4843 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4844 (bibtex-entry-postfix, bibtex-known-entry-type-re)
4845 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4846 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4847 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4848 (bibtex-beginning-of-last-entry): Remove.
4849 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
4850 message if comma is missing but buffer is read-only.
4851 (bibtex-parse-field-text): Handle whitespaces at the end of field
4852 text. Return 3-element list with beginning and end of field text
4853 and end of field.
4854 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4855 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4856 (bibtex-search-forward-field, bibtex-search-backward-field):
4857 Search always delimited by limits of entry. Use more efficient
4858 search algorithms.
4859 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4860 bibtex-end-of-name-in-field.
4861 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4862 extracting the content of a field.
4863 (bibtex-text-in-field): Use search limits.
4864 (bibtex-parse-string-prefix): Handle empty string keys based on
4865 bibtex-string-empty-key.
4866 (bibtex-parse-string): Fix docstring.
4867 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4868 (bibtex-preamble-prefix, bibtex-strings): New functions.
4869 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4870 BibTeX entries (consistent with other BibTeX functions).
4871 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4872 (bibtex-search-entry): Fix docstring. Simplify.
4873 (bibtex-flash-head, bibtex-complete-string-cleanup)
4874 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4875 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4876 (bibtex-parse-entry): New optional arg content.
4877 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4878 Use bibtex-text-in-field-bounds.
4879 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4880 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4881 bibtex-parse-string-postfix.
4882 (bibtex-find-text-internal): New function.
4883 (bibtex-remove-delimiters): Use it.
4884 (bibtex-find-text): Use it. New optional arg help.
4885 (bibtex-complete): Handle BibTeX string and preamble entries.
4886 (bibtex-Preamble): Fix order of closing delimiters.
4887
4888 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * vc.el (vc-default-revert): New fun.
4891
4892 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4893
4894 2005-12-14 Romain Francoise <romain@orebokech.com>
4895
4896 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4897 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4898 (font-lock-remove-keywords): Likewise.
4899
4900 2005-12-14 Juri Linkov <juri@jurta.org>
4901
4902 * log-view.el (log-view-diff): Doc fix.
4903
4904 * isearch.el (isearch-query-replace): Use (mark) instead of
4905 isearch-opoint if mark is active in transient-mark-mode.
4906
4907 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4908
4909 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4910
4911 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4912
4913 * progmodes/cpp.el (cpp-face): New widget.
4914 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4915
4916 2005-12-14 Juri Linkov <juri@jurta.org>
4917
4918 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4919 around `erase-buffer' and `insert'.
4920
4921 * descr-text.el (describe-text-properties): Replace buffer name
4922 "*Help-2*" with "*Help*<2>".
4923 (describe-char): Add functions print-help-return-message,
4924 toggle-read-only. Use help-setup-xref with nil to not store
4925 describe-char in help-xref-stack. Use help-make-xrefs to
4926 make [back] button.
4927
4928 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4929
4930 * wdired.el (wdired-old-point): New internal variable.
4931 (wdired-change-to-wdired-mode): Set it buffer-locally.
4932 (wdired-abort-changes): Restore point after aborting changes.
4933
4934 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * vc.el (vc-do-command): Add a new value t for okstatus.
4937
4938 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4939 frame in case of errors.
4940
4941 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4942
4943 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4944 so it comes after "On the Left" in the menu.
4945
4946 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4947
4948 * cus-edit.el (customize-apropos, customize-apropos-options)
4949 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4950
4951 2005-12-12 Bill Wohler <wohler@newt.com>
4952
4953 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4954 non-writable Subversion-controlled files by saving window
4955 configuration before calling vc-do-command. vc-do-command calls
4956 pop-to-buffer on error which is unexpected during registration.
4957
4958 2005-12-12 Jay Belanger <belanger@truman.edu>
4959
4960 * calc/README: Update the summary of changes.
4961
4962 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4963
4964 * descr-text.el (describe-char): Rework last fix to solve the problem
4965 is the same way it's solved for everything else in that function
4966 (i.e. by extracting the info before setting up the *Help* buffer).
4967
4968 2005-12-12 Kim F. Storm <storm@cua.dk>
4969
4970 * subr.el (version-regexp-alist): Allow space as separator before
4971 non-numeric part, e.g. "1.0 alpha".
4972 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4973
4974 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4975
4976 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4977 Implement Logging and the keep-modes setting.
4978 (org-get-category): Make sure a string is returned.
4979 (org-log-done): New function.
4980 (org-log-done, org-closed-string): New options.
4981
4982 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4983
4984 * tooltip.el (tooltip-y-offset): Change default to 20.
4985
4986 2005-12-12 Richard M. Stallman <rms@gnu.org>
4987
4988 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4989
4990 * frame.el (display-hourglass): Doc fix.
4991
4992 * help.el (help-for-help-internal): Simplify entry for `a'.
4993
4994 * info.el (Info-on-current-buffer): Doc fix.
4995 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4996
4997 * startup.el (inhibit-splash-screen): Make this the real name.
4998 (inhibit-startup-message): Make this the alias.
4999 (command-line): Find only simple.el, and use its directory
5000 to fill in other preloaded files' names.
5001 (command-line): Deactivate the mark if deactivate-mark is set.
5002
5003 * international/mule.el (load-with-code-conversion):
5004 Bind deactivate-mark.
5005
5006 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5007
5008 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
5009
5010 * cus-edit.el (customize-apropos): Avoid listing an option more
5011 than once under different aliases. No longer list user options
5012 that are not defined with defcustom (unless a prefix arg is given).
5013 Doc fix.
5014 (customize-apropos-options): Doc fix.
5015
5016 2005-12-11 Juri Linkov <juri@jurta.org>
5017
5018 * frame.el (set-background-color, set-foreground-color)
5019 (set-cursor-color, set-mouse-color, set-border-color):
5020 Add explicit prompts to read colors by `facemenu-read-color'.
5021 (show-trailing-whitespace, blink-cursor-delay)
5022 (blink-cursor-interval, display-hourglass, hourglass-delay):
5023 Remove tags.
5024 (display-hourglass, hourglass-delay): Doc fix.
5025 (cursor-in-non-selected-windows): Capitalize words in tag.
5026
5027 * faces.el (frame-background-mode): Replace `choice-item' keywords
5028 with `const' to not make [default] button. Change default value tag
5029 from `default' to `automatic'. Doc fix.
5030 (trailing-whitespace) <defface>: Change group `whitespace' to
5031 `whitespace-faces'.
5032
5033 2005-12-11 Richard M. Stallman <rms@gnu.org>
5034
5035 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5036
5037 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5038
5039 * term/mac-win.el: Create keymap for mac-apple-event-map.
5040
5041 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
5042
5043 * tooltip.el (tooltip-mode): Move to start of file so that it
5044 appears at top of customize buffer.
5045
5046 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5047 Add the gud groupname.
5048 (gud-tooltip-mode): Add the tooltip groupname.
5049 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
5050 avoid conflict with tooltip-use-echo-area.
5051
5052 2005-12-10 Romain Francoise <romain@orebokech.com>
5053
5054 * help.el (help-for-help-internal): Add `r' in doc string.
5055
5056 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5057
5058 * align.el (align-regexp, align-highlight-rule):
5059 Use region-beginning and region-end instead of point and mark, so that
5060 repetition (with `repeat-complex-command') recomputes the region
5061 bounds.
5062
5063 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
5064
5065 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5066 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5067 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5068 (balance-windows): Rewrite using the above new functions.
5069
5070 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
5071
5072 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5073 react if global-hi-lock-mode seems intended.
5074 (global-hi-lock-mode) Renamed from hi-lock-mode.
5075 (hi-lock-archaic-interface-message-used)
5076 (hi-lock-archaic-interface-deduce): New variables.
5077 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5078 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5079 (hi-lock-find-patterns, hi-lock-font-lock-hook):
5080 Replace hi-lock-buffer-mode with hi-lock-mode.
5081
5082 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
5083
5084 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5085 completion list, even after a partial completion has been
5086 inserted in the current buffer. If there are more than 1
5087 completion, redisplay the *Completions* buffer; if the
5088 completion is unique, delete the *Completions* window.
5089
5090 2005-12-10 Eli Zaretskii <eliz@gnu.org>
5091
5092 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5093 strings and long subject lines that were broken into multiple
5094 lines at arbitrary places. Handle subjects that have "Re: " in
5095 the middle.
5096
5097 2005-12-10 John W. Eaton <jwe@octave.org>
5098
5099 * emacs/octave-mod.el (octave-electric-space): Don't indent
5100 comments or strings if octave-auto-indent is nil.
5101
5102 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5103
5104 * term/mac-win.el: Require url when compiling.
5105 Call mac-process-deferred-apple-events after loading init files.
5106 (mac-apple-event-map): New defvar. Define event handlers in it.
5107 (core-event, internet-event): New Apple event class symbols.
5108 (open-application, reopen-application, open-documents)
5109 (print-documents, open-contents, quit-application)
5110 (application-died, show-preferences, autosave-now, get-url):
5111 New Apple event ID symbols.
5112 (about): New HICommand ID symbol.
5113 (mac-event-spec, mac-event-ae): New macros.
5114 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5115 (mac-ae-selection-range, mac-ae-text-for-search)
5116 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5117 (mac-application-menu-map): Remove keymap. Handlers for HICommand
5118 and Services menu events are now defined in mac-apple-event-map.
5119 (mac-drag-n-drop): Remove selection range handling.
5120
5121 2005-12-10 Kenichi Handa <handa@m17n.org>
5122
5123 * simple.el (zap-to-char):
5124 * isearch.el (isearch-process-search-char): Translate CHAR by
5125 translation-table-for-input.
5126
5127 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * foldout.el (foldout-exit-fold): Properly hide subtree.
5130
5131 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5132
5133 * files.el (save-buffer):
5134 * international/ucs-tables.el (ucs-set-table-for-input):
5135 * mail/mail-extr.el (mail-extract-address-components):
5136 * mail/sendmail.el (mail-mode): Reformat doc string.
5137
5138 2005-12-09 Juri Linkov <juri@jurta.org>
5139
5140 * isearch.el (isearch-highlight): Change main overlay priority
5141 from 1 to 1001. Simplify.
5142 (isearch-lazy-highlight-update): Change lazy overlay priority
5143 from 0 to 1000.
5144
5145 * replace.el (replace-highlight): Change overlay priority from
5146 1 to 1001.
5147
5148 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5149 Change overlay priority from 1 to 1001. Reuse existing overlay.
5150
5151 * compare-w.el (compare-windows-highlight): Change overlay
5152 priority from 1 to 1000.
5153
5154 * menu-bar.el (menu-bar-edit-menu): Add listp around
5155 pending-undo-list to disable menu item "undo" when pending
5156 undo list is empty.
5157
5158 * locate.el (locate): Disable undo in *Locate* buffer.
5159
5160 2005-12-09 Kim F. Storm <storm@cua.dk>
5161
5162 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5163
5164 2005-12-09 David Ponce <david@dponce.com>
5165
5166 * recentf.el: Improvement of the menu code.
5167 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
5168 instead of menu hook.
5169 (recentf-show-menu, recentf-hide-menu): New functions.
5170 (recentf-menu-customization-changed, recentf-mode): Use them.
5171 (recentf-menu-action, recentf-max-menu-items)
5172 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5173 (recentf-arrange-by-rule-others)
5174 (recentf-arrange-by-rules-min-items)
5175 (recentf-arrange-by-rule-subfilter) : Don't use
5176 `recentf-menu-customization-changed'.
5177 (recentf-arrange-rules): Likewise. Accept functions to compute
5178 sub-menu titles.
5179 (recentf-menu-filter): Likewise. Doc fix.
5180 (recentf-menu-value-shortcut): Doc fix.
5181 (recentf-dump-variable): Quote atom value.
5182 (recentf-make-menu-items): Update to use it as a menu filter.
5183 (recentf-match-rule): New function.
5184 (recentf-arrange-by-rule): Use it.
5185 (recentf-indirect-mode-rule): New function.
5186 (recentf-build-mode-rules): Use it.
5187 (recentf-dir-rule): New function.
5188 (recentf-arrange-by-dir): Use it.
5189 (recentf-filter-changer-current): Rename from
5190 `recentf-filter-changer-state'. All references updated.
5191 (recentf-filter-changer-alist): Update filter names.
5192 (recentf-filter-changer-select): New function.
5193 (recentf-filter-changer): Use it. Make a sub-menu from filters
5194 available in `recentf-filter-changer-alist'.
5195 (recentf-data-cache, recentf-clear-data)
5196 (recentf-update-menu): Remove. All references updated.
5197 (recentf-match-rule-p, recentf-build-dir-rules)
5198 (recentf-filter-changer-goto-next)
5199 (recentf-filter-changer-get-current)
5200 (recentf-filter-changer-get-next): Remove.
5201
5202 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
5203
5204 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5205 buffer "Reset" button to "Reset to Current" for consistency with
5206 the State buttons.
5207
5208 2005-12-08 John Paul Wallington <jpw@pobox.com>
5209
5210 * ibuf-ext.el (define-ibuffer-filter filename):
5211 If `dired-directory' is a list then really use its car.
5212
5213 2005-12-08 Kim F. Storm <storm@cua.dk>
5214
5215 * emulation/cua-rect.el (cua--rectangle-aux-replace):
5216 Fix indention of text on right side of replaced rectangle.
5217
5218 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
5219
5220 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5221 No need to check gud-comint-buffer is bound.
5222 (gdb): Prevent multiple debugging when first session uses gdba.
5223
5224 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5225
5226 CC Mode update to 5.31.
5227
5228 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5229 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
5230 We might do this function properly in the future).
5231
5232 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5233 New macros c-sentence-end and c-default-value-sentence end, to cope
5234 with Emacs 22's new function `sentence-end'.
5235
5236 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5237
5238 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5239 compat issue using `c-put-overlay' and `c-delete-overlay'.
5240
5241 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5242 New compat macros to handle overlays/extents.
5243
5244 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5245
5246 * progmodes/cc-fix.el: Add definitions of the macros push and pop
5247 (for GNU Emacs 20.4)
5248
5249 * progmodes/cc-defs.el:
5250 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5251
5252 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5253 highlighting mechanism so it will work in XEmacs too.
5254
5255 * progmodes/cc-defs.el: Insert c-int-to-char.
5256
5257 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5258 call to the new macro c-int-to-char. This solves XEmacs's
5259 regarding characters as different from integers.
5260
5261 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5262
5263 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5264 New internal helper.
5265
5266 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5267 construct to make the indirect face lookup work in XEmacs.
5268
5269 (c-cpp-matchers): Append the negation char face to the existing
5270 fontification, so that the cpp face doesn't disappear.
5271 Use `c-make-syntactic-matcher' to avoid negation chars in comments
5272 and strings.
5273
5274 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5275 to map to `font-lock-negation-char-face' in emacsen where it exists.
5276
5277 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5278
5279 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5280
5281 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5282 Rename "c-subword-move-mode" as "c-subword-mode".
5283
5284 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5285 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
5286
5287 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5288
5289 * progmodes/cc-mode.el: Added autoload directive for
5290 `c-subword-move-mode' for use in older emacsen.
5291
5292 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5293
5294 * progmodes/cc-mode.el:
5295 (i) Insert a binding for C-c C-backspace into
5296 c-bind-special-erase-keys which works in TTYs.
5297 (ii) Make sure that when file styles are used, any explicitly
5298 given style variables take priority over those in the style.
5299 Do this by calling `hack-local-variables' a second time.
5300
5301 * progmodes/cc-vars.el: Add language specific customization
5302 widgets for AWK to c-doc-comment-style, c-require-final-newline
5303 and c-default-style. Add a defcustom for awk-mode-hook.
5304 Give c-syntactic-element and c-syntactic-context doc-strings by
5305 directly setting their `variable-documentation' propery.
5306 This allows Emacs 22.1 to read these with C-h v.
5307
5308 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5309
5310 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5311
5312 * progmodes/cc-fonts.el, cc-vars.el
5313 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5314 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5315 Masatake YAMATO.
5316
5317 (c-doc-comment-style): Made GtkDoc default in C mode.
5318
5319 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5320 and C-c C-<delete>.
5321
5322 (c-bind-special-erase-keys): New function for use on
5323 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5324
5325 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5326 <delete> key behavior in XEmacs according to `delete-forward-p'.
5327 C.f. `c-electric-delete'.
5328
5329 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5330
5331 * progmodes/cc-mode.el: Give c-hungry-backspace and
5332 c-hungry-delete-forward permanent key bindings.
5333
5334 * progmodes/cc-cmds.el (c-electric-semi&comma):
5335 Bind c-syntactic-context for calls to "criteria functions", for
5336 consistency with other calls to user functions.
5337
5338 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5339 `current-prefix-arg', since this might be the prefix arg to a
5340 command which calls c-indent-command as a function. Change the
5341 interactive spec from "p" to "P".
5342
5343 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5344 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5345 was difficult to understand.
5346
5347 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5348
5349 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5350 first char of an identifier.
5351
5352 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5353 +" syntax in C++.
5354
5355 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5356
5357 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5358 auto-fill doesn't split a c-comment's last word from a hanging
5359 "*/" when a space is typed between them after fill-column.
5360
5361 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5362
5363 * progmodes/cc-styles.el (c-set-style)
5364 (c-setup-paragraph-variables): Abort the command if we're not in a
5365 CC Mode buffer.
5366
5367 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5368 with blank comment-prefix, and a blank line as the comment's
5369 second line.
5370
5371 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5372
5373 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5374 Incorporate the patterns added in the Emacs development branch
5375 for the new Emacs 22 face `font-lock-negation-char-face'.
5376
5377 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5378 of "red" since it stands out better in xterms and DOS terminals.
5379
5380 * progmodes/cc-engine.el (c-literal-faces):
5381 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5382
5383 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5384
5385 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5386 forcibly enable c-electric-flag.
5387
5388 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5389 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5390 after the comment-prefix of a C-style comment will close that comment.
5391
5392 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5393
5394 * progmodes/cc-fonts.el (c-basic-matchers-before)
5395 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5396 in Pike.
5397
5398 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5399 digraphs.
5400
5401 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5402 (c-cpp-message-directives, c-cpp-include-directives)
5403 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5404 (c-cpp-expr-directives): Introduce new language constants to
5405 control cpp syntax in a cleaner way.
5406
5407 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5408
5409 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5410
5411 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5412 (c-multiline-string-start-char): New language constants and
5413 variables to specify how newlines in string literals work.
5414
5415 (c-font-lock-invalid-string): Use them.
5416
5417 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5418 unbalanced close brace is entered. Optimization by avoiding going
5419 back over arbitrarily large blocks. Removed hints that this
5420 function only would be relevant/useful in AWK.
5421
5422 (c-electric-brace): Indent syntactically after the cleanups since
5423 lineup functions might do it differently then.
5424
5425 * progmodes/cc-engine.el, cc-langs.el
5426 (c-opt-op-identifier-prefix): New language constant and variable.
5427
5428 (c-just-after-func-arglist-p, c-after-special-operator-id)
5429 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5430
5431 * progmodes/cc-align.el, cc-engine.el
5432 (c-after-special-operator-id): New helper to handle C++ operator
5433 identifiers.
5434
5435 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5436 (c-guess-basic-syntax): Handle C++ operator identifiers in
5437 declarations.
5438
5439 * progmodes/cc-langs.el (c-assignment-operators): Add the
5440 trigraph version of ^= too.
5441
5442 * progmodes/cc-langs.el (c-assignment-operators): Add the
5443 trigraph version of |= in C++.
5444
5445 * progmodes/cc-fonts.el (c-font-lock-declarators):
5446 Handle `c-decl-hangon-kwds' after the identifier name.
5447
5448 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5449 whether an arglist is "nonempty", ignore a comment after the open
5450 paren if it isn't followed by a non-comment token on the same line.
5451
5452 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5453 Enable heuristics below the point to cope with classes inside special
5454 brace lists in Pike.
5455
5456 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5457
5458 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5459
5460 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5461
5462 * progmodes/cc-guess.el (cc-guess-install): New function to
5463 install an already guessed style in another buffer.
5464
5465 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5466 sets `inhibit-read-only' - `c-save-buffer-state' should be used
5467 anyway if the change always is undone.
5468
5469 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5470
5471 Implement togglable electricity:
5472
5473 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5474 saying when it should be used.
5475
5476 * progmodes/cc-engine.el: Add the new buffer-local variable,
5477 c-electric-flag.
5478
5479 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5480 c-toggle-auto-newline.
5481
5482 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5483 c-toggle-auto-newline. Remove the binding for
5484 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
5485 c-toggle-electric-state.
5486
5487 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5488
5489 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5490 c-\(forward\|backward\)-subword.
5491 (c-update-modeline): Add the new modeline flag `l' for
5492 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
5493 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5494 Make the old name an alias of the new name.
5495 (c-toggle-electric-state): New function.
5496 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5497 Adapt these functions to do electric things only when
5498 c-electric-flag is non-nil.
5499 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5500 new functions from c-electric-brace.
5501 (c-point-syntax): Add a check for "virtual semicolons" in AWK
5502 mode, so that the tentative extra newline doesn't change the
5503 syntax of the following brace.
5504 (c-electric-brace): Restructure by extracting the above functions.
5505 Tidy up the coding somewhat.
5506 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5507 restructure a bit.
5508
5509 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5510
5511 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5512 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
5513
5514 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5515 (c-submode-indicators): Change name from `c-auto-hungry-string'
5516 since it's now used to track another submode.
5517
5518 (c-update-modeline): Convert to function and extended to check
5519 `c-subword-move-mode'.
5520
5521 (c-forward-into-nomenclature, c-backward-into-nomenclature):
5522 Convert to compat aliases for `c-forward-subword' and
5523 `c-backward-subword'.
5524
5525 * progmodes/cc-subword.el: New functions and minor mode to handle
5526 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5527
5528 (c-forward-subword, c-backward-subword, c-mark-subword)
5529 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5530 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5531 Functions corresponding to the standard word handling functions.
5532
5533 (c-subword-move-mode): Minor mode that replaces all the standard
5534 word handling functions with their subword equivalences.
5535
5536 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5537
5538 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5539 entry for one-liner-defun.
5540
5541 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5542 name in its def-edebug-spec.
5543
5544 * progmodes/cc-cmds.el (c-electric-brace): Make the
5545 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
5546 compacts space before a comment, if this will make things fit on
5547 one line.
5548
5549 Introduce an "awk" style, mainly for auto-newline and clean-ups.
5550
5551 * progmodes/cc-align.el: New function c-snug-1line-defun-close
5552
5553 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5554 clean-up one-liner-defun.
5555
5556 * progmodes/cc-styles.el: Add the new "awk" style.
5557
5558 * progmodes/cc-vars.el: Add description of one-liner-defun to
5559 c-cleanup-list's doc-string. New user options,
5560 c-max-one-liner-length. In c-default-style, set the default style
5561 for AWK to "awk".
5562
5563 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5564
5565 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5566 macros inside labels.
5567
5568 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5569 `c-at-statement-start-p' and `c-at-expression-start-p'.
5570
5571 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5572 error if the mark isn't set.
5573
5574 * progmodes/cc-engine.el (c-guess-continued-construct)
5575 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5576 accurately detect functions inside functions.
5577
5578 * progmodes/cc-engine.el (c-at-expression-start-p): New function
5579 like `c-at-statement-start-p' that additionally recognizes commas
5580 and expression parentheses as delimiters.
5581
5582 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5583 to avoid heuristics that doesn't work for unclosed blocks.
5584 (c-at-statement-start-p): New function.
5585
5586 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5587 Objective-C directives, e.g. directives spanning lines should work
5588 reasonably well now.
5589
5590 (c-put-c-type-property, c-clear-c-type-property): New helpers.
5591
5592 (c-forward-objc-directive): New function to move over any ObjC
5593 directive.
5594
5595 (c-just-after-func-arglist-p, c-guess-basic-syntax)
5596 (c-basic-matchers-before): Use it.
5597
5598 (c-font-lock-objc-iip-decl): Remove.
5599
5600 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5601 in the template arglist recognition.
5602
5603 * progmodes/cc-styles.el (c-style-alist): Fix several
5604 inconsistencies in the Whitesmith style.
5605
5606 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5607 New lineup function to get lines after Whitesmith style blocks
5608 correctly indented.
5609
5610 (c-lineup-whitesmith-in-block): Back out the compensation for
5611 opening parens since it's done using `add' lists in the style
5612 definition instead. Don't use the anchor position since it varies
5613 too much between the syntactic symbols. :P
5614
5615 * progmodes/cc-vars.el (c-valid-offset): Update.
5616
5617 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5618 lists where the offsets are combined according to several
5619 different methods: `first', `min', `max', and `add'.
5620 Report offset evaluation errors with `c-benign-error' so that some kind
5621 of reindentation still is done.
5622
5623 * progmodes/cc-engine.el (c-guess-basic-syntax):
5624 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5625 `arglist-close'.
5626
5627 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5628 situations for `arglist-cont-nonempty' and `arglist-close'.
5629
5630 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5631
5632 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5633 cc-bytecomp-boundp' in a number of places.
5634
5635 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5636 macro related issue.
5637
5638 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5639
5640 * progmodes/cc-awk.el: Change the terminology of regexps: A char
5641 list is now [asdf], a char class [:alpha:].
5642 Include code for char classes.
5643 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
5644 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5645
5646 Remove (nearly all of) the cruft associated with AWK Mode's former
5647 concept of "virtual semicolons":
5648
5649 Adapt c-beginning-of-statement, c-end-of-statement (together with
5650 subfunctions) to use the new notion of "virtual semicolon" in
5651 place of the old awkward special handling for AWK. There remains
5652 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5653 * progmodes/cc-cmds.el:
5654 (c-ascertain-adjacent-literal): In the backwards direction, now
5655 recognises AWK regexp delimiters as string delimiters.
5656 (c-after-statement-terminator-p): Adapt for virtual semicolons;
5657 check more rigorously for "end of macro".
5658 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5659 virtual semicolons;
5660 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5661 out the code for forward movement into ...
5662 (c-end-of-statement): Now contains the code for forward movement,
5663 adapted for virtual semicolons.
5664
5665 * progmodes/cc-engine.el:
5666 (c-ws*-string-limit-regexp): New regexp.
5667 (c-forward-single-comment, c-backward-single-comment): Comment out
5668 the (now redundant) "special" AWK stuff.
5669
5670 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5671 c-string-par-start, c-string-par-separate to be more like Text
5672 Mode than Fundamental Mode.
5673
5674 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5675
5676 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5677 to the fontified region so that fontification doesn't occur
5678 outside it (could happen e.g. when fontifying a line with an
5679 unfinished declaration).
5680
5681 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5682
5683 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5684 start of the file. ^L now separate sections of the file.
5685 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
5686 (c-awk-one-line-possibly-open-string-re)
5687 (c-awk-regexp-one-line-possibly-open-char-class-re)
5688 (c-awk-one-line-possibly-open-regexp-re)
5689 (c-awk-one-line-non-syn-ws*-re): New defonsts.
5690 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5691
5692 Amend the concept of "virtual semicolons" (in the indentation
5693 engine) for languages like AWK, such that they are now
5694 conceptually attached to end of the last token of a statement, not
5695 the end of the line. (In AWK Mode, however, the pertinent text
5696 property is still physically set on the EOL.) Remove the specific
5697 tests for awk-mode, thus facilitating the introduction of other
5698 language modes where EOLs can end statements.
5699 (Note: The funtionality in cc-cmds.el, specifically
5700 c-beginning/end-of-statement has yet to be amended.)
5701
5702 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5703 New macros.
5704
5705 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5706 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
5707 c-vsemi-status-unknown-p-fn (in a new page).
5708
5709 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5710 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5711 numerous awkward forms like
5712 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5713 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
5714 variable before-ws-ip, the place just after char-before-ip appears.
5715
5716 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5717 a comment.
5718
5719 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5720
5721 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5722 `c-tentative-buffer-changes'.
5723
5724 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5725 convert to macro to choose between Emacs and XEmacs at compile time.
5726
5727 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5728
5729 (c-tentative-buffer-changes): New macro to handle temporary buffer
5730 changes in a convenient way.
5731
5732 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5733 for `c-tentative-buffer-changes'.
5734
5735 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5736 the checks for paren sexps between the point and the keyword, to
5737 avoid some false alarms.
5738
5739 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5740 Fixed a situation where an error could be thrown for unbalanced
5741 parens. Changed to make use of c-keyword-member' to avoid some
5742 repeated regexp matches.
5743
5744 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5745 These language variable are no longer necessary.
5746
5747 (c-block-stmt-kwds): New language constant used by
5748 c-looking-at-inexpr-block'.
5749
5750 (c-guess-basic-syntax): Remove an optional check that looked at
5751 the existence of the now removed language variables.
5752
5753 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5754 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5755 object instantiation expressions as declarations in some contexts.
5756 This bug only affected languages where the declarator can't be
5757 enclosed in parentheses.
5758
5759 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5760 insert newlines before and after substatement braces.
5761
5762 * progmodes/cc-engine.el: Improved the heuristics for recognizing
5763 function declaration headers and the handling of C++ style member
5764 init lists.
5765
5766 (c-just-after-func-arglist-p): Rewritten to use
5767 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
5768
5769 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5770
5771 (c-guess-basic-syntax): Adapt case 5B for the new
5772 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
5773 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5774 covers all cases now).
5775
5776 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5777
5778 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5779
5780 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5781 c-string-par-start/separate c-sentence-end-with-esc-eol,
5782 initialised in c-setup-paragraph-variables, used in string
5783 scanning subroutines of c-beginning-of-statement.
5784
5785 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5786 which precedes the newly inserted `{'.
5787
5788 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5789
5790 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5791 function for declaration level blocks. It should now cope with
5792 templates better and also be a lot more comprehensible.
5793
5794 (c-looking-at-decl-block): The new function.
5795
5796 (c-search-uplist-for-classkey): The old one. It's now a wrapper
5797 for compatibility.
5798
5799 (c-add-class-syntax, c-guess-continued-construct)
5800 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5801
5802 (c-decl-block-key): Change to tell apart ambiguous and
5803 unambiguous keywords. Pike specials are now handled directly in
5804 the code instead.
5805
5806 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5807 New language constants and variables to make the backward skip in
5808 `c-looking-at-decl-block' as tight as possible.
5809
5810 (c-nonsymbol-token-char-list): New language constant.
5811
5812 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5813 find balanced template arglists backwards.
5814
5815 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5816 making char classes for `c-syntactic-skip-backward'.
5817
5818 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5819 16D - can't be a class-close at that point.
5820
5821 * progmodes/cc-engine.el (c-guess-basic-syntax)
5822 (c-add-class-syntax): Don't narrow out the enclosing declaration
5823 level. This makes everything a lot easier, and it was actually
5824 only four small places that needed it to work. Some places that
5825 previously did `widen' are removed now, which has the effect that
5826 `c-guess-basic-syntax' never will look at things outside the
5827 current narrowment now. The anchor position for `topmost-intro'
5828 is affected by this, but it was so bogus it was basically useless
5829 before, and now it's equally bogus but in a slightly different way.
5830
5831 (c-narrow-out-enclosing-class): Gone.
5832
5833 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5834 the narrowed region.
5835
5836 (c-least-enclosing-brace): Remove silly optional argument.
5837
5838 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5839 the point could be left directly after an open paren when finding
5840 the beginning of the first decl in the block.
5841
5842 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5843 Specify which submatch to use.
5844
5845 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5846
5847 (c-decl-start-re): No longer any need for special treatment of
5848 ObjC due to the above.
5849
5850 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5851 presumably follows C in that regard.
5852
5853 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5854 New language constants to specify operator tokens inside
5855 identifiers in a more high level way.
5856
5857 (c-opt-identifier-prefix-key): New internal language constant.
5858
5859 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5860 (c-identifier-start, c-identifier-key): Now completely calculated
5861 from other constants.
5862
5863 (c-identifier-last-sym-match): Decommission since it's no longer used.
5864
5865 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5866
5867 * progmodes/cc-engine.el (c-forward-name): Remove the
5868 optimization when c-identifier-key is equal to c-symbol-key since
5869 it doesn't work in byte compiled files. Don't record empty
5870 regions as identifiers.
5871
5872 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5873 simplify access to `c-operators' and its likes.
5874
5875 (c-operator-list, c-all-op-syntax-tokens)
5876 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5877 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5878 (c-primary-expr-regexp, c-cast-parens): Use it.
5879
5880 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5881 an explicit language in functions.
5882
5883 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5884 variant of adornment.
5885
5886 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5887 variable.
5888
5889 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5890 the Pike value.
5891
5892 * progmodes/cc-engine.el (c-on-identifier)
5893 (c-simple-skip-symbol-backward): Small fix for handling "-"
5894 correctly in `skip-chars-backward'. Affected the operator lfun
5895 syntax in Pike.
5896
5897 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5898 diagnostic message about precompiled language vars not being used.
5899
5900 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5901 "__attribute__" is followed by a parenthesis.
5902
5903 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5904 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5905 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5906
5907 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5908 Internal cleanups to properly detect the declared identifiers in
5909 various declarations.
5910
5911 (c-decl-start-kwds): New language constant to recognize
5912 declarations that can start anywhere. Used for class declarations
5913 in Pike.
5914
5915 (c-specifier-key, c-not-decl-init-keywords)
5916 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5917 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5918
5919 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5920 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5921 handling of the compiler specific extension keywords into a new
5922 language constant `c-decl-hangon-kwds' that defines keyword
5923 clauses to be ignored in declarations.
5924
5925 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5926 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5927 Necessary to stop at the declared identifier in e.g. IDL valuetype
5928 declarations.
5929
5930 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5931 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5932 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5933 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5934 class and enum declarations as such and not as part of the type.
5935
5936 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5937 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5938
5939 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5940 declarations when there's some syntax error later on.
5941
5942 (c-complex-decl-matchers): Did away with a reference to
5943 `c-specifier-key'.
5944
5945 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5946 value - this variable is always dynamically bound.
5947
5948 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5949 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5950 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5951 functions that might do hidden buffer changes: All such internal
5952 functions are now marked instead of those that don't.
5953
5954 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5955 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5956 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5957 (c-literal-type): Allow these functions to make hidden buffer changes,
5958 so that they are free to use text property caching later on.
5959
5960 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5961 (c-electric-brace, c-electric-slash, c-electric-star)
5962 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5963 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5964 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5965 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5966 with the changed semantics of the functions above.
5967
5968 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5969 when macros occur in obscure places. Optimized the sexp movement
5970 a bit.
5971
5972 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5973
5974 Enhancements for c-beginning-of-statement to work in AWK Mode:
5975
5976 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5977 (completed statement) with `}' (statement completed by closing
5978 brace or semicolon) and `$' (statement completed by EOL).
5979
5980 (c-awk-virtual-semicolon-ends-prev-line-p)
5981 (c-awk-virtual-semicolon-ends-line-p)
5982 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5983 (c-awk-at-statement-end-p): New functions.
5984
5985 * progmodes/cc-cmds.el: Simplify the structure of functions
5986 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5987 two functions and c-beginning-of-statement to handle AWK Mode.
5988
5989 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5990 c-backward-single-comment for AWK mode. Attempt to clarify their
5991 doc-strings.
5992
5993 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5994
5995 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5996
5997 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5998 label handling. Labels are now recognized in a uniform and more
5999 robust way, regardless of context. Text properties are put on all
6000 labels to recognize the following declarations better.
6001 Multiword labels are handled both in indentation and fontification for
6002 the benefit of language extensions like Qt. For consistency, keywords
6003 in labels are now fontified with the label face instead.
6004 That also applies to "case" and "default".
6005
6006 (c-beginning-of-statement-1): Fix some bugs in the label
6007 handling. Disregard `c-nonlabel-token-key' in labels that begin
6008 with `c-label-kwds'.
6009
6010 (c-find-decl-spots): Support that the callback adds more
6011 `c-decl-end' spots to find.
6012
6013 (c-forward-decl-or-cast-1): Don't treat a list of plain
6014 identifiers followed by a colon as a declaration.
6015
6016 (c-forward-label): New function to recognize labels.
6017
6018 (c-guess-basic-syntax): Replace uses of `c-label-key' with
6019 `c-forward-label'. Moved the label recognition cases (14 and 15)
6020 earlier since they aren't so context sensitive now. Handle labels
6021 on the top level gracefully. Moved access label recognition to
6022 the generic label case (CASE 15) - removed CASE 5E.
6023
6024 (c-font-lock-declarations): Add recognition of labels in the
6025 same round since we need to handle labels in parallell with other
6026 declarations to recognize both accurately. It should also improve
6027 speed.
6028
6029 (c-simple-decl-matchers, c-basic-matchers-after):
6030 Move `c-font-lock-labels' so that it only is used on decoration level 2
6031 since `c-font-lock-declarations' handles it otherwise.
6032
6033 (c-complex-decl-matchers): Remove the simplistic recognition of
6034 access labels.
6035
6036 (c-decl-prefix-re): Remove the kludges that was necessary to cope
6037 with labels earlier.
6038
6039 (c-decl-start-re): New language variable to make
6040 `c-font-lock-declarations' stop for the special protection labels
6041 in Objective-C that start with `@'.
6042
6043 (c-label-key): Remove since it's no longer used.
6044
6045 (c-recognize-colon-labels, c-label-prefix-re): New language
6046 constants to support recognition of generic colon-terminated labels.
6047
6048 (c-type-decl-end-used): `c-decl-end' is now used whenever there
6049 are colon terminated labels.
6050
6051 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6052 first argument starts with a special brace list.
6053
6054 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6055 (c-font-lock-declarations): Break out the declaration and cast
6056 recognition from `c-font-lock-declarations' to a new function, so
6057 that it can be used in the indentation engine.
6058
6059 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6060 up to the start of the literal. Fixed bug with the point on the
6061 wrong side of the search limit that could happen when the start
6062 position is inside a literal.
6063
6064 * progmodes/cc-engine.el (c-parse-state)
6065 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6066 so that it's kept a little bit back to increase the hit rate.
6067
6068 (c-parse-state): Change the macro handling and fixed some
6069 glitches. Macro context is checked more often than necessary now,
6070 but otoh less garbage conses are generated.
6071
6072 * progmodes/cc-engine.el (c-parse-state)
6073 (c-invalidate-state-cache): Cache the last position where
6074 `c-state-cache' applies. This can speed up refontification quite
6075 a bit in blocks where there are many non-brace parens before the point.
6076
6077 (c-state-cache-end): New variable for this.
6078
6079 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6080 cache variable.
6081
6082 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6083 get close initial continue positions when the start position is
6084 inside a literal or macro. Do not call the callback for spots
6085 before the start position (which can happen e.g. for `c-decl-end'
6086 spots inside comments). Optimize better in special cases when the
6087 region is a single line inside a literal or macro (typically when
6088 the current line is refontified).
6089
6090 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6091 to `c-add-stmt-syntax' - there's no need to explicitly whack off
6092 entries from the paren state.
6093
6094 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6095 special case for "else if" clauses.
6096
6097 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6098 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6099
6100 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6101 New language variable to recognize the gcc extension with statement
6102 blocks inside expressions.
6103
6104 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6105 it somewhat more comprehensible. The argument AT-BLOCK-START is
6106 no longer used and hence removed.
6107
6108 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6109 to `c-add-stmt-syntax'.
6110
6111 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6112 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6113 This fixes bogus label recognition.
6114
6115 * progmodes/cc-engine.el (c-add-type, c-check-type)
6116 (c-forward-name, c-forward-type): Improve storage of template
6117 types in `c-found-types' so that they can be recognized better.
6118
6119 (c-syntactic-content): Add option to skip past nested parens.
6120
6121 * progmodes/cc-engine.el (c-forward-name):
6122 Set `c-last-identifier-range' all the time. It's less work that way.
6123 Handle that there might not be an identifier to store in
6124 `c-last-identifier-range'.
6125
6126 (c-forward-type): Handle that `c-last-identifier-range' might be
6127 nil from `c-forward-name'.
6128
6129 * progmodes/cc-defs.el (c-safe-scan-lists)
6130 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6131
6132 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6133 to work even if the form fails.
6134
6135 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6136 down in a large file in one go.
6137
6138 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6139
6140 * progmodes/cc-align.el (c-lineup-assignments): New lineup
6141 function which is like `c-lineup-math' but returns nil instead of
6142 `c-basic-offset' when it doesn't match.
6143
6144 (c-lineup-math): Change to use `c-lineup-assignments'.
6145
6146 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6147
6148 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6149 c-beginning-of-statement. New subfunctions
6150 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6151
6152 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6153
6154 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6155 hardcoded char classes whereever possible. Changed a couple of
6156 places to use skip by syntax instead of skip by char class.
6157
6158 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6159 Fix a bug in the regexp that caused extreme backtracking.
6160
6161 * progmodes/cc-langs.el (c-block-comment-starter)
6162 (c-block-comment-ender): New language constants to specify in a
6163 single place how block comments look.
6164
6165 (c-comment-start-regexp, c-block-comment-start-regexp)
6166 (comment-start, comment-end, comment-start-skip)
6167 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6168 (c-syntactic-ws, c-nonempty-syntactic-ws)
6169 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6170 `c-line-comment-starter', `c-block-comment-starter' and
6171 `c-block-comment-ender'.
6172
6173 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6174 New language constants to break up things a bit.
6175
6176 (c-simple-ws): New language constant for simple whitespace.
6177
6178 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6179
6180 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6181 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6182 newlines. Allow and ignore nil elements in the list.
6183
6184 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6185
6186 * progmodes/cc-cmds.el: Comment out a (n almost certainly
6187 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6188
6189 * progmodes/cc-cmds.el: Tidy up the comments in
6190 c-beginning-of-statement and subfunctions.
6191
6192 * progmodes/cc-awk.el: Replace calls to put-text-property to the
6193 more flexible c-put-char-property and c-clear-char-properties.
6194 Add the author's email address.
6195
6196 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6197
6198 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6199 closing "*/" of a block comment.
6200
6201 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6202 subfunctions) so that it works at BOB and EOB.
6203
6204 * progmodes/cc-cmds.el, cc-vars.el: More updating of
6205 c-beginning-of-statement, including new variable
6206 c-block-comment-start-regexp.
6207
6208 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6209
6210 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6211 symbols from `*-font-lock-extra-types' so that there's no need to
6212 use `regexp-opt' on those lists.
6213
6214 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6215 `c-type-modifier-kwds' is empty.
6216
6217 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6218 there are several strings on the same line.
6219
6220 * progmodes/cc-engine.el (c-literal-limits): Remove the
6221 compatibility function for older emacsen. `c-literal-limits-fast'
6222 has now taken the place of this function.
6223
6224 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6225 with older emacsen: We now require `pps-extended-state'.
6226
6227 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6228
6229 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6230 which obviates the need to hack sentence-end. This now handles
6231 escaped newlines in strings correctly. Correct minor bugs in
6232 c-move-over-sentence and in c-beginning-of-statement.
6233
6234 * progmodes/cc-cmds.el (c-beginning-of-statement (and
6235 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6236 that movement over macros and code are rigorously separated from
6237 eachother. Correct a few incidental bugs.
6238
6239 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6240 Improve its doc-string. Improve the handling of certain specific cases.
6241
6242 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6243
6244 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6245 (c-guess-basic-syntax): Change the way class-level labels are
6246 recognized; they can now contain essentially any symbols.
6247
6248 (c-opt-extra-label-key): New language variable to cope with the
6249 special protection label syntax in Objective-C.
6250
6251 (c-opt-access-key): Remove; this is now handled better by
6252 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6253
6254 (c-complex-decl-matchers): Update to handle that
6255 `c-opt-access-key' no longer exists.
6256
6257 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6258 improved label recognition in `c-beginning-of-statement-1'.
6259
6260 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6261 Recognize bitfields better.
6262
6263 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6264 Remove some cruft and fixed a bug that could cause it to go to a
6265 position further down.
6266
6267 * progmodes/cc-langs.el, cc-engine.el
6268 (c-beginning-of-statement-1): Improve detection of labels in
6269 declaration contexts.
6270
6271 (c-beginning-of-decl-1): Use it.
6272
6273 (c-nonlabel-token-key): New language constant and variable needed
6274 by `c-beginning-of-statement-1'.
6275
6276 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6277 manifested itself due to the correction in `c-forward-sexp'.
6278
6279 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6280 Make these behave as documented when used at the buffer limits.
6281
6282 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6283 (c-type-decl-end-used): Made this a language variable.
6284
6285 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6286 correctly when `combine-after-change-calls' is used together with
6287 temporary narrowings.
6288
6289 * progmodes/cc-engine.el (c-beginning-of-statement-1):
6290 Report labels correctly when the start point is immediately after the
6291 colon.
6292
6293 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6294 Remove since it isn't used anymore.
6295
6296 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6297 bracket arglists such as template parens in C++.
6298
6299 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6300 in the last check-in. Some optimization.
6301
6302 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6303 where it could stop at the same level in a preceding sexp when
6304 PAREN-LEVEL is set.
6305
6306 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6307 text property lookup only when it's needed.
6308
6309 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6310 Change the policy for paren marked angle brackets to be more
6311 persistent; once marked they remain marked even when they're found
6312 to be unbalanced in the searched region. This should keep the
6313 paren syntax around even when individual lines are refontified in
6314 multiline template arglists.
6315
6316 (c-parse-and-markup-<>-arglists): New dynamically bound variable
6317 to control markup so that incorrect angle bracket arglists aren't
6318 marked in contexts where the correct value for
6319 `c-disallow-comma-in-<>-arglists' isn't known.
6320
6321 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6322 argument has become `c-parse-and-markup-<>-arglists'.
6323
6324 (c-remove-<>-arglist-properties): Remove - no longer used.
6325
6326 (c-after-change-check-<>-operators): New function used on
6327 `after-change-functions' to avoid that "<" and ">" characters that
6328 are part of longer operators have paren syntax.
6329
6330 (c-<>-multichar-token-regexp): New language variable used by
6331 `c-after-change-check-<>-operators'.
6332
6333 (c-after-change): Call `c-after-change-check-<>-operators'.
6334
6335 (c-font-lock-<>-arglists): Use the context properties set by
6336 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6337 correctly to avoid doing invalid markup.
6338
6339 (c-font-lock-declarations): Remove code that undoes the invalid
6340 markup done by `c-font-lock-<>-arglists'.
6341
6342 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6343 after `c-font-lock-declarations'.
6344
6345 * progmodes/cc-engine.el (c-syntactic-skip-backward):
6346 Add paren-level feature.
6347
6348 (c-guess-basic-syntax): Improve the anchor position for
6349 `template-args-cont' in nested template arglists. There's still
6350 much to be desired in this area, though.
6351
6352 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6353
6354 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6355 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6356
6357 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6358
6359 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6360 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6361
6362 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6363 it doesn't work no longer are supported.
6364
6365 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6366 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6367 requires support for the syntax-table' text property, which rules
6368 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
6369 cruft associated with those versions.
6370
6371 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6372 for the `syntax-table' text property, which rules out Emacs 19 and
6373 XEmacs < 21.4. Removed various compatibility cruft associated
6374 with those versions.
6375
6376 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6377 support for the `syntax-table' text property.
6378
6379 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6380 variable and use an extra quoted face name instead. All the
6381 emacsen flavors handle that correctly.
6382
6383 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6384 (c-font-lock-declarators, c-font-lock-declarations)
6385 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6386 property to mark the items in in declarator lists to handle
6387 refontification inside multiline declarations better.
6388
6389 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6390 construct like "a * b = c;" as a declaration.
6391
6392 2005-12-08 Kim F. Storm <storm@cua.dk>
6393
6394 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6395 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
6396 select either meta, hyper, or super modifier for rectangle commands.
6397 (cua--rectangle-modifier-key): New defvar.
6398 (cua--M/H-key): Use it. Remove special case for `space'.
6399 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6400 on X, to meta otherwise. Always bind C-return to toggle
6401 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
6402
6403 * emulation/cua-rect.el (cua-help-for-rectangle):
6404 Use cua--rectangle-modifier-key. Handle super modifier too.
6405 (cua--init-rectangles): Always bind C-return to toggle rectangle.
6406 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6407
6408 * ido.el: Move Acknowledgements and History after Commentary.
6409 Minor changes to Commentary.
6410
6411 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6412 keymap if cua--prefix-override-timer is `shift'.
6413 (cua--shift-control-prefix): New function; emulate "type prefix
6414 key twice" functionality to handle shifted prefix key override.
6415 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6416 New commands.
6417 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6418
6419 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
6420
6421 * textmodes/org.el (org-insert-heading): Try to do items before
6422 headings.
6423 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6424 (org-insert-item): New function.
6425 (org-renumber-ordered-list): Don't skip to higher level lists.
6426
6427 2005-12-08 Juri Linkov <juri@jurta.org>
6428
6429 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6430
6431 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6432
6433 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6434
6435 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6436 the constructed function name fun-1.
6437
6438 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6439 because such links don't lead to parent documentation.
6440
6441 2005-12-08 Kenichi Handa <handa@m17n.org>
6442
6443 * descr-text.el (describe-char): Use *Help-2* buffer if the
6444 current buffer is *Help*. Call describe-text-properties while
6445 setting the original buffer.
6446
6447 2005-12-07 Bill Wohler <wohler@newt.com>
6448
6449 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
6450 and causes problems with non-MH users (such as Gnus users).
6451
6452 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6455 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6456 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6457 command "info sources". Move calls to GDB command "list".
6458 (gdb-find-file-hook): Just use gdb-source-file-list.
6459 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6460 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6461 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6462 (gdb-data-list-register-values-handler): Use correct trigger name.
6463
6464 2005-12-07 Kim F. Storm <storm@cua.dk>
6465
6466 * ido.el (ido-completion-map): Rename from ido-mode-map.
6467 (ido-common-completion-map, ido-file-completion-map)
6468 (ido-file-dir-completion-map, ido-buffer-completion-map):
6469 Rename from ido-mode-....-map.
6470 (ido-init-completion-maps): Rename from ido-init-mode-maps.
6471 (ido-setup-completion-map): Rename from ido-define-mode-map.
6472 (ido-read-internal): Bind minibuffer-local-filename-completion-map
6473 to ido-completion-map.
6474
6475 2005-12-07 Kenichi Handa <handa@m17n.org>
6476
6477 * international/mule-cmds.el
6478 (set-display-table-and-terminal-coding-system): If the coding
6479 system specified in `unibyte-display' property is different from
6480 the arg coding-system, don't setup standard-display-table.
6481
6482 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6485 that comments end at \n, regardless of selective-display.
6486
6487 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
6488
6489 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6490 (gdb-version): New variables.
6491 (gdb-source-file-list, gdb-register-names)
6492 (gdb-changed-registers): New variables for use with GDB 6.4+.
6493 (gdb-ann3): Replace with...
6494 (gdb-init-1, gdb-init-2): ...two new functions.
6495 (gdba, gdb-prompt): Call gdb-init-1.
6496 (gdb-get-version): New function. Call gdb-init-2 from here.
6497 (gud-watch): Make it work with mouse events too.
6498 (gdb-post-prompt): Don't add to queue until GDB version is known.
6499 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6500 (gdb-locals-mode): Use gdb-version.
6501 (gdb-memory-format-map, gdb-memory-unit-map)
6502 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6503 (gdb-locals-font-lock-keywords-1)
6504 (gdb-locals-font-lock-keywords-2): New variables.
6505 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6506 (gdb-set-gud-minor-mode-existing-buffers-1)
6507 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6508 (gdb-var-update-1, gdb-var-update-handler-1)
6509 (gdb-data-list-register-values-handler)
6510 (gdb-data-list-register-values-custom)
6511 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6512 (gdb-stack-list-locals-handler, gdb-get-register-names):
6513 New functions for use with GDB 6.4+.
6514 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6515 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6516 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6517 (gdb-stack-list-locals-regexp)
6518 (gdb-data-list-register-names-regexp): New regexps for use with
6519 GDB 6.4+.
6520
6521 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6524
6525 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
6526
6527 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6528 prompts work for AUTH PLAIN. Also reported by Steve Allan
6529 <seallan@verizon.net>.
6530
6531 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6532
6533 * frame.el (set-frame-parameter): Add doc string.
6534
6535 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
6536
6537 * textmodes/org.el (org-occur-highlights): New variable.
6538 (org-highlight-new-match, org-remove-occur-highlights): New functions.
6539 (org-highlight-sparse-tree-matches): New option.
6540 (org-do-occur): New function.
6541 (org-get-heading): Make it work also at beginning of line.
6542 (org-category-table): New variable.
6543 (org-get-category-table, org-get-category)
6544 (org-camel-to-words, org-link-search): New functions.
6545 (org-select-this-todo-keyword): New variable.
6546 (org-todo-list): New command.
6547 (org-shiftright, org-shiftleft): New commands.
6548 (org-agenda-todo): Add prefix argument.
6549 (org-show-hierarchy-above): New option.
6550 (org-show-todo-tree): Numerical prefix creates tree for specific
6551 TODO keyword.
6552 (org-outline-level): New function, to assign a level to plain
6553 lists items.
6554 (org-cycle-include-plain-lists): New option.
6555 (org-mode): Use `org-outline-level' as value of `outline-level'.
6556 (org-cycle): Temporarily switch `outline-regexp' if
6557 `org-cycle-include-plain-lists' is non-nil.
6558 (org-start-icalendar-file): Fix format bug.
6559 (org-agenda-get-day-entries): Create category table.
6560 (org-agenda-get-todos, org-agenda-get-timestamps)
6561 (org-agenda-get-deadlines, org-agenda-get-scheduled)
6562 (org-agenda-get-blocks): Use `org-get-category'.
6563 (org-context-in-file-links): Rename from
6564 `org-line-numbers-in-file-links'.
6565
6566 2005-12-06 Romain Francoise <romain@orebokech.com>
6567
6568 * window.el (balance-windows): Delete extraneous third arg in call
6569 to `enlarge-window'.
6570
6571 2005-12-06 Kenichi Handa <handa@m17n.org>
6572
6573 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6574
6575 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
6576
6577 * progmodes/gdb-ui.el (gdb-var-create-handler)
6578 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6579 (gdb-var-list-children-handler, gdb-var-update-handler):
6580 Current buffer is already gdb-partial-output-buffer, don't
6581 make it current again.
6582
6583 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
6584
6585 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6586 (list-buffers-noselect): Use it.
6587
6588 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6591 (mail-yank-ignored-headers): Use regexp-opt.
6592 (mail-mode-map): Move initialization into declaration.
6593 (mail-sent-via): Remove unused shadowed var `to-line'.
6594 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6595 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6596 (mail-do-fcc): Use dolist and push.
6597 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6598 (mail-yank-ignored-headers): Don't autoload.
6599
6600 2005-12-05 Kenichi Handa <handa@m17n.org>
6601
6602 * international/mule-cmds.el (set-language-info-internal): New fun.
6603 (set-language-info): Call set-language-info-internal to update
6604 language-info-alist. If LANG-ENV is the current one, call
6605 set-language-environment to make INFO effective now.
6606 (set-language-info-alist): Likewise.
6607 (locale-language-names): With locale "en", use English
6608 lang. env. but set the default codings to iso-8859-1.
6609
6610 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
6611
6612 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6613 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6614 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6615 for plain strings.
6616 (gdb-frames-mode): Remove redundant call to font-lock-mode.
6617 (gdb-all-registers): Rename from toggle-gdb-all-registers.
6618 Create registers buffer if necessary. Echo new state in minibuffer.
6619 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6620
6621 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
6622
6623 * info.el (Info-fontify-node): Match external links using
6624 non-directory part of filename.
6625
6626 2005-12-04 Juri Linkov <juri@jurta.org>
6627
6628 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6629 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
6630 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6631 because there is no customization option for it.
6632
6633 * font-lock.el (lisp-font-lock-keywords-1):
6634 Add define-global-minor-mode.
6635
6636 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6637
6638 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6639 properties on the constructed variable names.
6640
6641 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6642 Put `definition-name' properties on the constructed function names
6643 next-sym and prev-sym.
6644
6645 * emacs-lisp/find-func.el (find-function-regexp):
6646 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
6647 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
6648 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6649 and easy-menu-define.
6650
6651 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6652 easy-mmode-define-global-mode and define-global-minor-mode.
6653 (lisp-imenu-generic-expression): Add define-global-minor-mode.
6654
6655 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6656 instead of easy-mmode-define-global-mode.
6657
6658 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6659 Use define-minor-mode instead of easy-mmode-define-minor-mode.
6660
6661 * cus-edit.el (customize-group, customize-group-other-window):
6662 Filter out autoloaded options from the group completion list by
6663 using heuristics that autoloaded groups don't have `custom-autoload'
6664 property on their symbols (they have only `custom-loads').
6665
6666 * simple.el (completion-setup-function): Put completions-common-part
6667 face on complete completion string too (i.e. completion string
6668 without completions-first-difference face).
6669
6670 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6671
6672 2005-12-03 Eli Zaretskii <eliz@gnu.org>
6673
6674 * view.el (view-mode): Doc fix.
6675
6676 * disp-table.el (standard-display-european): Add to the warning
6677 message a reference to the doc string.
6678
6679 * play/yow.el (apropos-zippy): Call print-help-return-message,
6680 similar to other Help and Apropos commands.
6681
6682 * help.el (print-help-return-message): If pop-up-frames is
6683 non-nil, set up help-return-method to delete the help window and,
6684 possibly, its frame as well, and don't display message about
6685 scrolling the help window. Doc fix.
6686 (help-return-method): Doc fix.
6687
6688 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
6689
6690 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6691 whereby names of length one or names starting with a
6692 symbol-constituent character would not be returned.
6693
6694 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6695
6696 * subr.el (atomic-change-group): Add edebug and indentation spec.
6697
6698 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * completion.el (save-completions-file-name): Fix typo in last change.
6701
6702 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6703
6704 * info.el: Move back/forward history to the beginning of the tool bar.
6705
6706 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
6707
6708 * allout.el (eval-when-compile): Remove unnecessary load of cl.
6709 Add fset of allout-real-isearch-abort during compile to fix
6710 byte-compilation warnings.
6711 (allout-mode-p): Move definition of this macro above all uses, or
6712 byte compilation in barren emacs (eg, during emacs build) will
6713 lack the definition.
6714 (allout-mode): Move this variable above any uses, or byte
6715 compilation will fail.
6716 (allout-resolve-xref): Remove use of personal file-reference function.
6717 (allout-toggle-current-subtree-encryption): Do the current (ie,
6718 visible containing) topic, rather than nearest around point. Doc fix.
6719 (allout-toggle-subtree-encryption): New function, workhorse that
6720 works on nearest topic containing point.
6721 (allout-encrypt-string): Signal requirement for newer version of pgg.
6722 (allout-resumptions): Doc fix.
6723
6724 2005-12-02 Eli Zaretskii <eliz@gnu.org>
6725
6726 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6727
6728 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
6729
6730 * textmodes/flyspell.el (flyspell-external-point-words):
6731 Consider a misspelling as found in the string search if: (a) misspelling
6732 and found string lengths match, or (b) misspelling is found as
6733 element in a boundary-chars separated longer string, or (c)
6734 ispell-program-name is really ispell and misspelling is found as
6735 part of a TeX string. After successful match move beginning of
6736 search region to end of match. Warn about not found misspellings
6737 once the process is done.
6738 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6739
6740 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
6741
6742 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6743 tool bar (removed inadvertently).
6744
6745 2005-12-02 Juri Linkov <juri@jurta.org>
6746
6747 * log-view.el (log-view-diff): Clarify doc string.
6748
6749 2005-12-01 Bill Wohler <wohler@newt.com>
6750
6751 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6752 triggers lm-verify errors.
6753
6754 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
6755
6756 * simple.el (transient-mark-mode, line-number-mode)
6757 (column-number-mode, size-indication-mode): Remove `:require nil'.
6758
6759 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
6760
6761 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6762 in the margin also.
6763 (gdb-breakpoints-mode-map): Use D instead of d for
6764 gdb-delete-breakpoint.
6765 (gdb-get-frame-number): Require a number to match on.
6766 (gdb-threads-mode-map): Add follow-link binding.
6767
6768 2005-11-30 Jason Rumney <jasonr@gnu.org>
6769
6770 * isearch.el (isearch-mode-map): Avoid exiting search on
6771 language-change event.
6772
6773 2005-11-30 Romain Francoise <romain@orebokech.com>
6774
6775 * speedbar.el (speedbar-default-position): New defcustom.
6776 (speedbar-frame-reposition-smartly): Use it.
6777
6778 * dframe.el (dframe-reposition-frame-emacs): Fix position
6779 computation for `left' location.
6780 Update copyright year.
6781
6782 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * help.el (help-map): Move initialization into declaration.
6785
6786 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6787
6788 * help-fns.el (help-argument-name): Don't autoload.
6789 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6790 to be re-loaded when customizing the `help' group.
6791
6792 2005-11-30 John Paul Wallington <jpw@gnu.org>
6793
6794 * help-fns.el (describe-function-1): Fill arglist output.
6795
6796 2005-11-30 Kim F. Storm <storm@cua.dk>
6797
6798 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6799 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6800 after revert-buffer (or anything else which kills all local variables).
6801
6802 * apropos.el (apropos-parse-pattern): Doc fix.
6803 Set apropos-regexp directly, rather than expecting callers to do so.
6804 (apropos-command, apropos, apropos-value, apropos-documentation):
6805 Simplify calls to apropos-parse-pattern.
6806
6807 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6808
6809 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6810 (hi-lock-face-phrase-buffer): Use hi-yellow face.
6811 (hi-lock-write-interactive-patterns): Use comment-region.
6812
6813 * longlines.el (longlines-mode): Add mail-setup-hook.
6814
6815 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6816
6817 * simple.el (sendmail-user-agent-compose, next-line):
6818 Conditionally use hard-newline.
6819
6820 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6821
6822 * international/latexenc.el (latex-inputenc-coding-alist):
6823 Reword doc string.
6824
6825 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
6826
6827 * help.el (describe-key-briefly, describe-key): Recognize default
6828 bindings.
6829
6830 2005-11-29 Romain Francoise <romain@orebokech.com>
6831
6832 * view.el (view-inhibit-help-message): New defcustom.
6833 (view-mode-enter): Use it.
6834
6835 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
6836
6837 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6838 Preserve user position.
6839
6840 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
6841
6842 * font-lock.el: Throw error if facemenu is not loaded to prevent
6843 accidental change of loading order in loadup.el. (Suggested by RMS.)
6844
6845 * loadup.el: Add comment explaining why facemenu must be loaded
6846 before font-lock.
6847
6848 2005-11-28 Jay Belanger <belanger@truman.edu>
6849
6850 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6851 (calc-dispatch-map): Add more keys for `calc-same-interface'.
6852
6853 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6854
6855 * calc/calc-embed.el (calc-do-embedded): Update help message.
6856
6857 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6858
6859 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6862
6863 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6864 called-interactively-p.
6865 (elp-profilable-p): Rename from elp-not-profilable-p.
6866 Invert result and take into account macros and autoloaded functions.
6867 (elp-instrument-function): Update call.
6868 (elp-instrument-package): Update call. Add completion.
6869 (elp-pack-number): Use match-string.
6870 (elp-results-jump-to-definition-by-mouse): Merge into
6871 elp-results-jump-to-definition and then remove.
6872 (elp-output-insert-symname): Make help echo text single-line.
6873
6874 * replace.el (query-replace-map): Move initialization into declaration.
6875 (occur-engine): Use with-current-buffer.
6876 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6877 (occur-mode-mouse-goto): Replace with an alias.
6878
6879 2005-11-28 Juri Linkov <juri@jurta.org>
6880
6881 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6882
6883 * term/w32-win.el: Bind [S-tab] to [backtab].
6884
6885 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6886 `Info-find-file' to t.
6887
6888 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6889 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6890 and same-window-regexps.
6891 (occur-next-error): Don't move point for arg 0.
6892
6893 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6896
6897 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * log-edit.el (log-edit-changelog-use-first): New var.
6900 (log-edit-changelog-ours-p): Use it.
6901 (log-edit-insert-changelog): Set it with new arg `use-first'.
6902 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6903 (log-edit-hook): Add them to the list of suggested options.
6904
6905 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6906 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6907 redundant work.
6908 (flyspell-mode-on): Use add-hook for after-change-functions.
6909 (flyspell-mode-off): Use remove-hook for after-change-functions.
6910 (flyspell-changes): Make it buffer-local.
6911 (flyspell-after-change-function): Make it non-interactive. Use push.
6912 (flyspell-post-command-hook): Check input-pending-p while processing
6913 the potentially long list of buffer changes.
6914
6915 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6916
6917 * buff-menu.el (list-buffers-noselect): Display the selected
6918 frame's buffer list, not the global one.
6919
6920 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6921
6922 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6923 that (list last-input-event) works as in interactive spec.
6924
6925 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6926
6927 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6928 `facemenu-keymap' needs to be defined when font-lock is loaded.
6929 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6930
6931 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * completion.el: Remove useless leading * in defcustom docstrings.
6934 (save-completions-file-name): Use ~/.emacs.d if available.
6935 (completion-standard-syntax-table): Rename from
6936 cmpl-standard-syntax-table and fold initialization into declaration,
6937 thus removing cmpl-make-standard-completion-syntax-table.
6938 (completion-lisp-syntax-table, completion-c-syntax-table)
6939 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6940 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6941 (symbol-under-point, symbol-before-point)
6942 (symbol-under-or-before-point, symbol-before-point-for-complete)
6943 (add-completions-from-c-buffer): Use with-syntax-table.
6944 (make-completion): Don't return a list of completion entries.
6945 Update callers.
6946 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6947 (completion-initialize): Rename from initialize-completions.
6948 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6949 (kill-emacs-save-completions): Collect stats here.
6950 (save-completions-to-file, load-completions-from-file):
6951 Use with-current-buffer.
6952 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6953 into a function. Move all calls to toplevel.
6954 (completion-lisp-mode-hook): New fun.
6955 (completion-c-mode-hook, completion-setup-fortran-mode):
6956 Set the syntax-table here. Use local-set-key.
6957 (completion-saved-bindings): New var.
6958 (dynamic-completion-mode): Make it into a proper minor mode.
6959 (load-completions-from-file): Remove unused var `num-uses'.
6960
6961 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6962 constructor if it is explicitly overridden.
6963
6964 * complete.el (PC-completion-as-file-name-predicate):
6965 Use minibuffer-completing-file-name.
6966 (partial-completion-mode): Use find-file-not-found-functions.
6967 (PC-lisp-complete-symbol): Use with-syntax-table.
6968 (PC-look-for-include-file): Remove dead setq.
6969 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6970 (PC-complete): Use with-current-buffer.
6971
6972 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6973 escape single quotes.
6974
6975 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6976
6977 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6978 of `if' whose condition always returned nil. Doc fix.
6979
6980 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6981 window's buffer the current buffer around the call to
6982 `list-buffers-noselect'. This is necessary to mark that buffer
6983 with a `.' in the Buffer Menu when called from Lisp, for instance
6984 by Auto Revert Mode.
6985
6986 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6987
6988 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6989 attaching to it.
6990 (gdb-pre-prompt): Make sure gdb-error is reset.
6991
6992 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6993 with a child process, detect it.
6994 (gud-speedbar-buttons): Match regexp more carefully.
6995
6996 2005-11-27 Richard M. Stallman <rms@gnu.org>
6997
6998 * mouse.el (mouse-drag-move-window-bottom):
6999 Use adjust-window-trailing-edge.
7000
7001 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
7002
7003 * simple.el (blink-matching-open): Ignore
7004 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7005 (blink-matching-paren-on-screen): Update docstring.
7006
7007 * paren.el (show-paren-mode): No longer change
7008 `blink-matching-paren-on-screen'.
7009
7010 2005-11-27 John Paul Wallington <jpw@pobox.com>
7011
7012 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7013 (gdb-threads-select, gdb-edit-register-value):
7014 Use `posn-set-point' instead of `mouse-set-point' because the
7015 latter is not fbound when configured without X.
7016
7017 2005-11-27 Kim F. Storm <storm@cua.dk>
7018
7019 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7020 existing face when partially highlighting a TAB in a rectangle.
7021
7022 2005-11-26 Kim F. Storm <storm@cua.dk>
7023
7024 * ido.el (ido-mode-map): Doc fix.
7025 (ido-mode-common-map, ido-mode-file-map)
7026 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7027 (ido-define-mode-map): Rewrite. Select one of the new maps as
7028 parent for ido-mode-map instead of building from scratch.
7029 (ido-init-mode-maps): New defun to initialize new maps.
7030 (ido-mode): Call it.
7031 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7032 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7033
7034 2005-11-26 John Paul Wallington <jpw@pobox.com>
7035
7036 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7037 `mouse-set-point' because the latter is not fbound when configured
7038 without X.
7039
7040 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
7041
7042 * files.el (file-relative-name): Doc fix.
7043
7044 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
7045
7046 * progmodes/octave-inf.el (inferior-octave-startup): Force a
7047 non-empty string for secondary prompt PS2.
7048
7049 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7050
7051 * progmodes/compile.el (compilation-setup): Fix last change.
7052
7053 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
7054
7055 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7056 (gdb-mouse-toggle-breakpoint-margin)
7057 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7058 Add gdb-server-prefix to keep out of command history.
7059 (gdb-edit-register-value): New function.
7060 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7061 (gdb-info-registers-custom): Use above map.
7062
7063 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
7064
7065 * custom.el (enable-theme): Signal error if argument is not a
7066 theme. Don't recalculate a face if it's not loaded yet.
7067
7068 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7069 the `user' theme is in effect.
7070
7071 * info.el (Info-on-current-buffer): Record actual filename in
7072 Info-current-file, instead of t, or a fake filename if a non-file
7073 buffer. Make autoload.
7074 (Info-find-node, Info-revert-find-node): No need to check for
7075 Info-current-file nil.
7076 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7077 Info-current-file is now never `t'.
7078 (Info-fontify-node): Many simplifications due to Info-current-file
7079 always being valid. Use Info-find-file to find node filename.
7080
7081 2005-11-25 David Kastrup <dak@gnu.org>
7082
7083 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7084 new character, then delete" in order to preserve markers.
7085
7086 2005-11-25 David Ponce <david@dponce.com>
7087
7088 * recentf.el (recentf-arrange-by-rule): Handle a special
7089 `auto-mode-alist'-like "strip suffix" rule.
7090 (recentf-build-mode-rules): Handle second level auto-mode entries.
7091
7092 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
7093
7094 * viper-keym.el (viper-ESC-key): Use different values in terminal and
7095 window modes.
7096
7097 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7098 jde-javadoc-checker-report-mode.
7099
7100 * ediff-wind (ediff-make-wide-display): Slight simplification.
7101
7102 * ediff.el (ediff-date): Change the date of last update.
7103
7104 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7107 Use define-minor-mode, and make it a local mode. Turn on font-lock.
7108 (hi-lock-mode): New global minor mode.
7109 (turn-on-hi-lock-if-enabled): New function.
7110 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7111 Change arguments to regexp and face instead of a font-lock pattern.
7112 Directly set face property, instead of refontifying.
7113 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7114 (hi-lock-find-patterns): Use line-number-at-pos.
7115
7116 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
7117 arguments for hi-lock-set-pattern.
7118 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7119 Call font-lock-fontify-buffer.
7120 (hi-lock-find-file-hook, hi-lock-current-line)
7121 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7122
7123 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7124 turned off.
7125
7126 * progmodes/compile.el (compilation-setup): Don't fiddle with
7127 font-lock-defaults.
7128
7129 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
7130
7131 * progmodes/gdb-ui.el (gdb-var-create-handler)
7132 (gdb-var-list-children-handler): Find values for all variable
7133 objects. gud-speedbar-buttons decides whether to display them.
7134
7135 2005-11-24 Romain Francoise <romain@orebokech.com>
7136
7137 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7138 buffer name with a space.
7139
7140 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
7141
7142 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7143 `org-export-local-list-max-depth'. Change default value to 3.
7144 (org-auto-renumber-ordered-lists)
7145 (org-plain-list-ordered-item-terminator): New options.
7146 (org-at-item-p, org-beginning-of-item, org-end-of-item)
7147 (org-get-indentation, org-get-string-indentation)
7148 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7149 New functions.
7150 (org-move-item-down, org-move-item-up): New commands.
7151 (org-export-as-html): New classes for CSS support. Bug fix in
7152 regular expression detecting fixed-width regions. Respect
7153 `org-local-list-ordered-item-terminator'.
7154 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7155 also a list item.
7156 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7157 New item moving functions.
7158
7159 2005-11-24 Juri Linkov <juri@jurta.org>
7160
7161 * isearch.el (isearch-repeat): With empty search ring set
7162 `isearch-error' to the error string instead of signaling error
7163 with the function `error'.
7164
7165 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7166
7167 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7168
7169 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
7170
7171 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7172 and variable.
7173 (gdb-var-create-handler, gdb-var-list-children-handler):
7174 Don't match on "char **...".
7175 (gdb-var-update-handler): Find values for all variable objects.
7176 (gdb-info-frames-custom): Identify frames by leading "#".
7177
7178 * progmodes/gud.el (gud-speedbar-menu-items): Add
7179 gdb-speedbar-auto-raise as radio button.
7180 (gud-speedbar-buttons): Raise speedbar if requested.
7181 Don't match on "char **...".
7182 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7183 Make it editable.
7184
7185 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
7186
7187 * info.el (Info-fontify-node): Handle the case where
7188 Info-current-file is t.
7189
7190 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * simple.el (blink-matching-open): Fix off-by-one in last change.
7193
7194 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7195
7196 * term/mac-win.el: Don't change default directory.
7197
7198 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7201 buffers correctly. (It used to throw an error in such buffers.)
7202 Make it ask for confirmation in group buffers and other Custom
7203 buffers containing more than one customization item.
7204
7205 2005-11-22 John Paul Wallington <jpw@gnu.org>
7206
7207 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7208 property on mail and url overlays.
7209 (goto-address-at-point): Use `posn-set-point' instead of
7210 `mouse-set-point' because the latter is not fbound when configured
7211 without X.
7212
7213 2005-11-22 Lars Hansen <larsh@soem.dk>
7214
7215 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7216 (ls-lisp-classify, ls-lisp-format): Delete call to
7217 ls-lisp-parse-symlink.
7218 (ls-lisp-handle-switches): Handle symlinks to directories as
7219 directories when ls-lisp-dirs-first in non-nil.
7220
7221 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
7222
7223 * startup.el (command-line): Make sure that loaddefs.el is handled
7224 correctly in load-history.
7225
7226 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
7227
7228 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7229 (gdb-struct-string, gdb-array-string): New constants.
7230 (gdb-info-locals-handler): Use them.
7231 (gdb-reset): Reset gdb-var-list to nil.
7232
7233 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7236 in patterns.
7237
7238 2005-11-21 Juri Linkov <juri@jurta.org>
7239
7240 * custom.el (defcustom): Update link types in docstring.
7241
7242 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
7243
7244 * custom.el (defgroup): Add doc-string-elt info.
7245
7246 * widget.el (define-widget): Don't use declare for the doc-string-elt.
7247
7248 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * newcomment.el (comment-enter-backward): Fix last fix.
7251
7252 * simple.el (blink-matching-open):
7253 * paren.el (show-paren-function): Allow new paren-class info.
7254
7255 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
7256
7257 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
7258 handled automagically.
7259
7260 2005-11-20 Andreas Schwab <schwab@suse.de>
7261
7262 * descr-text.el (describe-char): When copying overlays put them
7263 over the full char description instead of just the first character
7264 of it.
7265
7266 2005-11-20 Juri Linkov <juri@jurta.org>
7267
7268 * simple.el (what-cursor-position):
7269 * descr-text.el (describe-char): Use Lisp-readable syntax
7270 for octal and hex. Reorder decimal, octal and hex values.
7271 Remove excess whitespace in the output. Use `=' in `column='
7272 like in `point=' and `Hscroll='.
7273
7274 * international/mule-cmds.el (encoded-string-description):
7275 Use Lisp-readable syntax for hex.
7276
7277 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * newcomment.el (comment-enter-backward): Handle the case where the
7280 comment is closed by EOB.
7281
7282 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7283
7284 * longlines.el (longlines-before-revert-hook)
7285 (longlines-after-revert-hook): New functions.
7286 (longlines-mode): Turn off longlines temporarily when reverting.
7287 Add a message-setup-hook.
7288 (longlines-decode-buffer): New function.
7289 (longlines-wrap-line): Preserve marker positions.
7290
7291 2005-11-19 Andreas Schwab <schwab@suse.de>
7292
7293 * emacs-lisp/shadow.el: Handle compressed files.
7294
7295 2005-11-19 Romain Francoise <romain@orebokech.com>
7296
7297 * net/browse-url.el (browse-url-default-browser): Signal an error
7298 if no usable browser can be found, rather than try to load w3.
7299
7300 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
7301
7302 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7303 replacing existing properties.
7304 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7305 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7306 tty specs.
7307 (rcirc-server-prefix, rcirc-server): New faces.
7308 (rcirc-url-regexp): Generate with rx macro.
7309 (rcirc-last-server-message-time): New variable.
7310 (rcirc-filter): Record time of last message.
7311 (rcirc-keepalive): Kill processes that did not send a message
7312 since the last ping.
7313 (rcirc-mode): Give rcirc-topic a local binding here.
7314
7315 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
7316
7317 * subr.el (read-passwd): Fontify the prompt as we do with other
7318 prompts.
7319
7320 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
7321
7322 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7323 binding buffer-read-only to nil.
7324
7325 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7326
7327 * complete.el (partial-completion-mode):
7328 Mention completion-auto-help in the doc string.
7329
7330 * man.el (Man-highlight-references): Doc fix. Reformat code in a
7331 more Lisp-ish way.
7332
7333 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7334
7335 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7336 digits, not 8, to avoid misalignment for files larger than 100MB.
7337
7338 2005-11-19 Eli Zaretskii <eliz@gnu.org>
7339
7340 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7341 Mention "keyboard shortcuts" in the help text.
7342
7343 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7344
7345 * startup.el (fancy-splash-default-action): Discard only
7346 mouse-down and succeeding mouse-up events in the splash screen
7347 window so that drag-n-drop event can be processed.
7348
7349 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
7350
7351 * longlines.el (longlines-mode): Add hacks for mail-mode and
7352 message-mode.
7353
7354 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
7355
7356 * textmodes/org.el (org-table-sort-lines): New command.
7357 (org-tbl-menu): Add entry for `org-table-sort-lines'.
7358 (org-add-file): Command removed, use `org-agenda-file-to-front'
7359 instead.
7360 (org-export-icalendar): Use `org-icalendar-combined-name'.
7361 (org-cycle-agenda-files, org-agenda-file-to-end)
7362 (org-agenda-file-to-front): New commands.
7363 (org-table-tab-jumps-over-hlines, org-export-html-style):
7364 New options.
7365 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7366 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7367 New functions.
7368 (org-fill-paragraph): Call `org-table-align' in tables.
7369 (org-mode): Call `org-set-autofill-regexps'.
7370 (org-export-as-html): Support for local handformatted lists.
7371 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
7372 (org-export-local-list-max-depth): New option.
7373 (org-html-expand): Use `org-html-protect'.
7374
7375 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
7376
7377 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7378 to "p".
7379 (gdb): Move definition of gud-pp to...
7380
7381 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
7382 speedbar.
7383 (gdb-find-watch-expression): New function.
7384
7385 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7386
7387 * faces.el (face-attribute, set-face-attribute): Mention existence
7388 of `:ignore-defface' setting in docstring.
7389
7390 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7391
7392 * simple.el (completion-setup-function): Fix last change.
7393
7394 2005-11-17 John Paul Wallington <jpw@pobox.com>
7395
7396 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7397 Use `posn-set-point' instead of `mouse-set-point' because the
7398 latter is not fbound when configured without X.
7399
7400 * comint.el (comint-insert-input): Likewise.
7401
7402 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7403
7404 * simple.el (hard-newline): New variable.
7405 (sendmail-user-agent-compose, next-line): Use it.
7406
7407 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7408 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7409 (mail-mail-reply-to, mail-mail-followup-to)
7410 (mail-position-on-field, mail-signature, mail-yank-original)
7411 (mail-attach-file): Likewise.
7412
7413 * mail/mailheader.el (mail-header-format)
7414 (mail-header-format-function): Likewise.
7415
7416 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7417
7418 2005-11-17 Juri Linkov <juri@jurta.org>
7419
7420 * font-lock.el (font-lock-faces): Rename this defgroup from
7421 `font-lock-highlighting-faces'.
7422 (font-lock-comment-face, font-lock-comment-delimiter-face)
7423 (font-lock-string-face, font-lock-doc-face)
7424 (font-lock-keyword-face, font-lock-builtin-face)
7425 (font-lock-function-name-face, font-lock-variable-name-face)
7426 (font-lock-type-face, font-lock-constant-face)
7427 (font-lock-warning-face, font-lock-negation-char-face)
7428 (font-lock-preprocessor-face)
7429 (font-lock-regexp-grouping-backslash)
7430 (font-lock-regexp-grouping-construct): Rename :group from
7431 `font-lock-highlighting-faces' to `font-lock-faces'.
7432
7433 * cus-edit.el (lisp, c, tex):
7434 * progmodes/ada-mode.el (ada):
7435 * progmodes/asm-mode.el (asm):
7436 * progmodes/cperl-mode.el (cperl-faces):
7437 * progmodes/cpp.el (cpp):
7438 * progmodes/dcl-mode.el (dcl):
7439 * progmodes/f90.el (f90):
7440 * progmodes/fortran.el (fortran):
7441 * progmodes/icon.el (icon):
7442 * progmodes/idlwave.el (idlwave-misc):
7443 * progmodes/m4-mode.el (m4):
7444 * progmodes/make-mode.el (makefile):
7445 * progmodes/meta-mode.el (meta-font):
7446 * progmodes/modula2.el (modula2):
7447 * progmodes/octave-mod.el (octave):
7448 * progmodes/pascal.el (pascal):
7449 * progmodes/perl-mode.el (perl):
7450 * progmodes/prolog.el (prolog):
7451 * progmodes/ps-mode.el (PostScript-edit):
7452 * progmodes/scheme.el (scheme):
7453 * progmodes/sh-script.el (sh-script):
7454 * progmodes/simula.el (simula):
7455 * progmodes/tcl.el (tcl):
7456 * textmodes/nroff-mode.el (nroff):
7457 * textmodes/reftex-vars.el (reftex-fontification-configurations):
7458 * textmodes/sgml-mode.el (sgml):
7459 * textmodes/texinfo.el (texinfo):
7460 Add :link (custom-group-link font-lock-faces) to defgroup.
7461
7462 * hi-lock.el (hi-lock): Rename this defgroup from
7463 `hi-lock-interactive-text-highlighting'. Change parent group from
7464 `faces' to `font-lock'. Add link to the manual.
7465 (hi-lock-mode, hi-lock-file-patterns-range)
7466 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7467 `hi-lock-interactive-text-highlighting' to `hi-lock'.
7468 (hi-lock-faces): Add :group `faces'.
7469
7470 * cus-edit.el (custom-variable-prompt): Clarify the code.
7471
7472 * faces.el (face-read-string): Set the default value arg of
7473 completing-read.
7474
7475 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
7476
7477 * rfn-eshadow.el (file-name-shadow-properties)
7478 (file-name-shadow-tty-properties, file-name-shadow-mode):
7479 Remove autoloads, because the file is now preloaded.
7480
7481 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * printing.el (easy-menu-intern): Don't define.
7484 (pr-get-symbol): Use easy-menu-intern only if defined.
7485
7486 * simple.el (blink-matching-open): Simplify a bit.
7487 (completion-setup-function): Fix the case of partial-completion-mode
7488 when the minibuffer's contents start with "-".
7489 Obey completion-base-size-function even when
7490 minibuffer-completing-file-name is non-nil.
7491
7492 2005-11-16 Richard M. Stallman <rms@gnu.org>
7493
7494 * net/eudcb-ph.el (eudc-ph-open-session):
7495 Use set-process-query-on-exit-flag.
7496
7497 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7498
7499 * international/ucs-tables.el (ucs-set-table-for-input):
7500 Use make-local-variable, not make-variable-buffer-local.
7501
7502 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7503 Improve warning message text.
7504
7505 * savehist.el (savehist-save-hook): Add :group.
7506
7507 * menu-bar.el (menu-bar-help-menu):
7508 Rename Find Extra Packages to External Packages.
7509
7510 * cus-edit.el (Custom-reset-standard): Verify that
7511 :custom-standard-value prop exists before calling it.
7512
7513 * apropos.el (apropos-calc-scores): Use apropos-pattern.
7514
7515 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
7516
7517 * wid-edit.el (color): Enclose %t in %{...%}.
7518
7519 * cus-edit.el (face): Enclose %t in %{...%}.
7520
7521 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
7522
7523 * savehist.el (savehist-mode-hook): Re-add the var.
7524 (savehist-mode): Use it.
7525
7526 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7527
7528 * textmodes/flyspell.el: Fix commenting convention.
7529 Remove unnecessary leading * in custom docstrings.
7530 (flyspell-emacs): Remove unused var.
7531 (flyspell-delete-region-overlays): Use remove-overlays.
7532 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7533 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7534 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7535 (flyspell-debug-signal-word-checked): Use with-current-buffer.
7536 (make-flyspell-overlay): Don't locally reuse a global name.
7537 (flyspell-highlight-incorrect-region)
7538 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7539 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7540 (flyspell-notify-misspell): Remove unused args `start' and `end'.
7541 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
7542 Wrap calls to accept-process-output inside with-local-quit since it's
7543 often called from a post-command-hook.
7544 (flyspell-correct-word, flyspell-auto-correct-word):
7545 Use ispell-send-string.
7546 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
7547
7548 * calendar/diary-lib.el (diary-list-entries): Also hide the
7549 terminating newline.
7550
7551 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
7552
7553 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7554 window-system, to allow fonts on tty.
7555
7556 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * progmodes/gud.el (gud-speedbar-item-info): New function.
7559 (gud-install-speedbar-variables): Use it to display data type
7560 of watch expression as a tooltip in speedbar.
7561
7562 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
7563
7564 * font-core.el (global-font-lock-mode): Add :version keyword,
7565 because default was changed.
7566
7567 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7568
7569 * startup.el (command-line): Use `custom-reevaluate-setting' for
7570 `file-name-shadow-mode'.
7571
7572 * loadup.el: Preload rfn-eshadow.
7573
7574 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7575 Add :version keyword.
7576 (file-name-shadow-properties, file-name-shadow-tty-properties)
7577 (file-name-shadow): Add :version keyword.
7578
7579 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7580 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7581 in the custom-group property of the symbol frames and the fringe
7582 group got no link to its parent group frames.
7583 Doc fix.
7584
7585 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7586
7587 * progmodes/gud.el (gud-stop-subjob): New function.
7588 (gud-menu-map, gud-tool-bar-map): Use it.
7589
7590 2005-11-16 Kim F. Storm <storm@cua.dk>
7591
7592 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7593 than kill it.
7594 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
7595 to a more useful/logical place.
7596
7597 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7598
7599 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7600 go buttons complementary.
7601
7602 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7605 (rfn-eshadow-sifn-equal): New function.
7606 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7607
7608 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
7609
7610 * viper-utils.el (viper-non-word-characters-reformed-vi):
7611 Quote `-' in string.
7612
7613 * viper.el (viper-emacs-state-mode-list): Ensure that
7614 rcirc-mode buffers come up in Emacs state.
7615
7616 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7617 operation.
7618
7619 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
7620
7621 * term.el (term-termcap-format): Fix typos.
7622 (term-down): Fix the negative argument case.
7623
7624 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
7625
7626 * progmodes/gdb-ui.el: Remove face-alias left over from change on
7627 2005-08-15.
7628 (gdb-ann3): New command gud-go.
7629 (menu): Accomodate gdb-mi.el.
7630 (gdb-assembler-custom): Make buffer of selected window current
7631 so that set-window-point works.
7632
7633 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7634 buttons and include new ones.
7635
7636 2005-11-16 Kim F. Storm <storm@cua.dk>
7637
7638 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7639 (gud-menu-map): Use it.
7640
7641 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
7642
7643 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7644 that works correctly for Custom and that does not override a user
7645 who disables it.
7646
7647 * help-mode.el (help-make-xrefs, help-xref-on-pp)
7648 (help-xref-interned, help-follow): Make hyperlinks for variables
7649 that are unbound, but have a non-nil variable-documentation property.
7650
7651 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7652 mode hook. (It conflicted with defcustoms for some mode hooks.)
7653 Use the `variable-documentation' property to give the mode hook a
7654 docstring and expand that docstring.
7655
7656 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
7657
7658 * savehist.el (savehist-mode): Don't bother with
7659 `custom-set-minor-mode'.
7660 (savehist-coding-system): Check XEmacs version.
7661 (history-length): Declare also at run time.
7662 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
7663 Don't set the customize state.
7664 (savehist-minibuffer-hook): Special case for when
7665 minibuffer-history-variable is equal to t.
7666
7667 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * files.el (write-file): Refresh VC status.
7670
7671 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7672 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7673 than fundamental-mode to see if the mode was set.
7674
7675 2005-11-14 Romain Francoise <romain@orebokech.com>
7676
7677 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7678 dummy function in `eval-when-compile' to avoid compiler warning.
7679 Require `man' at compile time.
7680
7681 2005-11-14 Jay Belanger <belanger@truman.edu>
7682
7683 * calc-alg.el (calcFunc-write-out-power): Rename it to
7684 calcFunc-powerexpand.
7685 (math-write-out-power): Rename it to math-powerexpand; have it
7686 handle negative exponents.
7687 (calc-writeoutpower): Rename it to calc-powerexpand.
7688
7689 * calc-ext.el: Change calcFunc-writeoutpower and
7690 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7691 autoloads.
7692 Add calcFunc-ldiv to autoloads.
7693
7694 * calc-arith.el (calcFunc-ldiv): New function.
7695
7696 * calc.el (calc-left-divide): New function.
7697
7698 2005-11-14 Juri Linkov <juri@jurta.org>
7699
7700 * cus-edit.el (custom-variable-prompt): Set the default value arg
7701 of completing-read.
7702
7703 * cus-dep.el (custom-make-dependencies): Reverse the list of
7704 found dependencies.
7705
7706 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
7707
7708 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7709 Highlighting" entry, it is on by default now.
7710 (menu-bar-options-save): Do not save global-font-lock-mode.
7711
7712 2005-11-13 Richard M. Stallman <rms@gnu.org>
7713
7714 * textmodes/flyspell.el (flyspell-large-region):
7715 Call flyspell-accept-buffer-local-defs.
7716
7717 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
7718
7719 * textmodes/flyspell.el (flyspell-notify-misspell):
7720 Fix misspelling of "Misspelling".
7721 (flyspell-process-localwords): New function.
7722 (flyspell-large-region): Call flyspell-process-localwords and
7723 flyspell-delete-region-overlays.
7724 (flyspell-delete-region-overlays): New function.
7725 (flyspell-delete-all-overlays): Call that.
7726
7727 2005-11-13 Richard M. Stallman <rms@gnu.org>
7728
7729 * help.el (help-for-help-internal): Improve doc of C-h a.
7730 (describe-key): Improve prompt; doc fix.
7731
7732 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7733
7734 * vc-svn.el (vc-svn-registered): Catch all errors.
7735
7736 * cus-dep.el (custom-make-dependencies): Typo.
7737
7738 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
7739
7740 * net/tramp-util.el (top): Fix compilation warning.
7741
7742 2005-11-13 Kim F. Storm <storm@cua.dk>
7743
7744 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
7745
7746 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7747
7748 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7749 (gud-speedbar-buttons): Match on "const char *" too.
7750
7751 * progmodes/gdb-ui.el (gdb-var-create-handler)
7752 (gdb-var-list-children-handler): Match on "const char *" too.
7753 (gdb-var-evaluate-expression-handler): Match on empty string.
7754 (gdb-var-update-handler): Only call
7755 gdb-var-evaluate-expression-handler when required.
7756
7757 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
7758
7759 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7760 selected window. This still doesn't work for speedbar.
7761 (gud-speedbar-buttons): Handle string expressions properly.
7762
7763 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7764 (gdb-var-create-handler): Handle string expressions properly.
7765 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7766 Handle string expressions properly. Move "type" field into regexp.
7767
7768 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7769
7770 * bookmark.el (bookmark-maybe-message): New function to reduce
7771 code duplication: invokes `message' iff baud-rate is high enough.
7772 (bookmark-write-file): Use above instead of an inline conditional.
7773 (bookmark-load): Same.
7774
7775 2005-11-12 Karl Fogel <kfogel@red-bean.com>
7776
7777 * bookmark.el (bookmark-write-file): Don't visit the destination
7778 file, just write the data to it using write-region. This is
7779 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7780 change to avoid visiting the file in the first place.
7781
7782 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
7783
7784 * hi-lock.el (hi-lock-mode): Set the default value of
7785 font-lock-defaults.
7786
7787 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
7788
7789 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7790 arg to `file-attributes'.
7791 (find-lisp-format): The UID and GID can now be strings.
7792
7793 2005-11-12 Kim F. Storm <storm@cua.dk>
7794
7795 * help.el (help-map): Bind C-h d to apropos-documentation.
7796
7797 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7798 when point is at end-of-buffer.
7799
7800 * apropos.el (apropos-match-face): Doc fix.
7801 (apropos-sort-by-scores): Add new choice `verbose'.
7802 (apropos-documentation-sort-by-scores): New defcustom.
7803 (apropos-pattern): Now contains the pattern entered by the user.
7804 (apropos-pattern-quoted): New defvar.
7805 (apropos-regexp): New defvar, containing the regexp corresponding
7806 to apropos-pattern.
7807 (apropos-all-words-regexp): Rename from apropos-all-regexp.
7808 (apropos-read-pattern): New defun. Use it to read pattern arg in
7809 interactive calls; returns list of words for a word list, and
7810 string for a regexp.
7811 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
7812 parses a list of words or regexp as returned by apropos-read-pattern.
7813 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7814 (apropos-score-doc): Return a very high score if the string
7815 entered by the user matches literally.
7816 (apropos-variable): Doc fix. Use apropos-read-pattern.
7817 (apropos-command): Doc fix. Use apropos-read-pattern and
7818 apropos-parse-pattern. Call apropos-print with nosubst=t.
7819 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
7820 apropos-parse-pattern.
7821 (apropos-documentation): Doc fix. Use apropos-read-pattern and
7822 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
7823 apropos-documentation-sort-by-scores. Call apropos-print with
7824 nosubst=t.
7825 (apropos-documentation-internal): Pass doc string through
7826 substitute-key-definition before adding text properties.
7827 Highlight substring matching literal user input if possible.
7828 (apropos-documentation-check-doc-file): Remove locals beg and end.
7829 Fix calculation of score (as added twice). Pass doc string through
7830 substitute-key-definition before adding text properties.
7831 (apropos-documentation-check-elc-file): Pass doc string through
7832 substitute-key-definition before adding text properties.
7833 Highlight substring matching literal user input if possible.
7834 (apropos-print): Add new arg NOSUBST; if set, command and variable
7835 doc strings have already been passed through substitute-key-definition.
7836 Add code to handle apropos-accumulator items without score element
7837 for backwards compatibility (e.g. with woman package).
7838 Only show scores if apropos-sort-by-scores is `verbose'.
7839
7840 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7843 Add jka-compr-load-suffixes to load-suffixes.
7844
7845 * jka-compr.el: Require jka-cmpr-hook.
7846 (jka-compr-info-compress-message, jka-compr-info-compress-program)
7847 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7848 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7849 (jka-compr-info-can-append, jka-compr-info-strip-extension)
7850 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7851 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
7852 (jka-compr-uninstall): Remove entries from
7853 jka-compr-added-to-file-coding-system-alist after they are used.
7854 (jka-compr-error): Remove unused var `curbuf'.
7855 (jka-compr-file-local-copy): Remove unused var `notfound'.
7856
7857 2005-11-10 Romain Francoise <romain@orebokech.com>
7858
7859 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7860
7861 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7862
7863 * progmodes/gud.el (gud-menu-map): Move parentheses.
7864 (gdb): New command gud-pv.
7865
7866 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * tar-mode.el: Remove spurious or unnecessary leading stars
7869 in docstrings.
7870 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7871 (tar-parse-octal-integer-safe): Use mapc.
7872 (tar-header-block-summarize): Remove unused var `ck'.
7873 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7874 cleared before. Obey default-enable-multibyte-characters.
7875 Use mapconcat. Simplify setting of tar-header-offset.
7876 (tar-mode-map): Move initialization inside delcaration.
7877 (tar-flag-deleted): Use `abs'.
7878 (tar-expunge-internal): Remove unused var `line'.
7879 (tar-expunge-internal): Don't hardcode point-min==1.
7880 (tar-expunge): Widen while doing set-buffer-multibyte.
7881 (tar-rename-entry): Use file-name-coding-system.
7882 (tar-alter-one-field): Don't hardcode point-min==1.
7883 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7884 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7885
7886 2005-11-10 Masatake YAMATO <jet@gyve.org>
7887
7888 * add-log.el (add-log-current-defun): Handle class::method
7889 notation of c++. Fix incorrect comment.
7890
7891 2005-11-10 Alan Mackenzie <acm@muc.de>
7892
7893 * help-fns.el (describe-variable): Make C-h v work when a variable
7894 has variable documentation yet is unbound.
7895
7896 2005-11-10 Masatake YAMATO <jet@gyve.org>
7897
7898 * man.el (Man-highlight-references): Set an empty
7899 string to `Man-arguments' if it is nil.
7900 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7901
7902 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7903
7904 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7905 commenting conventions.
7906
7907 * cus-dep.el (custom-make-dependencies): Simplify.
7908 Better follow the commenting conventions.
7909
7910 2005-11-09 Richard M. Stallman <rms@gnu.org>
7911
7912 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7913 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7914 All uses changed.
7915 (apropos-rewrite-regexp): Doc fix.
7916 (apropos-variable, apropos-command, apropos, apropos-value):
7917 Change prompt; carry through the argument renaming.
7918
7919 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7920
7921 * find-lisp.el: Require dired.
7922 (find-lisp-find-dired-internal): Do not call
7923 `abbreviate-file-name' on DIR.
7924
7925 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7926
7927 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7928
7929 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7930
7931 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7932 when using the speedbar.
7933 (gdb): New command gud-pp.
7934 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7935
7936 2005-11-09 Juri Linkov <juri@jurta.org>
7937
7938 * replace.el (occur-excluded-properties): New defcustom.
7939 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7940
7941 2005-11-08 Jay Belanger <belanger@truman.edu>
7942
7943 * calc/calc-units.el (math-convert-units): Replace any composite
7944 unit by its definition.
7945
7946 2005-11-08 Lars Hansen <larsh@soem.dk>
7947
7948 * emacs-lisp/autoload.el (update-directory-autoloads):
7949 Add obsolete function alias.
7950
7951 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7954 comment-indent-function.
7955 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7956
7957 * reveal.el (reveal-post-command): Rework the handling of
7958 reveal-open-spots, so as to be more reliable. There were several
7959 tricky corner cases where an open spot might be lost, or where
7960 a closed spot might end up on the list of open spots.
7961 Only reveal text that's ellipsised.
7962
7963 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7964
7965 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7966
7967 2005-11-07 John Paul Wallington <jpw@gnu.org>
7968
7969 * ibuffer.el (ibuffer): Search iconified frames too when
7970 getting Ibuffer buffer's window.
7971
7972 2005-11-06 Richard M. Stallman <rms@gnu.org>
7973
7974 * progmodes/compile.el (compilation-internal-error-properties):
7975 save-excursion around the computation of MARKER.
7976
7977 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7978
7979 * textmodes/flyspell.el (flyspell-external-point-words):
7980 flyspell-get-word returns a list, not just a string.
7981
7982 2005-11-06 John Paul Wallington <jpw@pobox.com>
7983
7984 * ibuffer.el (ibuffer): Search all visible frames when getting
7985 Ibuffer buffer's window.
7986
7987 2005-11-07 Masatake YAMATO <jet@gyve.org>
7988
7989 * man.el (Man-reference-regexp): Accept spaces between
7990 `Man-name-regexp' and `Man-section-regexp'.
7991 (Man-apropos-regexp): New variable.
7992 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7993 if available.
7994 (Man-highlight-references, Man-highlight-references0):
7995 Handle the case when `Man-arguments' includes "-k".
7996 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7997 `TARGET'. `TARGET' can be a number, function or nil.
7998
7999 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
8000
8001 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8002 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8003 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8004 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8005 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8006 (gdb-send-item): Use buffer-local-value and simplify.
8007
8008 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
8009
8010 * startup.el (command-line): Use `custom-reevaluate-setting' for
8011 `global-font-lock-mode'.
8012
8013 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8014 by default, except in batch mode or when the -D option is given.
8015
8016 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8017 specified keyword args on to `define-minor-mode'. Update docstring.
8018
8019 2005-11-05 Romain Francoise <romain@orebokech.com>
8020
8021 * replace.el (occur-engine): Add marker at end of line, too.
8022
8023 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8024
8025 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8026 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8027 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8028 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8029 argument to all these routines, so the passphrase can be managed
8030 externally and passed in to the system.
8031 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8032 pgg-add-passphrase-to-cache function.
8033
8034 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8035 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8036 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8037 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8038 argument to all these routines, so the passphrase can be managed
8039 externally and passed in to the system.
8040 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8041 function.
8042
8043 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
8044
8045 * font-lock.el: Don't deal with font-lock-face-attributes here,
8046 move the code ...
8047
8048 * startup.el (command-line): ... here. Use face-spec-set instead
8049 of custom-declare-face.
8050
8051 * faces.el (face-spec-set): Reset the face if spec is not nil.
8052
8053 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * newcomment.el (comment-region-internal): Box more tightly in the
8056 common case where there's no TAB in the boxed text.
8057
8058 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8059
8060 * info.el (info-tool-bar-map): Use images prev-node, next-node and
8061 up-node.
8062
8063 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
8064
8065 * newsticker.el: Commentary updated. Code formatting changed.
8066 (newsticker-version): Change to "1.9".
8067 (newsticker, newsticker-feed): Doc fix.
8068 (newsticker-url-list): Doc fix. Add option "Weekly".
8069 (newsticker-retrieval-interval): Add option "Weekly".
8070 (newsticker-headline-processing): Doc fix.
8071 (newsticker-auto-mark-filter): Remove.
8072 (newsticker-auto-mark-filter-list): New.
8073 (newsticker-layout, newsticker-sort-method): Doc fix.
8074 (newsticker-hide-old-items-in-newsticker-buffer)
8075 (newsticker-heading-format, newsticker-item-format)
8076 (newsticker-desc-format): Doc fix.
8077 (newsticker-show-all-rss-elements): Remove.
8078 (newsticker-show-all-news-elements): New.
8079 (newsticker-faces, newsticker-ticker): Doc fix.
8080 (remove-from-invisibility-spec): Code formatting.
8081 (newsticker--process-ids): New.
8082 (newsticker-mode): Doc fix.
8083 (newsticker-mode): Change mode-line-format.
8084 (newsticker-start): Remove debug output.
8085 (newsticker-start-ticker): Doc fix. Add autoload cookie.
8086 (newsticker-w3m-show-inline-images): Code formatting.
8087 (newsticker-next-item): Call `force-mode-line-update'.
8088 (newsticker-previous-item): Call `force-mode-line-update'.
8089 (newsticker-next-feed): Call `force-mode-line-update'.
8090 (newsticker-previous-feed): Call `force-mode-line-update'.
8091 (newsticker-mark-all-items-at-point-as-read): Code formatting.
8092 (newsticker-show-old-items): Do not show descs.
8093 (newsticker-hide-entry): Hide too much.
8094 (newsticker-hide-entry, newsticker-show-entry)
8095 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8096 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8097 (newsticker-toggle-auto-narrow-to-item): Code formatting.
8098 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8099 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8100 (newsticker-get-news): Call `force-mode-line-update'.
8101 Collect process ids.
8102 (newsticker--sentinel): Change coding system handling.
8103 Move image retrieval to new functions newsticker--get-logo-url-*.
8104 Move feed parsing to new functions newsticker--parse-*.
8105 Update list of process ids.
8106 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8107 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8108 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8109 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8110 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8111 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8112 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8113 (newsticker--decode-coding-string): Remove.
8114 (newsticker--decode-numeric-entities): Check input. Format code.
8115 (newsticker--remove-whitespace): Check input.
8116 (newsticker--do-forget-preformatted): Doc fix.
8117 (newsticker--decode-rfc822-date): Allow for missing time.
8118 (newsticker--update-process-ids): New.
8119 (newsticker--image-sentinel): Change comment.
8120 (newsticker--image-read): Change error message.
8121 (newsticker--imenu-goto): Doc fix. Show headline title.
8122 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8123 (newsticker--buffer-do-insert-text): Clean whitespace in
8124 html-rendered headline title. Code formatting.
8125 Call `newsticker--buffer-print-extra-elements'.
8126 (newsticker--buffer-print-extra-element): Remove.
8127 (newsticker--buffer-print-extra-elements): New.
8128 (newsticker--buffer-do-print-extra-element): New.
8129 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
8130 large sizes.
8131 (newsticker--run-auto-mark-filter)
8132 (newsticker--do-run-auto-mark-filter):
8133 Use `newsticker-auto-mark-filter-list'.
8134
8135 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
8136
8137 * net/rcirc.el: Use split-string OMIT-NULLS argument.
8138 (rcirc-print): Force redisplay before running hooks. Do long
8139 buffer truncation after making new text read-only. Deal with nil
8140 text when decoding strings. If TARGET is nil, use either the
8141 currently selected buffer, if it is an rcirc buffer and of the
8142 same process or the process buffer.
8143 (rcirc-mode): Remove header-line. Recompute short buffer names.
8144 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8145 (rcirc-short-buffer-name): Add variable.
8146 (rcirc-kill-buffer-hook): Recompute short buffer names.
8147 Remove nick from private channel.
8148 (rcirc-send-input): Send command text to current-buffer.
8149 Don't clear overlay arrow here.
8150 (rcirc-short-buffer-name): Return a short buffer name.
8151 (rcirc-update-short-buffer-names, rcirc-abbreviate)
8152 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8153 buffer-name abbreviations.
8154 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8155 Do not touch nick-table when killing a parted channel.
8156 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8157 Clear arrow from current buffer if it is now hidden.
8158 (rcirc-current-buffer): Add variable.
8159 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8160 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8161 Remove -face from names.
8162 (rcirc-update-activity-string): Print "DND" when globally ignoring
8163 activity.
8164 (rcirc-ignore-buffer-activity-flag): Rename from
8165 rcirc-ignore-channel-activity.
8166 (rcirc-ignore-all-activity-flag): Doc fix.
8167 (rcirc-channels): Remove variable.
8168 (rcirc-kill-buffer-hook):
8169 (rcirc-get-buffer-create): Add nick to private channel.
8170 (rcirc-multiline-edit-submit): Remove tabs.
8171 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8172 folded.
8173 (rcirc-remove-nick-channel): Bug fix.
8174 (rcirc-toggle-ignore-buffer-activity): Rename from
8175 rcirc-toggle-ignore-channel-activity.
8176 (rcirc-record-activity): Add buffers to the front of the list.
8177 (rcirc-update-activity): Remove killed buffers from list.
8178 (rcirc-process-server-response-1): Remove last argument if it is
8179 null before calling handler.
8180 (rcirc): Add "rcirc" defcustom prefix.
8181 (rcirc-prompt): Simplify default prompt.
8182 Use custom-initialize-default.
8183 (rcirc-private-chats): Remove variable.
8184 (rcirc-prompt): Change initialization.
8185 (rcirc-version): Remove function.
8186 (rcirc-id-string): Add constant.
8187 (rcirc-last-buffer): Remove variable.
8188 (rcirc-buffer-alist): Add variable.
8189 (rcirc-connect): Update variable setup.
8190 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8191 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8192 default.
8193 (rcirc-handler-generic): Trigger activity.
8194 (rcirc-send-message): Create the buffor of the target.
8195 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8196 (rcirc-get-buffer): Just return nil if there is no matching buffer.
8197 (rcirc-multiline-edit-cancel): Remove function.
8198 (rcirc-set-last-buffer): Remove function.
8199 (rcirc-get-any-buffer): Add function.
8200 (rcirc-join-channels): Don't print /join text.
8201 (rcirc-toggle-ignore-channel-activity): Add and update echo area
8202 messages.
8203 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8204 (rcirc-handler-NOTICE): Recognize CTCP responses.
8205 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8206 constructing TOPIC string for buffers we are not JOINed.
8207 (rcirc-handler-CTCP-response): Add handler.
8208 (rcirc-multiline-edit-submit): Restore the window-configuration
8209 before adjusting point.
8210 (rcirc): Add customization group.
8211 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8212 (rcirc-user-full-name, rcirc-startup-channels-alist)
8213 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8214 (rcirc-ignore-all-activity-flag, rcirc-time-format)
8215 (rcirc-input-ring-size, rcirc-read-only-flag)
8216 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8217 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8218 Change defvar to defcustom.
8219 (rcirc-update-prompt): Add optional ALL arg, which will update
8220 prompts in all rcirc buffers. Regexp quote replacement text.
8221 (rcirc-fill-column): Accept frame-width as a value.
8222 (rcirc-set-changed): Add function.
8223 (rcirc-next-active-buffer): Write more meaningful messages.
8224 (rcirc-faces): Add customization group.
8225 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8226 (rcirc-nick-in-message-face, rcirc-prompt-face)
8227 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8228 (with-rcirc-process-buffer): Move before first usage.
8229 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8230 (rcirc-debug-flag): Rename from `rcirc-log-p'.
8231 (rcirc-debug): Rename from `rcirc-log'.
8232 (rcirc-format-response-string): Do not print `-' chars for a
8233 NOTICE with no sender. Simplify output of server responses.
8234
8235 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8236
8237 (rcirc-browse-url-map, rcirc-browse-url-at-point)
8238 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8239 Make urls mouse and RET clickable.
8240
8241 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
8242
8243 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8244
8245 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
8246
8247 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8248 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8249 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8250 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8251 argument to all these routines, so the passphrase can be managed
8252 externally and passed in to the system.
8253 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8254 pgg-add-passphrase-to-cache function.
8255
8256 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8257 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8258 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8259 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8260 argument to all these routines, so the passphrase can be managed
8261 externally and passed in to the system.
8262 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8263 function.
8264
8265 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
8266
8267 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8268 from goto-address-url-regexp.
8269
8270 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
8271
8272 * textmodes/org.el (org-read-date, org-goto-calendar)
8273 (org-recenter-calendar, org-agenda-goto-calendar):
8274 Temporarily clear `calendar-move-hook'.
8275
8276 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
8277
8278 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8279 merging.
8280
8281 * ediff-util.el (ediff-previous-difference): Don't skip regions that
8282 have merge clashes.
8283
8284 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8285
8286 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8287 Undo previous change.
8288
8289 * startup.el (command-line): Use `custom-reevaluate-setting' for
8290 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
8291 tty-register-default-colors on Mac.
8292
8293 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8294
8295 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8296 (gdb-buffer-type): Make it automatically buffer local...
8297 (gdb-get-create-buffer): ...and set it accordingly.
8298 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8299 actually work.
8300
8301 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
8302
8303 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8304 not red.
8305
8306 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
8307
8308 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8309 case GUD buffer is not visible.
8310 (gdb-goto-breakpoint): Try to force display in source buffer.
8311 (gdb-frame-gdb-buffer): Copy other similar functions.
8312 (gdb-restore-windows): Don't display source if not asked for.
8313 (gdb-assembler-buffer-name): Don't capitalise.
8314
8315 2005-11-03 Richard M. Stallman <rms@gnu.org>
8316
8317 * wid-edit.el (key-sequence): New widget type.
8318
8319 * simple.el (set-mark-command-repeat-pop): New variable.
8320 (set-mark-command): Only interpret plan C-@ after a pop as a pop
8321 if set-mark-command-repeat-pop is true.
8322
8323 * info.el (Info-fontify-node): Don't display extra "see" if there
8324 already is one here.
8325
8326 * mouse.el: Fix special handling of DEL after dragging a region:
8327 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8328 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
8329
8330 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8331
8332 * textmodes/ispell.el (ispell-command-loop): Change `i' description
8333 not to assume it pertains to an affix.
8334
8335 * textmodes/flyspell.el (flyspell-post-command-hook):
8336 Bind deactivate-mark to prevent deactivation.
8337
8338 2005-11-03 Lars Hansen <larsh@soem.dk>
8339
8340 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8341 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8342 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8343
8344 2005-11-03 Romain Francoise <romain@orebokech.com>
8345
8346 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
8347 Update copyright years.
8348
8349 2005-11-03 Sam Steingold <sds@gnu.org>
8350
8351 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8352 Use system-type instead of window-system because window-system is not
8353 correctly defined during loadup.
8354
8355 2005-11-02 Mark A. Hershberger <mah@everybody.org>
8356
8357 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8358 (xml-parse-tag): Join strings separated by a comment properly.
8359
8360 2005-11-02 Andreas Schwab <schwab@suse.de>
8361
8362 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8363
8364 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8367 (byte-optimize-pure-func): Quote the eval'd value.
8368
8369 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8370 Rename from perl-font-lock-syntactic-face-function.
8371 Change the calling convention so it can be used as a font-lock MATCHER.
8372 Do the parse-partial-sexp loop outselves.
8373 (perl-font-lock-syntactic-keywords): Use it.
8374 (perl-mode): Don't set font-lock-syntactic-face-function any more.
8375
8376 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
8377
8378 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8379 disassembly buffer too.
8380 (gdb-exited): Remove overlay arrows when execution has finished.
8381 (gdb-info-frames-custom, gdb-info-threads-custom)
8382 (gdb-info-registers-custom): Don't add inappropriate text
8383 properties if inferior is not active.
8384
8385 2005-11-02 Glenn Morris <rgm@gnu.org>
8386
8387 * progmodes/fortran.el (fortran-blink-match):
8388 Use `blink-matching-delay'.
8389
8390 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
8391
8392 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8393
8394 2005-11-02 Lars Hansen <larsh@soem.dk>
8395
8396 * net/tramp.el (tramp-action-out-of-band): Handle scp message
8397 "Permission denied".
8398
8399 2005-11-01 Richard M. Stallman <rms@gnu.org>
8400
8401 * textmodes/flyspell.el (flyspell-external-point-words):
8402 Pass nil to flyspell-get-word.
8403
8404 2005-11-02 Kim F. Storm <storm@cua.dk>
8405
8406 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8407 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8408
8409 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8412 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8413 (calendar-mouse-print-dates): Add optional `event' argument.
8414 Update interactive-spec.
8415 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8416 Use `calendar-event-to-date' instead of `event'.
8417
8418 2005-11-02 Masatake YAMATO <jet@gyve.org>
8419
8420 * progmodes/ld-script.el (ld-script-builtins):
8421 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8422 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8423 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8424
8425 2005-11-01 Romain Francoise <romain@orebokech.com>
8426
8427 * vc-sccs.el: Update copyright year.
8428 * ezimage.el: Likewise.
8429
8430 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
8431
8432 * info.el (Info-fontify-node): Use `string-width' for fontifying
8433 underlined titles.
8434
8435 2005-11-01 Juri Linkov <juri@jurta.org>
8436
8437 * info.el (Info-fontify-node): Downcase node header keywords Node,
8438 Prev, Next, Up before comparison.
8439 (Info-history): Insert absolute directory name, and put invisible
8440 property on it.
8441
8442 2005-11-01 Juri Linkov <juri@jurta.org>
8443
8444 * info.el (Info-file-supports-index-cookies): New variable.
8445 (Info-find-node-2): Check makeinfo version for index cookie support.
8446 (Info-index-nodes): Search for nodes with index cookies only when
8447 Info-file-supports-index-cookies is t. Otherwise, search nodes
8448 with "Index" in the node name.
8449 (Info-index-node): Search index cookie in the current node only when
8450 Info-file-supports-index-cookies is t. Otherwise, check the word
8451 "Index" in the node name.
8452 (Info-find-emacs-command-nodes): Remove code that searches nodes
8453 with "Index" node name in the top menu.
8454
8455 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * progmodes/scheme.el (scheme-mode-variables): Use the default
8458 comment-indent-function.
8459
8460 * faces.el (face-attribute): Handle the case where a face inherits from
8461 a non-existent face.
8462
8463 * simple.el (eval-expression-print-format): Use lisp-readable syntax
8464 for octal and hexa output, and merge the char into the paren.
8465 (kill-new): Use push.
8466 (copy-to-buffer): Use with-current-buffer.
8467 (completion-setup-function): Move code in loop to remove redundancy.
8468 (minibuffer-local-must-match-map): Don't add bindings that duplicate
8469 those inherited from minibuffer-local-completion-map.
8470
8471 * savehist.el (savehist-mode) <defcustom>:
8472 Use custom-set-minor-mode if available.
8473 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8474 and emit a message if applicable.
8475
8476 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
8477
8478 * savehist.el: Sync up to version 19.
8479 (savehist-mode): New minor mode.
8480 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8481 (savehist-length): Remove (use history-length instead).
8482 (savehist-file-modes): Rename from savehist-modes.
8483 (savehist-save-hook, savehist-loaded): New vars.
8484 (savehist-load): Use savehist-mode. Try to smooth up transition from
8485 old format to new format.
8486 (savehist-install): Allow savehist-autosave-interval to be nil.
8487 (savehist-save): Run the new hook. Be more careful to only trim the
8488 history variables.
8489 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
8490 (savehist-printable): Print into a buffer rather than char-by-char.
8491
8492 2005-11-01 John Wiegley <johnw@newartisans.com>
8493
8494 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8495 toggle-ignore keybinding (C-a). The author said it had been
8496 disabled much earlier due to a possible incompatibility, but after
8497 many months of usage I have encountered no problems (and it is a
8498 rather useful option, especially for switching to " *temp*").
8499
8500 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8501 support for OS/X's AddressBook, by calling out to the open source
8502 program "contacts" (installable through Fink).
8503
8504 * net/eudc.el (eudc-expand-inline): If the
8505 `eudc-multiple-match-handling-method' is set to `all', delete the
8506 query string before inserting the query result.
8507
8508 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8509 flag, to prevent Eshell from using the system ls when
8510 `eshell-ls-insert-directory' is in used.
8511 (eshell-ls-insert-directory): Disable font-lock in directory
8512 buffer so that Eshell's own fontification is seen. This broke
8513 recently due to changes in font-lock, so this goes back to version
8514 21 behavior.
8515
8516 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
8517
8518 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8519 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8520 (gdb-many-windows): Doc fix.
8521
8522 2005-10-31 Romain Francoise <romain@orebokech.com>
8523
8524 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8525
8526 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
8527
8528 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8529 that global-font-lock-mode can be enabled by default.
8530
8531 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8532 (font-lock-add-keywords, font-lock-remove-keywords)
8533 (font-lock-fontify-buffer): Remove autoload cookies.
8534
8535 * jit-lock.el (jit-lock-register): Likewise.
8536
8537 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8538
8539 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8542 intact if there is no gud-comint-buffer.
8543
8544 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
8545
8546 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8547 old prompt comint-prompt-read-only is t and GDB commands are
8548 issued from tool bar etc.
8549
8550 2005-10-31 Masatake YAMATO <jet@gyve.org>
8551
8552 * vc.el (vc-directory-exclusion-list): Add "{arch}".
8553
8554 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
8555
8556 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8557 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8558
8559 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
8560
8561 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8562 starting at beginning of line. Fontification is messed up when
8563 `open-paren-in-column-0-is-defun-start' set to t.
8564 Reported by John Paul Wallington <jpw@pobox.com>.
8565
8566 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
8567
8568 * comint.el (comint-send-input): Call `comint-update-fence' when
8569 `comint-process-echoes' and `comint-prompt-read-only' are both
8570 non-nil, to avoid leftover read-only newline.
8571
8572 2005-10-30 Richard M. Stallman <rms@gnu.org>
8573
8574 * textmodes/flyspell.el (flyspell-external-point-words):
8575 Detect when WORD can't be checked properly because
8576 flyspell-get-word finds just part of it, and move on.
8577
8578 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8579 boundarychar for Polish.
8580 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8581 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8582
8583 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
8584
8585 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8586 (gdb-registers-font-lock-keywords): Delete.
8587 (gdb-registers-mode): Don't fontify.
8588 (gdb-info-registers-custom): Use text properties instead as, in
8589 future, changed register values will use font-lock-warning-face.
8590 (gdb-local-font-lock-keywords): Rename to...
8591 (gdb-locals-font-lock-keywords): ...for consistency.
8592
8593 2005-10-30 Andre Spiegel <spiegel@gnu.org>
8594
8595 * vc.el (vc-switch-backend): Better error message if the buffer is
8596 not visiting a file under version control.
8597
8598 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8599
8600 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8603 ~/.emacs.d/.emacs.
8604
8605 2005-10-29 Richard M. Stallman <rms@gnu.org>
8606
8607 * replace.el (occur-mode-mouse-goto): Always go to other window.
8608 (occur-mode-goto-occurrence): Always switch in same window.
8609
8610 * simple.el (undo): Display message at end, not at start.
8611
8612 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8613 New arg REUSE-CELL.
8614 (cancel-timer-internal): New function.
8615 (timer-event-handler): Use cancel-timer-internal,
8616 and pass the cell it returns to timer-activate...
8617
8618 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8619 (jit-lock-deferred-fontify, jit-lock-context-fontify)
8620 (jit-lock-after-change): Test memory-full.
8621
8622 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8623
8624 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8625 part of the decoded armor to find the key-identifier.
8626 (pgg-gpg-lookup-key-owner): New function to return the
8627 human-readable identifier of a key owner.
8628 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8629 key itself.
8630 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8631 the key value) if we have a key and can match it against a secret
8632 key. Also, added a note pointing out fact that the prompt only
8633 indicates the first matching key.
8634
8635 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8636 pgg-decrypt-region.
8637 (pgg-pending-timers): A new hash for tracking the passphrase cache
8638 timers, so that new ones supercede old ones.
8639 (pgg-add-passphrase-to-cache): Rename from
8640 `pgg-add-passphrase-cache' to reduce confusion (all callers
8641 changed). Modified to cancel old timers when new ones are added.
8642 (pgg-remove-passphrase-from-cache): Rename from
8643 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8644 changed). Modified to cancel old timers when their keys are
8645 removed from the cache.
8646 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8647 XEmacs, an indirection to delete-itimer.
8648 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8649 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8650 users can only check cache without risk of prompting. Correct bug in
8651 notruncate behavior.
8652 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8653 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8654 Add informative docstrings.
8655 (pgg-decrypt): Convey provided passphrase in subordinate call to
8656 pgg-decrypt-region.
8657
8658 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8659 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8660 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8661 `passphrase' argument, so the passphrase can be managed externally
8662 and then passed in to the system.
8663
8664 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8665 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8666 so the passphrase cache can be used reliably with identifiers
8667 besides a pgp packet's key id.
8668
8669 * pgg-gpg.el (pgg-pgp-encrypt-region)
8670 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8671 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8672 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8673 argument to all these routines, so the passphrase can be managed
8674 externally and passed in to the system.
8675
8676 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8677 `notruncate' argument, so the passphrase cache can be used
8678 reliably with identifiers besides a pgp packet's key id.
8679
8680 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8681
8682 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8683 symmetric encryption.
8684 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8685 encrypted session key.
8686 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8687 message ask for the passphrase in a proper way.
8688
8689 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8690 New user commands for symmetric encryption.
8691
8692 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
8693
8694 * textmodes/conf-mode.el (conf-assignment-sign)
8695 (conf-assignment-regexp): Fix docstrings.
8696 (conf-mode-initialize): New function.
8697 (conf-mode): Remove optional args. Use delay-mode-hooks to
8698 recognize recursive calls.
8699 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8700 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8701 (conf-xdefaults-mode): Use define-derived-mode and
8702 conf-mode-initialize.
8703
8704 2005-10-29 Romain Francoise <romain@orebokech.com>
8705
8706 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8707
8708 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
8709
8710 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8711 part of the decoded armor to find the key-identifier.
8712 (pgg-gpg-lookup-key-owner): New function to return the
8713 human-readable identifier of a key owner.
8714 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8715 key itself.
8716 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8717 the key value) if we have a key and can match it against a secret
8718 key. Also, added a note pointing out fact that the prompt only
8719 indicates the first matching key.
8720
8721 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8722 pgg-decrypt-region.
8723 (pgg-pending-timers): A new hash for tracking the passphrase cache
8724 timers, so that new ones supercede old ones.
8725 (pgg-add-passphrase-to-cache): Rename from
8726 `pgg-add-passphrase-cache' to reduce confusion (all callers
8727 changed). Modified to cancel old timers when new ones are added.
8728 (pgg-remove-passphrase-from-cache): Rename from
8729 `pgg-remove-passphrase-cache' to reduce confusion (all callers
8730 changed). Modified to cancel old timers when their keys are
8731 removed from the cache.
8732 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8733 XEmacs, an indirection to delete-itimer.
8734 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8735 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8736 users can only check cache without risk of prompting. Correct bug in
8737 notruncate behavior.
8738 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8739 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8740 Add informative docstrings.
8741 (pgg-decrypt): Convey provided passphrase in subordinate call to
8742 pgg-decrypt-region.
8743
8744 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
8745
8746 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8747 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8748 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8749 `passphrase' argument, so the passphrase can be managed externally
8750 and then passed in to the system.
8751
8752 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8753 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8754 so the passphrase cache can be used reliably with identifiers
8755 besides a pgp packet's key id.
8756
8757 * pgg-gpg.el (pgg-pgp-encrypt-region)
8758 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8759 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8760 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8761 argument to all these routines, so the passphrase can be managed
8762 externally and passed in to the system.
8763
8764 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8765 `notruncate' argument, so the passphrase cache can be used
8766 reliably with identifiers besides a pgp packet's key id.
8767
8768 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
8769
8770 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8771 symmetric encryption.
8772 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8773 encrypted session key.
8774 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8775 message ask for the passphrase in a proper way.
8776
8777 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8778 New user commands for symmetric encryption.
8779
8780 2005-10-28 Bill Wohler <wohler@newt.com>
8781
8782 * help-mode.el (help-url): New button type. Calls browse-url.
8783 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8784 Similar to Info nodes: URL `url'.
8785 (help-make-xrefs): Create help-url buttons for
8786 help-xref-url-regexp matches.
8787
8788 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
8789
8790 * tool-bar.el (tool-bar-add-item-from-menu)
8791 (tool-bar-local-item-from-menu): Fix doc strings.
8792
8793 2005-10-28 Romain Francoise <romain@orebokech.com>
8794
8795 * ldefs-boot.el: Update.
8796
8797 * subr.el (locate-library): Move from help-fns.el.
8798 * help-fns.el (locate-library): Move to subr.el.
8799
8800 2005-10-28 Richard M. Stallman <rms@gnu.org>
8801
8802 * net/tramp.el (tramp-completion-mode): defvar moved up.
8803
8804 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8805
8806 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8807
8808 * files.el (find-file-noselect): Use %d to format large file size.
8809
8810 * bindings.el (mode-line-format): Add %e.
8811
8812 * loadup.el ("facemenu"): Load unconditionally.
8813 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8814 ("x-dnd"): Load, when appropriate.
8815
8816 * startup.el (command-line): Call before-init-hook earlier.
8817 Warn about some bad characters in -u user name.
8818
8819 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8820 (flyspell-external-point-words): Error if misspelled word is not found.
8821 Set flyspell-large-region-beg at end of word.
8822
8823 2005-10-28 Andreas Schwab <schwab@suse.de>
8824
8825 * view.el (View-revert-buffer-scroll-page-forward):
8826 Use view-page-size-default.
8827
8828 2005-10-28 Juri Linkov <juri@jurta.org>
8829
8830 * international/quail.el (quail-get-current-str): Translate last
8831 raw character for deterministic input methods.
8832
8833 2005-10-27 Jay Belanger <belanger@truman.edu>
8834
8835 * calc/calc-ext.el: Add functions to autoloads.
8836 (math-identity-matrix-p, math-ident-row-p): New functions.
8837
8838 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8839 multiplication by an identity matrix; don't turn multiplication by
8840 an inverse matrix into division.
8841 (math-div-symbol-fancy): Replace division by matrices with
8842 multiplication by inverse.
8843
8844 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8845
8846 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8847 (calc-writeoutpower): New functions.
8848
8849 2005-10-27 Romain Francoise <romain@orebokech.com>
8850
8851 * replace.el (occur-engine): Include colon in mouse-face highlight.
8852
8853 * dired-x.el: Change Maintainer field.
8854
8855 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * longlines.el (longlines-mode): Bind after-change-functions to
8858 nil during initial decoding and final encoding.
8859
8860 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8861
8862 * term.el (term-emulate-terminal, term-handle-colors-array)
8863 (term-handle-ansi-escape): Specify the terminfo capabilities
8864 implemented.
8865
8866 2005-10-26 Richard M. Stallman <rms@gnu.org>
8867
8868 * info.el (Info-fontify-node): Fix detection of sentence-break
8869 before *Note.
8870
8871 2005-10-26 Romain Francoise <romain@orebokech.com>
8872
8873 * smerge-mode.el: Add `tools' to file keywords.
8874
8875 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8876
8877 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8878 when the fringe is not available.
8879
8880 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8881 (def-gdb-auto-update-trigger): Simplify construction.
8882 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8883 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8884 defined explicitly.
8885 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8886 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8887 defined explicitly.
8888 (gdb-info-locals-custom): Remove as it's a no-op.
8889
8890 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8891
8892 * longlines.el (longlines-mode): Remove narrowing before
8893 performing the initial decoding or final encoding.
8894
8895 2005-10-25 Romain Francoise <romain@orebokech.com>
8896
8897 * emacs-lisp/find-func.el (find-library-name): Also strip
8898 extension if library name ends in .el, to take advantage of
8899 `find-library-suffixes'.
8900
8901 2005-10-25 Richard M. Stallman <rms@gnu.org>
8902
8903 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8904
8905 2005-10-25 Juri Linkov <juri@jurta.org>
8906
8907 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8908 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8909
8910 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8911
8912 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8913 (blackbox-redefine-key): Add argument `map'.
8914
8915 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8916 regions when moving the jit-lock-context-unfontify-pos boundary.
8917
8918 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8919
8920 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8921
8922 2005-10-25 Masatake YAMATO <jet@gyve.org>
8923
8924 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8925
8926 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8927
8928 * play/blackbox.el (blackbox-redefine-key): New function.
8929 (blackbox-mode-map): Use it to remap existing bindings for cursor
8930 motion instead of binding literal keys.
8931
8932 2005-10-25 Glenn Morris <rgm@gnu.org>
8933
8934 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8935 diary does not end in a newline. Do not assume a blank line at
8936 the start of the diary file.
8937
8938 2005-10-25 Kenichi Handa <handa@m17n.org>
8939
8940 * international/quail.el (quail-translate-key): If the input
8941 method is deterministic and failed to handle the last key, restart
8942 the key handling loop from an appropriate key.
8943
8944 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8945
8946 * vc.el (vc-dired-mode): Extend comment for binding of
8947 `directory-listing-before-filename-regexp'.
8948
8949 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * textmodes/texinfo.el (texinfo-mode):
8952 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8953 not to unnecessarily expose emacs-mule's internal char codes.
8954
8955 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8956
8957 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8958 Display hand pointer and help-echo on disabled icon too.
8959 (gdb-mouse-until): New function.
8960 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8961
8962 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8963
8964 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8965 with 2005-10-23 change to doctor.el.
8966
8967 * finder.el (finder-mode-map): Add follow-link binding.
8968
8969 2005-10-25 Kim F. Storm <storm@cua.dk>
8970
8971 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8972 to gdb-mouse-toggle-breakpoint-fringe.
8973 (gdb-mouse-toggle-breakpoint-margin): Rename from
8974 gdb-mouse-toggle-breakpoint. Fix doc.
8975 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8976 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8977 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8978 string properties also for fringe breakpoint bitmaps.
8979
8980 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8981
8982 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8983
8984 2005-10-25 Masatake YAMATO <jet@gyve.org>
8985
8986 * simple.el (completion-common-substring):
8987 Use `completion-common-substring' prior to `completion-base-size'.
8988
8989 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8990
8991 * savehist.el: Require CL while compiling.
8992 (savehist-history-variables): Remove.
8993 (savehist-save-minibuffer-history, savehist-additional-variables)
8994 (savehist-minibuffer-history-variables): New vars.
8995 (savehist-save): Use them.
8996 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8997 (savehist-install): New fun, extracted from savehist-load.
8998 (savehist-load): Use them.
8999
9000 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9003 a dummy doc-string-elt property.
9004 (defalias, defvaralias, define-category): Add a docstring property.
9005
9006 * image.el (defimage):
9007 * widget.el (define-widget):
9008 * custom.el (defface, defcustom): Add `doc-string' declaration.
9009
9010 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9011 (defadvice): Add `doc-string' declaration.
9012
9013 * emacs-lisp/byte-run.el (macro-declaration-function):
9014 Handle `doc-string' declarations.
9015 (define-obsolete-function-alias, define-obsolete-variable-alias):
9016 Add `doc-string' declaration.
9017
9018 2005-10-24 Kenichi Handa <handa@m17n.org>
9019
9020 * international/utf-7.el (utf-7): Add autoload cookie.
9021
9022 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9023
9024 2005-10-24 Eli Zaretskii <eliz@gnu.org>
9025
9026 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9027 list of directories passed to batch-update-autoloads. Add "." to
9028 the list of the echoed directories.
9029
9030 * pgg-def.el:
9031 * pgg-gpg.el:
9032 * pgg-parse.el:
9033 * pgg-pgp.el:
9034 * pgg-pgp5.el:
9035 * pgg.el: Moved here from the gnus subdirectory.
9036
9037 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
9038
9039 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9040 in case comint-prompt-read-only is set to t.
9041
9042 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9043 in case comint-prompt-read-only is set to t.
9044
9045 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
9046
9047 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9048 Now a string.
9049 (icalendar-import-format): Handle CLASS, STATUS, URL.
9050 Rename `subject' to `summary'.
9051 (icalendar-import-format-summary): Rename from
9052 `icalendar-import-format-subject'.
9053 (icalendar-import-format-url, icalendar-import-format-status)
9054 (icalendar-import-format-class): New variables.
9055 (icalendar--rris): Take variable argument list.
9056 (icalendar--datestring-to-isodate): Remove unnecessary
9057 calendar-style check when converting dates with explicit month names.
9058 (icalendar-export-region): Change return type of conversion
9059 subroutines. Bury current buffer unless error occurred.
9060 (icalendar--convert-to-ical)
9061 (icalendar--parse-summary-and-rest): New functions.
9062 (icalendar--convert-ordinary-to-ical)
9063 (icalendar--convert-weekly-to-ical)
9064 (icalendar--convert-yearly-to-ical)
9065 (icalendar--convert-block-to-ical)
9066 (icalendar--convert-cyclic-to-ical)
9067 (icalendar--convert-anniversary-to-ical): Change return type.
9068 Strip trailing blanks from subject.
9069 (icalendar--convert-sexp-to-ical): Change return type.
9070 Strip trailing blanks from subject. Handle simple sexp
9071 entries as generated by icalendar.el.
9072 (icalendar--convert-float-to-ical)
9073 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9074 (icalendar-import-file): Doc fix.
9075 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9076 Correct call to icalendar--rris.
9077 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
9078 `summary'.
9079 (icalendar--add-diary-entry): Rename `subject' to `summary'.
9080
9081 2005-10-24 Romain Francoise <romain@orebokech.com>
9082
9083 * server.el (server-sentinel): Set query-on-exit flag to nil on
9084 new client processes (it isn't inherited from the server process).
9085
9086 * replace.el (occur-engine): Rearrange text properties.
9087
9088 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9091 case-fold-search is nil.
9092 (debug-help-follow): Use help-xref-interned directly.
9093
9094 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9095
9096 * thumbs.el (thumbs-image-type): Add .pbm.
9097
9098 2005-10-23 Richard M. Stallman <rms@gnu.org>
9099
9100 * faces.el (inhibit-face-set-after-frame-default): New variable.
9101 (set-face-attribute): Bind it.
9102 (face-set-after-frame-default): Test it.
9103
9104 * help-fns.el (describe-simplify-lib-file-name): New function.
9105 (describe-function-1, describe-variable): Use it.
9106
9107 * faces.el (describe-face): Use describe-simplify-lib-file-name.
9108
9109 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9110 Eliminate nil as possible value.
9111 (tooltip-hide-delay): Reduce internal-border-width.
9112
9113 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9114 (menu-bar-file-menu) <new-file>: Likewise.
9115
9116 * simple.el (line-move-finish): Ignore fields computing LINE-END.
9117
9118 * international/mule.el (load-with-code-conversion):
9119 Pass full file name to `eval-buffer' unless preloading.
9120
9121 * textmodes/flyspell.el (flyspell-large-region):
9122 Call ispell-check-version.
9123
9124 * textmodes/ispell.el (ispell-local-dictionary-overridden):
9125 Fix the make-variable-buffer-local call that was supposed
9126 to be for this variable.
9127 (ispell-aspell-supports-utf8): Doc fix.
9128 (ispell-find-aspell-dictionaries): Preserve elements of
9129 ispell-dictionary-alist for dictionaries that aspell doesn't report.
9130 (ispell-aspell-find-dictionary): Return nil on error.
9131
9132 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9133 (doctor-symptoms): Likewise.
9134
9135 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9136
9137 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
9138
9139 * cus-edit.el (custom-button, custom-button-pressed): New vars.
9140 (custom-raised-buttons): Add :set spec.
9141 (custom-button-unraised, custom-button-pressed-unraised):
9142 New faces, so that custom-raised-buttons actually does something.
9143 (custom-mode): Use custom-button and custom-button-pressed.
9144
9145 * wid-edit.el (widget-specify-button): Don't ignore
9146 widget-mouse-face on graphic terminals.
9147 (widget-move-and-invoke): Cleanup.
9148
9149 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
9150
9151 * whitespace.el (whitespace-cleanup): Doc fix.
9152
9153 2005-10-23 Romain Francoise <romain@orebokech.com>
9154
9155 * emulation/viper.el (viper-set-hooks): Quote forms passed to
9156 `eval-after-load' to avoid evaluating their result.
9157
9158 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
9159
9160 * files.el (directory-listing-before-filename-regexp):
9161 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
9162
9163 * dired.el (dired-move-to-filename-regexp): Remove.
9164 All occurences replaced by `directory-listing-before-filename-regexp'.
9165
9166 * dired-x.el, locate.el, vc.el:
9167 Replace `dired-move-to-filename-regexp' by
9168 `directory-listing-before-filename-regexp'. In vc.el it is
9169 overwritten locally; maybe this can be handled in files.el too.
9170
9171 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
9172 replaced by `directory-listing-before-filename-regexp'.
9173
9174 2005-10-23 Andreas Schwab <schwab@suse.de>
9175
9176 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9177 and eval-next-after-load.
9178
9179 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
9180
9181 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9182 exist, create it.
9183
9184 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
9185
9186 * allout.el: Remove autoloads for mailcrypt and crypt++.
9187 Require pgg, pgg-gpg during compilation.
9188 (allout-version): Increment version number to 2.1, and use a literal
9189 rather than RCS Id.
9190 (allout-default-encryption-scheme): Remove.
9191 (allout-passphrase-verifier-handling)
9192 (allout-passphrase-verifier-string)
9193 (allout-file-passphrase-verifier-string)
9194 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9195 (allout-passphrase-hint-handling): Rename and simplify.
9196 (allout-init): Use `find-file-hook' if available, otherwise
9197 `find-file-hooks'.
9198 (allout-mode): Use `write-file-functions' if available, otherwise
9199 `local-write-file-hooks' and, instead of making auto-save-hook
9200 buffer local, make the write-file-hook activity contingent to
9201 allout-mode.
9202 (allout-mode): Use key-binding substitution in the docstring.
9203 (allout-kill-line): Spell-out kill ring data structure mutation
9204 instead of using byte-compiler-complaint-provoking `pop'.
9205 (allout-insert-listified): Use `insert' rather than `insert-string'
9206 (allout-toggle-current-subtree-encryption): Update docstring, adjust
9207 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9208 (allout-encrypt-string): Totally revamped vis new underlying
9209 encryption facilities.
9210 (allout-mc-activate-passwd): Remove.
9211 (allout-obtain-passphrase): New, more or less replaces
9212 allout-mc-activate-passwd.
9213 (allout-encrypted-key-info): More or less replaces
9214 allout-encrypted-text-type.
9215 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9216 (my-mark-marker): Use `(featurep 'xemacs)'.
9217
9218 2005-10-23 Lars Hansen <larsh@soem.dk>
9219
9220 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9221 (byte-compile-file-form-defmumble, byte-compile-defun)
9222 (byte-compile-defmacro): Use it.
9223 (byte-compile-form): Don't call byte-compile-set-symbol-position
9224 when a byte-compile handler is called.
9225
9226 2005-10-22 Romain Francoise <romain@orebokech.com>
9227
9228 * savehist.el (savehist-history-variables): Add `grep-find-history'.
9229
9230 * subr.el (eval-after-load): Convert library name to an absolute
9231 file name using locate-library, since load-history no longer has
9232 library names in it.
9233
9234 2005-10-22 Richard M. Stallman <rms@gnu.org>
9235
9236 * files.el (make-temp-file): Move from subr.el.
9237 * subr.el (make-temp-file): Move to files.el.
9238
9239 * window.el (get-buffer-window-list): Move from subr.el.
9240 * subr.el (get-buffer-window-list): Move to window.el.
9241
9242 * image.el (image-load-path): Use eval-at-startup to initialize.
9243
9244 * subr.el (eval-at-startup): New macro.
9245
9246 * subr.el: Much rearrangement of functions and division
9247 into pages. No code changes.
9248
9249 2005-10-22 Kenichi Handa <handa@m17n.org>
9250
9251 * tar-mode.el (tar-extract): Be sure to call
9252 find-operation-coding-system if set-auto-coding doesn't find a
9253 coding system.
9254
9255 2005-10-22 Kim F. Storm <storm@cua.dk>
9256
9257 * image.el (image-type-header-regexps): Rename from image-type-regexps.
9258 Change users.
9259 (image-type-file-name-regexps): New defconst.
9260 (image-type-from-data): Simplify loop.
9261 (image-type-from-buffer): New defun.
9262 (image-type-from-file-header): Use it instead of image-type-from-data.
9263 Use image-search-load-path instead of only looking in data-directory.
9264 (image-type-from-file-name): New defun.
9265 (image-search-load-path): Change `pathname' to `filename'.
9266 Make PATH arg optional, default to image-load-path.
9267
9268 2005-10-21 Richard M. Stallman <rms@gnu.org>
9269
9270 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9271
9272 * textmodes/paragraphs.el (sentence-end-base): New variable.
9273 (sentence-end): Use sentence-end-base.
9274
9275 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * font-lock.el (font-lock-default-fontify-region): Check the multiline
9278 property independently from the font-lock-multiline variable.
9279
9280 2005-10-21 Richard M. Stallman <rms@gnu.org>
9281
9282 * emacs-lisp/find-func.el (find-library-name): Doc fix.
9283
9284 * startup.el (command-line): Convert library names
9285 in `load-history' to absolute file names.
9286
9287 * subr.el (symbol-file): Doc fix.
9288
9289 * loadhist.el (file-loadhist-lookup): Call locate-library
9290 instead of find-library-name. Don't try converting
9291 abs file names to library names, since load-history no longer
9292 has library names in it.
9293 (file-dependents, file-provides, file-requires): Doc fixes.
9294
9295 2005-10-21 Juri Linkov <juri@jurta.org>
9296
9297 * progmodes/etags.el (tags-table-mode): New function.
9298 (tags-verify-table): Replace initialize-new-tags-table with
9299 tags-table-mode.
9300
9301 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9302 default value.
9303 (desktop-modes-not-to-save): Add tags-table-mode to the
9304 default value.
9305
9306 * info.el (Info-index-next): Add total number of index
9307 alternatives to the message.
9308
9309 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9310 backward only space (instead of space and period) before looking
9311 at sentence end.
9312
9313 * simple.el (set-variable): Use user-variable-p instead of symbolp.
9314 Add the old variable value as 4th default-value arg of read-string.
9315
9316 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9317
9318 * cus-face.el (custom-declare-face): Make face from X resources
9319 also on Mac.
9320
9321 * disp-table.el (standard-display-g1, standard-display-graphic):
9322 Refuse to use string glyphs also on Mac.
9323 (standard-display-european): Don't set terminal coding system also
9324 on Mac.
9325
9326 * frame.el (display-screens): Use x-display-screens also on Mac.
9327
9328 2005-10-21 Romain Francoise <romain@orebokech.com>
9329
9330 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
9331
9332 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9335 and $? into sexps.
9336
9337 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9338 warning face on open-paren-in-column-0.
9339
9340 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9341 boundary case. Fix typo.
9342 Suggested by Martin Rudalics <rudalics@gmx.at>.
9343
9344 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
9345
9346 * textmodes/org.el (org-combined-agenda-icalendar-file)
9347 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9348 (org-export-icalendar-this-file)
9349 (org-export-icalendar-all-agenda-files)
9350 (org-export-icalendar-combine-agenda-files): New commands.
9351 (org-export-icalendar, org-print-icalendar-entries)
9352 (org-start-icalendar-file, org-finish-icalendar-file)
9353 (org-ical-ts-to-string): New functions.
9354 (org-read-date, org-goto-calendar)
9355 (org-agenda-goto-calendar): Inhibit displaying diary entries by
9356 call to `calendar'.
9357 (orgtbl-setup): Remove the :keys arguments from the menu description.
9358 (org-after-save-iCalendar-file-hook): New variable.
9359
9360 2005-10-21 Kenichi Handa <handa@m17n.org>
9361
9362 * language/vietnamese.el (tcvn-5712): Make it an alias of
9363 vietnamese-tcvn coding-system.
9364
9365 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
9366
9367 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9368 group id is given.
9369
9370 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 * progmodes/sh-script.el (sh-escaped-line-re): New var.
9373 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9374 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9375 whose line is either continued or ends with a comment.
9376
9377 2005-10-20 Romain Francoise <romain@orebokech.com>
9378
9379 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9380
9381 * replace.el (occur-engine): Add follow-link property.
9382
9383 * font-core.el (font-lock-mode): Doc fix.
9384
9385 2005-10-20 Richard M. Stallman <rms@gnu.org>
9386
9387 * net/rcirc.el: New file.
9388
9389 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
9390
9391 * term.el (term-term-name): Initialize to "eterm-color".
9392
9393 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
9394
9395 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9396 for encryption functionality.
9397 Move allout customization subgroup from `editing' to `outlines' group.
9398 Fix commentary keywords to legitimate ones.
9399 Update author info (using my current email address, obscurified).
9400 (allout-encrypt-string, allout-encryption-produce-work-buffer)
9401 (allout-encrypted-topic-p, allout-encrypted-text-type)
9402 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9403 (allout-situate-encryption-key-verifier)
9404 (allout-get-encryption-key-verifier, allout-verify-key)
9405 (allout-next-topic-pending-encryption)
9406 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9407 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9408 (outline-key-verifier-handling, outline-key-hint-handling)
9409 (outline-encrypt-unencrypted-on-saves): New defcustoms.
9410 (allout-file-key-verifier-string, allout-encryption-scheme)
9411 (allout-key-verifier-string, allout-key-hint-string)
9412 (allout-after-save-decrypt): New variables.
9413 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9414 (allout-after-saves-handler): New hook functions.
9415 (allout-post-command-business): Do allout-after-save-decrypt.
9416 (allout-enable-file-variable-adjustment): Custom var to enable
9417 mechanism for adding and adjusting settings of Emacs file variables.
9418 (allout-adjust-file-variable, allout-file-vars-section-data):
9419 New functions, implement the mechanism.
9420 (outlineify-sticky): Use the file vars mechanism.
9421 (allout-inhibit-protection, allout-during-write-cue)
9422 (allout-override-protect, allout-before-change-protect): Remove.
9423 (allout-flag-region, allout-open-topic): Adjust read-only text.
9424 (allout-open-line-not-read-only): Add to facilitate read-only
9425 text based protection.
9426 (allout-kill-line): Revise to adjust read-only text, clue the
9427 user about the inhibition.
9428 (allout-unprotected): Use unwind-protect.
9429 (allout-shift-in, allout-shift-out): Disallow manually shifting a
9430 topic deeper than the offspring depth of the previous topic -
9431 avoiding confusing "containment discontinuities".
9432 (allout-reindent-bodies): Fix retention of body relative hanging
9433 indent during promotion of collapsed bodies.
9434 (allout-open-topic): Make it easy to open new topic with same
9435 bullet as current topic - topic creation functions provided with
9436 any universal argument provokes now prompt for bullet, defaulting
9437 to the bullet of the previous topic.
9438 (allout-plain-bullets-string, allout-distinctive-bullets-string):
9439 Plain bullet alternates `.' period and `,' comma only. All other
9440 bullets are relegated to special status (but customizable).
9441 (allout-end-of-entry): Rename from allout-end-of-current-entry
9442 since it actually operates w.r.t. most immediately containing
9443 entry, visible or not.
9444 (allout-hide-current-entry, allout-show-current-entry): Use the
9445 revised version.
9446 (allout-old-expose-topic): Solidify deprecation.
9447 (allout-end-of-subtree): Add so we can span concealed as well
9448 as visible topics.
9449 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9450 (allout-end-of-current-heading): Tweak to just respect the first line.
9451 (allout-get-body-text): Add.
9452 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9453 when invoked interactively.
9454 (allout-up-current-level): Use `interactive-p'.
9455 (allout-mode, allout-init): Miscellaneous docstring and
9456 operational refinements, as well as hookups of new encryption stuff.
9457 (allout-beginning-of-current-entry): Now works as advertised.
9458 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9459 (allout-isearch-rectification): Refine condition for isearching.
9460 (allout-isearch-abort, allout-enwrap-isearch)
9461 (allout-flag-region, my-region-active-p): Relocate some macros.
9462 (allout-title): Fallback title is (buffer-name), not
9463 non-existing (current-buffer-name).
9464 (subst-char-in-string): Define if absent (for some XEmacs versions).
9465
9466 2005-10-20 Jari Aalto <jari.aalto@cante.net>
9467
9468 * mail/sendmail.el (mail-setup-hook, mail-aliases)
9469 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9470 (mail-citation-prefix-regexp, mail-signature-file)
9471 (mail-default-headers, mail-bury-selects-summary)
9472 (mail-send-nonascii): Add autoload cookies.
9473
9474 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9475
9476 * frame.el (blink-cursor-mode): Add `mac' to the list of
9477 window-system's that support blinking cursor.
9478
9479 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
9480
9481 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9482
9483 2005-10-20 Eli Zaretskii <eliz@gnu.org>
9484
9485 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9486 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9487 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9488
9489 2005-10-20 Kim F. Storm <storm@cua.dk>
9490
9491 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9492 (ido-set-current-directory): Don't add / after final @.
9493 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9494 Explicitly handle ange-ftp completion oddities.
9495 (ido-make-file-list): Don't rotate list at tramp root to avoid
9496 triggering tramp file handler for expand-file-name via get-file-buffer.
9497
9498 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9501
9502 2005-10-19 Jay Belanger <belanger@truman.edu>
9503
9504 * calc/calc-units.el (math-standard-units): Add units, adjust
9505 symbols and update values.
9506 (math-unit-prefixes): Add more prefixes.
9507
9508 2005-10-19 Romain Francoise <romain@orebokech.com>
9509
9510 * bookmark.el (bookmark-menu-heading): New face.
9511 (bookmark-bmenu-list): Use it.
9512 Don't fiddle with `baud-rate' at top-level.
9513
9514 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
9515
9516 * image.el (create-image, find-image): Mention max-image-size in
9517 docstring.
9518
9519 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * savehist.el (savehist-load): Revert to checking XEmacs.
9522
9523 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9524 Various docstring and line-width fixups.
9525 (conf-mode): Use cond.
9526 Set font-lock-defaults. Don't set comment-use-syntax.
9527
9528 2005-10-18 David Ponce <david@dponce.com>
9529
9530 * tree-widget.el (tree-widget-button-click): New function.
9531 (tree-widget-button-keymap): Use it.
9532
9533 2005-10-18 Romain Francoise <romain@orebokech.com>
9534
9535 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9536 (bookmark-bmenu-hide-filenames): Add follow-link property.
9537 Improve help-echo text.
9538
9539 * ffap.el (find-file-at-point): Doc fix.
9540
9541 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9542
9543 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9544
9545 2005-10-18 Masatake YAMATO <jet@gyve.org>
9546
9547 Install to the CVS repository what I forgot to install in my
9548 2005-10-16 changes.
9549
9550 * progmodes/python.el (python-complete-symbol): Pass the common
9551 prefix substring of completion to `display-completion-list'.
9552
9553 * textmodes/org.el (org-complete): Ditto.
9554
9555 2005-10-18 Masatake YAMATO <jet@gyve.org>
9556
9557 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9558
9559 * woman.el (WoMan-xref-man-page): New button type derived
9560 from `Man-abstract-xref-man-page'.
9561 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9562
9563 * man.el (Man-abstract-xref-man-page): New button type.
9564 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9565 (Man-highlight-references): Add new optional argument `xref-man-type'.
9566
9567 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9568
9569 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9570
9571 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
9572
9573 * cus-edit.el (Custom-move-and-invoke): Delete.
9574 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9575
9576 * wid-edit.el (widget-move-and-invoke): New function, from
9577 Custom-move-and-invoke.
9578
9579 2005-10-17 Bill Wohler <wohler@newt.com>
9580
9581 Move all remaining images from lisp/toolbar to etc/images, move
9582 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
9583 the low resolution images in their own directory (low-color).
9584
9585 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9586 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9587 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9588 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9589 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9590 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9591 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9592
9593 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9594 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9595 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9596 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9597 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9598 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9599 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9600 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9601 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9602 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9603 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9604 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9605 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9606 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9607 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9608
9609 To conform with convention, replace the underscore (_) in the
9610 following image names with dash (-) or (/) as appropriate.
9611
9612 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9613 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9614 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9615 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9616 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9617 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9618 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9619 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9620 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9621 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9622 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9623 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9624 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9625 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9626 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9627
9628 * info.el (info-tool-bar-map): Replace underscores in image names
9629 with dashes.
9630
9631 * makefile.w32-in (WINS): Remove toolbar.
9632
9633 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9634
9635 * tool-bar.el: Move to lisp from toolbar. Now that
9636 toolbar is empty, it should be deleted when folks run "cvs up -P".
9637
9638 2005-10-18 Jay Belanger <belanger@truman.edu>
9639
9640 * calc/calc-store.el (calc-store-into): Get the proper variable name
9641 to display in message.
9642
9643 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
9644
9645 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9646 expressions display in speedbar for all buffers when debugging.
9647 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9648
9649 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9650 (speedbar-insert-button, speedbar-make-button):
9651 Use add-text-properties.
9652 (speedbar-update-localized-contents)
9653 (speedbar-update-directory-contents)
9654 (speedbar-update-special-contents): Use dolist.
9655 (speedbar-buffer-easymenu-definition): Add a menu separator.
9656
9657 2005-10-17 Jason Rumney <jasonr@gnu.org>
9658
9659 * makefile.w32-in: Use $(lisp) consistently.
9660 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9661 for shell specific generation of mh-autoloads.
9662
9663 2005-10-17 Richard M. Stallman <rms@gnu.org>
9664
9665 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9666
9667 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * jit-lock.el (jit-lock-fontify-now):
9670 Move jit-lock-context-unfontify-pos to avoid wasted work.
9671
9672 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
9673
9674 * net/tramp.el (tramp-completion-mode): New defvar. Used in
9675 `tramp-completion-mode' for checking if we are in completion mode.
9676 (tramp-completion-handle-file-name-all-completions): Reorder code
9677 in order to complete for file names only in case there are no
9678 method/user/host completions. This is necessary for cooperation
9679 with ido. Reported by Kim F. Storm <storm@cua.dk>.
9680
9681 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
9682
9683 * longlines.el (longlines-search-forward)
9684 (longlines-search-backward): Match any number of spaces.
9685
9686 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
9687
9688 * diff-mode.el (diff-mode): Doc fix.
9689
9690 2005-10-16 David Reitter <david.reitter@gmail.com>
9691
9692 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9693 as default on darwin and windows systems.
9694
9695 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
9696
9697 * arc-mode.el (archive-zip-extract): Doc fix.
9698
9699 2005-10-16 Romain Francoise <romain@orebokech.com>
9700
9701 * mouse.el (mouse-1-click-follows-link): Doc fix.
9702
9703 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * savehist.el: Don't require CL at runtime.
9706 (savehist-xemacs): Remove.
9707 (savehist-coding-system): Use utf-8 if present, regardless of religion.
9708 (savehist-no-conversion): Use (featurep 'xemacs).
9709 (savehist-load): Check existence of start-itimer rather than XEmacs.
9710 Use an idle timer.
9711 (savehist-process-for-saving): Replace use of CL funs `subseq' and
9712 `delete-if-not'.
9713
9714 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
9715
9716 * savehist.el: Newer version.
9717 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9718 (savehist-last-checksum, savehist-no-conversion): New vars.
9719 (savehist-autosave, savehist-process-for-saving, savehist-printable):
9720 New functions.
9721 (savehist-load, savehist-save): Use them.
9722 (savehist-delimit): Remove.
9723
9724 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * progmodes/compile.el (compilation-goto-locus): Display the
9727 compilation buffer first and the source buffer second, in case they're
9728 in overlapping frames. Don't raise the compilation frame if it was the
9729 selected window upon entry. Pass the `other-window' arg to
9730 pop-to-buffer.
9731
9732 * info.el (Info-fontify-node): Use dolist.
9733 Change add-text-properties to put-text-property.
9734
9735 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9736
9737 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9738 bound of search.
9739
9740 2005-10-16 Masatake YAMATO <jet@gyve.org>
9741
9742 * dabbrev.el (dabbrev-completion): Pass the common
9743 prefix substring of completion to `display-completion-list'.
9744
9745 * filecache.el (file-cache-minibuffer-complete)
9746 (file-cache-complete): Ditto.
9747
9748 * tempo.el (tempo-display-completions): Ditto.
9749
9750 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9751
9752 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9753
9754 * eshell/em-hist.el (eshell-list-history): Ditto.
9755
9756 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9757
9758 * mail/mailalias.el (mail-complete): Ditto.
9759
9760 * progmodes/etags.el (complete-tag): Ditto.
9761
9762 * progmodes/make-mode.el (makefile-complete): Ditto.
9763
9764 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9765
9766 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9767
9768 * progmodes/pascal.el (pascal-complete-word)
9769 (pascal-show-completions): Ditto.
9770
9771 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9772
9773 * simple.el (completion-common-substring): New variable.
9774 (completion-setup-function): Use `completion-common-substring'
9775 to put faces.
9776
9777 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9778
9779 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9780 (x-get-selection, mac-select-convert-to-string): Convert from/to
9781 UTF-16 clipboard data as in native byte order, no BOM.
9782
9783 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
9784
9785 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9786 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9787 (gud-sentinel): Use speedbar-frame to check for speedbar.
9788
9789 2005-10-15 Richard M. Stallman <rms@gnu.org>
9790
9791 * savehist.el: New file.
9792
9793 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
9794
9795 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9796 Fix bug in \bf fontification.
9797
9798 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * pcvs.el (cvs-edit-log-files): New var.
9801 (cvs-mode-edit-log): New arg `file'.
9802 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9803 Instead force the use of the original file and nothing else.
9804 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9805 the cvs-minor-wrap-function is set.
9806 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9807
9808 2005-10-14 Bill Wohler <wohler@newt.com>
9809
9810 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9811 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9812 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9813 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9814 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9815 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9816 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9817 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9818 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9819 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9820 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9821 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9822 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9823 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9824 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9825
9826 * progmodes/gud.el (gud-tool-bar-map): Rename the images
9827 appropriately (for example, gud-break to gud/break).
9828
9829 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
9830
9831 * longlines.el (longlinges-search-function)
9832 (longlines-search-forward, longlines-search-backward): New functions.
9833 (longlines-mode): Set isearch-search-fun-function to
9834 longlinges-search-function.
9835
9836 * mouse.el (mouse-drag-region-1): Handle the case where a
9837 double-click event is bound to an arbitrary function.
9838
9839 2005-10-14 David Ponce <david@dponce.com>
9840
9841 * recentf.el (recentf-track-opened-file)
9842 (recentf-track-closed-file, recentf-update-menu)
9843 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9844 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9845 mouse-1-click-follows-link.
9846
9847 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9848
9849 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9850 Gnome file-manager.png. Suggested by
9851 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9852
9853 * toolbar/README: Add diropen.xpm.
9854
9855 2005-10-13 Bill Wohler <wohler@newt.com>
9856
9857 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9858 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9859
9860 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9863 Don't waste the byte-compiler's time on constant data.
9864
9865 2005-10-13 Kenichi Handa <handa@m17n.org>
9866
9867 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9868 byte with `escape-glyph' face.
9869
9870 * international/fontset.el (ccl-encode-unicode-font):
9871 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9872 Handle the case that ucs-mule-to-mule-unicode translates a character to
9873 ASCII (usually for IPA characters).
9874
9875 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9876
9877 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9878 Don't hide the underline of titles if font-lock-mode is disabled.
9879
9880 2005-10-12 Bill Wohler <wohler@newt.com>
9881
9882 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9883 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9884 files in MH-E-SRC have been updated.
9885 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9886
9887 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9890 (mixal-mode-syntax-table): Add \n as end-comment.
9891 (mixal-operation-codes-alist): Immediately initialize to full value.
9892 (mixal-add-operation-code): Remove.
9893 (mixal-describe-operation-code): Make the arg non-optional.
9894 Use the interactive spec instead.
9895 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9896 (mixal-font-lock-keywords): Don't highlight comments here any more.
9897 (mixal-font-lock-syntactic-keywords): New var.
9898 (mixal-mode): Use it. Fix comment-start-skip.
9899
9900 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9901
9902 * startup.el (command-line-x-option-alist): -nb => -nbi
9903
9904 2005-10-12 Kim F. Storm <storm@cua.dk>
9905
9906 * startup.el (fancy-splash-default-action): Discard mouse click in
9907 the splash screen window, as it has no sensible meaning in the
9908 next window to be selected. Fixes error reported by Jan D.
9909
9910 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9911
9912 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9913
9914 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9915
9916 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9917 Try to fix up minor layout issues like indentation, line break, etc...
9918 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9919 because it doesn't work.
9920 (mixal-operation-codes): Add some more codes.
9921 (mixal-font-lock-keywords): Process comments here.
9922 (mixal-mode): mixasm no longer needs -g option.
9923
9924 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9925
9926 * progmodes/sh-script.el (sh-tmp-file):
9927 Use mktemp -t. Finish support for es and rc shells.
9928
9929 2005-10-11 Jay Belanger <belanger@truman.edu>
9930
9931 * calc/calcalg2.el (calc-integral): With an argument, compute the
9932 definite integral.
9933
9934 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * mouse.el (mouse-drag-region-1): Don't try to catch a
9937 double-click when doing follow-link (it's overridden anyway).
9938
9939 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9940
9941 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9942 (autoload-print-form-outbuf): Add docstring.
9943
9944 2005-10-11 Juri Linkov <juri@jurta.org>
9945
9946 * info.el (Info-mode-menu): Delete menu item "Edit".
9947 (Info-mode): Delete description of Info-edit from docstring,
9948 and rearrange descriptions of Info commands in the order
9949 they are documented in the Info manual.
9950
9951 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * calendar/appt.el (appt-check): Use diary-selective-display var.
9954
9955 2005-10-10 Richard M. Stallman <rms@gnu.org>
9956
9957 * net/newsticker.el (newsticker-start, newsticker-show-news):
9958 Add autoload cookies.
9959
9960 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9961
9962 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9963
9964 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9965
9966 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9967
9968 2005-10-10 Jay Belanger <belanger@truman.edu>
9969
9970 * calc/calc-arith.el (math-check-known-scalarp)
9971 (math-check-known-matrixp): Check the values of arguments that are
9972 variables.
9973 (math-check-known-square-matrixp): New function.
9974 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9975 (math-super-types): Add sqmatrix type.
9976
9977 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9978 mode name `square' to `sqmatrix'.
9979
9980 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9981 mode name `square' to `sqmatrix'.
9982
9983 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * progmodes/etags.el (select-tags-table-mode): Don't use
9986 selective-display.
9987 (tags-select-tags-table): Pass `button' to the action function.
9988 (select-tags-table): Place the side-info on button properties rather
9989 than in hidden text. Abbreviate file names.
9990 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9991 (select-tags-table-select): Add `button' argument.
9992 Get side-info from the button property rather than from hidden text.
9993
9994 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9995
9996 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9997 (gud-speedbar-buttons): Preserve point if possible.
9998 (gud-sentinel): Restore previous speedbar display type.
9999
10000 * progmodes/gdb-ui.el (gdba): Improve diagram.
10001 (def-gdb-auto-update-handler, gdb-info-locals-handler)
10002 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10003 Call get-buffer-window once.
10004
10005 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10008 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10009 (pascal-indent-command): Remove unused var `ind'.
10010 (pascal-indent-case): Remove unused var `oldpos'.
10011 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10012 since it's now used as a proper minor mode map.
10013 (pascal-outline): Rename to pascal-outline-mode.
10014 (pascal-outline-mode): Use define-minor-mode.
10015 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10016 selective-display.
10017
10018 2005-10-10 Andreas Schwab <schwab@suse.de>
10019
10020 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10021 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
10022
10023 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10024 outside source directory.
10025
10026 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
10027
10028 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10029 C-x' as a prefix.
10030 (orgtbl-mode-map): Full keymap instead of sparse, because all
10031 `self-insert-command' keys are redefined in this map.
10032 (org-export-as-html): Specify charset for HTML file, by taking it
10033 from the coding system.
10034
10035 2005-10-10 Kenichi Handa <handa@m17n.org>
10036
10037 * textmodes/flyspell.el (flyspell-check-word-p):
10038 If unread-command-events is non-empty, don't call sit-for.
10039
10040 2005-10-09 Richard M. Stallman <rms@gnu.org>
10041
10042 * font-lock.el (font-lock-syntactic-keywords)
10043 (font-lock-keywords): Doc fixes.
10044
10045 * textmodes/flyspell.el (flyspell-external-point-words):
10046 Simplify logic, and don't try to check for consecutive appearances
10047 of one incorrect word.
10048
10049 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
10050
10051 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10052 separator.
10053
10054 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10055 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10056 (gud-expansion-speedbar-buttons): New function.
10057 (gud-speedbar-buttons): Check for gud-comint-buffer.
10058
10059 2005-10-09 Bill Wohler <wohler@newt.com>
10060
10061 * Makefile.in (updates): Add mh-loaddefs dependency.
10062
10063 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
10064
10065 * speedbar.el (speedbar-file-key-map): Fix typo.
10066
10067 2005-10-09 Daniel Brockman <daniel@brockman.se>
10068
10069 * cus-start.el (line-spacing): Add custom spec.
10070
10071 2005-10-09 Romain Francoise <romain@orebokech.com>
10072
10073 * textmodes/ispell.el (ispell-check-version): Fix last change.
10074
10075 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10076
10077 * term/x-win.el: Remove -i, --icon-type from comment.
10078
10079 * startup.el (command-line-x-option-alist): Remove options -i,
10080 -itype, --icon-type, added -nb, --no-bitmap-icon
10081
10082 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
10083
10084 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10085 instead of :active.
10086
10087 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
10088
10089 * textmodes/ispell.el (ispell-check-version):
10090 Ignore hyphen, and all that follows, in aspell's version text.
10091
10092 2005-10-08 Jay Belanger <belanger@truman.edu>
10093
10094 * calc/calc-arith.el (math-known-square-matrixp): New function.
10095 (math-pow-fancy): Check for matrices before distributing exponent
10096 across products.
10097
10098 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10099 fullscreen keypad. Suggested by Luc Teirlinck.
10100 (calc-keypad-show-input): Add space for formatting.
10101
10102 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10103 Add square matrix option.
10104
10105 * calc/calc-poly.el (math-expand-term): Check for matrices instead
10106 of checking calc-matrix-mode when deciding how to expand.
10107
10108 * calc/calc.el (calc-set-mode-line): Add square matrix option.
10109
10110 2005-10-08 Lars Hansen <larsh@soem.dk>
10111
10112 * net/tramp.el (tramp-perl-directory-files-and-attributes):
10113 Add error handling.
10114 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10115
10116 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
10117
10118 Sync with Tramp 2.0.51.
10119
10120 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10121 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10122 Insert special handling for `last-coding-system-used', again
10123 it still seems to be necessary (unlike stated before).
10124 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10125 (tramp-password-prompt-regexp): There might be other words before
10126 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10127 (tramp-chunksize): Improve docstring.
10128 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10129 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
10130 Christian Joergensen <bugs@razor.dk>.
10131
10132 2005-10-07 Glenn Morris <rgm@gnu.org>
10133
10134 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10135 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10136 precision'.
10137
10138 2005-10-07 Romain Francoise <romain@orebokech.com>
10139
10140 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10141 (ibuffer-do-shell-command-pipe-replace)
10142 (ibuffer-do-shell-command-file, ibuffer-do-eval)
10143 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10144 (ibuffer-do-revert, ibuffer-do-replace-regexp)
10145 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10146 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10147 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10148 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10149 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10150 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10151 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10152 Autoload file sans suffix.
10153
10154 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10155
10156 2005-10-07 David Ponce <david@dponce.com>
10157
10158 * recentf.el (recentf-menu-open-all-flag): New option.
10159 (recentf-digit-shortcut-command-name): New function.
10160 (recentf--shortcuts-keymap): New variable.
10161 (recentf-menu-shortcuts): New variable.
10162 (recentf-make-menu-items): Initialize it. Replace the "More..."
10163 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10164 (recentf-menu-value-shortcut): New function.
10165 (recentf-make-menu-item): Use it. No more in-lined.
10166 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10167 (recentf-open-most-recent-file): Rename from
10168 `recentf-open-file-with-key'. Don't depend on key binding.
10169 (recentf-mode-map): New variable.
10170 (recentf-mode): Use it.
10171
10172 2005-10-06 Bill Wohler <wohler@newt.com>
10173
10174 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
10175
10176 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10177 (MH-E-SRC): New. Used by mh-autoloads.
10178 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
10179 files in MH-E-SRC have been updated.
10180 (compile, recompile, bootstrap): Depend on mh-autoloads.
10181
10182 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
10183
10184 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10185 gud-break and gud-remove icons when the fringe is not available.
10186
10187 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10188 Typo.
10189
10190 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
10191
10192 * play/zone.el (zone): Wrap body with save-window-excursion.
10193
10194 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
10195
10196 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10197 Use the new `list-only' arg to diary-list-entries.
10198
10199 * calendar/diary-lib.el: Use overlays rather than selective-display.
10200 (diary-selective-display): New var.
10201 (diary-header-line-format): Use it.
10202 (diary-list-entries): Add argument `list-only'.
10203 Put the buffer in diary-mode. Don't add \^M at beg and end.
10204 Replace \^M by invisible overlays.
10205 (diary-unhide-everything): Replace \^M by invisible overlays.
10206 (print-diary-entries): Look for overlays rather than \^M.
10207 Add a space to the temp buffer name.
10208 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10209 Put the buffer in diary-mode.
10210 (list-sexp-diary-entries): Replace \^M by invisible overlays.
10211 (diary-anniversary): Make the year arg optional.
10212 (diary-time-regexp): New const.
10213 (diary-font-lock-keywords): Use it to accept a few more time formats.
10214
10215 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10216
10217 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
10218
10219 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10220 Fix bug introduced 2005-07-03: Use (car (last ...))
10221 to faithfully reproduce replaced artist-last.
10222 (artist-set-arrow-points-for-poly): Likewise.
10223 Suggested by Johan Bockg\e,Ae\e(Brd.
10224
10225 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
10226
10227 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10228 * wid-edit.el (widget):
10229 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10230 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10231
10232 2005-10-06 Kenichi Handa <handa@m17n.org>
10233
10234 * international/mule-cmds.el (set-language-environment):
10235 Fix setting up of case-table for unibyte mode.
10236
10237 * simple.el (what-cursor-position): If the character is displayed
10238 by some `display' text property, show that. Don't use
10239 single-key-description for eight-bit characters in multibyte mode.
10240
10241 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
10242
10243 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10244 (gdb-ann3): Set it.
10245 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10246 (gdb-info-frames-custom): Use inverse-video for first five
10247 characters of selected frame only.
10248 (gdb-get-frame-number): Select frame even when point is on frame
10249 number.
10250
10251 2005-10-06 Masatake YAMATO <jet@gyve.org>
10252
10253 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10254 Put `font-lock-function-name-face'.
10255 (gdb-info-frames-custom): Put `font-lock-function-name-face'
10256 and `font-lock-variable-name-face'
10257 (gdb-registers-font-lock-keywords): New font lock keywords definition.
10258 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10259 (gdb-memory-font-lock-keywords): New font lock keywords definition.
10260 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10261 (gdb-local-font-lock-keywords): New font lock keywords definition.
10262 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10263 (gdb-threads-font-lock-keywords): New font lock keywords definition.
10264 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10265
10266 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
10267
10268 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10269 (ediff-merge-region-is-non-clash-to-skip): Previously called
10270 ediff-merge-region-is-non-clash.
10271
10272 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10273 Use insert-buffer-substring.
10274
10275 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10276 selecting files to patch. Also bug fixes.
10277
10278 * ediff-util.el (ediff-setup): Bug fix.
10279 (ediff-next-difference): Never skip clashes that differ in white
10280 space only.
10281
10282 * ediff-wind.el (ediff-setup-control-frame)
10283 (ediff-destroy-control-frame): Check the menubar feature.
10284
10285 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10286 (viper-refresh-mode-line): Use make-local-variable to localize
10287 some vars instead of make-variable-buffer-local. Suggested by
10288 Stefan Monnier.
10289
10290 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10291 (viper-restore-cursor-type, viper-set-insert-cursor-type):
10292 Use make-local-variable instead of make-variable-buffer-local.
10293 Suggested by Stefan Monnier.
10294
10295 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10296 (viper-comint-mode-hook): Use make-local-variable on
10297 require-final-newline.
10298 (viper-non-hook-settings): Don't use make-variable-buffer-local.
10299
10300 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10303 also the second char of a comment-start sequence.
10304 (scheme-sexp-comment-syntax-table): New var.
10305 (lambda, define): Set their scheme-doc-string-elt property.
10306 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10307 Use lisp-font-lock-syntactic-face-function now that it properly
10308 handles |...| symbols.
10309 (scheme-mode-variables): Set lisp-doc-string-elt-property,
10310 parse-sexp-lookup-properties and font-lock-extra-managed-props.
10311
10312 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10313 bit from # to |.
10314 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10315
10316 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10317 (lisp-doc-string-elt-property): New var.
10318 (lisp-font-lock-syntactic-face-function): Use it.
10319 Rewrite to recognize docstrings even for forms not at toplevel.
10320
10321 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10322 annotation on the | part of #| rather than on the # part.
10323 (scheme-font-lock-syntactic-face-function): New function, to
10324 distinguish strings from |...| symbols.
10325 (scheme-mode-variables): Use it. Also fix up the font-lock-time
10326 syntax-table so that #|...|# is properly highlighted.
10327
10328 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10329 Don't mark as docstring the 3rd elem of an unknown toplevel form.
10330
10331 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10334 and C-e.
10335
10336 * emacs-lisp/eldoc.el: Move comments into docstrings.
10337 (eldoc-message-commands): Initialize in its declaration.
10338 Add move-beginning-of-line and move-end-of-line.
10339 (eldoc-add-command, eldoc-add-command-completions)
10340 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10341
10342 * outline.el (outline-mark-subtree): Activate the mark.
10343
10344 * calendar/appt.el (appt-time-regexp): New var.
10345 (appt-add, appt-make-list): Use it.
10346 (appt-convert-time): Clean up.
10347
10348 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10349 Don't set any syntax-table property here.
10350 (tex-font-lock-verb): New function. Do it here.
10351 (tex-font-lock-syntactic-keywords): Use it.
10352
10353 2005-10-04 Richard M. Stallman <rms@gnu.org>
10354
10355 * wid-edit.el (widget-file-complete): Get the widget start point
10356 the right way. Default directory to `/' if file has none.
10357
10358 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10359
10360 * textmodes/flyspell.el (flyspell-mode-on):
10361 Call ispell-maybe-find-aspell-dictionaries.
10362
10363 * textmodes/ispell.el (ispell-word, ispell-region):
10364 Call ispell-maybe-find-aspell-dictionaries.
10365 (ispell-accept-buffer-local-defs):
10366 Don't call ispell-maybe-find-aspell-dictionaries
10367
10368 2005-10-04 Richard M. Stallman <rms@gnu.org>
10369
10370 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10371
10372 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
10373
10374 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10375 instead of `fboundp' in order to allow for anonymous functions.
10376
10377 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
10378
10379 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10380 case the user clicks on the link while another window is selected.
10381 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10382
10383 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10384 functionality.
10385 (dframe-help-echo): Save point in case mouse tracking is off.
10386
10387 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
10388
10389 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10390
10391 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10394 not change the global value of those vars.
10395
10396 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10397 make-local-variable which we do not need any more.
10398
10399 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
10400
10401 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10402 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10403 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10404 (speedbar-path-line): Define obsolete aliases.
10405 (speedbar-line-directory): Doc fix.
10406
10407 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10408 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10409 instead of speedbar-line-path.
10410
10411 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10412
10413 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10414 to nil if dropping on a window. Handle dropping on a minibuffer window
10415 like dropping on a non-window part of Emacs.
10416
10417 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * net/ange-ftp.el: Use with-current-buffer.
10420 (ange-ftp-insert-directory): Do not follow symlinks any more.
10421
10422 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10423 Remove interactive spec.
10424
10425 2005-10-03 Kim F. Storm <storm@cua.dk>
10426
10427 * ido.el (ido-mode): Use custom-initialize-set.
10428
10429 2005-10-02 Richard M. Stallman <rms@gnu.org>
10430
10431 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10432 Use insert-buffer-substring.
10433
10434 * net/tramp.el: Pacify byte compiler warnings in pacification code.
10435 (tramp-handle-file-local-copy): Use insert-buffer-substring.
10436
10437 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
10438
10439 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10440 in last change.
10441 (ange-ftp-insert-directory): Fix up the search for the case where
10442 `file' is absolute.
10443
10444 2005-10-02 Romain Francoise <romain@orebokech.com>
10445
10446 * progmodes/compile.el (compile-goto-error): Delete extra paren.
10447
10448 2005-10-02 Andreas Schwab <schwab@suse.de>
10449
10450 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10451 directory component in the session info.
10452
10453 2005-10-01 Richard M. Stallman <rms@gnu.org>
10454
10455 * comint.el (comint-redirect-subvert-readonly): Doc fix.
10456
10457 * simple.el (next-error-internal): New function.
10458
10459 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10460 (compilation-start): Pass new arg to compilation-buffer-name.
10461 (compile-goto-error): Use next-error-internal.
10462
10463 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10464
10465 * speedbar.el: Remove RCS tag.
10466 (speedbar-check-read-only): Handle non-existent files.
10467
10468 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10469
10470 * info.el (Info-speedbar-hierarchy-buttons)
10471 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10472
10473 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10474
10475 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10476 Do not match newline.
10477 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10478 (bibtex-summary): Remove unnecessary save-excursion.
10479 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10480
10481 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10482
10483 * term/mac-win.el: Add charset info for "iso10646-1".
10484 Modify default fontset to use ATSUI-compatible fonts for some charsets
10485 if available.
10486
10487 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
10488
10489 * speedbar.el: Re-apply arch tag.
10490 (speedbar-version): Rename to version 1.0. Suggested by Eric
10491 M. Ludlam.
10492 Reapply two changes from Emacs CVS' version of speedbar lost
10493 during the merge:
10494 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10495 (speedbar-frame-parameters): Improve customize type.
10496
10497 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10500 (ange-ftp-file-directory-p): Fix the symlink case.
10501 (ange-ftp-insert-directory): When listing a single file, get a list of
10502 the parent buffer and extract the relevant line. Inspired from a patch
10503 by Katsumi Yamaoka <yamaoka@jpl.org>.
10504 (ange-ftp-file-name-sans-versions): Simplify.
10505
10506 2005-09-30 Bill Wohler <wohler@newt.com>
10507
10508 Move MH-E image files from toolbar and mail directories into
10509 etc/images.
10510
10511 * mail/reply2.*: Move to etc/images/mail/reply*.
10512
10513 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10514 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10515 etc/images.
10516
10517 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10518 * toolbar/reply*: Move to etc/images/mail.
10519
10520 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10521
10522 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
10523
10524 * speedbar.el: New version 1.0pre3.
10525
10526 Frame management code (including timer, and mouse click specifics)
10527 moved to dframe.el:
10528 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
10529 (speedbar-timer): Removed. Use dframe-timer.
10530 (speedbar-close-frame): Removed. Use dframe-close-frame.
10531 (speedbar-activity-change-focus-flag): Removed. Use
10532 dframe-activity-change-focus-flag.
10533 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
10534 dframe-update-speed.
10535
10536 (speedbar-current-frame): New macro. Use this instead of the
10537 variable speedbar-frame.
10538
10539 (speedbar-use-images, speedbar-expand-image-button-alist)
10540 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10541
10542 (speedbar-find-image-on-load-path): Removed. Replaced by
10543 defezimage in ezimage.el.
10544 (speedbar-expand-image-button-alist): Removed. Replaced by
10545 ezimage-expand-image-button-alist in ezimage.el.
10546
10547 (speedbar-ignored-directory-regexp)
10548 (speedbar-add-ignored-directory-regexp)
10549 (speedbar-ignored-directory-expressions)
10550 (speedbar-line-directory, speedbar-buffers-line-directory)
10551 (speedbar-directory-line, speedbar-buffers-line-directory):
10552 Renamed, replacing `path' with `directory'.
10553
10554 (speedbar-create-directory, speedbar-expand-line-descendants)
10555 (speedbar-toggle-line-expansion)
10556 (speedbar-contract-line-descendants): New commands.
10557
10558 (speedbar-query-confirmation-method, speedbar-select-frame-method)
10559 (speedbar-use-tool-tips-flag): New options.
10560
10561 (speedbar-check-read-only, speedbar-require-version)
10562 (speedbar-insert-separator, speedbar-buffers-tail-notes)
10563 (speedbar-handle-delete-frame, speedbar-try-completion)
10564 (speedbar-update-localized-contents): New functions.
10565
10566 (speedbar-incompatible-version, speedbar-ro-to-do-point)
10567 (speedbar-object-read-only-indicator): New variables.
10568
10569 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10570 New hooks.
10571
10572 (speedbar-separator-face): New face.
10573
10574 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10575 (speedbar-ignored-modes): Add fundamental-mode.
10576 (speedbar-directory-unshown-regexp): Add . directories.
10577
10578 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10579 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10580 `]' for full expand/close.
10581 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10582
10583 (speedbar-check-vc): Support hidden files.
10584 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10585 (speedbar-this-file-in-vc): Use vc-state if available. If VC
10586 state is nil, it is not checked out.
10587
10588 (speedbar-line-text, speedbar-line-token): Support expand buttons
10589 with no text.
10590 (speedbar-refresh): Universal argument acts as power-click.
10591 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10592 that buffer to get variable values.
10593
10594 And many other bugfixes.
10595
10596 * dframe.el, ezimage.el, sb-image.el: New files.
10597
10598 * sb-*.xpm: Remove files. New image files installed into
10599 etc/images/ezimage.
10600
10601 2005-09-30 Kenichi Handa <handa@m17n.org>
10602
10603 * ps-mule.el (ps-mule-show-warning): If a character is in
10604 ps-print-translation-table, don't treat it as non-printable.
10605
10606 2005-09-30 David Ponce <david@dponce.com>
10607
10608 * tree-widget.el (tree-widget-themes-load-path): New variable.
10609 (tree-widget-themes-directory): Doc fix.
10610 (tree-widget-image-formats) [Emacs]: Doc fix.
10611 (tree-widget--locate-sub-directory): New function.
10612 (tree-widget-themes-directory): Use it.
10613
10614 * recentf.el (recentf-filename-handlers): Rename from
10615 `recentf-filename-handler'. Allow a list of functions.
10616 (recentf-menu-items-for-commands): Fix :help strings.
10617 (recentf-apply-filename-handlers): New function.
10618 (recentf-expand-file-name): Use it.
10619 (recentf-cleanup): Remove duplicates too.
10620
10621 2005-09-29 Juri Linkov <juri@jurta.org>
10622
10623 * faces.el: Rearrange face definitions to be in the same order as
10624 their face descriptions in "(emacs)Standard Faces".
10625
10626 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10627
10628 * tooltip.el (tooltip): Add group `basic-faces'.
10629
10630 * buff-menu.el (Buffer-menu-buffer): Remove group
10631 `font-lock-highlighting-faces'.
10632
10633 * progmodes/compile.el (compilation-error, compilation-warning)
10634 (compilation-info, compilation-line-number, compilation-column-number):
10635 Change group from `font-lock-highlighting-faces' to `compilation'.
10636
10637 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10638 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10639 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10640 (vhdl-font-lock-reserved-words-face)
10641 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10642 `font-lock-highlighting-faces'.
10643
10644 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10645
10646 2005-09-28 Kim F. Storm <storm@cua.dk>
10647
10648 * emulation/cua-base.el: Set CUA move property on additional commands:
10649 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10650 forward-sexp, backward-sexp, forward-list, backward-list.
10651
10652 2005-09-28 Romain Francoise <romain@orebokech.com>
10653
10654 * comint.el (comint-show-output): Really set point at the
10655 beginning of the output when not using `comint-use-prompt-regexp'.
10656
10657 2005-09-27 Jay Belanger <belanger@truman.edu>
10658
10659 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10660 in TeX mode.
10661
10662 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
10663
10664 * textmodes/org.el (org-table-sum): Fix format string.
10665
10666 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10667 Quote face names.
10668
10669 2005-09-26 Romain Francoise <romain@orebokech.com>
10670
10671 * isearch.el (isearch-forward-regexp): Close doc string.
10672
10673 2005-09-25 Richard M. Stallman <rms@gnu.org>
10674
10675 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10676
10677 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10678
10679 * progmodes/compile.el (compilation-error-properties):
10680 When getting the file from the previous error message,
10681 correctly decode the new data format.
10682
10683 * progmodes/cc-cmds.el (c-electric-paren):
10684 Call old-blink-paren only for close-paren.
10685
10686 2005-09-24 Andreas Schwab <schwab@suse.de>
10687
10688 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10689 condition.
10690
10691 2005-09-25 Romain Francoise <romain@orebokech.com>
10692
10693 * dired-aux.el (dired-copy-file-recursive):
10694 * dired.el (dired-delete-file):
10695 * ediff-mult.el (ediff-dir-diff-copy-file):
10696 * ediff-util.el (ediff-test-save-region):
10697 * forms.el (forms-mode):
10698 * ido.el (ido-file-internal, ido-delete-file-at-head):
10699 * log-edit.el (log-edit-done):
10700 * ses.el (ses-yank-resize):
10701 * play/gomoku.el (gomoku-human-plays, gomoku)
10702 (gomoku-human-resigns, gomoku-prompt-for-other-game)
10703 (gomoku-offer-a-draw):
10704 * play/landmark.el (lm-human-resigns, lm):
10705 * net/eudcb-ldap.el (eudc-ldap-check-base):
10706 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10707 * progmodes/ebrowse.el (ebrowse-find-pattern):
10708 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10709 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10710 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10711
10712 * vc.el (vc-delete-file):
10713 * play/gomoku.el (gomoku-terminate-game, gomoku)
10714 (gomoku-prompt-for-move, gomoku-human-takes-back):
10715 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10716 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10717
10718 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
10719
10720 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10721 color rxvt terminals by using the code xterm.el used to use before
10722 2005-04-09 in order to match the colors used by rxvt.
10723
10724 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10725
10726 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10727 colors rxvt-unicode terminals by using the same code as xterm.el.
10728
10729 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * textmodes/tex-mode.el (tex-font-lock-append-prop)
10732 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10733 new symbol used for the tex-verbatim face.
10734
10735 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
10736
10737 * woman.el (woman-file-name):
10738 * wid-edit.el (widget-file-prompt-value)
10739 (widget-coding-system-prompt-value):
10740 * w32-fns.el (set-w32-system-coding-system):
10741 * vc.el (vc-version-diff, vc-annotate):
10742 * textmodes/reftex-auc.el (reftex-arg-cite)
10743 (reftex-arg-index-tag):
10744 * textmodes/refer.el (refer-get-bib-files):
10745 * textmodes/artist.el (artist-figlet-choose-font):
10746 * terminal.el (terminal-emulator):
10747 * replace.el (occur-read-primary-args):
10748 * rect.el (string-rectangle, string-insert-rectangle):
10749 * ps-print.el (ps-print-preprint):
10750 * progmodes/pascal.el (pascal-goto-defun):
10751 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10752 * progmodes/compile.el (compilation-find-file):
10753 * printing.el (pr-interactive-n-up):
10754 * play/animate.el (animate-birthday-present):
10755 * net/rcompile.el (remote-compile):
10756 * man.el (man, Man-goto-section, Man-follow-manual-reference):
10757 * mail/rmailsum.el (rmail-summary-search-backward)
10758 (rmail-summary-search):
10759 * mail/rmailout.el (rmail-output-read-rmail-file-name)
10760 (rmail-output-read-file-name):
10761 * mail/rmail.el (rmail-search, rmail-search-backwards):
10762 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10763 * locate.el (locate):
10764 * international/quail.el (quail-show-keyboard-layout):
10765 * international/mule.el (set-buffer-file-coding-system)
10766 (revert-buffer-with-coding-system, set-file-name-coding-system)
10767 (set-terminal-coding-system, set-keyboard-coding-system)
10768 (set-next-selection-coding-system):
10769 * international/mule-diag.el (describe-coding-system)
10770 (describe-font, describe-fontset):
10771 * international/mule-cmds.el (universal-coding-system-argument)
10772 (search-unencodable-char, describe-input-method)
10773 (set-language-environment, describe-language-environment):
10774 * international/codepage.el (codepage-setup):
10775 * international/code-pages.el (codepage-setup):
10776 * info.el (Info-search, Info-follow-reference)
10777 (Info-search-backward):
10778 * emacs-lisp/advice.el (ad-read-advised-function)
10779 (ad-read-advice-class, ad-clear-cache, ad-activate)
10780 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10781 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10782 (ad-read-regexp):
10783 * ediff-util.el (ediff-toggle-regexp-match):
10784 * ediff-ptch.el (ediff-prompt-for-patch-file):
10785 * dired-aux.el (dired-diff):
10786 * diff.el (diff):
10787 * cus-edit.el (custom-variable-prompt):
10788 * calendar/timeclock.el (timeclock-ask-for-project):
10789 * calc/calcalg3.el (calc-get-fit-variables):
10790 * calc/calc-store.el (calc-edit-variable)
10791 (calc-permanent-variable):
10792 * vc-mcvs.el (vc-mcvs-register):
10793 * shadowfile.el (shadow-define-literal-group):
10794 * woman.el (woman-file-name):
10795 * vc.el (vc-version-diff, vc-merge):
10796 * textmodes/reftex-index.el (reftex-index-complete-tag):
10797 * format.el (format-decode-buffer, format-decode-region):
10798 * emulation/viper-cmd.el (viper-read-string-with-history):
10799 * emacs-lisp/debug.el (cancel-debug-on-entry):
10800 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10801 * ediff.el (ediff-merge-revisions)
10802 (ediff-merge-revisions-with-ancestor, ediff-revision):
10803 * completion.el (interactive-completion-string-reader):
10804 * calc/calc-prog.el (calc-user-define-formula):
10805 Follow convention for reading with the minibuffer.
10806
10807 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
10808
10809 * progmodes/python.el (python-describe-symbol): Add globals() and
10810 locals() to the arguments of emacs.ehelp.
10811
10812 2005-09-24 Magnus Henoch <mange@freemail.hu>
10813
10814 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10815 New function, code extracted from ispell-valid-dictionary-list.
10816 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10817 Call it.
10818
10819 2005-09-24 Eli Zaretskii <eliz@gnu.org>
10820
10821 * subr.el (version-regexp-alist): Extend valid syntax for version
10822 strings: allow any of the characters -,_,+ to separate the
10823 alpha/beta/rc part from the version part. Doc fix.
10824 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
10825
10826 2005-09-23 David Reitter <david.reitter@gmail.com>
10827
10828 * mail/mailclient.el: New file.
10829
10830 2005-09-23 Richard M. Stallman <rms@gnu.org>
10831
10832 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10833 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10834 Doc fixes.
10835
10836 * progmodes/cc-mode.el (c-font-lock-init):
10837 Specify font-lock-lines-before.
10838
10839 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10842 whole conflict.
10843
10844 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
10845
10846 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10847 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
10848 of `remap' feature when available. Additional key bindings for
10849 better tty support.
10850 (org-mode-restart, org-force-self-insert): New commands.
10851 (org-time-stamp-inactive): New command.
10852 (org-remap): New function.
10853 (org-table-auto-blank-field, org-level-color-stars-only): New options.
10854 (org-enable-fixed-width-editor): Move to `org-structure'
10855 customization group.
10856 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10857 blank field after field motion commands.
10858
10859 2005-09-23 Kenichi Handa <handa@m17n.org>
10860
10861 * international/mule-cmds.el (set-language-environment):
10862 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10863 have to call utf-translate-cjk-load-tables.
10864
10865 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10866
10867 * mouse.el (mouse-move-drag-overlay): Fix last change.
10868
10869 2005-09-22 David Ponce <david@dponce.com>
10870
10871 * tree-widget.el (tree-widget-value-create): Fix previous change.
10872
10873 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10874
10875 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10876
10877 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10878
10879 * mouse.el (mouse-move-drag-overlay): New function.
10880 (mouse-drag-region-1): Use it.
10881 Try to simplify a bit the state handling. Handle clicks on links
10882 inside intangible areas.
10883 (mouse-save-then-kill): Minor simplification.
10884 (mouse-secondary-overlay): Make it always non-nil instead of
10885 recreating it each time.
10886 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10887 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10888 Simplify accordingly.
10889
10890 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10891
10892 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10893
10894 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10895
10896 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10897 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10898 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10899 to patch.
10900
10901 * ediff-util.el: Use insert-buffer-substring.
10902
10903 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10904
10905 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10906 field boundaries in the minibuffer.
10907 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10908 (viper-minibuffer-post-command-hook): New hook.
10909 (viper-line): Don't move cursor at bolp.
10910
10911 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10912
10913 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10914 avoid compiler warnings.
10915
10916 * emulation/viper-macs.el (ex-map): Better messages.
10917
10918 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10919
10920 * emulation/viper.el: Replace make-variable-buffer-local with
10921 viper-make-variable-buffer-local everywhere, to avoid warnings.
10922
10923 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10926 Delete unused var `old-selected-window'.
10927 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10928 (mouse-drag-secondary): Delete unused var `start-frame'.
10929
10930 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10931
10932 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10933
10934 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10935
10936 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10937 Re-indent within 80 columns. Use inhibit-read-only.
10938
10939 2005-09-19 Romain Francoise <romain@orebokech.com>
10940
10941 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10942
10943 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10944
10945 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10946 unconditionally, since the after-change-function already did it.
10947
10948 2005-09-19 Miles Bader <miles@gnu.org>
10949
10950 * net/newsticker.el: Get rid of CVS keyword.
10951
10952 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10953
10954 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10955 The prompt is formatted later.
10956
10957 2005-09-19 David Ponce <david@dponce.com>
10958
10959 * tree-widget.el (tree-widget-value-create): Save the converted
10960 tree :node widget.
10961
10962 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10963
10964 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10965 variable `message'.
10966
10967 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10968
10969 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10970 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10971 <slawomir.nowaczyk.847@student.lu.se>.
10972
10973 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10974
10975 * image.el (image-load-path): Use symbol `data-directory' instead
10976 of its value, for backward compatibility with packages that bind
10977 it during `find-image'. Suggested by Katsumi Yamaoka.
10978 (image-search-load-path): Handle symbols whose values are strings.
10979
10980 2005-09-18 Romain Francoise <romain@orebokech.com>
10981
10982 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10983 with-current-buffer form in save-excursion.
10984
10985 2005-09-18 D Goel <deego@gnufans.org>
10986
10987 * apropos.el (apropos-command): Fix `message' call: first arg
10988 should be a format spec. In this and all other cases that appear
10989 below and elsewhere in the source code, I made a change only when
10990 two conditions were satisfied: [1] I can think of a possibility
10991 that the arguments would cause an error, for example, the code in
10992 question relies on external variables such as filenames. [2] I
10993 was sure that the arg to `message' could not have been nil in the code.
10994
10995 * textmodes/tildify.el (tildify-region): Ditto.
10996
10997 * textmodes/reftex-index.el (reftex-index-change-entry)
10998 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10999 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11000 * textmodes/org.el (org-complete, org-deadline, org-schedule)
11001 (org-priority, org-table-sum):
11002 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11003 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11004 (flyspell-word, flyspell-display-next-corrections):
11005 * textmodes/bibtex.el (bibtex-print-help-message):
11006 * textmodes/artist.el (artist-key-set-point-poly):
11007 * term/mac-win.el (mac-services-insert-text):
11008 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11009 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11010 (vhdl-port-paste-testbench, vhdl-compose-new-component)
11011 (vhdl-compose-configuration):
11012 * progmodes/sh-script.el (sh-blink, sh-show-indent)
11013 (sh-set-indent, sh-learn-line-indent):
11014 * progmodes/ps-mode.el (ps-mode-target-column):
11015 * progmodes/idlwave.el (idlwave-make-tags)
11016 (idlwave-scan-library-catalogs):
11017 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11018 * progmodes/gud.el (gud-jdb-analyze-source):
11019 * progmodes/flymake.el (flymake-log):
11020 * progmodes/ebnf2ps.el (ebnf-generate-region):
11021 * progmodes/cmacexp.el (c-macro-expansion):
11022 * progmodes/ada-xref.el (ada-treat-cmd-string):
11023 * progmodes/ada-mode.el (ada-create-case-exception-substring)
11024 (ada-justified-indent-current, ada-batch-reformat):
11025 * play/zone.el (zone):
11026 * play/landmark.el (lm-move):
11027 * play/decipher.el (decipher-show-alphabet):
11028 * net/newsticker.el (newsticker--display-jump)
11029 (newsticker--display-scroll):
11030 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11031 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11032 * mail/feedmail.el (feedmail-dump-message-to-queue):
11033 * eshell/esh-proc.el (eshell-remove-process-entry):
11034 * emulation/ws-mode.el (ws-last-error):
11035 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11036 (viper-record-kbd-macro):
11037 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11038 * emacs-lisp/lisp-mnt.el (lm-report-bug):
11039 * emacs-lisp/find-func.el (find-function-noselect):
11040 * calendar/timeclock.el (timeclock-status-string)
11041 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11042 (timeclock-when-to-leave-string):
11043 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11044 * calc/calc-units.el (calc-enter-units-table):
11045 * calc/calc-mode.el (calc-mode-record-mode):
11046 * woman.el (woman-mini-help):
11047 * wdired.el (wdired-change-to-wdired-mode):
11048 * vc.el (vc-retrieve-snapshot):
11049 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11050 * startup.el (display-startup-echo-area-message):
11051 * simple.el (set-goal-column):
11052 * ses.el (ses-command-hook, ses-recalculate-cell):
11053 * server.el (server-process-filter):
11054 * printing.el (pr-interface-txt-print, pr-interface-printify)
11055 (pr-interface-ps):
11056 * pcvs.el (cvs-help):
11057 * log-edit.el (log-edit, log-edit-mode-help):
11058 * iswitchb.el (iswitchb-possible-new-buffer):
11059 * isearch.el (isearch-edit-string):
11060 * image-mode.el (image-mode, image-minor-mode):
11061 * ibuf-macs.el (define-ibuffer-filter):
11062 * hi-lock.el (hi-lock-find-patterns):
11063 * files.el (toggle-read-only):
11064 * ediff-util.el (ediff-copy-diff)
11065 (ediff-write-merge-buffer-and-maybe-kill):
11066 * echistory.el (Electric-history-undefined):
11067 * dnd.el (dnd-insert-text):
11068 * dired-aux.el (dired-query):
11069 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11070 * bookmark.el (bookmark-bmenu-locate):
11071 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11072 Fix `message' calls to ensure first arg is a format string.
11073 The change was made only when these two conditions were satisfied:
11074 [1] when there is a possibility that the arguments would cause an error
11075 for example, if the code in question relies on external variables
11076 such as filenames, and
11077 [2] if the arg to `message' could not have been nil in the code.
11078
11079 * pcomplete.el (pcomplete--help): Fix `message' format spec.
11080 Not having a %s would be weird, though not technically wrong.
11081
11082 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11083
11084 * term/mac-win.el (mac-add-charset-info): Doc fix.
11085
11086 2005-09-17 Romain Francoise <romain@orebokech.com>
11087
11088 * shell.el (shell-resync-dirs): Handle echoing processes more
11089 reliably. Don't insert resync command if `comint-process-echoes'
11090 is non-nil.
11091
11092 2005-09-17 Magnus Henoch <mange@freemail.hu>
11093
11094 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11095 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11096 aspell versions >= 0.60.
11097 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11098 only if ispell-aspell-supports-utf8 is non-nil.
11099
11100 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11101
11102 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11103 buffer-local value to lisp-indent-function.
11104
11105 2005-09-17 Milan Zamazal <pdm@zamazal.org>
11106
11107 * progmodes/glasses.el (glasses-make-readable): If
11108 glasses-separator differs from underscore, put appropriate
11109 overlays over underscore characters.
11110 (glasses-convert-to-unreadable): If glasses-separator differs from
11111 underscore, try to convert glasses-separator characters to
11112 underscores.
11113
11114 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
11115
11116 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11117 Use with-syntax-table and dolist.
11118
11119 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
11120
11121 * textmodes/reftex-auc.el:
11122 * textmodes/reftex-cite.el:
11123 * textmodes/reftex-dcr.el:
11124 * textmodes/reftex-global.el:
11125 * textmodes/reftex-parse.el:
11126 * textmodes/reftex-ref.el:
11127 * textmodes/reftex-sel.el:
11128 * textmodes/reftex-toc.el:
11129 * textmodes/reftex-vars.el:
11130 * textmodes/reftex.el: Small changes to remove compiler warnings.
11131
11132 * textmodes/reftex-index.el: Likewise.
11133 (reftex-query-index-phrase): More efficient use of markers.
11134
11135 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11136
11137 * image.el (image-load-path): New variable.
11138 (image-search-load-path): New function.
11139 (find-image): Search for images in `image-load-path'.
11140
11141 2005-09-15 Richard M. Stallman <rms@gnu.org>
11142
11143 * follow.el: Change Maintainer field.
11144
11145 2005-09-15 David Ponce <david@dponce.com>
11146
11147 * recentf.el (recentf-save-file-modes): New option.
11148 (recentf-save-list): Use it.
11149
11150 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
11151
11152 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11153 (mode-line-mule-info, mode-line-modified): Move bindings from
11154 mouse-3 to mouse-1.
11155
11156 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
11157
11158 * simple.el (sendmail-user-agent-compose): Revert last change.
11159
11160 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11163 Use with-current-buffer.
11164 (ange-ftp-gwp-start): Remove unused var `gw-user'.
11165 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11166 (ange-ftp-insert-directory): Remove unused var `short'.
11167 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11168
11169 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11170 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11171
11172 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11173 (check-calendar-holidays, diary-list-entries): Autoload.
11174 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11175 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11176
11177 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11178 which mistakenly removed a call to display-buffer.
11179
11180 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
11181
11182 * obsolete/iso-insert.el: Move to obsolete/ from international/.
11183
11184 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
11185
11186 * progmodes/hideshow.el
11187 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11188 (hs-allow-nesting): New user var.
11189 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11190 (hs-hide-block-at-point): When nesting allowed,
11191 if there is already an overlay in place, delete it.
11192 (hs-safety-is-job-n): Delete func; remove call sites.
11193 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11194 (hs-overlay-at): New func.
11195 (hs-already-hidden-p, hs-show-block): Use it.
11196 (hs-hide-all): Don't pre-clean if nesting allowed.
11197 (hs-show-all): Temporarily disallow
11198 nesting around call to `hs-discard-overlays'.
11199
11200 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
11201
11202 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11203 Delete unused local var.
11204
11205 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
11206
11207 * help-fns.el (describe-categories): "?\ " -> "?\s".
11208 (help-do-arg-highlight): Recognize also ARG-n, as in
11209 `move-to-left-margin' (ARG+n is already recognized). Simplify.
11210
11211 * international/codepage.el (dos-unsupported-char-glyph):
11212 * net/newsticker.el (tool-bar-map, w3-mode-map)
11213 (w3m-minor-mode-map):
11214 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11215 (ent-alist):
11216 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11217
11218 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
11219
11220 * custom.el (custom-push-theme): Handle the case where a symbol is
11221 bound but face properties have not yet been assigned.
11222
11223 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11224 Fix behavior if noerase is `t' and there is no mail buffer.
11225
11226 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11227 if `continue' is nil, rather than signal an error.
11228
11229 2005-09-12 Richard M. Stallman <rms@gnu.org>
11230
11231 * font-lock.el (font-lock-keywords): Add autoload.
11232
11233 * help-fns.el (describe-variable): Rearrange to put source link
11234 in a predictable place.
11235
11236 * net/newsticker.el: New file.
11237
11238 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11239
11240 * calendar/calendar.el (calendar-for-loop): Add edebug info.
11241 (calendar-basic-setup): Use the new nil arg.
11242 (number-of-diary-entries): Move to diary-lib.el.
11243
11244 * calendar/diary-lib.el: Use with-current-buffer, match-string.
11245 (diary-list-entries): Use with-syntax-table and dolist.
11246 Rename from list-diary-entries.
11247 Use number-of-diary-entries if `number' is nil.
11248 (diary, diary-view-entries): Use this new name and new nil arg value.
11249 (number-of-diary-entries): Move from calendar.el.
11250 (diary-unhide-everything): New function.
11251 (include-other-diary-files, fancy-diary-display)
11252 (diary-show-all-entries, make-diary-entry): Use it.
11253 (diary-mail-entries): Use buffer-string.
11254 (mark-diary-entries): Fix long standing paren typo.
11255 (diary-sexp-entry): Use count-lines.
11256 (make-diary-entry): Avoid `previous-line'.
11257 (diary-mode-map): New var.
11258 (diary-mode): Redraw cal after saving. Setup header-line.
11259 (fancy-diary-display-mode): Use local-set-key.
11260
11261 * startup.el (command-line): Try calling various terminal-init-foo-bar
11262 functions by stripping hyphenated suffixes from $TERM.
11263
11264 * files.el (normal-mode): Check boundness of font-lock-keywords.
11265
11266 2005-09-12 Richard M. Stallman <rms@gnu.org>
11267
11268 * progmodes/compile.el: Don't decide a file's directory
11269 until the user actually tries to go there.
11270 (compilation-next-error-function):
11271 Pass compilation-find-file the directory from the file-struct.
11272 (compilation-internal-error-properties): Separate local FILE-STRUCT
11273 from FILE. Doc the args better. Rename arg FMT to FMTS.
11274 (compilation-find-file): Arg DIR renamed to DIRECTORY.
11275 Expand it, and if nil, use default-directory.
11276 (compilation-get-file-structure): Don't mix specified directory
11277 with default directory. Put specified directory into
11278 file-struct. Don't make the file name absolute.
11279
11280 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11281 (compile-command): Add autoload.
11282 (compilation-disable-input): Add autoload.
11283
11284 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
11285
11286 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11287 strings of the variables it can override.
11288 (time-stamp): New (as yet undocumented) time-stamp-format escapes
11289 %Q and %q, for fully-qualified domain name and unqualified host name.
11290
11291 2005-09-11 Kim F. Storm <storm@cua.dk>
11292
11293 * emacs-lisp/authors.el (authors-aliases): Update list.
11294 (authors-fixed-entries): Update mldrag.el entry.
11295
11296 2005-09-10 Alan Mackenzie <acm@muc.de>
11297
11298 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11299 from the region narrowed to.
11300
11301 2005-09-10 Magnus Henoch <mange@freemail.hu>
11302
11303 * textmodes/ispell.el (ispell-check-version): Signal an error if
11304 aspell version is less than 0.60.
11305
11306 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
11307
11308 * progmodes/octave-inf.el (inferior-octave-startup):
11309 Resync current dir at the end.
11310
11311 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
11312
11313 * woman.el (woman-topic-at-point-default):
11314 Rename to woman-use-topic-at-point-default.
11315 (woman-topic-at-point): Rename to woman-use-topic-at-point.
11316 (woman-file-name): Reflect renames above. Automatically use the
11317 word at point as topic if woman-use-topic-at-point is non-nil.
11318 Otherwise offer it as default but don't insert it in the
11319 minibuffer. Also use `test-completion' instead of `assoc' as
11320 suggested by Stefan Monnier.
11321
11322 2005-09-10 Andre Spiegel <spiegel@gnu.org>
11323
11324 * vc.el (vc-directory, vc-update-change-log): Throw an error on
11325 the attempt to do it over Tramp. This is not yet supported.
11326
11327 2005-09-10 Eli Zaretskii <eliz@gnu.org>
11328
11329 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11330 (menu-bar-non-minibuffer-window-p): New functions.
11331 ("Split Window", "Save As..."): Use them.
11332 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11333 ("Print Buffer", "Truncate Long Lines in this Buffer"):
11334 Use menu-bar-menu-frame-live-and-visible-p.
11335 ("Save Buffer", "Insert File", "Open Directory...")
11336 ("Open File...", "Visit New File..."):
11337 Use menu-bar-non-minibuffer-window-p.
11338 (kill-this-buffer-enabled-p, dired <menu-enable>):
11339 Use menu-bar-non-minibuffer-window-p.
11340
11341 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11342
11343 * cus-start.el (all): Don't complain about fringe-related
11344 built-ins if fringes are not supported. Ditto about
11345 selection-related built-ins. Fix the test for GTK-related built-ins.
11346
11347 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11348 ("Postscript Print Buffer", "Print Region", "Save As...")
11349 ("Save", "Insert File...", "Open Directory...")
11350 ("Open File...", "Visit New File..."")
11351 ("Truncate Long Lines in this Buffer"): Don't look at
11352 menu-updating-frame if this display does not support multiple frames.
11353
11354 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11355
11356 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11357
11358 2005-09-09 Emilio Lopes <eclig@gmx.net>
11359
11360 * woman.el: Format- and whitespace-related changes.
11361
11362 2005-09-09 Eli Zaretskii <eliz@gnu.org>
11363
11364 * woman.el: Fix my email address.
11365
11366 2005-09-08 Richard M. Stallman <rms@gnu.org>
11367
11368 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11369 (sh-mode): Locally set skeleton-pair-default-alist.
11370
11371 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11372
11373 * progmodes/flymake.el: Require `compile' unconditionally.
11374
11375 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11376
11377 * woman.el (woman-file-name): Provide a default, not initial input.
11378
11379 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11380
11381 * font-lock.el (font-lock-support-mode): Doc fix.
11382
11383 * descr-text.el (describe-property-list): Handle non-symbol prop names.
11384
11385 2005-09-08 Richard M. Stallman <rms@gnu.org>
11386
11387 * simple.el (blink-matching-open): Get rid of text props from
11388 the string shown in echo area. Don't permanently set point.
11389 Some rearrangements.
11390
11391 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11392
11393 * recentf.el (recentf-filename-handler): Add custom choice
11394 `abbreviate-file-name'.
11395
11396 * msb.el (msb--very-many-menus): Fix typo.
11397
11398 * disp-table.el (standard-display-european): Don't set
11399 enable-multibyte-characters to nil.
11400
11401 2005-09-08 David Ponce <david@dponce.com>
11402
11403 * recentf.el (recentf-show-file-shortcuts-flag): New option.
11404 (recentf-expand-file-name): Doc fix.
11405 (recentf-dialog-mode-map): Define digit shortcuts.
11406 (recentf--files-with-key): New variable.
11407 (recentf-show-digit-shortcut-filter): New function.
11408 (recentf-open-files-items): New function.
11409 (recentf-open-files): Use it.
11410 (recentf-open-file-with-key): New command.
11411
11412 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
11413
11414 * buff-menu.el (Buffer-menu-sort-by-column): New function.
11415 Suggested by Kim F. Storm.
11416 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11417 (Buffer-menu-make-sort-button): Use global keymap.
11418
11419 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
11420
11421 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11422 (Man-getpage-in-background-advice): Remove defadvice; it isn't
11423 necessary any longer with the remapped command.
11424 (Man-bgproc-sentinel-advice): Remove defadvice which counts
11425 formatting time only.
11426
11427 * net/tramp.el (tramp-action-password)
11428 (tramp-multi-action-password): Compile the password prompt from
11429 `method', `user' and `host'. Sometimes it isn't obvious which
11430 password to enter, for example with remote files offered by
11431 recentf.el, or with multiple steps. Suggested by Robert Marshall
11432 <robert@chezmarshall.freeserve.co.uk>.
11433
11434 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11437 Fix regexp for when "s///" is at the beginning of line.
11438
11439 2005-09-07 Jay Belanger <belanger@truman.edu>
11440
11441 * calc/calc-poly.el (math-expand-term): Multiply out any powers
11442 when in matrix mode.
11443
11444 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11447 non-anonymous functions.
11448
11449 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
11450
11451 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11452 when using a header line. Otherwise, use mouse-1-click-follows-link.
11453
11454 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11455 can't be moved; don't signal an error.
11456
11457 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
11458
11459 * cus-theme.el (custom-theme-write-faces): Save the current face
11460 spec, not the defface spec.
11461
11462 * custom.el (custom-known-themes): Clarify meaning of "standard".
11463 (custom-push-theme): Save old values in the standard theme.
11464 (disable-theme): Correct typo.
11465 (custom-face-theme-value) Deleted unused function.
11466 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11467
11468 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * progmodes/compile.el (compilation-goto-locus): Take into account
11471 iconified frames when determining whether the buffer is
11472 already visible.
11473 Don't reset window height if the window already existed.
11474
11475 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
11476
11477 * custom.el (load-theme): Rename from require-theme.
11478 Add interactive spec.
11479 (enable-theme): Rename from custom-enable-theme.
11480 Add interactive spec.
11481 (disable-theme): Rename from custom-disable-theme.
11482 Add interactive spec.
11483 (custom-make-theme-feature): Doc fix.
11484 (custom-theme-directory): Doc fix.
11485 (provide-theme): Call enable-theme.
11486
11487 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
11488
11489 * obsolete/lazy-lock.el (lazy-lock-mode):
11490 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11491 font-lock-mode if it's off. Print a warning instead.
11492
11493 * progmodes/compile.el (compilation-start): Ignore errors if the
11494 process died before we get to send-eof.
11495
11496 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11497 Undo last change. Enclosing the result in quotes broke things on Unix
11498 since tex-send-command passes it through shell-quote-argument.
11499 (tex-send-command): Pass `file' through convert-standard-filename
11500 when possible.
11501 (tex-uptodate-p): Handle the case where TeX hasn't put additional
11502 info in a transcript.
11503
11504 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
11505
11506 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11507 fix compilation warning. Reorder the key definitions to group
11508 together keys emitted by the current version of xterm.
11509
11510 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11511 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11512 Reorder predicates to correct min-color usage.
11513
11514 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
11515
11516 * longlines.el (longlines-mode): Inhibit read-only when encoding.
11517 Kill local variables when longlines-mode is turned off.
11518
11519 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11522
11523 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11524
11525 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11526
11527 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11528 (font-lock-lines-before): Change default to being inactive.
11529 (font-lock-default-fontify-region): Obey font-lock-lines-before.
11530 (font-lock-after-change-function): Don't handle f-l-lines-before here.
11531
11532 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11533
11534 * net/tramp.el (tramp-handle-make-auto-save-file-name):
11535 Deactivate temporarily advice if active (not needed for Emacs 22,
11536 but for backwards compatibility).
11537 (tramp-exists-file-name-handler): Rewrite. First implementation
11538 was too simple.
11539 (tramp-advice-make-auto-save-file-name):
11540 Call `tramp-handle-make-auto-save-file-name' (again, just for
11541 backwards compatibility).
11542
11543 2005-08-31 Reto Zimmermann <reto@gnu.org>
11544
11545 * progmodes/vhdl-mode.el
11546 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11547 (vhdl-end-p): Fix indentation bug "else" after "-- when".
11548 (vhdl-set-default-project): New function (easier setting of default).
11549 (vhdl-port-copy): Handle extended identifiers for generics.
11550 (vhdl-compiler-alist): Better description for error message regexp.
11551 (vhdl-make): Query for target, use previous as default.
11552 (vhdl-port-copy): Fix port copy for port names starting with "signal".
11553 (vhdl-font-lock-keywords-2): Fix fontification for record
11554 el. assign.
11555 (vhdl-speedbar-make-subpack-line): Add package body link.
11556 (vhdl-generate-makefile-1): Not include itself as dependency.
11557 (vhdl-font-lock-init): Highlight c-preprocessor directives.
11558 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11559 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11560 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11561 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11562 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11563 (vhdl-import-project): Add string argument for `error'.
11564 (vhdl-compose-configuration)
11565 (vhdl-compose-configuration-architecture): Add configuration
11566 declaration generation.
11567 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11568 (vhdl-trailer-re): Add "record" keyword (better indentation).
11569 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11570 "[^ \t-\"]+".
11571 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11572 (vhdl-testbench-entity-file-name)
11573 (vhdl-testbench-architecture-file-name): Allow separate
11574 customization of testbench file names.
11575 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11576 (vhdl-get-visible-signals): Allow newline within alias declaration.
11577 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11578 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11579 (member-ignore-case): Alias for missing function in XEmacs.
11580 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11581 (vhdl-update-sensitivity-list): Ignore case on read signals.
11582 (vhdl-replace-string): Adjust case only for file names.
11583 (vhdl-update-sensitivity-list): Fix search for read signals.
11584 (vhdl-update-sensitivity-list): Exclude formal parameters.
11585 (vhdl-get-visible-signals): Include aliases of signals.
11586 (vhdl-get-visible-signals): Fix signal name searching.
11587 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11588 (vhdl-fixup-whitespace-region): Fix for character
11589 literals (e.g. `:').
11590
11591 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
11592
11593 * ansi-color.el (comint-last-output-start):
11594 * bs.el (font-lock-verbose):
11595 * diff-mode.el (add-log-buffer-file-name-function):
11596 * dired-x.el (vm-folder-directory):
11597 * faces.el (help-xref-stack-item):
11598 * files.el (font-lock-keywords):
11599 * find-lisp.el (dired-buffers, dired-subdir-alist):
11600 * ido.el (cua-inhibit-cua-keys):
11601 * log-view.el (cvs-minor-wrap-function):
11602 * outline.el (font-lock-warning-face):
11603 * simple.el (compilation-current-error):
11604 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11605 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11606 * tooltip.el (comint-prompt-regexp):
11607 * w32-fns.el (explicit-shell-file-name):
11608 * term/mac-win.el (mac-charset-info-alist)
11609 (mac-services-selection, mac-system-script-code):
11610 * term/tty-colors.el (msdos-color-values):
11611 * term/w32-win.el (xlfd-regexp-registry-subnum):
11612 * term/x-win.el (x-keysym-table, x-selection-timeout)
11613 (x-session-id, x-session-previous-id):
11614 * textmodes/ispell.el (mail-yank-prefix):
11615 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11616 * textmodes/org.el (calc-embedded-close-formula)
11617 (calc-embedded-open-formula)
11618 (font-lock-unfontify-region-function):
11619 * textmodes/reftex-global.el (isearch-next-buffer-function)
11620 (TeX-master):
11621 * textmodes/reftex.el (font-lock-keywords):
11622 * textmodes/tex-mode.el (font-lock-comment-face)
11623 (font-lock-doc-face):
11624 * textmodes/texinfo.el (outline-heading-alist):
11625 Add defvars.
11626
11627 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11628 (artist-spray-chars, artist-mode-init, artist-replace-string)
11629 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11630 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11631 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11632
11633 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11634 (conf-align-assignments): "?\ " -> "?\s".
11635
11636 * textmodes/reftex-index.el (TeX-master): Add defvar.
11637 (reftex-index-phrases-marker): Move up defvar.
11638
11639 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11640 (reftex-toc-include-labels-indicator)
11641 (reftex-toc-include-index-indicator)
11642 (reftex-toc-max-level-indicator): Move up declarations.
11643
11644 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11645 of args to `tramp-run-real-handler', even if it's empty in this case.
11646
11647 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11648
11649 * dired.el (dired-move-to-filename-regexp): Add date format for
11650 Mac OS X 10.3 in East Asian locales.
11651
11652 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
11653
11654 * files.el (make-auto-save-file-name): Add file name handler call
11655 if applicable.
11656
11657 * net/tramp.el (tramp-file-name-handler-alist)
11658 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11659 (tramp-handle-make-auto-save-file-name): Rename from
11660 `tramp-make-auto-save-file-name'.
11661 (tramp-exists-file-name-handler): New defun.
11662 (tramp-advice-make-auto-save-file-name): Make defadvice only when
11663 `make-auto-save-file-name' is not a magic file name operation.
11664
11665 2005-08-30 Richard M. Stallman <rms@gnu.org>
11666
11667 * files.el (risky-local-variable-p):
11668 Match `-predicates' and `-commands.
11669
11670 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11671 (custom-save-all): Visit the file if necessary;
11672 kill the buffer if we created it.
11673 (custom-save-delete): Don't visit file or kill buffer here.
11674
11675 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
11676
11677 * textmodes/org.el (org-special-keyword): New face.
11678 (org-table-copy-down, org-table-eval-formula)
11679 (org-table-recalculate, org-init-section-numbers):
11680 Use `string-to-number' instead of `string-to-int'.
11681 (org-get-location): Use `insert-buffer-substring' instead of
11682 `insert-buffer'.
11683 (org-modify-diary-entry-string): New function.
11684 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11685 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11686 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11687 active region.
11688 (org-export-as-html): Handle QUOTE keyword.
11689 (org-quote-string): New option.
11690 (org-bookmark-jump-unhide): New function, used for
11691 `bookmark-after-jump-hook'.
11692 (org-diary-default-entry): Apply only when not called through
11693 `org-agenda'.
11694
11695 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
11696
11697 * net/eudc.el (mode-popup-menu):
11698 * play/handwrite.el (ps-printer-name, ps-lpr-command):
11699 * progmodes/ada-mode.el (compile-auto-highlight)
11700 (skeleton-further-elements):
11701 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11702 * progmodes/cmacexp.el (msdos-shells):
11703 * progmodes/compile.el (font-lock-extra-managed-props)
11704 (font-lock-keywords, font-lock-maximum-size)
11705 (font-lock-support-mode):
11706 * progmodes/grep.el (font-lock-lines-before):
11707 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11708 * progmodes/mixal-mode.el (compile-command):
11709 * progmodes/perl-mode.el (font-lock-comment-face)
11710 (font-lock-doc-face, font-lock-string-face):
11711 * progmodes/prolog.el (comint-prompt-regexp):
11712 * progmodes/sh-script.el (font-lock-comment-face)
11713 (font-lock-set-defaults, font-lock-string-face):
11714 * progmodes/sql.el (font-lock-keyword-face)
11715 (font-lock-set-defaults, font-lock-string-face):
11716 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11717 (itimer-version, lazy-lock-defer-contextually)
11718 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11719 Add defvars.
11720
11721 * progmodes/cperl-mode.el (cperl-electric-lbrace)
11722 (cperl-electric-keyword, cperl-electric-pod)
11723 (cperl-electric-backspace, cperl-forward-re)
11724 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11725 (vc-rcs-header, vc-sccs-header): Add defvars.
11726
11727 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11728 (font-lock-syntactic-keywords, gud-find-expr-function):
11729 Add defvars.
11730
11731 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11732 (gdb-frame-parameters): Declare before use.
11733
11734 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11735 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11736 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11737 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11738
11739 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11740 (idlwave-help-with-source): Use `insert-buffer-substring', not
11741 `insert-buffer'.
11742
11743 2005-08-29 Juri Linkov <juri@jurta.org>
11744
11745 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11746 Put outline-back-to-heading function call inside save-excursion.
11747
11748 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
11749
11750 * man.el (Man-init-defvars, Man-translate-references)
11751 (Man-support-local-filenames, Man-highlight-references):
11752 * progmodes/sql.el (sql-interactive-mode):
11753 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11754
11755 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11756 (compilation-mode-font-lock-keywords): Add defvars.
11757 (checkdoc-interactive-loop): "?\ " -> "?\s".
11758
11759 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11760 (font-lock-doc-face, font-lock-string-face)
11761 (font-lock-keywords-case-fold-search): Add defvars.
11762 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11763
11764 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11765 Don't pass X and Y (they are ignored anyway).
11766 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11767 (mouse-delete-window): Make arguments optional.
11768
11769 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11770 (caesar-translate-table, minor-modes, news-buffer-save)
11771 (news-group-name, news-minor-modes): Add defvars.
11772
11773 * emacs-lisp/lselect.el (mouse-highlight-priority)
11774 (x-lost-selection-functions, zmacs-regions):
11775 * emacs-lisp/pp.el (font-lock-verbose):
11776 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11777 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11778 (ses-mode-map):
11779 * emacs-lisp/tcover-unsafep.el (safe-functions):
11780 * international/mule-cmds.el (mac-system-coding-system)
11781 (mac-system-locale):
11782 * language/ethio-util.el (rmail-current-message)
11783 (rmail-message-vector):
11784 * language/thai-util.el (thai-auto-composition-mode):
11785 * mail/metamail.el (rmail-current-message, rmail-message-vector):
11786 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11787 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11788 (vm-primary-inbox, vm-spool-files):
11789 * mail/rmail.el (deleted-head, font-lock-fontified)
11790 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11791 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11792 (total-messages):
11793 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11794 (rmail-summary-mode-map):
11795 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11796 (rmail-last-label, rmail-last-multi-labels)
11797 (rmail-summary-vector, rmail-total-messages):
11798 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11799 * mail/rmailsum.el (msgnum):
11800 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11801 (rmail-current-message):
11802 * obsolete/fast-lock.el (font-lock-face-list):
11803 * obsolete/rnewspost.el (mail-reply-buffer):
11804 * obsolete/scribe.el (compile-command):
11805 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11806
11807 2005-08-28 John Paul Wallington <jpw@gnu.org>
11808
11809 * ibuf-ext.el (ibuffer-auto-update-changed):
11810 Use `frame-or-buffer-changed-p' to check whether we need to update.
11811 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11812 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
11813 as a `frame-or-buffer-changed-p' state vector instead.
11814
11815 2005-08-27 Romain Francoise <romain@orebokech.com>
11816
11817 * textmodes/makeinfo.el (makeinfo-compile):
11818 Use `compilation-start'. Set `next-error-function' according to
11819 `disable-errors'.
11820 (makeinfo-next-error): New function.
11821 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11822 (makeinfo-buffer): Likewise.
11823
11824 * progmodes/compile.el (compilation-start): Add autoload cookie.
11825
11826 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11827 * textmodes/sgml-mode.el: Likewise.
11828 * progmodes/python.el: Likewise.
11829
11830 2005-08-27 Eli Zaretskii <eliz@gnu.org>
11831
11832 * simple.el (blink-matching-paren-distance): Document the meaning
11833 of nil value, and allow to customize to nil.
11834
11835 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11836 command.com, not command.exe.
11837
11838 2005-08-26 John Wiegley <johnw@newartisans.com>
11839
11840 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11841 code around a bit so that an extraneous nil argument is not added
11842 to a command when no args are given.
11843
11844 * eshell/esh-arg.el (eshell-parse-double-quote): If a
11845 double-quoted argument resolves to nil, return it as an empty
11846 string rather than as nil. This made it impossible to pass "" to
11847 a shell script as a null string argument.
11848
11849 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
11850
11851 * outline.el (outline-invent-heading): New fun.
11852 (outline-promote, outline-demote): Use it.
11853 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11854 (outline-end-of-subtree): Remove unused var `opoint'.
11855
11856 2005-08-26 David Reitter <david.reitter@gmail.com>
11857
11858 * menu-bar.el (truncate-lines, write-file, print-buffer)
11859 (ps-print-buffer-faces, ps-print-buffer, split-window):
11860 Disable menu items when the frame they refer to is invisible, or when
11861 they refer to a buffer and the minibuffer is selected.
11862
11863 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11864
11865 * progmodes/flymake.el (flymake-highlight-err-lines):
11866 Use save-excursion around flymake-highlight-line to preserve point.
11867
11868 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11869
11870 * progmodes/octave-mod.el: Change Author and Maintainer address.
11871 (octave-maintainer-address): Change Kurt's email address.
11872 * progmodes/octave-inf.el: Change Author and Maintainer address.
11873 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11874
11875 2005-08-26 Kim F. Storm <storm@cua.dk>
11876
11877 * subr.el (version-list-<, version-list-<=, version-list-=):
11878 Rename from integer-list-*.
11879 (version-list-not-zero): Likewise. Fix while loop.
11880 (version=): Use version-list-= instead of string-equal.
11881
11882 2005-08-26 Richard M. Stallman <rms@gnu.org>
11883
11884 * outline.el (outline-promote): Try shortening the heading.
11885 As last resort, read the heading to use.
11886 (outline-demote): As last resort, read the heading to use.
11887
11888 2005-08-26 Romain Francoise <romain@orebokech.com>
11889
11890 * progmodes/compile.el (compilation-start): Doc fix.
11891
11892 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11893 (antlr-font-lock-additional-keywords): Fix reference to
11894 `antlr-font-lock-literal-regexp' erroneously changed during the
11895 mass face rename.
11896 (antlr-run-tool): Use `compilation-start'.
11897
11898 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11899 instead of the obsolete `compile-internal'.
11900
11901 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11902
11903 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11904 (number, original-date):
11905 * calendar/cal-china.el (date):
11906 * calendar/cal-coptic.el (date):
11907 * calendar/cal-french.el (date):
11908 * calendar/cal-hebrew.el (date, entry, number, original-date):
11909 * calendar/cal-islam.el (date, number, original-date):
11910 * calendar/cal-iso.el (date):
11911 * calendar/cal-julian.el (date):
11912 * calendar/cal-mayan.el (date):
11913 * calendar/cal-menu.el (date, event):
11914 * calendar/cal-persia.el (date):
11915 * calendar/lunar.el (date):
11916 * calendar/solar.el (date): Add defvars.
11917
11918 * emerge.el:
11919 * ibuffer.el:
11920 * info-xref.el:
11921 * obsolete/bg-mouse.el:
11922 * obsolete/sun-curs.el:
11923 * obsolete/swedish.el: Move the `defvar's to the top level.
11924
11925 * smerge-mode.el (smerge-refined-change): Add :group.
11926
11927 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11928
11929 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11930 (smerge-keep-n): Remove props.
11931 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11932 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11933 now that it's done in smerge-keep-n.
11934 (smerge-refined-change): New face.
11935 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11936 (smerge-refine): New funs.
11937 (smerge-basic-map): Bind smerge-refine.
11938
11939 2005-08-25 Juri Linkov <juri@jurta.org>
11940
11941 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11942 compilation-process-setup-function and compilation-disable-input
11943 in grep-mode instead of let-bindings in grep.
11944
11945 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11946 Delete "Automatic File De/compression" (auto-compression-mode).
11947
11948 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11949
11950 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11951 Silence warning about non-existent variable.
11952
11953 2005-08-25 Richard M. Stallman <rms@gnu.org>
11954
11955 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11956 Rename "Describe Key" to "Describe Key or Mouse Operation".
11957
11958 * mail/mailalias.el (build-mail-aliases): Delete comments
11959 from the contents before processing them.
11960
11961 * isearch.el (isearch-edit-string): Erase the Search prompt
11962 if user enters an empty string and there is no default.
11963
11964 * comint.el (comint-file-name-prefix): Add autoload.
11965
11966 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11967
11968 * subr.el (play-sound): Rearrange to avoid warning.
11969
11970 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11971
11972 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11973 New hook.
11974 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11975
11976 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11979
11980 * custom.el (custom-theme-set-variables): Sort minor modes last.
11981
11982 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11983
11984 * subr.el (version-separator, version-regexp-alist): New vars used by
11985 version comparison funs.
11986 (integer-list-<, integer-list-=, integer-list-<=)
11987 (integer-list-not-zero): New funs for integer list comparison.
11988 (version-to-list, version=, version<, version<=): New funs for version
11989 comparison.
11990
11991 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11992
11993 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11994 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11995 time to silence the byte-compiler.
11996
11997 * ibuffer.el (ibuffer-compile-make-eliding-form)
11998 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11999 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12000 so it's silly to get warnings for it).
12001 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12002 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12003 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12004 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12005 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12006 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12007 Defvar at compile time.
12008 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12009 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12010 Declare them before use.
12011
12012 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12013 (info-xref-good, info-xref-bad): Defvar at compile time.
12014
12015 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12016 Use `let*' instead of `let'.
12017
12018 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12019 (*mouse-y*, menu, char): Defvar at compile time.
12020 (sc::menu): Declare it before use.
12021 (sc::pack-one-line): Use `let', not `let*'.
12022
12023 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12024 (mail-send-hook): Defvar at compile time.
12025
12026 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12027 Defvar at compile time.
12028
12029 * term/sun-mouse.el (current-global-mousemap)
12030 (current-local-mousemap): Declare them before use.
12031
12032 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
12033
12034 * bookmark.el (bookmark-after-jump-hook): New hook.
12035 (bookmark-jump): Run `bookmark-after-jump-hook'.
12036
12037 2005-08-23 Juri Linkov <juri@jurta.org>
12038
12039 * faces.el (minibuffer-prompt): Doc fix.
12040
12041 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
12042
12043 * progmodes/xscheme.el: Trivial changes to silence warnings.
12044 (xscheme-previous-mode, xscheme-previous-process-state):
12045 Add defvars.
12046 (xscheme-last-input-end, xscheme-process-command-line)
12047 (xscheme-process-name, xscheme-buffer-name)
12048 (xscheme-expressions-ring-max, xscheme-expressions-ring)
12049 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12050 (xscheme-control-g-synchronization-p)
12051 (xscheme-control-g-disabled-p, xscheme-string-receiver)
12052 (default-xscheme-runlight, xscheme-runlight)
12053 (xscheme-runlight-string, xscheme-process-filter-state)
12054 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12055 Move to beginning of file.
12056 (scheme-interaction-mode-commands-alist)
12057 (scheme-interaction-mode-map, scheme-debugger-mode-map):
12058 Declare them before use. Note: the initialization code for the variables
12059 has not been moved because it uses functions that reference the variables.
12060 (xscheme-control-g-message-string, xscheme-process-filter-alist)
12061 (xscheme-prompt-for-expression-map): Declare them before use.
12062 (scheme-debugger-mode-commands): "?\ " -> "?\s".
12063
12064 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
12065
12066 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12067
12068 2005-08-22 Juri Linkov <juri@jurta.org>
12069
12070 * faces.el (set-face-underline): Delete this duplicate function
12071 and make an obsolete alias to set-face-underline-p.
12072 (set-face-underline-p): Use docstring of set-face-underline.
12073 (describe-face): Create hyperlink to parent face.
12074
12075 * info.el (Info-insert-dir): Use save-excursion around
12076 insert-buffer-substring.
12077 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12078 (Info-escape-percent): Delete function.
12079 (Info-fontify-node): Replace Info-escape-percent by
12080 replace-regexp-in-string with REP arg set to lambda that
12081 duplicates `%' and preserves text properties.
12082
12083 * progmodes/compile.el (compilation-disable-input): Doc fix.
12084 (define-compilation-mode): Doc fix and refill.
12085 (kill-compilation): Use `mode-name' in the error message.
12086 (compilation-find-file): Use `compilation-error' in the
12087 read-file-name's prompt.
12088
12089 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12092 (smerge-auto-leave): Make undo re-enable the mode.
12093 (debug-ignored-errors): Add the user-error of impossible resolution.
12094 (smerge-resolve): Move things around a bit, in preparation for later.
12095 (smerge-diff): Don't fail if the buffer has no associated file.
12096 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12097 (smerge-conflict-overlay): New function.
12098 (smerge-match-conflict): Don't add text properties here.
12099 (smerge-find-conflict): Instead, add an overlay here.
12100 Also check for the case where we're inside a conflict already, so as to
12101 obviate the need for font-lock-multiline, which is unbearably slow with
12102 large conflicts and ciomplex font-lock patterns.
12103 (smerge-remove-props): Remove overlay rather than text-properties.
12104 (smerge-mode): Don't set font-lock-multiline.
12105 Remove overlays when turned off.
12106
12107 2005-08-21 Kim F. Storm <storm@cua.dk>
12108
12109 * ido.el (ido-ignore-item-p): Use save-match-data.
12110 Bind case-fold-search to ido-case-fold locally.
12111
12112 2005-08-20 Richard M. Stallman <rms@gnu.org>
12113
12114 * files.el (normal-mode): If font lock is on, turn it off and on.
12115
12116 * subr.el (replace-regexp-in-string): Doc fix.
12117
12118 * startup.el (command-line-1): Don't suppress startup screen
12119 due to existing processes.
12120
12121 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12122
12123 * progmodes/compile.el (compilation-disable-input): Default to nil.
12124
12125 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12126
12127 * progmodes/compile.el (compilation-disable-input): New defcustom.
12128 (compilation-start): If compilation-disable-input is non-nil, send
12129 EOF to the compilation process.
12130
12131 2005-08-20 Eli Zaretskii <eliz@gnu.org>
12132
12133 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12134 Run the argument of tex-shell-cd-command through
12135 convert-standard-filename, to get the correct style of slashes on
12136 Windows, and enclose the result in quotes, in case the file name
12137 includes whitespace or other special characters.
12138
12139 2005-08-19 Andreas Schwab <schwab@suse.de>
12140
12141 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12142 process.
12143
12144 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
12145
12146 * cus-start.el (minibuffer-prompt-properties): Correct typo.
12147
12148 2005-08-18 Kim F. Storm <storm@cua.dk>
12149
12150 * scroll-lock.el: Fix errors due to incorrect line wrapping.
12151
12152 2005-08-18 Richard M. Stallman <rms@gnu.org>
12153
12154 * scroll-lock.el: New file.
12155
12156 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
12157
12158 * dired.el (dired-move-to-end-of-filename):
12159 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12160
12161 2005-08-18 Kim F. Storm <storm@cua.dk>
12162
12163 * ido.el (ido-everywhere): Fix defcustom :set function to disable
12164 rather than toggle mode when custom value is nil.
12165 (ido-everywhere): Fix defun doc string.
12166
12167 2005-08-17 Richard M. Stallman <rms@gnu.org>
12168
12169 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12170 as tag instead of "Inviolable".
12171
12172 2005-08-17 Kim F. Storm <storm@cua.dk>
12173
12174 * windmove.el (windmove-coordinates-of-position): Remove.
12175 (windmove-coordinates-of-window-position): Remove.
12176 (windmove-reference-loc): Use posn-at-point instead.
12177
12178 * subr.el (insert-for-yank-1): Doc fix.
12179
12180 * ido.el (ido-enter-matching-directory): Rename from
12181 ido-enter-single-matching-directory. Change `slash' choice to
12182 `only'. Add `first' choice.
12183 (ido-exhibit): Adapt to above changes.
12184
12185 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
12186
12187 * Makefile.in: Expand comment about building loaddefs.el.
12188
12189 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
12190
12191 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12192 Comment use of defadvice.
12193
12194 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12195
12196 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
12197
12198 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12199 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12200 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12201 * progmodes/idlw-shell.el, progmodes/ld-script.el,
12202 * progmodes/which-func.el, ruler-mode.el, strokes.el,
12203 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12204 for backward compatibility for faces that did not appear in the
12205 previous Emacs release.
12206
12207 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12208
12209 2005-08-15 Kim F. Storm <storm@cua.dk>
12210
12211 * emulation/cua-base.el (cua-delete-region): Return t if
12212 deleted region was non-empty.
12213 (cua-replace-region): Inhibit overwrite-mode for
12214 self-insert-command if replaced region was non-empty.
12215 (cua--explicit-region-start, cua--status-string): Make them
12216 buffer-local at top-level...
12217 (cua-mode): ...rather than when mode is enabled.
12218
12219 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
12220
12221 * progmodes/vhdl-mode.el (vhdl-emacs-21):
12222 Set t for Emacs 21, 22, and so on.
12223
12224 2005-08-15 David Ponce <david@dponce.com>
12225
12226 * tree-widget.el: Update Commentary header.
12227 (tree-widget-theme): Doc fix.
12228 (tree-widget-space-width): New option.
12229 (tree-widget-image-properties): Look up in the default theme too.
12230 (tree-widget--cursors): Only for images with arrow pointer shape.
12231 (tree-widget-lookup-image): Pointer shape is hand by default.
12232 (tree-widget-icon): Rename generic icon widget from
12233 `tree-widget-control'.
12234 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12235 derive from `tree-widget-icon'.
12236 (tree-widget-handle): Improve default look and feel of the text
12237 representation.
12238 (tree-widget): Rename :*-control properties to :*-icon properties.
12239 Add :action and :help-echo properties.
12240 (tree-widget-after-toggle-functions): Move.
12241 (tree-widget-close-node, tree-widget-open-node): Remove.
12242 (tree-widget-before-create-icon-functions): New hook.
12243 (tree-widget-value-create): Update to allow customization of icons
12244 and nodes at run-time via that new hook.
12245 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12246 (tree-widget-icon-action, tree-widget-icon-help-echo)
12247 (tree-widget-action, tree-widget-help-echo): New functions.
12248
12249 2005-08-15 Kim F. Storm <storm@cua.dk>
12250
12251 * ido.el (ido-buffer-internal): Use with-no-warnings.
12252 (ido-make-merged-file-list): Use while-no-input.
12253
12254 2005-08-15 Richard M. Stallman <rms@gnu.org>
12255
12256 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12257 (flyspell-large-region): Fix doc and custom type.
12258
12259 2005-08-14 Richard M. Stallman <rms@gnu.org>
12260
12261 * files.el (interpreter-mode-alist): Doc fix.
12262
12263 * mail/rmail.el (rmail-nonignored-headers): New variable.
12264 (rmail-clear-headers): Use it.
12265 (rmail-reply): Better handling of mail-followup-to header.
12266
12267 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12268 Rename variable from sh-font-lock-keywords. In the `shell' entry,
12269 don't try to refer to executable-font-lock-keywords.
12270 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12271 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12272 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12273 (sh-mode): Set comment-start-skip, local-abbrev-table,
12274 imenu-case-fold-search.
12275 (sh-set-shell): Don't set them here.
12276 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
12277 Don't cache the results in the original alist; don't ever modify
12278 that alist.
12279
12280 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12281
12282 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12283 empty.
12284
12285 2005-08-15 Andreas Schwab <schwab@suse.de>
12286
12287 * desktop.el: Put autoload cookie at risky-local-variable declarations.
12288
12289 * dired.el, info.el, mail/rmail.el: Revert last change.
12290
12291 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
12292
12293 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12294 modification in `eval-after-load' form.
12295 * info.el: Likewise.
12296 * mail/rmail.el: Likewise.
12297
12298 2005-08-14 Juri Linkov <juri@jurta.org>
12299
12300 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12301 Remove highlighting of "Compilation started". Highlight only
12302 the word "finished" in "Compilation finished". Add highlighting
12303 of "interrupt", "killed", "terminated" and the exit code.
12304 (compilation-start): Add newline after header. Use exactly the
12305 same time stamp format as the finishing message.
12306 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12307
12308 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12309 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12310 Add highlighting of "interrupt", "killed", "terminated".
12311
12312 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12313 enabled and the current command is self-insert-command, call it
12314 explicitly with overwrite-mode bound to nil, to not allow it
12315 to delete the character after the selected region.
12316
12317 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
12318
12319 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12320 move-end-of-line, end-of-line, and beginning-of-line to the list
12321 of commands after which the echo area is updated.
12322
12323 2005-08-12 Eli Zaretskii <eliz@gnu.org>
12324
12325 * cus-edit.el (custom-save-all, custom-save-delete):
12326 Bind recentf-exclude to exclude custom-file.
12327
12328 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
12329
12330 * mail/rmailsum.el (rmail-summary-end-of-message): New command
12331 to go to the bottom of the mail message. Added to
12332 `rmail-summary-mode-map' with key "/".
12333 (rmail-summary-show-message): New (internal) function for use by
12334 both `rmail-summary-beginning/end-of-message'.
12335 (rmail-summary-beginning-of-message): Change to use
12336 rmail-summary-show-message.
12337
12338 * mail/rmail.el (rmail-end-of-message): New command to go to the
12339 end of the current message. Added to `rmail-mode-map' with key "/".
12340 (rmail-beginning-of-message): Fix to work as documented.
12341 (rmail-mode): Change documentation.
12342
12343 * progmodes/compile.el (compilation-start): Add the line
12344 "Compilation started" with compilation start time.
12345 (compilation-mode-font-lock-keywords): Add `started' to keywords.
12346
12347 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
12348
12349 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12350 of menu items.
12351
12352 2005-08-11 Richard M. Stallman <rms@gnu.org>
12353
12354 * simple.el (pop-global-mark): Reverse test of widen-automatically.
12355
12356 * battery.el (battery-status-function): Don't use ignore-errors.
12357
12358 2005-08-11 Lute Kamstra <lute@gnu.org>
12359
12360 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12361 define-obsolete-variable-alias.
12362
12363 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12366 (ange-ftp-send-cmd): Revert last change, and expand
12367 the comment explaining the problem.
12368
12369 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
12370
12371 * ldefs-boot.el: Update.
12372
12373 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12374 item to "Time, Load and Mail". Change help echo text.
12375
12376 * time.el (display-time-use-mail-icon, display-time-format)
12377 (display-time-string-forms): Shorten first line of docstrings.
12378
12379 2005-08-10 Lars Hansen <larsh@soem.dk>
12380
12381 * desktop.el (desktop-buffer-mode-handlers):
12382 Make non-customizable. Add autoload cookie. Change initial value to
12383 nil; add elements in respective modules instead. Fix doc string.
12384 (desktop-load-file): New function.
12385 (desktop-minor-mode-handlers): New autoloaded variable.
12386 (desktop-create-buffer): Call minor mode handlers.
12387 Use desktop-load-file to load major and minor mode modules prior to
12388 checking for a handler.
12389 (desktop-save): Don't add nil to desktop-minor-modes for minor
12390 modes with nil function in desktop-minor-mode-table. Don't delete
12391 desktop file before rewriting it.
12392 (desktop-locals-to-save): Add autoload cookie. Don't make
12393 automatically buffer-local. Add variables column-number-mode,
12394 size-indication-mode, indent-tabs-mode,
12395 indicate-buffer-boundaries, indicate-empty-lines and
12396 show-trailing-whitespace.
12397 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12398 regexps. Don't use desktop-clear-preserve-buffers-regexp.
12399 (desktop-clear-preserve-buffers-regexp): Delete.
12400 (desktop-clear-preserve-buffers): Update initial value and docstring.
12401 (desktop-save-buffer): Fix doc string.
12402
12403 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12404 (hilit-chg-desktop-restore): New function.
12405 (highlight-changes-mode): Add highlight-changes-mode to
12406 desktop-locals-to-save.
12407
12408 * dired.el: Add handler to desktop-buffer-mode-handlers.
12409 (dired-restore-desktop-buffer): Remove autoload cookie.
12410 (dired-mode): Add autoload cookie.
12411
12412 * info.el: Add handler to desktop-buffer-mode-handlers.
12413 (Info-restore-desktop-buffer): Remove autoload cookie.
12414 (Info-mode): Add autoload cookie.
12415
12416 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12417 (mh-restore-desktop-buffer): Remove autoload cookie.
12418 (mh-folder-mode): Add autoload cookie.
12419
12420 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12421 (rmail-restore-desktop-buffer): Remove autoload cookie.
12422
12423 2005-08-11 Masatake YAMATO <jet@gyve.org>
12424
12425 * hexl.el (hexl-address-region):
12426 (hexl-ascii-region, hexl-font-lock-keywords):
12427 (hexl-highlight-line-range): Use the term "region"
12428 instead of "area" for consistency with the other symbols
12429 defined in hexl.el.
12430
12431 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
12432
12433 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12434 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12435 out by Juri Linkov). Add `display-battery-mode'.
12436
12437 2005-08-09 Juri Linkov <juri@jurta.org>
12438
12439 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12440 Remove `-text' from face variable names.
12441 (compilation-error-file-name, compilation-warning-file-name)
12442 (compilation-info-file-name): Delete faces.
12443 (compilation-line-number, compilation-column-number):
12444 Remove face underlining.
12445 (compilation-message-face): Set to `underline' value by default.
12446 (compilation-error-face, compilation-warning-face)
12447 (compilation-info-face): Remove `-file-name' from face names.
12448 (compilation-error-text-face, compilation-warning-text-face)
12449 (compilation-info-text-face): Delete face variables.
12450 (compilation-text-face): Delete function.
12451
12452 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12453 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12454 (grep-error-face): Set to `compilation-error' instead of
12455 `compilation-error-face' (which is redefined to `grep-hit-face' in
12456 grep buffers).
12457 (grep-mode-font-lock-keywords): Remove `-text' from face variable
12458 names. Use `grep-error-face' instead of `compilation-error-text-face'.
12459
12460 * dired-aux.el (dired-do-query-replace-regexp):
12461 Use `query-replace-read-args'.
12462
12463 * replace.el (query-replace-read-from, query-replace-read-to)
12464 (query-replace-read-args): Rename arg `string' to `prompt'.
12465
12466 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12467
12468 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12469
12470 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12471 uploading files.
12472 (ange-ftp-canonize-filename): Handle file names beginning with ~
12473 correctly.
12474
12475 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12476
12477 * textmodes/fill.el (canonically-space-region)
12478 (fill-context-prefix, fill-french-nobreak-p)
12479 (fill-delete-newlines, fill-comment-paragraph)
12480 (justify-current-line): "?\ " -> "?\s".
12481
12482 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
12483
12484 * textmodes/fill.el (fill-nonuniform-paragraphs):
12485 Improve argument/docstring consistency.
12486
12487 2005-08-09 Richard M. Stallman <rms@gnu.org>
12488
12489 * textmodes/ispell.el (ispell-word): More fboundp checks.
12490
12491 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12492 (find-file-noselect-1): Call it here, only if RAWFILE.
12493 (normal-mode): Always set some major mode.
12494 (save-some-buffers-action-alist): Change some explanation strings.
12495 (file-name-non-special): In the `quote' method, use unwind-protect.
12496
12497 2005-08-09 Magnus Henoch <mange@freemail.hu>
12498
12499 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12500 (ispell-have-aspell-dictionaries): New variable.
12501 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12502 (ispell-get-aspell-config-value): New function.
12503 (ispell-aspell-find-dictionary): New function.
12504 (ispell-aspell-add-aliases): New function.
12505 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12506 appropriate. Don't look for ispell dictionaries if we use aspell.
12507 (ispell-menu-map): Don't build a submenu of dictionaries.
12508
12509 2005-08-09 Richard M. Stallman <rms@gnu.org>
12510
12511 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12512 (sql-read-passwd): Use read-passwd.
12513
12514 * progmodes/idlw-toolbar.el (idlwave-toolbar)
12515 (idlwave-toolbar-is-possible): Add defvars.
12516
12517 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12518 Avoid warnings.
12519
12520 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12521 (idlwave-system-class-info, idlwave-executive-commands-alist):
12522 Use defvar.
12523
12524 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12525
12526 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12527 Avoid warnings.
12528
12529 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12530 and content-type: headers.
12531
12532 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12533
12534 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12535 and rename some of them to be more self-explanatory.
12536
12537 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12538
12539 * startup.el (command-line-1): Implement -scriptload.
12540
12541 * replace.el (occur-engine): Initial *Occur* output not undoable.
12542
12543 * menu-bar.el (menu-bar-file-menu): Rename some menu items
12544 and improve help strings.
12545
12546 * isearch.el (isearch-repeat): When changing direction,
12547 mark search successful.
12548
12549 * ediff-init.el: Use (featurep 'xemacs).
12550
12551 * comint.el (send-invisible): Identify buffer, if not selected.
12552
12553 * align.el: Delete autoload for c-guess-basic-syntax.
12554
12555 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
12556
12557 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12558 Improve argument/docstring consistency. Doc fixes.
12559 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12560 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12561 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12562 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12563 (r2bv-organization, r2bv-pages, r2bv-primary-author)
12564 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12565 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12566 Defvar at compile time.
12567
12568 2005-08-09 Juri Linkov <juri@jurta.org>
12569
12570 * info.el: Replace `info' with upper-case `Info' where appropriate.
12571 (info-title-1, info-title-2, info-title-3, info-title-4)
12572 (info-menu-header): Move up face definitions.
12573 (info-menu-star): Rename from `info-menu-5'.
12574 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12575 (Info-fontify-visited-nodes): Fix docstring.
12576 (Info-hide-note-references): Fix docstring.
12577 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12578 menu items in the same way as on cross-references.
12579 (info-apropos): Fix sorting order and formatting to be like in the
12580 stand-alone Info browser. Display error messages for 1 sec.
12581 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
12582 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12583 from the menu bar.
12584 (Info-insert-dir): Restore point after calling
12585 `insert-buffer-substring'.
12586
12587 2005-08-08 Richard M. Stallman <rms@gnu.org>
12588
12589 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12590 (recompute-lucid-menubar): Add defvars.
12591
12592 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12593
12594 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12595
12596 * net/net-utils.el (run-dig): Rename from `dig'.
12597
12598 * play/gametree.el (gametree-mode): Use make-local-variable,
12599 not make-variable-buffer-local.
12600
12601 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12602
12603 * ansi-color.el (ansi-color-make-extent)
12604 (ansi-color-set-extent-face): Use fboundp, not functionp.
12605
12606 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12607 not make-variable-buffer-local.
12608
12609 * bookmark.el (Info-current-file): Add defvar.
12610 (bookmark-jump-noselect): Use with-no-warnings.
12611
12612 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12613
12614 * ebuff-menu.el (Helper-return-blurb): Add defvar.
12615
12616 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12617
12618 * find-file.el (ada-procedure-start-regexp)
12619 (ada-package-start-regexp): Add defvars.
12620
12621 * info.el (Info-insert-dir): Use insert-buffer-substring.
12622
12623 * xml.el (xml-att-def-re): Add defvar.
12624
12625 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12626 calling convention.
12627
12628 * subr.el (while-no-input): Return t if there is input.
12629
12630 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
12631
12632 * cus-start.el (all): Add `overflow-newline-into-fringe'.
12633
12634 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
12635
12636 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12637 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12638
12639 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
12640
12641 * cmuscheme.el (scheme-start-file): Replace reference to
12642 `user-emacs-directory' by "~/.emacs.d/".
12643
12644 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
12645
12646 * info.el (Info-dir-remove-duplicates): Avoid case folding
12647 in loop; instead, keep downcased strings for comparison.
12648 Suggested by Helmut Eller.
12649
12650 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
12651
12652 Sync with Tramp 2.0.50.
12653
12654 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12655 XEmacs case; not necessary anymore.
12656 (tramp-user-regexp): Allow "@" as part of user name.
12657 (tramp-handle-set-visited-file-modtime)
12658 (tramp-handle-insert-file-contents)
12659 (tramp-handle-write-region): No special handling for
12660 `last-coding-system-used, because this is done in
12661 `tramp-accept-process-output' now.
12662 (tramp-accept-process-output): New defun.
12663 (tramp-process-one-action, tramp-process-one-multi-action)
12664 (tramp-wait-for-regexp, tramp-wait-for-output)
12665 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
12666 Howells <dhowells@redhat.com>.
12667 (clear-visited-file-modtime): Defadvice removed. The check for
12668 unset buffer's modtime does not need to be based on
12669 `tramp-buffer-file-attributes'. Suggested by RMS.
12670 (tramp-message): Insert "\n" if not being at beginning of line.
12671 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12672 sequence with same logic.
12673 (tramp-completion-handle-expand-file-name): Discard call of
12674 `tramp-drop-volume-letter'. It is not necessary, and there have
12675 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12676 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12677 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12678 should always be visible.
12679 (tramp-handle-insert-directory, tramp-setup-complete)
12680 (tramp-set-process-query-on-exit-flag)
12681 (tramp-append-tramp-buffers): Pacify byte-compiler.
12682 (tramp-bug): Delete non-existing variables from list.
12683 Apply `tramp-load-report-modules' as pre-hook.
12684 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12685 `shell-prompt-pattern' because of non-7bit characters.
12686 Reported by Sebastian Luque <sluque@mun.ca>.
12687 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12688 (tramp-match-string-list): Remove function.
12689 (tramp-wait-for-regexp): Remove call of that function.
12690 Suggested by Kim F. Storm <storm@cua.dk>.
12691 (tramp-set-auto-save-file-modes): Use octal integer code #o600
12692 instead of octal character code ?\600. The latter resulted in a
12693 syntax error with XEmacs.
12694
12695 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12696 XEmacs case; not necessary anymore.
12697 (tramp-smb-handle-write-region): No special handling for
12698 `last-coding-system-used, because this is done in
12699 `tramp-accept-process-output' now.
12700 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12701
12702 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
12703
12704 * wid-edit.el (widget-choice-value-create):
12705 Unconditionally respect user choice. Set :explicit-choice back to nil
12706 when no longer needed.
12707 (widget-choice-action): Unconditionally respect user choice.
12708 Eliminate :explicit-choice-value.
12709
12710 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12711
12712 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12713 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12714 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12715 running new function `toggle-indicate-empty-lines'.
12716 Rename "Customize" item to "Customize fringe".
12717 Rename "Indicators" item to "Buffer boundaries" and change help echo.
12718 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12719 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12720 Delete "Empty lines only" item.
12721 (menu-bar-showhide-fringe-ind-customize): New function.
12722 (menu-bar-showhide-fringe-ind-mixed)
12723 (menu-bar-showhide-fringe-ind-box)
12724 (menu-bar-showhide-fringe-ind-right)
12725 (menu-bar-showhide-fringe-ind-left)
12726 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12727 instead of `fringe-indicators'.
12728
12729 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12730
12731 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12732 Change the date of last update.
12733
12734 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
12735
12736 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12737 (viper-exec-yank, viper-put-back): Don't display modification msg
12738 if in the minibuffer.
12739
12740 * viper-init.el (viper-replace-overlay-cursor-color)
12741 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12742 Make variables frame local.
12743
12744 * viper-util.el (viper-append-filter-alist): Use append instead of
12745 nconc.
12746
12747 * viper.el (viper-vi-state-mode-list)
12748 (viper-emacs-state-mode-list): Move help-mode and
12749 completion-list-mode from the first list to the second.
12750 (viper-mode): Docstring.
12751 (viper-go-away, viper-non-hook-settings): Don't localize
12752 minor-mode-alist in newer Emacsen. Add advice to
12753 set-cursor-color. Don't bind "\C-c\\".
12754
12755 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
12756
12757 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12758 (scheme-macro-expand-command): New user options.
12759 (scheme-trace-procedure, scheme-expand-current-form): New commands.
12760 (scheme-form-at-point, scheme-start-file)
12761 (scheme-interactively-start-process): New functions.
12762 (scheme-get-process): New function, extracted from `scheme-proc'.
12763 (run-scheme): Call `scheme-start-file' to get start file, and pass
12764 it to `make-comint'.
12765 (switch-to-scheme, scheme-proc):
12766 Call `scheme-interactively-start-process' if no Scheme buffer/process
12767 is available.
12768
12769 2005-08-06 Juri Linkov <juri@jurta.org>
12770
12771 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12772 Use `compilation-text-face', `compilation-info-text-face' and
12773 `compilation-error-text-face' instead of `font-lock-keyword-face'.
12774 (compilation-error): New face.
12775 (compilation-error-file-name): Inherit from
12776 `compilation-error' instead of `font-lock-warning-face'.
12777 (compilation-warning-file-name): Inherit from
12778 `compilation-warning' instead of `font-lock-warning-face'.
12779 (compilation-info, compilation-error-file-name)
12780 (compilation-warning-file-name, compilation-info-file-name)
12781 (compilation-line-number, compilation-column-number): Doc fix.
12782 (compilation-error-text-face, compilation-warning-text-face)
12783 (compilation-info-text-face): New face variables.
12784 (compilation-line-face, compilation-column-face)
12785 (compilation-enter-directory-face)
12786 (compilation-leave-directory-face): Doc fix.
12787 (compilation-text-face): New function.
12788
12789 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12790 instead of 1 to display binary file names as info file links.
12791 (grep-error-face): Use `compilation-error-face' instead of
12792 `font-lock-keyword-face'.
12793 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12794 and `compilation-warning-text-face' instead of
12795 `font-lock-keyword-face'. Use `compilation-error-text-face'
12796 instead of `grep-error-face'.
12797
12798 2005-08-05 Kenichi Handa <handa@m17n.org>
12799
12800 * international/code-pages.el: Add autoload cookies for all coding
12801 systems.
12802
12803 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
12804
12805 * cus-start.el (all): Put undo.c where it alphabetically belongs.
12806
12807 2005-08-04 Juri Linkov <juri@jurta.org>
12808
12809 * progmodes/compile.el (compilation-mode-map):
12810 * progmodes/grep.el (grep-mode-map):
12811 Bind TAB to `compilation-next-error' and [backtab] to
12812 `compilation-previous-error'.
12813
12814 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12815 matching line numbers, column numbers and their ranges with regexp
12816 matching only line numbers.
12817 (grep-context-face): New face variable.
12818 (grep-mode-font-lock-keywords): Use it.
12819
12820 * faces.el (read-face-name): Delete duplicate faces.
12821
12822 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
12823
12824 * thumbs.el (thumbs-find-image): Don't make variables
12825 automatically buffer local.
12826 (thumbs-current-tmp-filename, thumbs-current-image-filename)
12827 (thumbs-image-num): Make automatically buffer local.
12828 (thumbs-show-thumbs-list): Use `make-local-variable', not
12829 `make-variable-buffer-local'.
12830 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12831
12832 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12833 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12834 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12835 (bother, bye, canyou, chatlst, continue, deathlst, describe)
12836 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12837 (feelings-about, foullst, found, hello, history, howareyoulst)
12838 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12839 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12840 (neglst, obj, object, owner, please, problems, qlist)
12841 (random-adjective, relation, remlst, repetitive-shortness)
12842 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12843 (shortlst, something, sportslst, stallmanlst, states, subj)
12844 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12845 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12846 Defvar at compile time.
12847
12848 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12849 not `make-variable-buffer-local'.
12850
12851 2005-08-02 Kim F. Storm <storm@cua.dk>
12852
12853 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12854 rectangle overlay in selected window.
12855
12856 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12857
12858 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12859 instead of display group. Make `indicate-buffer-boundaries'
12860 customizable through Custom.
12861
12862 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12863
12864 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12865 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12866 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12867 (gdb-put-string): Fix typos in docstrings.
12868
12869 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12870
12871 Update copyright notices of files in progmodes directory for
12872 release of Emacs 22.1.
12873
12874 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12875
12876 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12877 Don't barf if the GUD buffer has been killed.
12878
12879 2005-08-01 Kim F. Storm <storm@cua.dk>
12880
12881 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12882
12883 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * simple.el (next-error-follow-minor-mode):
12886 make-variable-buffer-local -> make-local-variable.
12887
12888 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12889
12890 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12891 (byte-compile-form-make-variable-buffer-local): New functions to warn
12892 about misuses of make-variable-buffer-local where make-local-variable
12893 was meant.
12894
12895 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12896
12897 * bs.el (bs-attributes-list): Doc fix.
12898 (bs): Update url-link.
12899
12900 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12901 (desktop-load-default): Simplify.
12902
12903 * ibuffer.el (ibuffer-columnize-and-insert-list)
12904 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12905 (ibuffer-unmark-all, ibuffer-toggle-marks)
12906 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12907 (ibuffer-compile-make-format-form, ibuffer-format-column)
12908 (ibuffer-current-buffers-with-marks)
12909 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12910 (ibuffer): Doc fix.
12911 (ibuffer-mode): Fix typo in docstring.
12912 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12913 with `define-obsolete-variable-alias'.
12914 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12915
12916 2005-07-29 Kenichi Handa <handa@m17n.org>
12917
12918 * international/mule-cmds.el (select-message-coding-system):
12919 Be sure to use LF for end-of-line. If no coding system is decided,
12920 return iso-8859-1-unix.
12921
12922 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12923
12924 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12925 (ange-ftp-pending-error-line): New vars.
12926 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12927 to handle the non-fatal no-route-to-host messages.
12928 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12929
12930 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12931
12932 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12933 (isearch-quote-char, isearch-printing-char)
12934 (isearch-text-char-description): "?\ " -> "?\s".
12935 (isearch-lazy-highlight-cleanup)
12936 (isearch-lazy-highlight-initial-delay)
12937 (isearch-lazy-highlight-interval)
12938 (isearch-lazy-highlight-max-at-a-time)
12939 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12940 Declare with define-obsolete-*-alias macros.
12941 (isearch-forward): Fix typo in docstring.
12942 (search-invisible, search-ring-yank-pointer)
12943 (regexp-search-ring-yank-pointer): Doc fixes.
12944
12945 * recentf.el (recentf-menu-append-commands-p): Declare with
12946 `define-obsolete-variable-alias'.
12947 (recentf-max-saved-items, recentf-menu-filter)
12948 (recentf-arrange-by-rule-subfilter): Doc fixes.
12949 (recentf-menu-append-commands-flag)
12950 (recentf-initialize-file-name-history, recentf-expand-file-name)
12951 (recentf-clear-data): Fix typos in docstrings.
12952
12953 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12954
12955 * progmodes/gdb-ui.el: Smarten comments.
12956 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12957
12958 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12959
12960 * term/apollo.el (terminal-init-apollo): New function containing
12961 all former top level forms in the file.
12962 * term/bobcat.el (terminal-init-bobcat):
12963 * term/cygwin.el (terminal-init-cygwin):
12964 * term/iris-ansi.el (terminal-init-iris-ansi):
12965 * term/linux.el (terminal-init-linux):
12966 * term/news.el (terminal-init-news):
12967 * term/rxvt.el (terminal-init-rxvt):
12968 * term/sun.el (terminal-init-sun):
12969 * term/tvi970.el (terminal-init-tvi970):
12970 * term/vt100.el (terminal-init-vt100):
12971 * term/vt102.el (terminal-init-vt102):
12972 * term/vt125.el (terminal-init-vt125):
12973 * term/vt200.el (terminal-init-vt200):
12974 * term/vt201.el (terminal-init-vt201):
12975 * term/vt220.el (terminal-init-vt220):
12976 * term/vt240.el (terminal-init-vt240):
12977 * term/vt300.el (terminal-init-vt300):
12978 * term/vt320.el (terminal-init-vt320):
12979 * term/vt400.el (terminal-init-vt400):
12980 * term/vt420.el (terminal-init-vt420):
12981 * term/wyse50.el (terminal-init-wyse50):
12982 * term/xterm.el (terminal-init-xterm): Likewise.
12983
12984 * term/README: Describe the terminal-init-* functionality.
12985
12986 * startup.el (command-line): After loading the terminal initialization
12987 file call the corresponding terminal initialization function.
12988
12989 2005-07-27 Kenichi Handa <handa@m17n.org>
12990
12991 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12992 negative.
12993
12994 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12995 (ps-mule-composition-prologue): Fix for the case that
12996 RelativeCompose is false.
12997
12998 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13001
13002 * descr-text.el (describe-char): Handle the case where the list of
13003 chars is displayed in a separate frame.
13004 Be a bit more discriminating when looking for the char.
13005
13006 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
13007
13008 * bookmark.el (bookmark-automatically-show-annotations)
13009 (bookmark-read-annotation-text-func): Doc fixes.
13010 (bookmark-save): Improve argument/docstring consistency.
13011 (bookmark-get-bookmark, bookmark-get-bookmark-record)
13012 (bookmark-alist-from-buffer)
13013 (bookmark-upgrade-file-format-from-0)
13014 (bookmark-grok-file-format-version)
13015 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13016 (bookmark-read-annotation-mode)
13017 (bookmark-insert-current-bookmark, bookmark-jump)
13018 (bookmark-exit-hook): Fix typos in docstrings.
13019 (bookmark-exit-hooks): Define as obsolete alias.
13020 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13021 not `bookmark-exit-hooks'. Fix docstring.
13022 (bookmark-bmenu-select): "?\ " -> "?\s".
13023
13024 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
13025
13026 * startup.el (command-line): Fix typo.
13027
13028 2005-07-24 Richard M. Stallman <rms@gnu.org>
13029
13030 * tooltip.el (tooltip-mode): Test emacs-basic-display,
13031 not emacs-quick-startup.
13032
13033 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
13034
13035 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13036 (reb-next-match, reb-show-subexp): Use `with-selected-window'
13037 instead of `reb-with-current-window'.
13038 (reb-prev-match): Likewise. Also, don't move left if the search
13039 was unsuccessful.
13040 (reb-initialize-buffer): New function.
13041 (re-builder, reb-change-syntax): Use it.
13042
13043 * man.el (Man-goto-page): Make second argument NOERROR optional.
13044
13045 2005-07-23 Richard M. Stallman <rms@gnu.org>
13046
13047 * man.el (Man-bgproc-sentinel): Check here for failure to find
13048 any man page in the output, and report the error here.
13049 (Man-arguments): Make it permanent local.
13050 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
13051 (Man-mode): Pass t for NOERROR.
13052
13053 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13054 (grep-mode-font-lock-keywords):
13055 Don't use compilation-...-face for messages that are not file names.
13056
13057 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13058 Don't use compilation-...-face for messages that are not file names.
13059
13060 2005-07-22 Juri Linkov <juri@jurta.org>
13061
13062 * startup.el (normal-splash-screen): Update menu name.
13063
13064 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13065
13066 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
13067
13068 * term/xterm.el: Load term/rxvt if the terminal is actually an
13069 rxvt terminal.
13070 (xterm-rxvt-set-background-mode): Remove, not used anymore.
13071
13072 * term/rxvt.el (function-key-map): Use substitute-key-definition
13073 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
13074
13075 * term/cygwin.el: New file.
13076
13077 2005-07-22 Kim F. Storm <storm@cua.dk>
13078
13079 * image-file.el (insert-image-file, image-file-yank-handler):
13080 Fix last change to maintain a (unique) yank-handler on yanked images.
13081
13082 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
13083
13084 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13085 of the file size (as in "177B" for 177 bytes). This happens with
13086 "ls -lh" on FreeBSD.
13087
13088 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
13089
13090 * hilit-chg.el (highlight-changes-global-initial-state)
13091 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13092 (hilit-chg-fixup, highlight-changes-mode):
13093 Fix typos in docstrings.
13094 (highlight-changes-global-modes, highlight-changes-rotate-faces):
13095 Doc fixes.
13096
13097 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
13098
13099 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13100 mode function using `eval-after-load'.
13101
13102 2005-07-21 Kim F. Storm <storm@cua.dk>
13103
13104 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13105 included when reporting an emacs crash, and tell about the DEBUG file.
13106
13107 * image-file.el (insert-image-file): Add yank-handler.
13108 (image-file-yank-handler): Yank handler to make unique copies of
13109 images when they are yanked into a buffer next to each other.
13110
13111 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
13112
13113 * comint.el (comint-use-prompt-regexp, comint-send-input)
13114 (comint-source-default, comint-extract-string)
13115 (comint-get-source, comint-word, comint-completion)
13116 (comint-source, comint-prompt-read-only, comint-update-fence):
13117 Fix typos in docstrings.
13118 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13119 Declare with define-obsolete-*-alias macros.
13120 (comint-previous-matching-input-from-input)
13121 (comint-next-matching-input-from-input)
13122 (comint-previous-matching-input, comint-next-matching-input)
13123 (comint-forward-matching-input):
13124 Improve argument/docstring consistency.
13125
13126 * desktop.el (desktop-clear-preserve-buffers-regexp):
13127 Also preserve the *server* buffer.
13128
13129 * simple.el (clone-indirect-buffer): Doc fix.
13130 (fixup-whitespace, just-one-space)
13131 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13132 (next-error, next-error-highlight)
13133 (next-error-highlight-no-select, next-error-last-buffer)
13134 (next-error-buffer-p, next-error-find-buffer, next-error)
13135 (previous-error, next-error-no-select, previous-error-no-select)
13136 (open-line, split-line, minibuffer-prompt-width, kill-new)
13137 (binary-overwrite-mode): Fix typos in docstrings.
13138 (set-fill-column): Fix typo in message.
13139
13140 * skeleton.el (skeleton-proxy-new): Doc fix.
13141
13142 * strokes.el (strokes-load-hook): Doc fix.
13143 (strokes-grid-resolution, strokes-get-grid-position)
13144 (strokes-renormalize-to-grid, strokes-read-stroke)
13145 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13146 (strokes-global-map): Fix typos in docstrings.
13147 (strokes-help): Doc fix. Fix help message and pass it through
13148 `substitute-command-keys'.
13149
13150 * tempo.el (tempo-insert-prompt, tempo-interactive)
13151 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13152 (tempo-insert-string-functions, tempo-local-tags)
13153 (tempo-define-template, tempo-insert-template)
13154 (tempo-insert-prompt-compat, tempo-is-user-element)
13155 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13156 Fix typos in docstrings.
13157
13158 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13159 (vcursor-key-bindings, vcursor-use-vcursor-map)
13160 (vcursor-find-window, vcursor-scroll-down)
13161 (vcursor-disable, vcursor-beginning-of-buffer)
13162 (vcursor-end-of-buffer): Fix typos in docstrings.
13163 (vcursor-relative-move, vcursor-get-char-count):
13164 Improve argument/docstring consistency.
13165
13166 * version.el: "?\ " -> "?\s".
13167
13168 * wid-edit.el (widget-default-create, widget-after-change)
13169 (widget-default-format-handler, widget-checklist-add-item)
13170 (widget-radio-add-item, widget-choose, widget-specify-secret)
13171 (widget-field-value-create, widget-field-value-get)
13172 (widget-editable-list-format-handler)
13173 (widget-editable-list-entry-create, widget-group-value-create)
13174 (widget-documentation-link-add)
13175 (widget-documentation-string-value-create): "?\ " -> "?\s".
13176 (widget-convert-text): Doc fix.
13177 (widget-narrow-to-field, widget-field-find)
13178 (widget-url-link-action, widget-emacs-library-link-action)
13179 (widget-color-notify): Fix typos in docstrings.
13180
13181 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13182 (x-select-text, set-w32-system-coding-system)
13183 (w32-add-charset-info): Fix typos in docstrings.
13184
13185 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13186 (cua-enable-cua-keys, cua-use-hyper-key)
13187 (cua-virtual-rectangle-edges): Fix typos in docstrings.
13188 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13189
13190 * net/tramp.el (tramp-handle-load): Fix typo in error message.
13191
13192 * emacs-lisp/re-builder.el (regexp-builder): Declare with
13193 `defalias' instead of faking it.
13194
13195 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13196 (eshell-ls-missing, eshell-ls-dired-initial-args)
13197 (eshell-ls-use-in-dired): Fix typos in docstrings.
13198
13199 2005-07-20 Kim F. Storm <storm@cua.dk>
13200
13201 * emulation/cua-base.el (cua-mode): Improve doc string.
13202
13203 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
13204
13205 * abbrev.el (expand-region-abbrevs): Doc fix.
13206 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13207 Improve argument/docstring consistency.
13208
13209 * arc-mode.el (archive-get-descr, archive-alternate-display):
13210 Doc fixes.
13211 (archive-l-e): Improve argument/docstring consistency.
13212 (archive-tmpdir, archive-unixdate, archive-unixtime)
13213 (archive-chmod-entry): Fix typos in docstrings.
13214 (archive-unflag, archive-unflag-backwards)
13215 (archive-unmark-all-files): "?\ " -> "?\s".
13216
13217 * buff-menu.el (Buffer-menu-unmark): Doc fix.
13218 (Buffer-menu-not-modified, Buffer-menu-execute)
13219 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13220 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13221
13222 * composite.el (compose-string, encode-composition-rule)
13223 (compose-last-chars): Fix typos in docstrings.
13224
13225 * desktop.el (desktop-enable, desktop-basefilename):
13226 Declare with `define-obsolete-variable-alias'.
13227 (desktop-internal-v2s): Don't quote keywords.
13228 (desktop-clear): "?\ " -> "?\s".
13229
13230 * dired.el (dired-align-file, dired-flag-backup-files)
13231 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13232 (dired-listing-switches, dired-ls-F-marks-symlinks)
13233 (dired-dwim-target, dired-load-hook, dired-mode-hook)
13234 (dired-directory, dired-faces, dired, dired-revert)
13235 (dired-mode, dired-summary, dired-view-file)
13236 (dired-copy-filename-as-kill, dired-delete-file)
13237 (dired-no-confirm, dired-unmark-all-marks)
13238 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13239 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13240 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13241 Fix typos in message strings.
13242
13243 * dired-x.el (virtual-dired): Declare with `defalias'.
13244 (dired-mark-unmarked-files, dired-local-variables-file)
13245 (dired-omit-here-always): Doc fix.
13246 (dired-omit-mode, dired-find-subdir)
13247 (dired-enable-local-variables, dired-clean-up-buffers-too)
13248 (dired-extra-startup, dired-mark-extension, dired-jump)
13249 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13250 (dired-smart-shell-command, dired-guess-shell-alist-user)
13251 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13252 (dired-x-bind-find-file, dired-x-submit-report):
13253 Fix typos in docstrings.
13254 (dired-mark-unmarked-files): "?\ " -> "?\s".
13255
13256 * dirtrack.el (dirtrack-list): Fix typos in docstring.
13257
13258 * faces.el (describe-face): "?\ " -> "?\s".
13259 (read-all-face-attributes, read-face-font, modify-face)
13260 (face-attr-construct, italic): Fix typos in docstrings.
13261 (frame-update-face-colors): Declare with
13262 `define-obsolete-function-alias'.
13263
13264 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13265 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13266 (magic-mode-alist, buffer-file-numbers-unique)
13267 (write-file-functions, get-free-disk-space):
13268 Fix typos in docstrings.
13269 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13270 (write-contents-hooks, write-file-hooks):
13271 Declare with `define-obsolete-variable-alias'.
13272
13273 * forms-d2.el (arch-rj): Fix typo in docstrings.
13274 (arch-tocol): Likewise. "?\ " -> "?\s".
13275
13276 * frame.el (set-frame-font, cursor-in-non-selected-windows):
13277 Fix typo in docstring.
13278 (set-screen-width, set-screen-height): Delete redundant info in
13279 doctrings.
13280 (new-frame, screen-height, screen-width): Declare with
13281 `define-obsolete-function-alias'.
13282 (delete-frame-hook, blink-cursor): Declare with
13283 `define-obsolete-variable-alias'.
13284
13285 * paths.el (prune-directory-list): Fix typos in docstring.
13286
13287 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13288 (cvs-prefix-get): Fix typos in docstrings.
13289
13290 * ps-print.el (ps-extend-face-list, ps-extend-face)
13291 (ps-print-background-image): Fix typos in docstrings.
13292 (ps-default-fg, ps-default-bg): Doc fixes.
13293
13294 * s-region.el (s-region-bind): Doc fix.
13295 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13296
13297 * textmodes/org.el (org-table-formula-substitute-names)
13298 (org-table-get-vertical-vector): Doc fixes.
13299 (org-table-recalculate): Remove unused argument to `message'.
13300
13301 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
13302
13303 * textmodes/org.el (org-table-column-names)
13304 (org-table-column-name-regexp)
13305 (org-table-named-field-locations): New variables.
13306 (org-archive-subtree): Protect `this-command' when calling
13307 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13308 the kill buffer.
13309 (org-complete): Remove fixed-formula completion.
13310 (org-edit-formulas-map): New variable.
13311 (org-table-edit-formulas): New command.
13312 (org-finish-edit-formulas, org-abort-edit-formulas)
13313 (org-show-variable, org-table-get-vertical-vector): New functions.
13314 (org-table-maybe-eval-formula): Handle `:=' fields.
13315 (org-table-get-stored-formulas, org-table-store-formulas)
13316 (org-table-get-formula, org-table-modify-formulas)
13317 (org-table-replace-in-formulas): Handle named field formulas.
13318 (org-table-get-specials): Store locations of named fields.
13319
13320 2005-07-19 Juri Linkov <juri@jurta.org>
13321
13322 * progmodes/grep.el (grep-regexp-alist)
13323 (grep-mode-font-lock-keywords, grep-process-setup):
13324 Use default GNU grep match color "01;31m" instead of "01;41m".
13325 (grep-regexp-alist, grep-mode-font-lock-keywords):
13326 Use `\\[[0-9]*m' instead of `\\[00m'.
13327 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13328 sgr_start where its handling is more important. Use the real
13329 length of sgr_start instead of constant 8.
13330 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13331 specially. Delete all remaining escape sequences.
13332 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13333 (grep-regexp-alist): Make hyperlink only for binary file name
13334 instead of the whole line.
13335 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13336 (grep-mode): Add autoload.
13337
13338 * emacs-lisp/find-func.el (find-function-regexp):
13339 Add `define-compilation-mode'.
13340
13341 2005-07-19 Juri Linkov <juri@jurta.org>
13342
13343 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13344 (compare-windows-sync-string-size, compare-windows-recenter)
13345 (compare-windows-highlight, compare-windows): Add version 22.1.
13346 (compare-windows) <defface>: Inherit from lazy-highlight instead
13347 of duplicating its default value.
13348
13349 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13350 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13351
13352 * descr-text.el (describe-char): Create link buttons for `charset'
13353 and `code point'. Add the current input method name with a link
13354 button to `to input' field. Print face names of display table
13355 characters in `The display table entry is displayed by' section
13356 instead of printing face-id in the `display' field.
13357 Guess hardcoded faces and create a link button for them.
13358 Skip empty fields when calculating max-width.
13359 Treat `widget-create' specially while inserting strings from the
13360 collected field list.
13361 (describe-char-after): Made obsolete in version 22.1, not 21.5.
13362
13363 * diff-mode.el (diff-file-header): Change foreground color from
13364 yellow to green on light backgrounds.
13365 (diff-context): Inherit from `shadow' only for color/grayscale
13366 with more than 88 colors.
13367 (diff-indicator-removed, diff-indicator-added)
13368 (diff-indicator-changed): New faces.
13369 (diff-font-lock-keywords): Use new faces. Regroup rules.
13370 Add "^---$" for `normal' diff format. Fontify `#' lines with
13371 font-lock-comment-delimiter-face and font-lock-comment-face.
13372 Add `#' to ^[^...] in the rule for `diff-context-face'.
13373
13374 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13375 a button-like box. Inherit from `highlight' on low colors.
13376 (shadow): Use shades of gray only for color/grayscale with
13377 more than 88 colors. Use green for light backgrounds with
13378 8 colors, and yellow for dark backgrounds with 8 colors.
13379
13380 * font-lock.el (font-lock-regexp-grouping-backslash):
13381 Don't inherit from escape-glyph (use bold for all cases).
13382
13383 * info.el (info-xref-visited): Use light foreground color `violet'
13384 for dark backgrounds instead of dark color `magenta3'.
13385 (info-title-1): Use `yellow' color for dark backgrounds.
13386
13387 * isearch.el (isearch): Use not-too-dark magenta3 instead of
13388 too-light magenta2.
13389
13390 * replace.el (match): Use slightly more light RoyalBlue3 instead
13391 of dark RoyalBlue4.
13392
13393 * wid-edit.el (widget-inactive): Inherit from `shadow'.
13394
13395 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
13396
13397 * novice.el (disabled-command-hook): Declare it with
13398 `define-obsolete-variable-alias'.
13399
13400 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13401 (desktop-buffer-misc-functions, desktop-buffer-handlers)
13402 (desktop-load-default): Add release to obsolescence info.
13403 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13404 (desktop-append-buffer-args, desktop-read):
13405 Fix typos in docstrings.
13406 (desktop-kill): Fix typo in message.
13407 (desktop-save): Doc fix.
13408
13409 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
13410
13411 * viper-cmd.el (viper-escape-to-state): Bug fix.
13412 (viper-envelop-ESC-key): Change the definition of fast
13413 keysequence so it'll work with keyboard macros.
13414
13415 * ediff.el (ediff-patch-buffer): Change the docstring.
13416
13417 2005-07-19 Kenichi Handa <handa@m17n.org>
13418
13419 * international/mule-cmds.el (select-safe-coding-system): Try to
13420 use an auto-coding (if any) before anything else. If the found
13421 auto-coding is invalid, show a warning message.
13422
13423 * international/mule.el (find-auto-coding): New function created
13424 by modifying the body of set-auto-coding.
13425 (set-auto-coding): Use find-auto-coding to find a coding.
13426
13427 2005-07-18 Richard M. Stallman <rms@gnu.org>
13428
13429 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13430 not isearch-mode-end-hook-error.
13431 (allout-before-change-protect): Fix error message.
13432
13433 2005-07-18 Juri Linkov <juri@jurta.org>
13434
13435 * allout.el (allout-mode):
13436 * calculator.el (calculator-copy):
13437 * custom.el (custom-known-themes):
13438 * dired.el (dired-desktop-buffer-misc-data)
13439 (dired-restore-desktop-buffer):
13440 * dired-x.el (dired-omit-marker-char):
13441 * files.el (basic-save-buffer):
13442 * font-core.el (font-lock-mode):
13443 * calendar/calendar.el (calendar-goto-hebrew-date)
13444 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13445 (calendar-goto-persian-date):
13446 * language/ethio-util.el (ethio-sera-to-fidel-region):
13447 * textmodes/picture.el (picture-mode):
13448 Delete duplicate duplicate words.
13449
13450 2005-07-18 Juri Linkov <juri@jurta.org>
13451
13452 * isearch.el (isearch-mode-map): Remove key bindings for regexp
13453 chars * ? } |.
13454 (isearch-fallback): Don't call `isearch-process-search-char'.
13455 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13456 (isearch-process-search-char): Call `isearch-fallback' for regexp
13457 chars * ? } |.
13458 (isearch-return-char): Make obsolete with `make-obsolete' instead
13459 of simply documenting it as obsolete in the docstring.
13460 (isearch-fallback): Refill docstring.
13461
13462 * international/isearch-x.el
13463 (isearch-process-search-multibyte-characters): Remove unneeded
13464 `concat'. Add intermediate values to `junk-hist' instead of
13465 `minibuffer-history'. Test the length of `str'.
13466
13467 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
13468
13469 * allout.el (allout-resolve-xref): Fix typos in error strings.
13470 (allout-before-change-protect): Remove unneeded `concat'.
13471
13472 * array.el (array-mode, array-reconfigure-rows)
13473 (untabify-backward): Fix typos in docstrings.
13474 (array-reconfigure-rows): Use `insert-buffer-substring', not
13475 `insert-buffer'.
13476
13477 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13478 * progmodes/ada-mode.el (ada-make-body):
13479 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13480
13481 * dired.el (dired-log):
13482 * tar-mode.el (tar-subfile-save-buffer):
13483 * play/zone.el (zone-pgm-stress-destress):
13484 Use `insert-buffer-substring', not `insert-buffer'.
13485
13486 2005-07-17 Simon Josefsson <jas@extundo.com>
13487
13488 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13489
13490 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
13491
13492 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13493 Add plain auth method.
13494 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13495
13496 2005-07-17 Kim F. Storm <storm@cua.dk>
13497
13498 * ido.el (dired-other-window): Add ido property.
13499
13500 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
13501
13502 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13503 Fix typo in docstring.
13504 (byte-compile-interactive-only-functions): Add `insert-buffer' and
13505 `insert-file-literally'.
13506
13507 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13508 info and delete redundant message. Doc fix.
13509 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13510 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13511
13512 2005-07-16 Richard M. Stallman <rms@gnu.org>
13513
13514 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13515 (byte-compile-and): Use byte-compile-and-recursion.
13516 (byte-compile-or-recursion): New function.
13517 (byte-compile-or): Use that.
13518 (byte-compile-if): Guard the else-clause too.
13519 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13520
13521 * isearch.el (isearch-mode-end-hook-quit): New variable.
13522 (isearch-done): Bind it.
13523 (isearch-mode-end-hook): Doc fix.
13524
13525 * allout.el (allout-isearch-did-quit): Variable deleted.
13526 (allout-real-isearch-abort): Function name no longer used.
13527 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13528 (allout-isearch-rectification): isearch-mode always exists.
13529 Don't set allout-isearch-did-quit.
13530 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13531 allout-isearch-did-quit.
13532 (allout-enwrap-isearch): Just add the hook.
13533 (allout-isearch-abort): Function deleted.
13534 (allout-pre-command-business): Avoid warning.
13535
13536 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13537 Correctly avoid warnings.
13538 (pascal-outline): Likewise.
13539
13540 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13541
13542 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13543
13544 * play/tetris.el (tetris-mode): Avoid warning.
13545
13546 * play/snake.el (snake-mode): Avoid warning.
13547
13548 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13549 (gamegrid-set-display-table): Avoid warning.
13550 (gamegrid-set-timer): Likewise.
13551 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13552 (gamegrid-add-score-with-update-game-score-1): Take FILE
13553 as argument.
13554 (gamegrid-add-score-with-update-game-score): Pass that argument.
13555 Rename have-shared-game-dir to gamegrid-shared-game-dir.
13556
13557 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13558
13559 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13560 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13561
13562 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13563 and insert-file.
13564
13565 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13566 (sc-ask): Avoid warnings.
13567
13568 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13569 (eshell-hist-initialize): Use that var the natural way.
13570
13571 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13572
13573 * emacs-lisp/re-builder.el (reb-cook-regexp):
13574 Avoid warning calling lre-compile-string.
13575 (reb-color-display-p): Avoid warning.
13576
13577 * calculator.el (calculator-last-input): Guard uses
13578 of event-key and key-press-event-p.
13579 (event-key, key-press-event-p): Delete definitions.
13580
13581 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13582 (find-gc-source-directory, find-gc-subrs-callers)
13583 (find-gc-noreturn-list, find-gc-source-files)
13584 (find-gc-subrs-called): Vars renamed and defvar'd.
13585
13586 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13587 (checkdoc-overlay-put, checkdoc-delete-overlay)
13588 (checkdoc-overlay-start, checkdoc-overlay-end)
13589 (checkdoc-mode-line-update, checkdoc-char=):
13590 Define such that compiler knows they are defined.
13591 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
13592 (checkdoc-read-event): Delete. Use read-event directly.
13593
13594 * whitespace.el (whitespace-make-overlay)
13595 (whitespace-overlay-put, whitespace-delete-overlay)
13596 (whitespace-overlay-start, whitespace-overlay-end):
13597 Define such that compiler knows they are defined.
13598 (whitespace): Move conditional inside.
13599
13600 * tempo.el (tempo-insert-template): Suppress warning.
13601
13602 * ediff-diff.el (longlines-mode): Add defvar.
13603
13604 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
13605
13606 * server.el: Bind "C-x #" in a way that works even if C-x is
13607 redefined to a command key, not a prefix key.
13608
13609 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13610
13611 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13612 cl-make-type-test till execution time.
13613
13614 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
13615
13616 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13617 arg ARG and use it.
13618
13619 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
13620
13621 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13622
13623 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
13624
13625 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13626 a defcustom with two :set or :type keywords.
13627
13628 2005-07-15 Richard M. Stallman <rms@gnu.org>
13629
13630 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13631 Don't give ^M comment-end syntax.
13632
13633 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
13634
13635 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13636 Don't consider gdbmi (gdb-mi.el has its own update functions).
13637 (gdb-var-delete): Make it work for gdbmi as well.
13638 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13639
13640 * progmodes/gud.el (etags, sdb): Only require etags when needed.
13641 (gud-speedbar-menu-items): Correct logic for enabling items.
13642
13643 2005-07-15 Kim F. Storm <storm@cua.dk>
13644
13645 * ido.el: Fix commentary.
13646 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13647 Use with-no-warnings around ffap-guesser.
13648 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13649 Let bind minibuffer-completing-file-name to t.
13650
13651 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
13652
13653 * startup.el (site-run-file, keyboard-type): Doc fixes.
13654 (command-line): Check for "--basic-display" argument; also for
13655 "--quick", not "--bare-bones" (which was renamed).
13656 (fancy-splash-text): Add missing item "Getting New Versions".
13657 (normal-splash-screen): Fix typos and improve consistency with
13658 `fancy-splash-text'. Update copyright year.
13659
13660 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13661 valid binding for `help-char'.
13662
13663 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13664
13665 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
13666
13667 * term.el (term-mode): Disable cua-mode for term buffers.
13668
13669 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
13670
13671 * add-log.el (add-log-mailing-address, change-log-merge):
13672 Doc fixes.
13673 (change-log-get-method-definition): Fix typo in docstring.
13674
13675 2005-07-14 Kim F. Storm <storm@cua.dk>
13676
13677 * emulation/cua-base.el:
13678 (cua--pre-command-handler-1, cua--pre-command-handler)
13679 (cua--post-command-handler-1, cua--post-command-handler):
13680 Split in two. Check (buffer local) value of cua-mode.
13681 (cua-selection-mode): New command.
13682
13683 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
13684
13685 * custom.el (custom-initialize-safe-set)
13686 (custom-initialize-safe-default): Doc fixes.
13687
13688 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13689 and simplify :init-value again.
13690
13691 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13692 and simplify :init-value again. Delete autoload.
13693
13694 * startup.el (command-line): Use `custom-reevaluate-setting' again
13695 for tooltip-mode.
13696
13697 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13698 a defcustom with two :initialize keywords.
13699
13700 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
13701
13702 * allout.el (my-mark-marker, allout-isearch-prior-pos)
13703 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13704 (allout-post-command-business, allout-flag-region)
13705 (isearch-reenable-font-lock, allout-yank)
13706 (allout-insert-latex-header, allout-insert-latex-trailer)
13707 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13708 (allout-latex-verb-quote): Fix typos in docstrings.
13709 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13710 (allout-unprotected, allout-prefix-data):
13711 Improve argument/docstring consistency.
13712 (allout-chart-subtree): Fix argument spec.
13713 (allout-open-topic): Rename `use_sib_bullet' argument to
13714 `use-sib-bullet'. Doc fix.
13715
13716 * whitespace.el (whitespace-check-buffer-leading)
13717 (whitespace-check-buffer-trailing)
13718 (whitespace-check-buffer-indent)
13719 (whitespace-check-buffer-spacetab)
13720 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13721 (whitespace-check-leading-whitespace)
13722 (whitespace-check-trailing-whitespace)
13723 (whitespace-check-spacetab-whitespace)
13724 (whitespace-check-indent-whitespace)
13725 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13726 (whitespace-modes): Fix typos in docstrings.
13727 (defgroup, defcustom): Doc fixes.
13728
13729 * winner.el (winner-mode, winner-boring-buffers)
13730 (winner-pending-undo-ring): Doc fixes.
13731 (winner-ring): Remove unneeded `progn'.
13732 (winner-equal): `defsubst' it.
13733 (winner-redo): Fix message.
13734
13735 2005-07-13 Kim F. Storm <storm@cua.dk>
13736
13737 * simple.el (line-move-1): Always use vertical-motion to
13738 do the last (or only) line move to ensure some movement.
13739 Undo 2005-06-23 change--don't check for overlays.
13740
13741 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13742
13743 * term/mac-win.el (ccl-encode-mac-roman-font)
13744 (ccl-encode-mac-centraleurroman-font)
13745 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13746 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13747 Change charset-id boundary of dimension to ?\xef.
13748 (mac-char-fontspec-list): New constant.
13749 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
13750 argument. Nil uses itself as family in font-spec. Previous
13751 behavior for nil is now provided by non-nil non-string argument.
13752 All callers changed. Add font-specs for Mac fonts to
13753 "fontset-default" unless iso8859-1 fonts are installed.
13754
13755 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
13756
13757 * progmodes/sh-script.el (sh-get-indent-info): Only indent
13758 a continuation line if the \ is preceded by SPC or TAB.
13759 (sh-get-indent-info): Simplify.
13760 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13761 Use with-current-buffer.
13762
13763 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13764 when the matched text is empty.
13765
13766 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
13767
13768 * startup.el (command-line): Revert to previous handling of
13769 tooltip-mode. Explain in comment why the complexity is needed.
13770
13771 * tooltip.el (tooltip-mode): Revert to previous implementation of
13772 its defcustom.
13773
13774 * frame.el (blink-cursor-mode): Revert to previous implementation
13775 of its defcustom. Update comment.
13776
13777 2005-07-12 Lars Hansen <larsh@soem.dk>
13778
13779 * desktop.el: Update e-mail address.
13780
13781 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13782
13783 * term/mac-win.el (mac-services-mail-selection)
13784 (mac-services-mail-to): New functions.
13785 (mac-application-menu-map): Bind them.
13786
13787 2005-07-12 wulei <milton@wulei.net> (tiny change)
13788
13789 * progmodes/gdb-ui.el: Add note about buffering with Windows.
13790
13791 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
13792
13793 * custom.el (custom-reevaluate-setting): Doc fix.
13794
13795 2005-07-11 Jay Belanger <belanger@truman.edu>
13796
13797 * calc/calc.el (calc-embedded-announce-formula-alist)
13798 (calc-embedded-open-close-plain-alist)
13799 (calc-embedded-open-close-mode-alist): Add checks for additional
13800 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13801
13802 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
13803
13804 * custom.el (custom-enable-theme): Don't add theme to
13805 `custom-enabled-themes' with `push' because there is no
13806 setf-method for `delq'.
13807
13808 2005-07-11 Richard M. Stallman <rms@gnu.org>
13809
13810 * custom.el (custom-declare-variable): Doc fix.
13811
13812 * dired-aux.el (dired-compare-directories): Remove "." and ".."
13813 from the alists.
13814
13815 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13816 Do nothing if edebug-active.
13817
13818 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13819 (edebug-display): Do it here instead.
13820
13821 2005-07-10 Richard M. Stallman <rms@gnu.org>
13822
13823 * cus-face.el (custom-theme-set-faces): Make it work.
13824 (custom-reset-faces): Doc fix.
13825 (custom-theme-reset-internal-face, custom-theme-face-value):
13826 Functions deleted.
13827
13828 * custom.el (custom-push-theme): Maintain list of the settings
13829 of a given theme in its theme-settings property.
13830 Maintain position of old settings in the theme-value
13831 or theme-face property.
13832 (custom-enabled-themes): New variable.
13833 (custom-theme-enabled-p): New function.
13834 (provide-theme): Update custom-enabled-themes.
13835 Disable and reenable the `user' theme.
13836 (require-theme): Doc fix.
13837 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13838 (custom-theme-value, custom-theme-variable-value): Likewise.
13839 (custom-theme-reset-internal): Likewise.
13840 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13841 (custom-enable-theme, custom-disable-theme): New functions.
13842 (custom-variable-theme-value, custom-face-theme-value): Likewise.
13843 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13844 (custom-theme-reset-variables): Simplify.
13845 (deftheme, custom-declare-theme, custom-make-theme-feature):
13846 Definitions moved.
13847
13848 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
13849
13850 * longlines.el (longlines-show-region)
13851 (longlines-unshow-hard-newlines): Recognize hard newlines by
13852 non-nil hard property, instead of t.
13853
13854 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13855
13856 * viper-cmd.el (viper--key-maps): New variable.
13857 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13858 emulation-mode-map-alists.
13859 (viper-envelop-ESC-key): Use viper-subseq.
13860 (viper-search-forward/backward/next): Disable debug-on-error.
13861
13862 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13863 (viper-ESC-key): New defcustoms.
13864
13865 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13866
13867 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13868 (viper-subseq): Copy of subseq from cl.el.
13869
13870 * viper.el (viper-go-away, viper-set-hooks): Use
13871 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13872
13873 * viper-mous.el (viper-current-frame-saved): Use defvar.
13874
13875 * viper-init.el: Get rid of -face in face names.
13876
13877 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13878 Make it work with longlines mode
13879
13880 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13881
13882 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13883
13884 * ediff-init.el: Get rid of -face in face names.
13885
13886 2005-07-10 Richard M. Stallman <rms@gnu.org>
13887
13888 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13889 and with-timeout-unsuspend.
13890
13891 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13892 and with-timeout-unsuspend.
13893
13894 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13895 (with-timeout): Bind that variable to record timers.
13896 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13897
13898 * emacs-lisp/debug.el (debug-help-follow): New function.
13899 (debugger-mode-map): Use that instead of help-follow.
13900 (debugger-setup-buffer): Use eval-buffer-list
13901 to handle eval-buffer frames.
13902
13903 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13904
13905 * timezone.el (timezone-parse-date): Change first regexp
13906 so it will not mistakenly match dates with no time zone.
13907
13908 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13909
13910 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13911
13912 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13913
13914 * custom.el (custom-initialize-safe-set)
13915 (custom-initialize-safe-default): New functions.
13916
13917 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13918 and simplify :init-value.
13919
13920 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13921 and simplify :init-value. Delete obsolete comment.
13922
13923 * startup.el (command-line): Use `custom-reevaluate-setting' to
13924 handle `tooltip-mode'. Delete obsolete comment.
13925
13926 * files.el (set-visited-file-name): Avoid calling
13927 `file-name-nondirectory' with a nil argument.
13928
13929 2005-07-09 Richard M. Stallman <rms@gnu.org>
13930
13931 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13932 was called with nil for the buffer, handle the read position right.
13933 Handle read position for eval-region, too.
13934
13935 2005-07-09 Juri Linkov <juri@jurta.org>
13936
13937 * fringe.el (fringe-mode): Add period in docstring.
13938 (fringe-query-style): Build prompt depending on `all-frames' arg.
13939
13940 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13941 to not create links to unrelated functions in the Help buffer.
13942
13943 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13944 Doc fix.
13945
13946 * simple.el (next-error-hook): New variable.
13947 (next-error): Use it. Doc fix.
13948
13949 * textmodes/ispell.el (ispell-command-loop): Add current
13950 dictionary name and program name to mode-line-format.
13951 (ispell-region, ispell-process-line): Add current dictionary name
13952 and program name to messages.
13953
13954 2005-07-08 Jay Belanger <belanger@truman.edu>
13955
13956 * calc/calc.el (calc-embedded-announce-formula-alist)
13957 (calc-embedded-open-close-formula-alist)
13958 (calc-embedded-open-close-word-alist)
13959 (calc-embedded-open-close-plain-alist)
13960 (calc-embedded-open-close-new-formula-alist)
13961 (calc-embedded-open-close-mode-alist)
13962 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13963 (calc-embedded-mode-hook): New variables.
13964
13965 * calc/calc-embed.el (calc-embedded-firsttime)
13966 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13967 New variables.
13968 (calc-do-embedded): Use calc-embedded-firsttime,
13969 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13970 determine whether or not to run hooks.
13971 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13972 calc-embedded-firsttime-formula appropriately.
13973 Set calc-embedded delimiter variables according to mode.
13974
13975 2005-07-08 Richard M. Stallman <rms@gnu.org>
13976
13977 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13978 Check for "emacs", etc., as entire symbol, not just as word.
13979 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13980
13981 * files.el (set-visited-file-name): Report the error
13982 for "empty filename" earlier.
13983 (kill-some-buffers): Ignore buffers already dead.
13984
13985 * fringe.el (fringe-mode): Doc fix.
13986
13987 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13988 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13989 Use unwind-protect to ensure byte-compile-unresolved-functions
13990 is updated.
13991
13992 * whitespace.el (whitespace-buffer-leading-cleanup):
13993 Simplify w/ skip-chars-forward.
13994 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13995
13996 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13997 Unconditionally try to leave point at the same old place.
13998
13999 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
14000
14001 * comint.el (comint-postoutput-scroll-to-bottom)
14002 (comint-show-maximum-output): Take scroll-margin into consideration.
14003
14004 2005-07-08 Kim F. Storm <storm@cua.dk>
14005
14006 * ido.el (ido-use-filename-at-point): New choice `guess'.
14007 (ido-file-internal): Try ffap-guesser if selected.
14008
14009 * ido.el (ido-before-fallback-functions): New hook.
14010 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14011 (ido-read-file-name): Run it.
14012
14013 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14016 strings rather than a list of symbols to the completion function.
14017
14018 2005-07-07 Jay Belanger <belanger@truman.edu>
14019
14020 * calc/calc-units.el (math-apply-units): Change the places in
14021 which units are simplified.
14022
14023 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
14024
14025 * cus-edit.el (customize-option, customize-option-other-window):
14026 Make them handle aliases.
14027
14028 * custom.el (custom-variable-p): Make it recursively follow
14029 aliases. Mention that in the docstring.
14030
14031 2005-07-07 Richard M. Stallman <rms@gnu.org>
14032
14033 * cus-start.el (exec-path): Use `directory' instead of `file'.
14034 Fix tag for nil.
14035
14036 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14037
14038 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14039 when called non-interactively. Doc fix.
14040
14041 2005-07-07 Lute Kamstra <lute@gnu.org>
14042
14043 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14044 new address as well.
14045
14046 2005-07-07 Kenichi Handa <handa@m17n.org>
14047
14048 * international/mule.el (make-coding-system):
14049 Describe `ascii-incompatible' property in the docstring.
14050 (set-file-name-coding-system): Signal an error if coding-system is
14051 ascii-incompatible.
14052 (set-keyboard-coding-system): Likewise.
14053
14054 * international/mule-cmds.el (set-default-coding-systems):
14055 Don't set default-file-name-coding-system and
14056 default-keyboard-coding-system if coding-system is ASCII-incompatible.
14057
14058 * international/utf-16.el: Declare that all UTF-16-based coding
14059 systems are ASCII-incompatible.
14060
14061 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
14062
14063 * progmodes/gud.el: Require font-lock for displaying errors.
14064 Used by gdb-ui.el.
14065
14066 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
14067
14068 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14069 values for the pattern lists which are `read'able but not
14070 `append'able (like symbols).
14071
14072 2005-07-06 Richard M. Stallman <rms@gnu.org>
14073
14074 * progmodes/flymake.el (flymake-float-time): Instead of
14075 with-no-warnings, test for xemacs.
14076 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14077 to avoid warning.
14078
14079 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
14080
14081 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14082
14083 2005-07-05 Lute Kamstra <lute@gnu.org>
14084
14085 * battery.el: Add support for Darwin (with much debugging help
14086 from Samuel Lauber <sam124@operamail.com>).
14087 (battery-status-function, battery-echo-area-format)
14088 (battery-mode-line-format): Add support for pmset on Darwin.
14089 (battery-load-low, battery-load-critical): New user options.
14090 (battery-pmset): New function.
14091
14092 2005-07-05 Lute Kamstra <lute@gnu.org>
14093
14094 Update FSF's address in GPL notices.
14095
14096 * textmodes/page-ext.el: Update FSF's address.
14097
14098 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
14099
14100 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14101 filling from using prefix when filling a single-line docstring.
14102
14103 * progmodes/flymake.el: Remove useless eval-when-compile.
14104
14105 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14106
14107 2005-07-04 Richard M. Stallman <rms@gnu.org>
14108
14109 * textmodes/org.el (org-file-apps-defaults-gnu):
14110 Rename from org-file-apps-defaults-linux.
14111 (org-default-apps): Don't test system-type for `linux'.
14112 (org-file-apps): Doc fix.
14113
14114 2005-07-04 David Ponce <david@dponce.com>
14115
14116 * tree-widget.el: Improve header Commentary section.
14117 (tree-widget) [defgroup]
14118 (tree-widget-image-enable, tree-widget-themes-directory)
14119 (tree-widget-theme, tree-widget-image-properties-emacs)
14120 (tree-widget-image-properties-xemacs, tree-widget-create-image)
14121 (tree-widget-image-formats, tree-widget-control)
14122 (tree-widget-empty-control, tree-widget-leaf-control
14123 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14124 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14125 (tree-widget-keep, tree-widget-after-toggle-functions)
14126 (tree-widget-open-node, tree-widget-close-node): Doc fix.
14127 (tree-widget-open-control, tree-widget-close-control): Fix doc and
14128 :help-echo message.
14129 (tree-widget-set-theme): Doc fix. Use `string-equal'.
14130 (tree-widget-image-properties): Doc fix. Clearer implementation.
14131 (tree-widget--cursors): New constant.
14132 (tree-widget-lookup-image): New function split from
14133 `tree-widget-find-image'. Clearer implementation.
14134 (tree-widget-find-image): Use it.
14135 (tree-widget-button-keymap): Use `set-keymap-parent'.
14136 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14137 Define the sub-widgets here.
14138 (tree-widget-node): Check that :node is not a tree-widget.
14139 (tree-widget-get-super, tree-widget-open-control)
14140 (tree-widget-close-control, tree-widget-empty-control)
14141 (tree-widget-leaf-control, tree-widget-guide)
14142 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14143 (tree-widget-no-handle, tree-widget-value-delete)
14144 (tree-widget-map): Remove.
14145 (tree-widget-children-value-save): Doc fix. Simplified.
14146 (tree-widget-value-create): Update according to previous changes.
14147
14148 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
14149
14150 * textmodes/org.el: Leading space replaced by TABS.
14151 (org-recalc-marks, org-table-rotate-recalc-marks)
14152 (org-table-get-specials): Treat "^" and "_" marks.
14153 (org-table-justify-field-maybe): Optional argument NEW.
14154 (org-table-eval-formula): Parsing of the format simplified.
14155 New modes C,I. Honor the %= parameter in the current table.
14156 Avoid unnecessary re-align by using the NEW argument to
14157 `org-table-justify-field-maybe'.
14158 (org-calc-default-modes): Default for date-format mimicks org-mode.
14159 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14160
14161 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
14162
14163 * cus-face.el (custom-theme-set-faces): Make it handle face
14164 aliases whose alias declarations are pre- or autoloaded.
14165
14166 2005-07-04 Juri Linkov <juri@jurta.org>
14167
14168 * faces.el (read-face-name): Put the code for getting a face name
14169 from the buffer before adding the faces from the `face' property.
14170 Use `completing-read-multiple' instead of `completing-read'.
14171 Require `crm'. Add default value and post-process the returned
14172 list of faces.
14173
14174 * emacs-lisp/crm.el (crm-find-current-element)
14175 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14176
14177 * emacs-lisp/lisp-mode.el (eval-defun-1):
14178 * emacs-lisp/edebug.el (edebug-eval-defun):
14179 Remove unnecessary quotes.
14180
14181 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
14182
14183 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14184 (prolog-indent-level): Fix typo in docstring.
14185
14186 * info.el (Info-history, Info-history-forward)
14187 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14188
14189 * add-log.el (add-change-log-entry):
14190 * comint.el (comint-dynamic-list-input-ring)
14191 (comint-dynamic-list-completions):
14192 * dabbrev.el (dabbrev-expand):
14193 * delim-col.el (delimit-columns-rectangle-line):
14194 * diff-mode.el (diff-context->unified, diff-reverse-direction)
14195 (diff-unified->context):
14196 * ediff-init.el (ediff-abbrev-jobname):
14197 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14198 (ediff-replace-session-activity-marker-in-meta-buffer):
14199 * info.el (Info-summary):
14200 * lpr.el (printify-region):
14201 * printing.el (pr-create-interface):
14202 * ps-print.el (ps-print-quote):
14203 * ses.el (ses-column-widths, ses-print-cell)
14204 (ses-adjust-print-width, ses-center):
14205 * shell.el (shell-file-name-quote-list):
14206 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14207 (strokes-fill-current-buffer-with-whitespace)
14208 (strokes-xpm-for-stroke, strokes-list-strokes)
14209 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14210 * term.el (term-dynamic-list-input-ring)
14211 (term-dynamic-list-completions):
14212 * calc/calc.el (math-format-stack-value):
14213 * emacs-lisp/edebug.el (edebug-display-freq-count):
14214 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14215 (delphi-new-comment-line):
14216 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14217 * progmodes/executable.el (executable-set-magic):
14218 * progmodes/python.el (inferior-python-mode):
14219 * progmodes/scheme.el (scheme-mode-syntax-table):
14220 * progmodes/sh-script.el (sh-maybe-here-document):
14221 * progmodes/sql.el (sql-copy-column):
14222 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14223 * textmodes/bibtex.el (bibtex-mode):
14224 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14225 (sgml-auto-attributes):
14226 * textmodes/table.el (table-insert, table-shorten-cell)
14227 (table--generate-source-scan-lines, table-delete-row)
14228 (*table--cell-delete-char, table--spacify-frame)
14229 (table--horizontally-shift-above-and-below)
14230 (table--cell-insert-char, table--cell-blank-str)
14231 (table--fill-region-strictly):
14232 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14233 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14234
14235 * add-log.el (change-log):
14236 * apropos.el (apropos):
14237 * comint.el (comint-completion, comint-source):
14238 * dabbrev.el (dabbrev):
14239 * delim-col.el (columns):
14240 * diff-mode.el (diff-mode):
14241 * ediff.el (ediff):
14242 * ediff-diff.el (ediff-diff):
14243 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14244 * ediff-mult.el (ediff-mult):
14245 * ediff-ptch.el (ediff-ptch):
14246 * ediff-wind.el (ediff-window):
14247 * facemenu.el (facemenu):
14248 * indent.el (indent):
14249 * info.el (info):
14250 * jka-cmpr-hook.el (compression, jka-compr):
14251 * lpr.el (lpr):
14252 * outline.el (outlines):
14253 * pcmpl-cvs.el (pcmpl-cvs):
14254 * pcmpl-rpm.el (pcmpl-rpm):
14255 * printing.el (printing):
14256 * ps-print.el (postscript, ps-print, ps-print-horizontal)
14257 (ps-print-vertical, ps-print-headers, ps-print-font)
14258 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14259 (ps-print-background, ps-print-printer, ps-print-page)
14260 (ps-print-miscellany):
14261 * ses.el (ses):
14262 * shell.el (shell, shell-directories, shell-faces):
14263 * startup.el (initialization):
14264 * strokes.el (strokes):
14265 * term.el (term):
14266 * uniquify.el (uniquify):
14267 * w32-vars.el (w32):
14268 * calc/calc.el (calc):
14269 * emacs-lisp/bytecomp.el (bytecomp):
14270 * emacs-lisp/cl-indent.el (lisp-indent):
14271 * emacs-lisp/edebug.el (edebug):
14272 * emacs-lisp/elp.el (elp):
14273 * emacs-lisp/testcover.el (testcover):
14274 * emacs-lisp/trace.el (trace):
14275 * emulation/viper-ex.el (viper-ex):
14276 * emulation/viper-mous.el (viper-mouse):
14277 * mail/mailalias.el (mailalias):
14278 * mail/supercite.el (supercite, supercite-frames)
14279 (supercite-attr, supercite-cite, supercite-hooks):
14280 * net/rcompile.el (remote-compile):
14281 * net/rlogin.el (rlogin):
14282 * obsolete/ooutline.el (outlines):
14283 * progmodes/delphi.el (delphi):
14284 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14285 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14286 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14287 (ebnf-optimization):
14288 * progmodes/etags.el (etags):
14289 * progmodes/executable.el (executable):
14290 * progmodes/idlwave.el (idlwave):
14291 * progmodes/pascal.el (pascal):
14292 * progmodes/prolog.el (prolog):
14293 * progmodes/python.el (python):
14294 * progmodes/scheme.el (scheme):
14295 * progmodes/sh-script.el (sh, sh-script):
14296 * progmodes/sql.el (SQL):
14297 * progmodes/tcl.el (tcl):
14298 * textmodes/bibtex.el (bibtex, bibtex-autokey):
14299 * textmodes/enriched.el (enriched):
14300 * textmodes/makeinfo.el (makeinfo):
14301 * textmodes/sgml-mode.el (sgml):
14302 * textmodes/table.el (table-hooks):
14303 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14304 * textmodes/texinfo.el (texinfo):
14305 * textmodes/two-column.el (two-column):
14306 Finish `defgroup' description with period.
14307
14308 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14309 * eshell/esh-var.el (eshell-var):
14310 * progmodes/vhdl-mode.el (vhdl-testbench):
14311 * textmodes/org.el (org): Fix typos in docstrings.
14312
14313 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14314 consistency.
14315
14316 * progmodes/flymake.el (flymake-find-file): Remove.
14317 (flymake-float-time): Use `with-no-warnings'.
14318 (flymake-check-start-time, flymake-check-was-interrupted)
14319 (flymake-err-info, flymake-is-running, flymake-last-change-time)
14320 (flymake-new-err-info): `defvar' at compile time.
14321
14322 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
14323
14324 * replace.el (occur-hook): Doc fix.
14325 (occur-1): Don't call `occur-hook' if there are no matches.
14326
14327 2005-07-03 Richard M. Stallman <rms@gnu.org>
14328
14329 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14330 global-map, save the same map.
14331 (global-map): Don't alter it at top level.
14332 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14333 Then alter it here instead.
14334 (tpu-edt-off): Set global-map to the saved one.
14335
14336 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14337 All references simplified.
14338 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
14339 (zmacs-regions): Add defvar.
14340 (repeat-complex-command-map): Everything about that deleted.
14341
14342 * textmodes/artist.el (artist-key-is-drawing)
14343 (artist-key-endpoint1, artist-key-poly-point-list)
14344 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14345 (artist-key-compl-table, artist-rb-save-data)
14346 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14347 Don't put them in eval-when-compile.
14348 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14349
14350 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14351 Use with-no-warnings.
14352
14353 * net/browse-url.el (dos-windows-version): Add defvar.
14354
14355 * mail/supercite.el (filladapt-prefix-table): Add defvar.
14356
14357 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14358 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14359 (rmail-new-summary-line-count): Rename from new-summary-line-count.
14360 Add defvar.
14361 (rmail-summary-beginning-of-message): Use with-no-warnings.
14362 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14363
14364 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14365 Use with-no-warnings.
14366
14367 * emulation/vi.el (vi-mark-region): Use c-mark-function.
14368 (c-mark-function): Add point-moving-unit property.
14369 (vi-goto-line): Use with-no-warnings.
14370
14371 * emulation/edt.el (edt-last-copied-word): Add defvar.
14372 (zmacs-region-stays): Likewise.
14373 (edt-mark-section-wisely): Use c-mark-function for C.
14374 Use makr-defun for Fortran.
14375 (time-string): defvar deleted.
14376 (edt-display-the-time): Don't set time-string.
14377
14378 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14379
14380 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14381 Don't warn when name is not constant
14382 or for defining the group `emacs'.
14383
14384 * tooltip.el (gud-tooltip-mode): Add defvar.
14385
14386 * startup.el (default-frame-background-mode): Add defvar.
14387
14388 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14389
14390 * info.el (tool-bar-map): Add defvar.
14391
14392 * dired.el (dnd-protocol-alist): Add defvar.
14393
14394 * dired-aux.el (dired-query): Display question with answer, when
14395 the user answers.
14396
14397 * custom.el (custom-add-option): Doc fix.
14398
14399 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14400
14401 2005-07-03 Eli Zaretskii <eliz@gnu.org>
14402
14403 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14404 bogus name from the last change.
14405
14406 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
14407
14408 * custom.el (custom-declare-variable): Fix typos in comment.
14409 (custom-known-themes): Doc fix.
14410 (custom-theme-directory): New defcustom.
14411 (require-theme): Make it check `custom-theme-directory'.
14412
14413 * cus-theme.el (custom-new-theme-mode): New function.
14414 (custom-theme-name, custom-theme-variables, custom-theme-faces)
14415 (custom-theme-description): Add compiler defvars.
14416 (customize-create-theme): Add doc to the "*New Custom Theme*"
14417 buffer. Use `custom-new-theme-mode'.
14418 (custom-theme-write): Put the created buffer in emacs-lisp-mode
14419 and save it to the `custom-theme-directory'. Make this the
14420 default directory of the buffer.
14421
14422 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
14423
14424 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14425 Fix unbalanced parentheses.
14426
14427 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
14428
14429 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14430 into flymake-mode and delegate to flymake-mode.
14431
14432 * find-file.el (ff-which-function-are-we-in): Clean up.
14433
14434 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
14435
14436 * replace.el (occur-rename-buffer): Fix docstring.
14437
14438 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14439 (edt-last-copied-word, edt-learn-macro-count)
14440 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14441 (edt-rect-start-point, edt-user-global-map, rect-start-point)
14442 (time-string, zmacs-region-stays):
14443 * emulation/edt-mapper.el (edt-save-function-key-map)
14444 (EDT-key-name): `defvar' to silence the byte-compiler.
14445
14446 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
14447
14448 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14449 font-lock-regexp-backslash. Doc fix.
14450 (font-lock-regexp-backslash-grouping-construct): Rename from
14451 font-lock-regexp-backslash-construct. Doc fix.
14452 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14453 grouping constructs.
14454
14455 2005-07-02 Eli Zaretskii <eliz@gnu.org>
14456
14457 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14458 updating all the prerequisites.
14459
14460 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
14461
14462 * textmodes/org.el (org-agenda-start-on-weekday)
14463 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14464 (org-agenda-use-time-grid, org-archive-location)
14465 (org-allow-space-in-links, org-usenet-links-prefer-google)
14466 (org-enable-table-editor, org-export-default-language)
14467 (org-export-html-show-new-buffer, org-fill-paragraph)
14468 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14469 (org-goto-quit, org-occur, org-eval-in-calendar)
14470 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14471 (org-agenda-diary-entry, org-remember-help)
14472 (org-table-convert-region, org-at-table-p)
14473 (org-table-move-row-down, org-table-move-row-up)
14474 (org-table-copy-region, org-table-toggle-vline-visibility)
14475 (org-table-get-stored-formulas, org-table-get-specials)
14476 (org-recalc-commands, org-table-eval-formula)
14477 (org-table-formula-substitute-names, orgtbl-make-binding)
14478 (org-format-org-table-html, org-format-table-table-html)
14479 (org-format-table-table-html-using-table-generate-source)
14480 (org-customize): Fix typos in docstrings.
14481 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14482 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14483 (org-back-to-heading): Doc fixes.
14484 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14485 (org-agenda-change-all-lines, org-get-header):
14486 Improve argument/docstring consistency.
14487 (orgtbl-error): Fix error message.
14488
14489 * progmodes/flymake.el (flymake-find-possible-master-files)
14490 (flymake-master-file-compare, flymake-get-line-err-count)
14491 (flymake-highlight-line, flymake-gui-warnings-enabled):
14492 Fix typos in docstrings.
14493 (flymake-parse-line, flymake-get-project-include-dirs-function)
14494 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14495 Doc fixes.
14496 (flymake-get-project-include-dirs-function)
14497 (flymake-make-err-menu-data):
14498 Improve argument/docstring consistency.
14499
14500 2005-07-01 Lute Kamstra <lute@gnu.org>
14501
14502 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14503 Catch errors with ignore-errors. Use temporary buffer.
14504 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
14505
14506 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14507 background color faces.
14508 (facemenu-set-foreground, facemenu-set-background):
14509 Use facemenu-set-face-from-menu.
14510 (facemenu-set-face-from-menu): Treat face names that start with
14511 "fg:" or "bg:" as special.
14512 (facemenu-add-new-color): Don't create faces. Simplify.
14513
14514 2005-06-30 Richard M. Stallman <rms@gnu.org>
14515
14516 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14517 (crm-find-current-element): Likewise.
14518
14519 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
14520
14521 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14522
14523 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
14524
14525 * arc-mode.el (archive-extract): Make it work as a mouse binding.
14526 (archive-mouse-extract): Make it an obsolete alias.
14527 (archive-mode-map): Don't use archive-mouse-extract any more.
14528 (archive-mode, archive-extract): write-contents-hooks ->
14529 write-contents-functions.
14530 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14531 first arg.
14532 (archive-rename-entry): Update the call.
14533 (archive-zip-summarize): Remove unused var `method'.
14534 (archive-lzh-summarize): Remove unused var `creator'.
14535
14536 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14537 dedicated frame upon exit.
14538
14539 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14540 (archive-zip-extract, archive-zip-expunge)
14541 (archive-zip-update, archive-zip-update-case): Use executable-find.
14542 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14543 Use restore-buffer-modified-p.
14544 (archive-extract, archive-add-new-member, archive-write-file-member):
14545 Use with-current-buffer.
14546 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14547
14548 2005-06-30 Andreas Schwab <schwab@suse.de>
14549
14550 * progmodes/gud.el (gud-filter): Remove unneeded progn.
14551
14552 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14553
14554 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14555
14556 2005-06-30 Juri Linkov <juri@jurta.org>
14557
14558 * faces.el (vertical-border): Inherit from mode-line-inactive
14559 only on tty.
14560
14561 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
14562
14563 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14564 example, -NLINES in the `occur' docstring).
14565
14566 * replace.el (occur-1): When no matches are found, do not set the
14567 `buffer-read-only' and modified flags for the occur buffer,
14568 because it is deleted.
14569
14570 * emulation/cua-base.el (cua-check-pending-input)
14571 (cua-repeat-replace-region, cua-mode, cua-debug)
14572 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14573 Fix typos in docstrings.
14574
14575 * emulation/cua-gmrk.el (cua-toggle-global-mark)
14576 (cua-cut-region-to-global-mark)
14577 (cua--cut-rectangle-to-global-mark):
14578 Remove period from end of messages.
14579
14580 * emulation/cua-rect.el (cua-do-rectangle-padding):
14581 Remove period from end of messages.
14582 (cua--rectangle-seq-format): Fix typo in docstring.
14583 (cua-sequence-rectangle, cua-fill-char-rectangle):
14584 Improve argument/docstring consistency.
14585
14586 2005-06-29 Juri Linkov <juri@jurta.org>
14587
14588 * faces.el (default-frame-background-mode): New internal variable.
14589 (frame-set-background-mode): Use it.
14590
14591 * startup.el (normal-top-level): Set default-frame-background-mode
14592 instead of frame-background-mode. Before setting it, test for its
14593 nil value. Remove tests for frame-background-mode and frame
14594 parameter `reverse'. Add test for "unspecified-fg".
14595
14596 * term/xterm.el (xterm-rxvt-set-background-mode):
14597 * term/rxvt.el (rxvt-set-background-mode):
14598 Set default-frame-background-mode instead of frame-background-mode.
14599
14600 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
14601
14602 * simple.el (set-variable): Warn about obsolete user variables.
14603
14604 * imenu.el (imenu--completion-buffer):
14605 * mouse.el (mouse-buffer-menu-alist):
14606 * msb.el (msb-invisible-buffer-p):
14607 * calendar/diary-lib.el (diary-header-line-format):
14608 * emacs-lisp/pp.el (pp-buffer):
14609 * progmodes/cperl-mode.el (cperl-do-auto-fill):
14610 * textmodes/picture.el (picture-replace-match):
14611 Change space constants followed by a sexp to "?\s ".
14612
14613 * play/decipher.el (decipher-loop-with-breaks):
14614 * textmodes/texinfo.el (texinfo-insert-@item): Change space
14615 constants "protected" from end of line by a comment to "?\s".
14616
14617 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * font-lock.el (save-buffer-state): Use `declare'.
14620
14621 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14622 reset the syntax-table to cperl-mode-syntax-table.
14623 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14624 "foo_print_bar" is not matched as a reserved keyword.
14625
14626 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
14627
14628 * textmodes/org.el (orgtbl-setup): New function, for delayed
14629 setup for the orgtbl commands.
14630 (org-calc-default-modes): New option.
14631 (orgtbl-make-binding): Use `defun' to get better help display.
14632 (org-diary): Call `org-compile-prefix-format'.
14633 (org-table-formula-substitute-names): New function.
14634 (org-agenda-day-view, org-agenda-week-view): New commands.
14635 (org-agenda-toggle-week-view): Command removed.
14636 (org-tbl-menu): Split off from org-org-menu.
14637 (org-mode): Move removal of outline-mode menus to here.
14638 (org-table-formula-debug): New option.
14639 (org-table-insert-row): Keep first field if just "#" or "*".
14640 (org-mode): Paragraph regexps fixed.
14641 (org-table-recalculate-regexp): New constant.
14642 (org-table-justify-field-maybe): Avoid replace if not necessary.
14643 (org-copy-special, org-cut-special): Use `call-interactively'.
14644 (org-table-copy-region): Take region from `interactive' call.
14645 (org-trim): Return string even if no match.
14646 (org-formula): New face.
14647 (org-set-font-lock-defaults): No longer highlight "FIXME".
14648 But highlight formula-related fields in table.
14649 (org-table-p): Use regexp, not fontification.
14650 (org-table-align): Handle white space at end of line.
14651 (org-table-formula-evaluate-inline): New option.
14652 (org-mode): Auto-wrapping in comment lines turned off.
14653 (org-table-copy-down): Evaluate only in copied field, not in
14654 destination.
14655 (org-table-current-formula): Variable removed.
14656 (org-table-store-formulas, org-table-get-stored-formulas)
14657 (org-table-modify-formulas, org-table-replace-in-formulas)
14658 (org-table-maybe-eval-formula): New functions.
14659 (org-table-get-formula): Modify to use stored formulas.
14660 (org-table-insert-column, org-table-delete-column)
14661 (org-table-move-column): Call `org-table-modify-formulas'.
14662 (org-complete): Add completion for keyword formulas.
14663 (orgtbl-mode): Pull orgtbl-mode-map to start of
14664 minor-mode-map-alist.
14665
14666 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * progmodes/python.el (python-check): Require `compile' before
14669 modifying its variables.
14670
14671 * newcomment.el (comment-indent-default): Don't get fooled by an early
14672 end of buffer.
14673
14674 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14675
14676 * ps-print.el (ps-print-version): Fix version number.
14677
14678 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
14679
14680 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14681
14682 2005-06-28 Richard M. Stallman <rms@gnu.org>
14683
14684 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14685 (flyspell-local-mouse-map): Declaration deleted.
14686 (flyspell-mouse-map): Bind only mouse-2.
14687 (flyspell-mode-map): Don't test flyspell-use-local-map.
14688 (flyspell-overlay-keymap-property-name): Var deleted.
14689 (flyspell-mode-on): Don't make local bindings for
14690 flyspell-mouse-map and flyspell-mode-map.
14691 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14692
14693 * textmodes/ispell.el (ispell-word): Do not ignore short words.
14694
14695 * progmodes/compile.el (compilation-next-error-function):
14696 Don't switch buffers; operate on the current buffer.
14697
14698 * progmodes/compile.el (compilation-error-file-name)
14699 (compilation-warning-file-name, compilation-info-file-name)
14700 (compilation-line-number, compilation-column-number): New faces.
14701 (compilation-error-face, compilation-warning-face)
14702 (compilation-info-face, compilation-line-face)
14703 (compilation-column-face): Use them.
14704
14705 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14706
14707 * comint.el (comint-password-prompt-regexp): Accept ", try again".
14708
14709 * bindings.el (global-map): Bind insertchar and its variants.
14710
14711 2005-06-27 Richard M. Stallman <rms@gnu.org>
14712
14713 * textmodes/artist.el (artist-text-overwrite)
14714 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14715
14716 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14717
14718 * ps-print.el: It was not working the page selection for printing.
14719 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14720 (ps-print-version): New version 6.6.7.
14721 (ps-end-sheet): New fun.
14722 (ps-header-sheet, ps-end-job): Call it.
14723
14724 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
14725
14726 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14727
14728 2005-06-27 Lute Kamstra <lute@gnu.org>
14729
14730 * facemenu.el (facemenu-unlisted-faces): Add foreground and
14731 background color faces.
14732 (facemenu-get-face): Delete function.
14733 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14734 (facemenu-add-new-color): Make second argument mandatory.
14735 Create the appropriate face and return it. Simplify.
14736 (facemenu-set-foreground, facemenu-set-background): Don't check if
14737 color is defined. Use return value of facemenu-add-new-color.
14738
14739 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
14740
14741 * progmodes/gud.el (gud-filter): Add missing argument to
14742 with-selected-window.
14743
14744 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14747 a :require to the defcustom.
14748
14749 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14750 defcustoms corresponding to minor modes.
14751
14752 2005-06-26 David Ponce <david@dponce.com>
14753
14754 * recentf.el: Require tree-widget instead of wid-edit.
14755 (recentf-filename-handler): Fix widget :type.
14756 (recentf-cancel-dialog, recentf-open-more-files)
14757 (recentf-open-files-action): Doc fix.
14758 (recentf-dialog-goto-first): New function.
14759 (recentf-dialog-mode-map): Set parent keymap first.
14760 (recentf-dialog-mode): Define with define-derived-mode.
14761 Don't display continuation lines in dialogs.
14762 (recentf-edit-list): Rename from recentf-edit-selected-items.
14763 (recentf-edit-list-select): Rename from recentf-edit-list-action.
14764 Simplify.
14765 (recentf-edit-list-validate): New function.
14766 (recentf-edit-list): Update accordingly.
14767 (recentf-open-files-item-shift): Remove.
14768 (recentf-open-files-item): Convert menu elements into tree and
14769 link widgets. Don't create the widgets.
14770 (recentf-open-files): Update accordingly.
14771 (recentf-save-list): Untabify.
14772
14773 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
14774
14775 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14776 (keep-lines): Add INTERACTIVE arg. Never delete lines only
14777 partially contained in the active region. Do not take active
14778 region into account when called from Lisp, unless INTERACTIVE arg
14779 is non-nil. Use `forward-line' instead of `beginning-of-line' to
14780 avoid trouble with fields. Make marker point nowhere when no
14781 longer used. Always return nil. Doc fix.
14782 (flush-lines): Add INTERACTIVE arg. Do not take active region
14783 into account when called from Lisp, unless INTERACTIVE arg is
14784 non-nil. Use `forward-line' instead of `beginning-of-line' to
14785 avoid trouble with fields. Make marker point nowhere when no
14786 longer used. Always return nil. Doc fix.
14787 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
14788 interchangeable. Do not take active region into account when
14789 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
14790 message in echo area when called from Lisp, unless INTERACTIVE arg
14791 is non-nil. Avoid saying "1 occurrences". Do not use markers.
14792 Return the number of matches. Doc fix.
14793 (occur): Doc fix.
14794 (perform-replace): Make comment follow double space convention for
14795 the sake of `outline-minor-mode'.
14796
14797 * faces.el (facep): Doc fix.
14798
14799 2005-06-25 Richard M. Stallman <rms@gnu.org>
14800
14801 * facemenu.el (facemenu-enable-faces-p): New function.
14802 (facemenu-background-menu, facemenu-foreground-menu)
14803 (facemenu-face-menu): Add menu-enable property.
14804
14805 * jka-compr.el (jka-compr-insert-file-contents):
14806 Special handling if cannot find the uncompression program.
14807
14808 * cus-face.el (custom-face-attributes): Add autoload.
14809
14810 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14811 Bind comment-indent-function locally.
14812
14813 * window.el (save-selected-window): Use save-current-buffer.
14814
14815 * subr.el (with-selected-window): Use save-current-buffer.
14816
14817 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14818 and with-current-buffer.
14819
14820 2005-06-24 Richard M. Stallman <rms@gnu.org>
14821
14822 * simple.el (line-move-1): Fix previous change.
14823
14824 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
14825
14826 * replace.el (occur-1): Set `buffer-read-only' and the
14827 buffer-modified flag before running `occur-hook' to protect
14828 against unintentional buffer switches that can lead to data loss.
14829
14830 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
14831
14832 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14833 (gud-gdb-marker-filter): Use font-lock-warning-face for any
14834 initial error.
14835
14836 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14837 after fresh input.
14838 (gdb-var-create-handler): Put name of expression in quotes.
14839
14840 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
14841
14842 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14843 elements of RING in order, and without bogus nil elements.
14844
14845 2005-06-23 Richard M. Stallman <rms@gnu.org>
14846
14847 * simple.el (set-variable): Args renamed; doc fix.
14848 (line-move-1): When there are overlays around, use vertical-motion.
14849
14850 * faces.el (escape-glyph): Use brown against light background.
14851 (nobreak-space): Rename from no-break-space.
14852 Fix previous change.
14853
14854 * dired-aux.el (dired-do-copy): Fix arg prompt.
14855
14856 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14857
14858 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14859
14860 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14861 rather than "Distributor".
14862
14863 2005-06-23 Lute Kamstra <lute@gnu.org>
14864
14865 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14866 (debug-on-entry): Use it. New interactive declaration that uses
14867 function-called-at-point.
14868
14869 2005-06-23 Kim F. Storm <storm@cua.dk>
14870
14871 * subr.el (save-match-data): Add comment about using evaporate arg
14872 to set-match-data.
14873
14874 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14875
14876 * cus-edit.el (customize-face)
14877 (customize-face-other-window): Handle face aliases.
14878
14879 * faces.el (face-documentation, set-face-attribute)
14880 (face-spec-set): Handle face aliases.
14881
14882 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14883
14884 * help-mode.el (help-make-xrefs): If a symbol representing a face
14885 name is not followed by the word "face", it could still be a
14886 function or variable name, so don't bypass other checks.
14887
14888 2005-06-22 Juri Linkov <juri@jurta.org>
14889
14890 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14891 Replace aliased functions with calls where second arg `inherit' is t.
14892
14893 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14894
14895 * progmodes/gdb-ui.el (gdb-error): New variable.
14896 (gdb-error): New function.
14897 (gdb-annotation-rules): Act on error-begin and error annotations.
14898 (gdb-concat-output): Use font-lock-warning-face for errors.
14899
14900 2005-06-22 Miles Bader <miles@gnu.org>
14901
14902 * bindings.el (propertized-buffer-identification): Use renamed
14903 `Buffer-menu-buffer' face.
14904
14905 * faces.el (vertical-border): Rename from `vertical-divider'.
14906 (escape-glyph): Change dark-background color back to `cyan'.
14907
14908 2005-06-21 Juri Linkov <juri@jurta.org>
14909
14910 * faces.el (face-user-default-spec): Try getting `customized-face'
14911 prior to `saved-face'.
14912 (frame-background-mode): Refill docstring.
14913
14914 * emacs-lisp/lisp-mode.el (eval-defun-1):
14915 * emacs-lisp/edebug.el (edebug-eval-defun):
14916 Set `saved-face' temporarily to nil before calling form.
14917 Set `customized-face' to the new spec after that.
14918
14919 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14920
14921 * subr.el (1value, lambda, key-substitution-in-progress):
14922 Doc fixes.
14923
14924 * autoinsert.el (auto-insert-alist):
14925 * ses.el (ses-call-printer):
14926 * subr.el (noreturn):
14927 * emacs-lisp/lisp.el (check-parens):
14928 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14929 * net/browse-url.el (browse-url-mosaic):
14930 * progmodes/cc-defs.el (c-safe-scan-lists):
14931 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14932 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14933 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14934 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14935 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14936 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14937
14938 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14939
14940 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14941
14942 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14943
14944 * calendar/appt.el (appt-make-list): Activate the package, if
14945 not already active (for backwards compatibility).
14946
14947 2005-06-20 Kim F. Storm <storm@cua.dk>
14948
14949 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14950
14951 2005-06-20 Miles Bader <miles@gnu.org>
14952
14953 * faces.el (vertical-divider): New face.
14954
14955 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14956
14957 * simple.el (kill-whole-line): Doc fix.
14958 (next-error-buffer-p, next-error-find-buffer)
14959 (clone-indirect-buffer): Fix typos in docstrings.
14960 (comment-line-break-function): Doc fix: don't say variable
14961 is automatically buffer-local (it isn't).
14962
14963 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14964
14965 * net/tramp-ftp.el (top):
14966 * net/tramp-smb.el (top):
14967 * net/tramp-util.el (top):
14968 * net/tramp-uu.el (top):
14969 * net/tramp-vc.el (top):
14970 * net/tramp.el (top): Revert copyright years back to original
14971 ones. Tramp has a life outside GNU Emacs.
14972
14973 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14974
14975 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14976
14977 2005-06-18 Juri Linkov <juri@jurta.org>
14978
14979 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14980 end of first regexp to limit the match to the position between
14981 line number and source line with same separator character as used
14982 between file name and line number. In the second regexp limit
14983 mouse-face area to file name and line number by adding new group
14984 for them and referring it in HYPERLINK arg.
14985 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14986 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14987 previous line where grep markers may be already removed.
14988
14989 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14990
14991 * progmodes/ps-mode.el: Update version and maintainer's email address.
14992
14993 2005-06-18 Steve Youngs <steve@xemacs.org>
14994
14995 * net/browse-url.el (browse-url-browser-function)
14996 (browse-url-default-browser): Add firefox.
14997 (browse-url-firefox-program, browse-url-firefox-arguments)
14998 (browse-url-firefox-startup-arguments)
14999 (browse-url-firefox-new-window-is-tab): New defcustoms.
15000 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15001
15002 2005-06-17 Richard M. Stallman <rms@gnu.org>
15003
15004 * startup.el (command-line): Warn if specified user name has
15005 no home directory.
15006
15007 * term.el (term-get-old-input, term-input-filter, term-input-sender)
15008 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15009
15010 * longlines.el (longlines-mode, longlines-show-hard-newlines):
15011 Doc fixes.
15012
15013 * faces.el (underline): Try bold if terminal doesn't support underline.
15014
15015 * mail/sendmail.el (mail-setup-with-from): New variable.
15016 (mail-insert-from-field): New function.
15017 (sendmail-send-it): Call it.
15018 (mail-setup): Optionally call it here.
15019
15020 * term/linux.el: Call tty-no-underline.
15021
15022 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
15023
15024 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15025
15026 2005-06-17 Miles Bader <miles@gnu.org>
15027
15028 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15029 (ediff-current-diff-C, ediff-current-diff-Ancestor)
15030 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15031 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15032 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15033 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15034 Remove "-face" suffix from face names.
15035 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15036 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15037 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15038 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15039 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15040 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15041 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15042 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15043 New backward-compatibility aliases for renamed faces.
15044 (ediff-current-diff-face-A, ediff-current-diff-face-B)
15045 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15046 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15047 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15048 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15049 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15050 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15051 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15052 Use renamed ediff faces.
15053
15054 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15055 Remove "-face" suffix from face names.
15056 (eshell-test-ok-face, eshell-test-failed-face):
15057 New backward-compatibility aliases for renamed faces.
15058 (eshell-run-test): Use renamed eshell-test faces.
15059
15060 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15061 face name.
15062 (eshell-prompt-face): New backward-compatibility alias for renamed
15063 face.
15064 (eshell-emit-prompt): Use renamed eshell-prompt face.
15065
15066 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15067 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15068 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15069 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15070 Remove "-face" suffix from face names.
15071 (eshell-ls-directory-face, eshell-ls-symlink-face)
15072 (eshell-ls-executable-face, eshell-ls-readonly-face)
15073 (eshell-ls-unreadable-face, eshell-ls-special-face)
15074 (eshell-ls-missing-face, eshell-ls-archive-face)
15075 (eshell-ls-backup-face, eshell-ls-product-face)
15076 (eshell-ls-clutter-face):
15077 New backward-compatibility aliases for renamed faces.
15078 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15079
15080 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15081 Remove "-face" suffix from face name.
15082 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15083 instead of literal face.
15084
15085 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
15086
15087 * emacs-lisp/warnings.el (display-warning, lwarn)
15088 (warning-minimum-log-level): Doc fixes.
15089 (warning-minimum-level, warning-minimum-log-level):
15090 Add :debug to :type choices.
15091
15092 * progmodes/ada-mode.el (ada-format-paramlist)
15093 (ada-get-indent-case, ada-check-matching-start)
15094 (ada-check-defun-name, ada-goto-matching-decl-start)
15095 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15096 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15097 (ada-make-subprogram-body): Follow error conventions.
15098 (ada-case-exception-file, ada-indent-comment-as-code)
15099 (ada-indent-handle-comment-special, ada-indent-renames)
15100 (ada-indent-return, ada-search-directories-internal)
15101 (ada-tab-policy, ada-case-exception-substring)
15102 (ada-other-file-alist, ada-matching-start-re)
15103 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15104 (ada-imenu-generic-expression, ada-compile-goto-error)
15105 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15106 (ada-popup-menu, ada-add-extensions, ada-mode)
15107 (ada-region-selected, ada-create-case-exception)
15108 (ada-create-case-exception-substring, ada-after-keyword-p)
15109 (ada-activate-keys-for-case, ada-adjust-case-region)
15110 (ada-adjust-case-buffer, ada-format-paramlist)
15111 (ada-scan-paramlist, ada-insert-paramlist)
15112 (ada-indent-newline-indent)
15113 (ada-indent-newline-indent-conditional)
15114 (ada-justified-indent-current, ada-goto-previous-word)
15115 (ada-indent-current, ada-get-indent-open-paren)
15116 (ada-get-indent-paramlist, ada-get-indent-end)
15117 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15118 (ada-get-indent-block-start, ada-get-indent-subprog)
15119 (ada-get-indent-noindent, ada-get-indent-label)
15120 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15121 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15122 (ada-goto-stmt-end, ada-goto-next-word)
15123 (ada-check-matching-start, ada-check-defun-name)
15124 (ada-goto-matching-decl-start, ada-goto-matching-start)
15125 (ada-goto-matching-end, ada-search-ignore-string-comment)
15126 (ada-in-decl-p, ada-looking-at-semi-or)
15127 (ada-looking-at-semi-private, ada-in-paramlist-p)
15128 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15129 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15130 (ada-next-procedure, ada-previous-procedure, ada-next-package)
15131 (ada-previous-package, ada-create-menu)
15132 (ada-fill-comment-paragraph-justify)
15133 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15134 (ada-other-file-name, ada-last-which-function-line)
15135 (ada-last-which-function-subprog, ada-which-function)
15136 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15137 (ada-gen-treat-proc, ada-check-emacs-version)
15138 (ada-continuation-indent, ada-align-region-separate):
15139 Fix typos in docstrings.
15140 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15141
15142 2005-06-16 Lute Kamstra <lute@gnu.org>
15143
15144 * simple.el (fundamental-mode): Run after-change-major-mode-hook
15145 conditionally.
15146
15147 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
15148
15149 * comint.el (comint-replace-by-expanded-filename)
15150 (comint-prompt-regexp, comint-delimiter-argument-list)
15151 (comint-preinput-scroll-to-bottom):
15152 * info.el (Info-hide-cookies-node):
15153 * ls-lisp.el (ls-lisp-classify):
15154 * find-file.el (ff-search-directories, ff-special-constructs)
15155 (ff-find-other-file):
15156 * font-lock.el (font-lock-keywords):
15157 * shell.el (shell-prompt-pattern)
15158 (shell-dynamic-complete-functions, shell-mode)
15159 (shell-delimiter-argument-list):
15160 * term.el (term-replace-by-expanded-filename)
15161 (term-prompt-regexp, term-delimiter-argument-list):
15162 * woman.el (woman-ignore, woman0-if):
15163 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15164 * emacs-lisp/elint.el (elint-init-env):
15165 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15166 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15167 * language/ethio-util.el (ethio-tilde-escape)
15168 (ethio-use-three-dot-question):
15169 * net/zone-mode.el (zone-mode-load-time-setup):
15170 * progmodes/cc-align.el (c-lineup-argcont):
15171 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15172 * progmodes/cperl-mode.el (cperl-set-style-back):
15173 * progmodes/inf-lisp.el (inferior-lisp-prompt):
15174 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15175 Fix spellings in docstrings.
15176
15177 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15178 * progmodes/modula2.el (m2-for): Fix spellings.
15179
15180 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15181
15182 * simple.el (undo-more): Don't use `format' on `error' arguments.
15183 Improve argument/docstring consistency.
15184 (pending-undo-list): Doc fix.
15185
15186 * smerge-mode.el (smerge-ensure-match):
15187 * emulation/vip.el (vip-ex):
15188 * net/zone-mode.el (zone-mode-update-serial):
15189 * progmodes/idlwave.el (idlwave-complete):
15190 * progmodes/vhdl-mode.el (vhdl-visit-file)
15191 (vhdl-compose-wire-components):
15192 Don't use `format' on `error' arguments.
15193
15194 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15195 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15196 (tooltip-help-tips): Fix typos in docstrings.
15197
15198 2005-06-16 David Ponce <david@dponce.com>
15199
15200 * tree-widget.el (tree-widget-value-create): Simplify last change.
15201
15202 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
15203
15204 * ido.el (ido-incomplete-regexp): New variable.
15205 (ido-set-matches-1): Handle invalid-regexp error and set
15206 ido-incomplete-regexp.
15207 (ido-incomplete-regexp): New face.
15208 (ido-completions): Use it.
15209 (ido-complete, ido-exit-minibuffer, ido-completions):
15210 Handle incomplete regexps.
15211 (ido-completions): Add check for complete match when entering a regexp.
15212
15213 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
15214
15215 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15216
15217 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15218
15219 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15220 by field delimiters.
15221
15222 2005-06-15 David Ponce <david@dponce.com>
15223
15224 * tree-widget.el: eval-and-compile inlined functions so they will
15225 be available at run-time too.
15226 (tree-widget-super-format-handler)
15227 (tree-widget-format-handler): Remove.
15228 (tree-widget-value-create): Handle the :indent property.
15229
15230 2005-06-15 Miles Bader <miles@gnu.org>
15231
15232 * progmodes/which-func.el (which-func): Only inherit
15233 `font-lock-function-name-face' when that makes sense against the
15234 default mode-line face, otherwise set the face color explicitly.
15235
15236 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15237 faces instead of (non-existent) variables.
15238
15239 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
15240
15241 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15242 (iswitchb-get-matched-buffers): Likewise. Simplify.
15243
15244 2005-06-14 Miles Bader <miles@gnu.org>
15245
15246 * progmodes/ld-script.el (ld-script-location-counter):
15247 Remove "-face" suffix from face name.
15248 (ld-script-location-counter-face):
15249 New backward-compatibility alias for renamed face.
15250 (ld-script-location-counter-face): Use renamed face.
15251
15252 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15253 (cperl-hash): Remove "-face" suffix from face names.
15254 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15255 New backward-compatibility aliases for renamed faces.
15256 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15257 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15258
15259 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15260 name.
15261 (which-func-face): New backward-compatibility alias for renamed face.
15262 (which-func-format): Use renamed which-func face.
15263
15264 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15265 (vhdl-function, vhdl-directive, vhdl-reserved-word)
15266 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15267 names.
15268 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15269 (vhdl-speedbar-configuration, vhdl-speedbar-package)
15270 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15271 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15272 (vhdl-speedbar-architecture-selected)
15273 (vhdl-speedbar-configuration-selected)
15274 (vhdl-speedbar-package-selected)
15275 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15276 names.
15277 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15278 Use renamed faces.
15279 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15280 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15281 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15282 Use renamed faces.
15283 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15284 names.
15285 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15286 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15287 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15288 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15289 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15290 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15291
15292 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15293 face name.
15294 (sh-heredoc-face): New backward-compatibility alias for renamed face.
15295 (sh-heredoc-face): Use renamed sh-heredoc face.
15296
15297 * progmodes/idlw-help.el (idlwave-help-link):
15298 Remove "-face" suffix from face name.
15299 (idlwave-help-link-face):
15300 New backward-compatibility alias for renamed face.
15301 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15302
15303 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15304 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15305 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15306 New backward-compatibility aliases for renamed faces.
15307 (idlwave-shell-disabled-breakpoint-face)
15308 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15309
15310 * progmodes/flymake.el (flymake-errline, flymake-warnline):
15311 Remove "-face" suffix from face names.
15312 (flymake-errline-face, flymake-warnline-face):
15313 New backward-compatibility aliases for renamed faces.
15314 (flymake-highlight-line): Use renamed flymake faces.
15315
15316 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15317 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15318 (ebrowse-member-class, ebrowse-progress):
15319 Remove "-face" suffix from face names.
15320 (ebrowse-tree-mark-face, ebrowse-root-class-face)
15321 (ebrowse-file-name-face, ebrowse-default-face)
15322 (ebrowse-member-attribute-face, ebrowse-member-class-face)
15323 (ebrowse-progress-face):
15324 New backward-compatibility aliases for renamed faces.
15325 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15326 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15327 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15328 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15329
15330 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15331 antlr-syntax)
15332 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15333 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15334 names.
15335 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15336 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15337 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15338 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15339 backward-compatibility aliases for renamed faces.
15340 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15341 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15342 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15343 remove "font-lock-". Use renamed antlr-mode faces.
15344 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
15345 literal face-names with face variable references.
15346
15347 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15348 face name.
15349 (Buffer-menu-buffer-face): New backward-compatibility alias for
15350 renamed face.
15351 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15352
15353 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
15354
15355 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15356 Eliminate "-face" suffix.
15357 (makefile-targets): Inherit from font-lock-function-name-face and
15358 eliminate "-face" suffix.
15359 (makefile-shell): Remove attributes and eliminate "-face" suffix.
15360 (makefile-*-font-lock-keywords): Append makefile-targets in rule
15361 actions, instead of prepending, to make it less visible.
15362 (makefile-previous-dependency, makefile-match-dependency):
15363 Don't match a target on a continuation line.
15364
15365 * files.el (auto-mode-alist): Put Makefile in gmake mode.
15366
15367 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
15368
15369 * progmodes/gdb-ui.el (menu): Re-order menu items.
15370 (gdb-tooltip-print): Respect tooltip-use-echo-area.
15371
15372 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15373 Define in tooltip.el.
15374 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15375 (gud-tooltip-tips): Respect tooltip-use-echo-area and
15376 gud-tooltip-echo-area.
15377
15378 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15379 backward compatibility and make obsolete.
15380 (tooltip-help-tips): Use tooltip-use-echo-area.
15381 (tooltip-show-help-function): Rename to...
15382 (tooltip-show-help): ...this, because it is a function.
15383 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15384
15385 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
15386
15387 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15388 (edebug-print-length, edebug-print-level, edebug-print-circle)
15389 (edebug-modify-breakpoint, edebug-eval-last-sexp)
15390 (edebug-eval-print-last-sexp): Doc fixes.
15391
15392 2005-06-14 Kim F. Storm <storm@cua.dk>
15393
15394 * ido.el (ido-mode): Make a new keymap every time we enable ido,
15395 as the coverage buffer/file/both may change.
15396
15397 2005-06-14 Lute Kamstra <lute@gnu.org>
15398
15399 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15400 and run-mode-hooks. Simplify.
15401
15402 * mail/rmailedit.el (rmail-edit-mode):
15403 * progmodes/octave-inf.el (inferior-octave-mode):
15404 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15405
15406 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15407 and run-mode-hooks.
15408 (recentf-edit-list, recentf-open-files): Don't call
15409 kill-all-local-variables directly.
15410
15411 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15412
15413 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
15414
15415 * emacs-lisp/byte-run.el (make-obsolete)
15416 (define-obsolete-function-alias): Rename arguments FUNCTION and
15417 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15418 (make-obsolete-variable, define-obsolete-variable-alias):
15419 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15420 respectively.
15421
15422 * isearchb.el (isearchb-activate):
15423 * pcvs.el (cvs-mode):
15424 * ses.el (ses-load):
15425 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15426 * net/tramp.el (tramp-find-file-exists-command)
15427 (tramp-find-shell):
15428 * progmodes/ada-mode.el (ada-create-case-exception)
15429 (ada-create-case-exception-substring, ada-make-subprogram-body):
15430 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15431 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15432 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15433 * textmodes/org.el (org-promote, org-evaluate-time-range)
15434 (org-agenda-next-date-line, org-agenda-previous-date-line)
15435 (org-agenda-error, org-open-at-point, org-table-move-row)
15436 (org-format-table-table-html-using-table-generate-source)
15437 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15438 * textmodes/reftex.el (reftex-access-scan-info):
15439 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15440 (reftex-toc-promote-prepare): Follow error conventions.
15441
15442 * diff-mode.el (diff-mode): Fix typo in docstring.
15443
15444 * forms.el (forms--intuit-from-file): Fix reference to
15445 `forms-number-of-fields' in error message.
15446 (forms-print): Fix quoting in error message.
15447
15448 * forms.el (forms-mode):
15449 * emulation/vi.el (vi-goto-insert-state):
15450 * progmodes/flymake.el (flymake-new-err-info)
15451 (flymake-start-syntax-check-for-current-buffer)
15452 (flymake-simple-cleanup):
15453 * eshell/esh-var.el (eshell/export):
15454 * progmodes/gud.el (xdb):
15455 * textmodes/flyspell.el (flyspell-incorrect-hook)
15456 (flyspell-maybe-correct-transposition)
15457 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15458
15459 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
15460
15461 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15462 minibuffer prompt.
15463
15464 2005-06-13 Kim F. Storm <storm@cua.dk>
15465
15466 * subr.el (add-to-ordered-list): New defun.
15467
15468 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15469 add cua--keymap-alist to emulation-mode-map-alists.
15470
15471 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15472
15473 * subr.el (complete-in-turn): New macro.
15474 (dynamic-completion-table, lazy-completion-table): Add debug info.
15475
15476 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15477 in preference to face aliases.
15478
15479 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15480 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15481 Remove unused vars `start' and `firstline'.
15482 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15483 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15484
15485 2005-06-13 Eli Zaretskii <eliz@gnu.org>
15486
15487 * cus-start.el (all): Don't complain about missing GTK-related
15488 variables, unless either `gtk' is boundp or this isn't a
15489 `windows-nt' build.
15490
15491 2005-06-13 Lute Kamstra <lute@gnu.org>
15492
15493 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15494 run-mode-hooks.
15495
15496 * ediff-mult.el (ediff-meta-mode):
15497 * ediff-util.el (ediff-mode): Use run-mode-hooks.
15498
15499 * ledit.el (ledit-mode): Use delay-mode-hooks.
15500
15501 * woman.el (woman-mode-line-format): Delete constant.
15502 (woman-mode-map): Initialize it properly.
15503 (woman-mode): Set mode-class property to special.
15504 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
15505 Set major-mode and mode-name. Don't set mode-line-format directly.
15506 (Man-getpage-in-background): Don't reference woman-mode-line-format.
15507
15508 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15509 string argument obsolete.
15510
15511 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
15512
15513 * textmodes/org.el (org-CUA-compatible): New option.
15514 (org-disputed-keys): New variable.
15515 (org-key): New function.
15516 (orgtbl-make-binding): Add docstring to the created function.
15517 (org-mode): Set paragraph start/separate regexps.
15518 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15519 (org-archive-location, org-archive-mark-done)
15520 (org-archive-stamp-time): New options.
15521 (org-archive-subtree): New command.
15522 (org-fill-paragraph): New function.
15523 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15524 (org-fake-empty-table-line): Function removed.
15525 (org-format-org-table-html): Do not create empty table lines at
15526 separator lines. Improved table header treatment.
15527 (org-link-format): New option.
15528 (org-make-link): New function.
15529 (org-insert-link, org-store-link): Use org-make-link.
15530 (org-open-file): Quote file name for shell command, to allow
15531 spaces in file names.
15532 (org-link-regexp): Fix bug with mailto link.
15533 (org-link-maybe-angles-regexp, org-protected-link-regexp):
15534 New constants.
15535 (org-export-as-html): Deal with the optional angles around a link.
15536 Better treatment of file: links.
15537 (org-open-at-point): Replace @{ and @} with < and >.
15538 (org-run-mode-hooks): Function removed.
15539 (org-agenda-mode): No longer use `org-run-mode-hooks'.
15540
15541 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
15542
15543 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15544 MI command -data-list-register-values.
15545 (gdb-post-prompt): Indent properly.
15546
15547 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
15548
15549 * hilit-chg.el (highlight-changes-colors): Rename from
15550 `highlight-changes-colours'.
15551 (highlight-changes-colours): Keep as obsolete alias.
15552 (highlight-changes-face-list): Doc fix.
15553 (hilit-chg-make-list): Use `highlight-changes-colors'.
15554
15555 2005-06-12 Mark A. Hershberger <mah@everybody.org>
15556
15557 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15558 defun-prompt-regexp.
15559
15560 2005-06-12 Eli Zaretskii <eliz@gnu.org>
15561
15562 * loadup.el: Don't say we are dumping under 2 names on windows-nt
15563 and cygwin.
15564
15565 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15566 Don't use an old loaddefs.el, as in Makefile.in.
15567
15568 2005-06-12 Lute Kamstra <lute@gnu.org>
15569
15570 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15571
15572 * man.el (Man-mode-map): Initialize it properly.
15573 (Man-mode): Set mode-class property to special.
15574
15575 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15576
15577 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
15578
15579 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15580 A newline is needed in the docstring there.
15581
15582 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15583 Doc fixes.
15584
15585 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15586
15587 * printing.el: Doc fix. The menubar is no more changed when printing
15588 is loaded, it only changes when pr-menu-bind or pr-update-menus is
15589 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
15590 (pr-version): New version number (6.8.4).
15591 (pr-menu-bind): New command.
15592 (pr-update-menus): Docstring and code fix.
15593 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15594 Docstring fix.
15595 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15596 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15597
15598 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
15599
15600 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15601 "Returns" to "return", document useful return values, etc.
15602
15603 2005-06-11 Alan Mackenzie <acm@muc.de>
15604
15605 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15606 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15607 (adaptive-file-function): Minor amendment to doc-string.
15608
15609 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15610
15611 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15612 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15613 Fix :type--it is `integer', not `string'.
15614
15615 * faces.el (modeline-highlight): Rename from (the erroneous)
15616 `modeline-higilight'.
15617
15618 2005-06-11 Lute Kamstra <lute@gnu.org>
15619
15620 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15621 lisp-interaction-mode-map but make it the parent.
15622 (edebug-eval-mode): Use define-derived-mode.
15623
15624 2005-06-11 Andreas Schwab <schwab@suse.de>
15625
15626 * bindings.el: Add binding of `ESC functionkey' for every
15627 `M-functionkey'.
15628 * hexl.el (hexl-mode-map): Likewise.
15629
15630 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
15631
15632 * progmodes/compile.el (compilation-error-regexp-alist-alist)
15633 [msft]: update regexp for newer msft compilers.
15634
15635 2005-06-10 Mark A. Hershberger <mah@everybody.org>
15636
15637 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15638 ATTLIST portions of included DTDs.
15639 (xml-parse-dtd): Eliminate use of inefficient match-data.
15640
15641 2005-06-10 Miles Bader <miles@gnu.org>
15642
15643 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15644 (mpuz-text): Remove "-face" suffix from face names.
15645 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15646 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15647 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15648
15649 * play/gomoku.el (gomoku-O, gomoku-X):
15650 Remove "-face" suffix from face names.
15651 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15652 New backward-compatibility aliases for renamed faces.
15653 (gomoku-font-lock-keywords): Use renamed gomoku faces.
15654
15655 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15656
15657 * thumbs.el: Fixes for changes of 2005-06-09.
15658 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15659 as a directory.
15660 (thumbs-thumbname): Remove directory separator from format string;
15661 `thumbs-thumbsdir' now returns a valid directory name.
15662 (thumbs-temp-dir): New defsubst.
15663 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15664 Use it.
15665
15666 * cus-edit.el (minibuffer):
15667 * files.el (make-backup-file-name-function):
15668 * filesets.el (filesets-external-viewers):
15669 * hilit-chg.el (highlight-changes-colours)
15670 (highlight-changes-face-list, highlight-changes-rotate-faces):
15671 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15672 * kmacro.el (kmacro-call-macro):
15673 * log-edit.el (log-edit-changelog-full-paragraphs):
15674 * mouse.el (mouse-1-click-follows-link):
15675 * skeleton.el (skeleton-autowrap):
15676 * subr.el (insert-for-yank-1):
15677 * tempo.el (tempo-insert-region):
15678 * terminal.el (terminal-emulator):
15679 * time.el (display-time-mail-face):
15680 * vc.el (vc-annotate):
15681 * vcursor.el (vcursor-copy-line):
15682 * woman.el (woman-bold-headings, woman-ignore)
15683 (woman-default-faces, woman-monochrome-faces):
15684 * calendar/todo-mode.el (todo-insert-threshold):
15685 * emulation/pc-select.el (pc-select-selection-keys-only)
15686 (pc-selection-mode):
15687 * emulation/vip.el (vip-find-char-forward):
15688 * emulation/viper-cmd.el (viper-find-char-forward):
15689 * international/mule-cmds.el
15690 (select-safe-coding-system-accept-default-p)
15691 (input-method-exit-on-invalid-key):
15692 * international/mule-diag.el (describe-coding-system):
15693 * international/ucs-tables.el (unify-8859-on-encoding-mode):
15694 * net/browse-url.el (browse-url-xterm-program):
15695 * obsolete/lazy-lock.el (lazy-lock-mode):
15696 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15697 (cperl-mode):
15698 * progmodes/cpp.el (cpp-face-light-name-list)
15699 (cpp-face-dark-name-list):
15700 * progmodes/delphi.el (delphi-newline-always-indents):
15701 Fix spellings in docstrings.
15702
15703 * ido.el (ido-mode, ido-file-extensions-order)
15704 (ido-default-file-method, ido-default-buffer-method)
15705 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15706 (ido-decorations, ido-read-file-name-as-directory-commands)
15707 (ido-read-file-name-non-ido, ido-work-directory-list)
15708 (ido-ignore-item-temp-list, ido-current-directory)
15709 (ido-magic-forward-char, ido-enter-find-file)
15710 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15711 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15712
15713 2005-06-10 Lute Kamstra <lute@gnu.org>
15714
15715 * play/dunnet.el (dun-mode): Use define-derived-mode.
15716 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
15717 obsolete alias.
15718
15719 * play/doctor.el (doctor-mode-map): Remove defvar.
15720 (doctor-mode): Use define-derived-mode.
15721
15722 * mail/mspools.el (mspools-mode):
15723 * net/eudc-hotlist.el (eudc-hotlist-mode):
15724 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15725
15726 2005-06-10 Miles Bader <miles@gnu.org>
15727
15728 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15729 Remove "-face" suffix from face names.
15730 (flyspell-incorrect-face, flyspell-duplicate-face):
15731 New backward-compatibility aliases for renamed faces.
15732 (flyspell-mode-on, make-flyspell-overlay)
15733 (flyspell-highlight-incorrect-region)
15734 (flyspell-highlight-duplicate-region)
15735 (flyspell-display-next-corrections)
15736 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15737
15738 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15739 from face name.
15740 (texinfo-heading-face): New backward-compatibility alias for
15741 renamed face.
15742 (texinfo-heading-face): Use renamed texinfo-heading face.
15743
15744 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15745 suffix from face names.
15746 (tex-math-face, tex-verbatim-face):
15747 New backward-compatibility aliases for renamed faces.
15748 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15749 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15750 literal face name.
15751
15752 * textmodes/table.el (table-cell): Remove "-face" suffix from face
15753 name.
15754 (table-cell-face): New backward-compatibility alias for renamed face.
15755 (table--put-cell-face-property, table--update-cell-face):
15756 Use renamed table-cell face.
15757
15758 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15759 from face name.
15760 (sgml-namespace-face): New backward-compatibility alias for
15761 renamed face.
15762 (sgml-namespace-face): Use renamed sgml-namespace face.
15763
15764 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15765 (org-level-4, org-level-5, org-level-6, org-level-7)
15766 (org-level-8, org-warning, org-headline-done)
15767 (org-deadline-announce, org-scheduled-today)
15768 (org-scheduled-previously, org-link, org-done, org-table)
15769 (org-time-grid): Remove "-face" suffix from face names.
15770 (org-level-1-face, org-level-2-face, org-level-3-face)
15771 (org-level-4-face, org-level-5-face, org-level-6-face)
15772 (org-level-7-face, org-level-8-face, org-warning-face)
15773 (org-headline-done-face, org-deadline-announce-face)
15774 (org-scheduled-today-face, org-scheduled-previously-face)
15775 (org-link-face, org-done-face, org-table-face)
15776 (org-time-grid-face):
15777 New backward-compatibility aliases for renamed faces.
15778 (org-level-faces, org-set-font-lock-defaults, org-timeline)
15779 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15780 (org-agenda-get-timestamps, org-agenda-get-scheduled)
15781 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15782
15783 * emulation/viper-init.el (viper-search, viper-replace-overlay)
15784 (viper-minibuffer-emacs, viper-minibuffer-insert)
15785 (viper-minibuffer-vi): Remove "-face" suffix from face names.
15786 (viper-search-face, viper-replace-overlay-face)
15787 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15788 (viper-minibuffer-vi-face):
15789 New backward-compatibility aliases for renamed faces.
15790 (viper-search-face, viper-replace-overlay-face)
15791 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15792 (viper-minibuffer-vi-face): Use renamed viper faces.
15793
15794 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15795 Remove "-face" suffix from face names.
15796 (testcover-nohits-face, testcover-1value-face):
15797 New backward-compatibility aliases for renamed faces.
15798 (testcover-mark): Use renamed testcover faces.
15799
15800 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15801 face name.
15802 (diary-button-face): New backward-compatibility alias for renamed face.
15803 (diary-entry): Use renamed diary-button face.
15804
15805 * calendar/calendar.el (diary, calendar-today, holiday)
15806 (mark-visible-calendar-date): Remove "-face" suffix from face names.
15807 (diary-face, calendar-today-face, holiday-face):
15808 New backward-compatibility aliases for renamed faces.
15809 (eval-after-load "facemenu", diary-entry-marker)
15810 (calendar-today-marker, calendar-holiday-marker, diary-face):
15811 Use renamed calendar faces.
15812
15813 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15814 (compare-windows-face): New backward-compatibility alias for
15815 renamed face.
15816 (compare-windows-highlight): Use renamed compare-windows face.
15817
15818 * strokes.el (strokes-char): Remove "-face" suffix from face name.
15819 (strokes-char-face): New backward-compatibility alias for renamed face.
15820 (strokes-encode-buffer): Use renamed strokes-char face.
15821
15822 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15823 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15824 Remove "-face" suffix from face names.
15825 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15826 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15827 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15828 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15829 Use renamed pcvs faces.
15830 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15831 * pcvs-defs.el (cvs-mode-map): Likewise.
15832 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15833
15834 * info.el (info-title-1, info-title-2, info-title-3)
15835 (info-title-4): Remove "-face" suffix from and downcase face names.
15836 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15837 (Info-title-4-face):
15838 New backward-compatibility aliases for renamed faces.
15839 (Info-fontify-node): Use renamed info faces.
15840
15841 * hilit-chg.el (highlight-changes, highlight-changes-delete):
15842 Remove "-face" suffix from face names.
15843 (highlight-changes-face, highlight-changes-delete-face):
15844 New backward-compatibility aliases for renamed faces.
15845 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15846 (hilit-chg-make-list): Use renamed highlight-changes faces.
15847
15848 * generic-x.el (show-tabs-tab, show-tabs-space):
15849 Remove "-face" suffix from face names.
15850 (show-tabs-tab-face, show-tabs-space-face):
15851 New backward-compatibility aliases for renamed faces.
15852 (show-tabs-generic-mode-font-lock-defaults-1)
15853 (show-tabs-generic-mode-font-lock-defaults-2):
15854 Use renamed show-tabs faces.
15855
15856 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15857 (smerge-markers): Remove "-face" suffix from face names.
15858 (smerge-mine-face, smerge-other-face, smerge-base-face)
15859 (smerge-markers-face):
15860 New backward-compatibility aliases for renamed faces.
15861 (smerge-mine-face, smerge-other-face, smerge-base-face)
15862 (smerge-markers-face): Use renamed smerge faces.
15863
15864 * log-view.el (log-view-file, log-view-message): Remove "-face"
15865 suffix from face names.
15866 (log-view-file-face, log-view-message-face):
15867 New backward-compatibility aliases for renamed faces.
15868 (log-view-file-face, log-view-message-face): Use renamed log-view
15869 faces.
15870
15871 * paren.el (show-paren-match, show-paren-mismatch):
15872 Remove "-face" suffix from face names.
15873 (show-paren-match-face, show-paren-mismatch-face):
15874 New backward-compatibility aliases for renamed faces.
15875 (show-paren-function): Use renamed show-paren faces.
15876
15877 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15878 (ruler-mode-margins, ruler-mode-fringes)
15879 (ruler-mode-column-number, ruler-mode-fill-column)
15880 (ruler-mode-comment-column, ruler-mode-goal-column)
15881 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15882 suffix from face names.
15883 (ruler-mode-default-face, ruler-mode-pad-face)
15884 (ruler-mode-margins-face, ruler-mode-fringes-face)
15885 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15886 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15887 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15888 New backward-compatibility aliases for renamed faces.
15889 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15890 (ruler-mode-column-number, ruler-mode-fill-column)
15891 (ruler-mode-comment-column, ruler-mode-goal-column)
15892 (ruler-mode-tab-stop, ruler-mode-current-column)
15893 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15894 faces.
15895
15896 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15897 face name.
15898 (whitespace-highlight-the-space): Use renamed face.
15899 (whitespace-highlight-face): New backward-compatibility alias for
15900 renamed face.
15901
15902 * woman.el (woman-italic, woman-bold, woman-unknown)
15903 (woman-addition, woman-symbol-face):
15904 Remove "-face" suffix from face names.
15905 (woman-italic-face, woman-bold-face, woman-unknown-face)
15906 (woman-addition-face):
15907 New backward-compatibility aliases for renamed faces.
15908 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15909 (woman-decode-region, woman-replace-match)
15910 (woman-display-extended-fonts, woman-special-characters)
15911 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15912 Use renamed woman faces.
15913
15914 * longlines.el (longlines-visible-face): Face removed.
15915
15916 * diff-mode.el (diff-header, diff-file-header, diff-index)
15917 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15918 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15919 suffix from face names.
15920 (diff-header-face, diff-file-header-face, diff-index-face)
15921 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15922 (diff-changed-face, diff-function-face, diff-context-face)
15923 (diff-nonexistent-face): New backward-compatibility aliases for
15924 renamed faces.
15925 (diff-header-face, diff-file-header-face)
15926 (diff-index, diff-index-face, diff-hunk-header)
15927 (diff-hunk-header-face, diff-removed, diff-removed-face)
15928 (diff-added, diff-added-face, diff-changed-face, diff-function)
15929 (diff-function-face, diff-context-face, diff-nonexistent)
15930 (diff-nonexistent-face): Use renamed diff-mode faces.
15931
15932 * progmodes/compile.el (compilation-warning-face)
15933 (compilation-info-face): Remove "-face" suffix from face names.
15934 (compilation-warning-face, compilation-info-face):
15935 New backward-compatibility aliases for renamed faces.
15936 (compilation-warning-face, compilation-info-face):
15937 Use renamed compilation faces.
15938
15939 * add-log.el (change-log-date, change-log-name)
15940 (change-log-email, change-log-file, change-log-list)
15941 (change-log-conditionals, change-log-function)
15942 (change-log-acknowledgement): Remove "-face" suffix from face names.
15943 (change-log-date-face, change-log-name-face)
15944 (change-log-email-face, change-log-file-face)
15945 (change-log-list-face, change-log-conditionals-face)
15946 (change-log-function-face, change-log-acknowledgement-face):
15947 New backward-compatibility aliases for renamed faces.
15948 (change-log-font-lock-keywords): Use renamed change-log faces.
15949
15950 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15951 (custom-set, custom-changed, custom-saved, custom-button)
15952 (custom-button-pressed, custom-documentation, custom-state)
15953 (custom-comment, custom-comment-tag, custom-variable-tag)
15954 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15955 (custom-group-tag): Remove "-face" suffix from face names.
15956 (custom-magic-alist, custom-magic-value-create)
15957 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15958 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15959 (custom-set-face, custom-changed-face, custom-saved-face)
15960 (custom-button-face, custom-button-pressed-face)
15961 (custom-documentation-face, custom-state-face)
15962 (custom-comment-face, custom-comment-tag-face)
15963 (custom-variable-tag-face, custom-variable-button-face)
15964 (custom-face-tag-face, custom-group-tag-face-1)
15965 (custom-group-tag-face):
15966 New backward-compatibility aliases for renamed faces.
15967
15968 * wid-edit.el (widget-documentation, widget-button)
15969 (widget-field, widget-single-line-field, widget-inactive)
15970 (widget-button-pressed): "-face" suffix removed from face names.
15971 (widget-documentation-face, widget-button-face)
15972 (widget-field-face, widget-single-line-field-face)
15973 (widget-inactive-face, widget-button-pressed-face):
15974 New backward-compatibility aliases for renamed faces.
15975 (widget-documentation-face, widget-button-face)
15976 (widget-button-pressed-face, widget-specify-field)
15977 (widget-specify-inactive): Use renamed widget faces.
15978
15979 2005-06-10 Kenichi Handa <handa@m17n.org>
15980
15981 * term/x-win.el (x-clipboard-yank): Remove condition-case
15982 wrapping.
15983
15984 2005-06-11 Kenichi Handa <handa@m17n.org>
15985
15986 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15987 date lines stricter.
15988
15989 2005-06-10 Zhang Wei <id.brep@gmail.com>
15990
15991 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15992 of x-get-selection.
15993
15994 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15995
15996 * comint.el (comint-mode, comint-snapshot-last-prompt):
15997 * frame.el (frame-current-scroll-bars):
15998 * term.el (term-mode, term-check-proc, term-input-sender)
15999 (term-simple-send, term-extract-string, term-word)
16000 (term-match-partial-filename):
16001 * window.el (window-current-scroll-bars):
16002 * emulation/cua-base.el (cua-normal-cursor-color)
16003 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16004 (cua-global-mark-cursor-color):
16005 * mail/undigest.el (rmail-forward-separator-regex):
16006 Fix typos in docstrings.
16007
16008 * comint.el (comint-check-proc, make-comint-in-buffer)
16009 (comint-source-default): Doc fixes.
16010
16011 * term.el (term-send-string): Improve argument/docstring consistency.
16012
16013 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
16014
16015 * comint.el (comint-send-input): Bind `inhibit-read-only' around
16016 call to `delete-region'.
16017 (comint-mode-hook): Do not enable Font Lock by default.
16018
16019 2005-06-09 Lute Kamstra <lute@gnu.org>
16020
16021 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16022 could be void.
16023
16024 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
16025
16026 * emacs-lisp/debug.el (debugger-will-be-back): New var.
16027 (debug): Use it.
16028 (debugger-step-through, debugger-continue, debugger-jump)
16029 (debugger-return-value): Set it when needed.
16030 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16031 Use inhibit-read-only.
16032
16033 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
16034
16035 * window.el (shrink-window-if-larger-than-buffer)
16036 (window-size-fixed): Fix typo in docstring.
16037
16038 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
16039 thumbnails directory on loading.
16040 (thumbs-conversion-program): Use `eq' to check the system type,
16041 not `equal'.
16042 (thumbs-temp-dir): Initialize to `temporary-file-directory',
16043 not "/tmp". Fix docstring.
16044 (thumbs-thumbsdir): New function to return the thumbnails
16045 directory, creating it if needed.
16046 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16047 (thumbs-temp-file): Delete variable and make it into a function.
16048 (thumbs-resize-image, thumbs-modify-image): Use it.
16049 (thumbs-kill-buffer): Simplify.
16050 (thumbs-gensym): Defalias or duplicate CL `gensym'.
16051 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16052 docstrings.
16053
16054 2005-06-09 Kim F. Storm <storm@cua.dk>
16055
16056 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16057 set-match-data to free markers in match-data.
16058
16059 * replace.el (replace-match-data): Pass RESEAT arg `t' to
16060 match-data to unchain markers in match-data.
16061
16062 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
16063
16064 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16065 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
16066 unnecessary now.
16067
16068 2005-06-08 Richard M. Stallman <rms@gnu.org>
16069
16070 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16071 give the variable a doc string that doesn't say don't set it directly.
16072
16073 * textmodes/ispell.el (ispell-check-version):
16074 Use match-string-no-properties.
16075 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16076 (ispell-buffer-local-words): Likewise.
16077
16078 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16079 except on terminals with enough colors to really display it.
16080 (makefile-dependency-regex): Delete spurious `bb'.
16081
16082 * faces.el (escape-glyph): Use blue once again in last case.
16083 (no-break-space): Redefine so that it isn't invisible on a tty.
16084
16085 2005-06-08 Kim F. Storm <storm@cua.dk>
16086
16087 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16088 also when reading directory name.
16089
16090 2005-06-08 Lute Kamstra <lute@gnu.org>
16091
16092 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16093 (flyspell-mode-line-string): Remove autoload cookie.
16094 (flyspell-mode): Remove defvar.
16095
16096 2005-06-07 Lute Kamstra <lute@gnu.org>
16097
16098 * textmodes/org.el (org-run-mode-hooks): New function.
16099 (org-agenda-mode): Use it.
16100
16101 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
16102
16103 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16104
16105 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16106
16107 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16108
16109 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
16110
16111 * font-lock.el (font-lock-add-keywords): Doc fix.
16112
16113 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
16114
16115 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16116 (tex-compile-default): In the absence of any history, use the order in
16117 tex-compile-alist to choose the preferred command.
16118 (tex-compile-commands): Reorder a bit.
16119
16120 * textmodes/flyspell.el (flyspell-auto-correct-binding)
16121 (flyspell-incorrect-face, flyspell-duplicate-face):
16122 Use (X)Emacs-agnostic code.
16123 (flyspell-mode-map): Don't overwrite at each load. Remove code
16124 redundant with the subsequent add-minor-mode. Merge Emacs and
16125 XEmacs code.
16126 (flyspell-word): Minor simplification.
16127 (flyspell-math-tex-command-p): Quieten the byte-compiler.
16128 (flyspell-external-point-words): Remove unused vars `size' and `start'.
16129 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16130 Merge the corresponding Emacs code.
16131 (flyspell-correct-word, flyspell-xemacs-popup):
16132 Use flyspell-do-correct.
16133
16134 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16135 a dedicated window.
16136
16137 * international/latexenc.el (latexenc-find-file-coding-system):
16138 Undo part of last patch, to turn off a compiler warning.
16139
16140 2005-06-06 Juri Linkov <juri@jurta.org>
16141
16142 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16143 Rename `tmm-inactive-face' to `tmm-inactive'.
16144
16145 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
16146
16147 * iswitchb.el: Rename faces.
16148
16149 2005-06-06 Kim F. Storm <storm@cua.dk>
16150
16151 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16152 (cua-global-mark): Remove -face suffix from face names.
16153
16154 * emulation/cua-gmrk.el (cua--init-global-mark):
16155 Remove cua-global-mark face setup.
16156
16157 2005-06-06 Richard M. Stallman <rms@gnu.org>
16158
16159 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16160 just like other allowed characters.
16161 (makefile-match-dependency): Exclude leading and training whitespace
16162 from the range of regexp subexp 1.
16163 (makefile-macroassign-regex): Don't try to match the body,
16164 just the name of the macro being defined.
16165
16166 * info.el (Info-read-node-name-2): New function.
16167 (Info-read-node-name-1): Use that.
16168 Add a completion-base-size-function property.
16169
16170 * simple.el (completion-setup-function): Look for
16171 completion-base-size-function property of minibuffer-completion-table.
16172
16173 * files.el (locate-file-completion): Doc fix.
16174
16175 * printing.el: Don't call pr-update-menus; user must do that.
16176
16177 * emacs-lisp/debug.el (debugger-window): New variable.
16178 (debug): Use debugger-window if it is set and still alive.
16179 Record debugger-window for next entry.
16180
16181 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16182
16183 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
16184
16185 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16186 (hack-one-local-variable, hack-local-variables)
16187 (hack-local-variables-prop-line): Pass that arg.
16188
16189 2005-06-06 Kim F. Storm <storm@cua.dk>
16190
16191 * ido.el (ido-first-match, ido-only-match, ido-subdir)
16192 (ido-indicator): Remove -face suffix from face names.
16193
16194 2005-06-06 Juri Linkov <juri@jurta.org>
16195
16196 * font-lock.el (font-lock-regexp-backslash)
16197 (font-lock-regexp-backslash-construct): New faces.
16198 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
16199 after `('. Add `while-no-input' to control structures.
16200
16201 * faces.el (no-break-space, shadow): New faces.
16202 (escape-glyph): Use less loud colors pink2 and red4.
16203
16204 * diff-mode.el (diff-context-face)
16205 * dired.el (dired-ignored)
16206 * rfn-eshadow.el (file-name-shadow)
16207 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16208
16209 * info.el (Info-title-1-face): Use green instead of yellow because
16210 bold yellow is not readable on light backgrounds.
16211
16212 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16213 before selecting the desired mode to not spend time fontifying
16214 old contents.
16215
16216 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
16217
16218 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16219 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16220
16221 * ps-print.el (ps-default-fg, ps-default-bg):
16222 Fix typos in docstrings.
16223
16224 * isearchb.el (isearchb): Don't pass a spurious second argument to
16225 `iswitchb-completions'.
16226
16227 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
16228
16229 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16230 to preserve point.
16231 (gdb-find-file-hook): Add doc string.
16232
16233 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16234 C dereferenced pointer expression.
16235 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
16236
16237 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16238
16239 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16240 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16241 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16242 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16243 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16244 Make background transparent.
16245
16246 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
16247
16248 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
16249 (font-lock-remove-keywords): Doc fix.
16250 (font-lock-mode-major-mode): Compiler defvar.
16251 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16252
16253 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16254 (font-lock-mode): Update `font-lock-mode-major-mode'.
16255 (font-lock-set-defaults): Compiler defvar.
16256 (font-lock-default-function): Take `font-lock-mode-major-mode'
16257 into account.
16258
16259 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16260 keep track of which major mode it enabled the minor mode for.
16261 Use find-file-hook again. Update docstring.
16262
16263 * simple.el (eval-expression-print-level)
16264 (eval-expression-print-length, eval-expression-debug-on-error):
16265 Doc fixes.
16266
16267 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
16268
16269 * iswitchb.el (iswitchb-single-match-face)
16270 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16271 (iswitchb-invalid-regexp-face): New faces.
16272 (iswitchb-completions): Use them.
16273 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16274 now marked as an obsolete alias.
16275 (iswitchb-read-buffer): Remove check for bound font variables.
16276 (iswitchb-invalid-regexp): New free variable.
16277 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16278 set iswitchb-invalid-regexp.
16279 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16280 invalid regexps.
16281 (iswitchb-completions): Add check for complete match when entering
16282 a regexp.
16283 (iswitchb-completions): Remove require-match argument.
16284 (iswitchb-exhibit): Fix caller.
16285 (iswitchb-common-match-inserted): New variable.
16286 (iswitchb-complete, iswitchb-completion-help): Use it.
16287
16288 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
16289
16290 * url-http.el (url-http-chunked-encoding-after-change-function):
16291 Use `url-http-debug' instead of `message'.
16292
16293 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
16294
16295 * url-http.el (url-http-parse-headers): Pass redirected URL as a
16296 callback argument.
16297
16298 2005-06-04 Kim F. Storm <storm@cua.dk>
16299
16300 * simple.el (line-move): Only call sit-for when moving backwards.
16301
16302 * ido.el (ido-make-merged-file-list-1): New defun split from
16303 ido-make-merged-file-list.
16304 (ido-make-merged-file-list): Bind throw-on-input around call to
16305 ido-make-merged-file-list-1. Return input-pending-p if
16306 interrupted by more input available.
16307 (ido-read-internal): Handle input-pending-p return value from
16308 ido-make-merged-file-list.
16309
16310 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
16311
16312 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16313 compatibility code.
16314
16315 * international/latexenc.el (latexenc-find-file-coding-system):
16316 Don't inherit the EOL part of the coding-system from the
16317 tex-main buffer. Fit within 80 columns.
16318
16319 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
16320
16321 * tmm.el (tmm-inactive-face): New face.
16322 (tmm-remove-inactive-mouse-face): New function.
16323 (tmm-prompt, tmm-add-one-shortcut)
16324 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16325 but not selectable.
16326
16327 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
16328
16329 * faces.el (face-equal): Improve argument/docstring consistency.
16330
16331 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
16332
16333 * progmodes/make-mode.el (makefile-targets-face)
16334 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16335 (makefile-bsdmake-dependency-regex)
16336 (makefile-makepp-rule-action-regex)
16337 (makefile-bsdmake-rule-action-regex): New constants.
16338 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16339
16340 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16341 Allow (...) within `...' for makepp messages.
16342
16343 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
16344
16345 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16346
16347 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16348 "." files are deleted from all file lists before comparison.
16349
16350 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16351 (viper-ESC-key): Made them customizable.
16352
16353 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16354
16355 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
16356
16357 * autorevert.el (auto-revert-buffers): Use save-match-data.
16358
16359 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16360
16361 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16362 menu items with a nil command binding.
16363
16364 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
16365
16366 * emacs-lisp/cl-macs.el (defsetf):
16367 Improve argument/docstring consistency.
16368
16369 * faces.el (list-faces-display): Improve the formatting by
16370 computing the maximum length required for any face-name (reworked
16371 patch of 1999-01-11, accidentally deleted on 1999-07-21).
16372 (internal-find-face): Remove redundant info in docstring.
16373
16374 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
16375
16376 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16377 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16378 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16379 (gdb-assembler-custom): Improve regexps.
16380 (def-gdb-auto-update-handler): Use window point to preserve point.
16381
16382 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16383
16384 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16385
16386 2005-05-31 Jay Belanger <belanger@truman.edu>
16387
16388 * calc/calc-embed.el (calc-embedded-word): Change argument passed
16389 to calc-embedded.
16390 (calc-embedded-make-info): Have plain prefix argument select
16391 entire line.
16392
16393 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
16394
16395 * faces.el (list-faces-display): Signal error if passed a regexp
16396 that matches no face name.
16397
16398 * simple.el (filter-buffer-substring): Fix typo in docstring.
16399
16400 2005-05-31 Richard M. Stallman <rms@gnu.org>
16401
16402 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16403 (vhdl-emacs-21): Doc fix.
16404 (vhdl-mode): Unconditionally set comment-padding.
16405 (vhdl-fixup-whitespace-region): Insert spaces only where
16406 there are none.
16407 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16408
16409 2005-05-30 John Wiegley <johnw@newartisans.com>
16410
16411 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16412 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16413 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16414 `directory-sep-char' to ?/, and all uses of `string-to-int' to
16415 `string-to-number'.
16416
16417 2005-05-30 Jay Belanger <belanger@truman.edu>
16418
16419 * calc/calc.el (calc-bug-address): Fix docstring.
16420 (calc-window-hook, calc-trail-window-hook): New variables.
16421 (calc-trail-display): Restore use of calc-trail-window-hook.
16422 (calc): Restore use of calc-window-hook.
16423
16424 2005-05-31 Masatake YAMATO <jet@gyve.org>
16425
16426 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16427
16428 * help-fns.el (help-C-file-name): Add autoload mark for
16429 `find-function-noselect'.
16430
16431 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
16432
16433 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16434 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16435
16436 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
16437
16438 * calendar/diary-lib.el (mark-included-diary-files): Only kill
16439 included diary buffer if it was not already being visited.
16440 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16441
16442 * calendar/icalendar.el (top-level): Do not require appt.
16443
16444 * mail/supercite.el (sc-select-attribution): Only use a list
16445 element from sc-attrib-selection-list if it returns a string.
16446 Reported by Davide G. M. Salvetti <salve@debian.org>.
16447
16448 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
16449
16450 * thumbs.el (thumbs-thumbname): The resulting thumbname now
16451 includes a hash value to improve its uniqueness, and has a ".jpg"
16452 extension. Also, it is now a valid filename on all systems.
16453 (thumbs-make-thumb): Use `let', not `let*'.
16454 (thumbs-show-thumbs-list): Check for JPEG availability.
16455
16456 2005-05-30 Richard M. Stallman <rms@gnu.org>
16457
16458 * filesets.el (filesets-menu-ensure-use-cached):
16459 Prevent warning when emacs-version>= is undefined.
16460
16461 * printing.el (pr-interactive-n-up): Use string-to-number.
16462
16463 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16464
16465 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16466 Warn only when name to be defined is quoted.
16467
16468 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
16469
16470 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16471 Make regexp more robust.
16472 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16473 Force regeneration of disassembly.
16474
16475 2005-05-29 Jay Belanger <belanger@truman.edu>
16476
16477 * calc/calc.el (calc-user-invocation): Check if
16478 calc-invocation-macro is non-nil.
16479
16480 2005-05-29 Juri Linkov <juri@jurta.org>
16481
16482 * add-log.el (change-log-font-lock-keywords):
16483 Add `+' to e-mail regexp to accept mail address with keywords.
16484
16485 * man.el (Man-name-regexp): Add `:' to accept qualified names.
16486
16487 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
16488
16489 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16490
16491 * ielm.el (inferior-emacs-lisp-mode): Ditto.
16492
16493 2005-05-29 Richard M. Stallman <rms@gnu.org>
16494
16495 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16496 Undo the change that moves to end of the current word.
16497
16498 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16499
16500 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16501 Throw error when count <= 0 to ensure input is a number.
16502 (gdb-read-memory-custom): Pick up address from buffer.
16503 (gdb-memory-mode): Allow user to increment and decrement
16504 memory address from header line.
16505
16506 2005-05-29 Richard M. Stallman <rms@gnu.org>
16507
16508 * flyspell.el (flyspell-version): Function deleted.
16509 (flyspell-auto-correct-previous-hook): Doc fix.
16510
16511 * jit-lock.el (jit-lock-function, jit-lock-after-change):
16512 Do nothing if memory is full.
16513
16514 * font-lock.el (font-lock-fontify-syntactically-region):
16515 Pass t for GREEDY to looking-back.
16516
16517 * saveplace.el (save-place-alist-to-file): Write the file
16518 using write-region.
16519
16520 * subr.el (looking-back): New argument GREEDY.
16521
16522 * progmodes/compile.el (compilation-start): Set the mode
16523 before inserting the initial text.
16524
16525 * progmodes/which-func.el (which-func-update-1): Turn the mode
16526 off in case of error by setting which-func-mode.
16527
16528 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
16529
16530 * flyspell.el (flyspell-auto-correct-previous-word):
16531 Narrow down to what's on the screen, and recenter overlays
16532 at the end of the next word.
16533
16534 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
16535
16536 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16537 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16538 (flyspell-abbrev-p): Default to nil.
16539 (flyspell-use-global-abbrev-table-p): Doc fix.
16540 (flyspell-large-region): Allow nil as value.
16541 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16542
16543 (mail-mode-flyspell-verify): More robust handling
16544 of `mail-header-separator'. More efficient signature detection.
16545 Allow for regexp metacharacters in message-header-separator.
16546 Adding `To' not to be checked in mail-mode-flyspell-verify.
16547
16548 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16549 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16550 Bind flyspell-auto-correct-binding.
16551 Bind C-. and C-, .
16552 (flyspell-mode-map): Likewise.
16553 (flyspell-mode): Doc fix.
16554 (flyspell-accept-buffer-local-defs): Preserve current buffer.
16555 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16556 (flyspell-word-cache-result): New var, always local.
16557 (flyspell-check-pre-word-p): Doc fix.
16558 (flyspell-check-changed-word-p): Handle spc like newline.
16559 (flyspell-post-command-hook): Set flyspell-word-cache-result.
16560 (flyspell-word-search-backward, flyspell-word-search-forward):
16561 New functions.
16562 (flyspell-word): Return t if nothing to check.
16563 When parsing TeX code, check for after } or \.
16564 Use flyspell-word-search-backward to find previous word.
16565 Return nil if duplicated word.
16566 For word already checked, return same value as last time.
16567 Set flyspell-word-cache-result after checking.
16568 Don't clobber the return value.
16569 (flyspell-get-word): Major rewrite.
16570 (flyspell-external-point-words): New locals pword, pcount.
16571 Fix size used in progress message.
16572 Find the proper corresponding word in flyspell-large-region-buffer.
16573 (flyspell-region): Check for flyspell-large-region = nil.
16574 (flyspell-highlight-incorrect-region): Clean up overlays in region.
16575 (flyspell-auto-correct-word): Check that WORD is a cons.
16576 (flyspell-correct-word): Likewise.
16577
16578 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
16579
16580 * progmodes/make-mode.el (makefile-rule-action-regex)
16581 (makefile-macroassign-regex, makefile-makepp-mode)
16582 (makefile-bsdmake-mode): Continuation lines may be empty.
16583 Reported by Joshua Varner.
16584 (makefile-makepp-font-lock-keywords): Add $(stem).
16585
16586 2005-05-28 Karl Berry <karl@gnu.org>
16587
16588 * textmodes/tex-mode.el: Now that tex-send-command calls
16589 shell-quote-argument (2005-03-31 change), remove all calls to
16590 shell-quote-argument; they all end up invoking tex-send-command.
16591 The double quoting loses on filenames with non-safe characters,
16592 such as "@". Reported by Frederik Fouvry.
16593
16594 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
16595
16596 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16597 about preserving point.
16598
16599 2005-05-27 Jay Belanger <belanger@truman.edu>
16600
16601 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16602 Info-goto-node.
16603
16604 * calc/calc-embed.el (calc-embed-arg): New variable.
16605 (calc-do-embedded-activate, calc-embedded-activate-formula)
16606 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16607 variable by new variable.
16608 (calc-embedded-make-info): Replace undeclared variable by new
16609 variable. When selecting region with positive prefix
16610 argument, use end of previous line instead of beginning of line.
16611
16612 * calc/calc-aent.el (calc-arg-values): Declare it.
16613
16614 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16615 Declare them.
16616
16617 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16618
16619 * calc/calc.el (calc-alg-map): Declare it.
16620
16621 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16622
16623 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
16624
16625 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16626 (gdb-registers-buffer, toggle-gdb-all-registers):
16627 Toggle display of floating point registers.
16628 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16629
16630 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
16631 (toggle-gud-tooltip-dereference):
16632 Rename from gud-toggle-tooltip-dereference.
16633
16634 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
16635
16636 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16637
16638 2005-05-27 Jay Belanger <belanger@truman.edu>
16639
16640 * calc/calc-prog.el (calc-kbd-report): Remove.
16641 (calc-kbd-query): Rewrite.
16642
16643 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
16644
16645 * image.el (image-library-alist): Move to image.c.
16646 (image-type-available-p): Doc fix.
16647
16648 2005-05-27 Lute Kamstra <lute@gnu.org>
16649
16650 * calc/calc.el (calc):
16651 * outline.el (outline-1, outline-2, outline-3, outline-4)
16652 (outline-5, outline-6, outline-7, outline-8):
16653 * textmodes/dns-mode.el (dns-mode):
16654 * textmodes/sgml-mode.el (sgml-namespace-face):
16655 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16656 (tex-verbatim-face, tex-use-reftex):
16657 * textmodes/texinfo.el (texinfo-heading-face):
16658 Specify customization group.
16659
16660 * longlines.el: Don't require easy-mmode.
16661 (longlines-visible-face): Specify customization group.
16662
16663 2005-05-27 Kenichi Handa <handa@m17n.org>
16664
16665 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16666 encoding table of windows-1251.
16667
16668 * international/ucs-tables.el (ucs-set-table-for-input):
16669 If translation-table-for-input of a coding system is a symbol, get
16670 its translation-table property.
16671
16672 * international/code-pages.el: Don't register a coding system into
16673 non-iso-charset-alist more than once.
16674 (cp-make-coding-system): Likewise.
16675
16676 2005-05-26 John Wiegley <johnw@newartisans.com>
16677
16678 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16679 `eshell-resume-eval' is wrapped in a list, it indicates that the
16680 command was run asynchronously. In that case, unwrap the value
16681 before checking the delimiter value.
16682
16683 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16684 character before a space at the end of a line is \, assume the space
16685 is part of the last argument rather than a final argument separator.
16686
16687 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16688 is in use, and the target is `t' or `nil' (which are the most common
16689 values), don't assume that the symbol target is a buffer.
16690
16691 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
16692
16693 * calendar/calendar.el (calendar-mode-line-format):
16694 Use mode-line-highlight as mouse-face.
16695
16696 * time.el (display-time-string-forms, display-time-update):
16697 Use mode-line-highlight as mouse-face.
16698
16699 2005-05-26 Jay Belanger <belanger@truman.edu>
16700
16701 * calc/calc.el (calc-language-alist): Remove extra defvar.
16702
16703 2005-05-26 Lute Kamstra <lute@gnu.org>
16704
16705 * arc-mode.el (archive-mode):
16706 * bookmark.el (bookmark-read-annotation-mode)
16707 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16708 * bs.el (bs-mode):
16709 * calc/calc-yank.el (calc-edit-mode):
16710 * calc/calc.el (calc-mode, calc-trail-mode):
16711 * calculator.el (calculator-mode):
16712 * chistory.el (command-history-mode):
16713 * comint.el:
16714 * cus-edit.el (custom-mode):
16715 * descr-text.el (describe-text-mode):
16716 * ebuff-menu.el (Electric-buffer-menu-mode):
16717 * ediff-util.el (ediff-mode):
16718 * emacs-lisp/re-builder.el (reb-mode):
16719 * emulation/vi.el (vi-mode-setup):
16720 * emulation/ws-mode.el (wordstar-mode):
16721 * eshell/esh-mode.el (eshell-mode):
16722 * forms.el (forms-mode):
16723 * help-mode.el (help-mode):
16724 * hexl.el (hexl-mode):
16725 * ibuffer.el (ibuffer-mode):
16726 * ielm.el (inferior-emacs-lisp-mode):
16727 * info.el (Info-mode, Info-edit-mode):
16728 * international/swedish.el:
16729 * ledit.el (ledit-from-lisp-mode):
16730 * locate.el (locate-mode):
16731 * mail/rmail.el (rmail-mode):
16732 * mail/rmailedit.el (rmail-edit-mode):
16733 * mail/rmailsum.el (rmail-summary-mode):
16734 * mail/supercite.el (sc-electric-mode):
16735 * net/eudc.el (eudc-mode):
16736 * net/quickurl.el (quickurl-list-mode):
16737 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16738 * obsolete/ooutline.el (outline-mode):
16739 * obsolete/options.el (Edit-options-mode):
16740 * obsolete/rnews.el (news-mode):
16741 * obsolete/rnewspost.el (news-reply-mode):
16742 * play/5x5.el (5x5-mode):
16743 * play/decipher.el (decipher-mode, decipher-stats-mode):
16744 * play/gomoku.el (gomoku-mode):
16745 * play/snake.el (snake-mode):
16746 * play/solitaire.el (solitaire-mode):
16747 * play/tetris.el (tetris-mode):
16748 * progmodes/ada-mode.el (ada-mode):
16749 * progmodes/antlr-mode.el (antlr-mode):
16750 * progmodes/autoconf.el (autoconf-mode):
16751 * progmodes/dcl-mode.el (dcl-mode):
16752 * progmodes/delphi.el (delphi-mode):
16753 * progmodes/ebrowse.el (ebrowse-tree-mode)
16754 (ebrowse-electric-list-mode, ebrowse-member-mode)
16755 (ebrowse-electric-position-mode):
16756 * progmodes/f90.el (f90-mode):
16757 * progmodes/fortran.el (fortran-mode):
16758 * progmodes/icon.el (icon-mode):
16759 * progmodes/idlw-help.el (idlwave-help-mode):
16760 * progmodes/idlw-shell.el (idlwave-shell-mode):
16761 * progmodes/idlwave.el (idlwave-mode):
16762 * progmodes/inf-lisp.el (inferior-lisp-mode):
16763 * progmodes/m4-mode.el (m4-mode):
16764 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16765 * progmodes/modula2.el (modula-2-mode):
16766 * progmodes/octave-inf.el (inferior-octave-mode):
16767 * progmodes/octave-mod.el (octave-mode):
16768 * progmodes/pascal.el (pascal-mode):
16769 * progmodes/sh-script.el (sh-mode):
16770 * progmodes/sql.el (sql-mode, sql-interactive-mode):
16771 * progmodes/vhdl-mode.el (vhdl-mode):
16772 * progmodes/xscheme.el (scheme-interaction-mode):
16773 * replace.el (occur-mode):
16774 * ses.el (ses-mode):
16775 * simple.el (completion-list-mode):
16776 * skeleton.el:
16777 * speedbar.el (speedbar-mode):
16778 * term.el (term-mode):
16779 * terminal.el (terminal-edit-mode):
16780 * textmodes/reftex-index.el (reftex-index-mode)
16781 (reftex-index-phrases-mode):
16782 * textmodes/reftex-sel.el (reftex-select-label-mode)
16783 (reftex-select-bib-mode):
16784 * textmodes/reftex-toc.el (reftex-toc-mode):
16785 * wdired.el (wdired-change-to-wdired-mode):
16786 * wid-browse.el (widget-browse-mode):
16787 Use run-mode-hooks.
16788
16789 * array.el (array-mode):
16790 * calendar/todo-mode.el (todo-mode):
16791 * man.el (Man-mode):
16792 * play/landmark.el (lm-mode):
16793 * play/mpuz.el (mpuz-mode):
16794 Use kill-all-local-variables and run-mode-hooks.
16795
16796 * subr.el (delay-mode-hooks): Specify indentation.
16797
16798 2005-05-26 Mark A. Hershberger <mah@everybody.org>
16799
16800 * xml.el (xml-substitute-special): Don't die for undefined xml
16801 entities.
16802
16803 2005-05-26 Jay Belanger <belanger@truman.edu>
16804
16805 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16806 of nil.
16807
16808 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
16809
16810 * progmodes/gdb-ui.el (gdb-frame-address):
16811 Rename from gdb-current-address.
16812 (gdb-previous-frame-address): Rename from gdb-previous-address.
16813 (gdb-selected-frame): Rename from gdb-current-frame.
16814 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16815 (gdb-frame-number): Rename from gdb-current-stack-level.
16816 (gdb-ann3): Match new mode-name for disassembly buffer.
16817 Extend initialization of variables.
16818 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16819 (gdb-memory-mode): Use mouse-face in header line.
16820 (gdb-assembler-buffer-name): Call it disassembly and give frame
16821 in mode line.
16822 (gdb-source-spec-regexp, gdb-assembler-custom)
16823 (gdb-invalidate-assembler, gdb-frame-handler):
16824 Make robust to leading zeroes in address format.
16825
16826 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
16827
16828 * textmodes/org.el (org-mode): Use `define-derived-mode' to
16829 define `org-mode'.
16830 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16831
16832 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
16833
16834 * log-edit.el (log-edit-changelog-entries): Distinguish between
16835 filenames like xfns.c and fns.c.
16836
16837 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
16838
16839 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16840 point after reverting.
16841 (Buffer-menu-make-sort-button): Handle the case where
16842 `Buffer-menu-use-header-line' is nil.
16843
16844 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
16845
16846 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16847 New funcs. In minibuffer-local-completion-map bind `]', `/'
16848 and `:' to them.
16849
16850 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
16851
16852 * startup.el (normal-top-level): Allow modification of load-path while
16853 we're iterating over it.
16854
16855 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16856
16857 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16858 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16859 (thumbs-resize-interactive, thumbs-insert-image)
16860 (thumbs-insert-thumb, thumbs-dired-show-marked)
16861 (thumbs-find-image-at-point, thumbs-delete-images)
16862 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16863 (thumbs-increment-image-size, thumbs-decrement-image-size):
16864 Fix typos in docstrings.
16865
16866 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16867
16868 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16869 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16870 (cperl-mode): Use them.
16871
16872 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16873
16874 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16875 Doc fixes.
16876
16877 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16878
16879 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16880 Bind C-d to gdb-inferior-io-eof.
16881
16882 * dired.el (dired-dnd-popup-notice): Use message-box.
16883
16884 2005-05-23 Masatake YAMATO <jet@gyve.org>
16885
16886 * bindings.el (mode-line-major-mode-keymap):
16887 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16888
16889 * faces.el (mode-line-highlight): New face.
16890
16891 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16892 as mouse-face.
16893
16894 * bindings.el (top-level, help-echo, mode-line-modified)
16895 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16896 as mouse-face.
16897
16898 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16899
16900 * progmodes/cc-engine.el (c-guess-basic-syntax):
16901 Remove spurious call to `zerop'.
16902
16903 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16904
16905 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16906
16907 CC Mode update to 5.30.10:
16908
16909 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16910 could go past the limit in decoration level 2, thereby causing
16911 errors during interactive fontification.
16912
16913 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16914 the file is evaluated interactively.
16915
16916 * cc-engine.el (c-guess-basic-syntax): Handle operator
16917 declarations somewhat better in C++.
16918
16919 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16920 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16921 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16922 (awk-mode): Use it.
16923 (make-local-hook): Suppress warning about obsoleteness.
16924
16925 * cc-engine.el, cc-align.el, cc-cmds.el
16926 (c-append-backslashes-forward, c-delete-backslashes-forward)
16927 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16928 Compensate for return value from `forward-line' when it has moved
16929 but not to a different line due to eob.
16930
16931 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16932 `objc-method-intro' and `objc-method-args-cont'.
16933
16934 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16935
16936 CC Mode update to 5.30.10:
16937
16938 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16939 in the copyright statement. Incidentally, change "along with GNU
16940 Emacs" to "along with this program" where it occurs.
16941
16942 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16943 so that it is interactive, hence can be found by M-x awk-mode
16944 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16945 <gmorris+emacs@ast.cam.ac.uk>.
16946
16947 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16948 Mode's regexps.
16949
16950 2005-05-23 Kevin Ryde <user42@zip.com.au>
16951
16952 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16953 c-parse-state, to avoid a lisp error (on bad code).
16954
16955 2005-05-23 Lute Kamstra <lute@gnu.org>
16956
16957 * subr.el (font-lock-defaults): Remove defvar as it's already
16958 defined in font-core.el.
16959
16960 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16961
16962 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16963
16964 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16965 more general and work when GDB variable "print pretty" is on,
16966 as with Emacs, for example.
16967
16968 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16969
16970 * font-core.el: Update comment.
16971
16972 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16973 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16974
16975 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16976
16977 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16978
16979 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16980 and `yank-handler' in the doc strings.
16981
16982 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16983
16984 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16985
16986 2005-05-22 Richard M. Stallman <rms@gnu.org>
16987
16988 * help.el (describe-key): Move print-help-return-message call
16989 out of conditional.
16990
16991 * progmodes/etags.el (list-tags): Use with-no-warnings.
16992
16993 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16994 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16995 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16996
16997 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16998
16999 * language/viet-util.el (viet-viscii-nonascii-translation-table):
17000 Add defvar.
17001
17002 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17003 Use defvar, not defconst.
17004
17005 * hexl.el (hexl-follow-line): Use with-no-warnings.
17006
17007 * emulation/tpu-extras.el: Use write-file-functions instead of
17008 write-file-hooks.
17009
17010 * dired.el (dired-font-lock-keywords): Fontify files with junk
17011 extensions even if marked by -F.
17012
17013 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
17014
17015 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17016 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17017 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17018 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17019 (concatenate, list-length, get*, getf, cl-remprop):
17020 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17021 (etypecase, progv, lexical-let, lexical-let*)
17022 (multiple-value-bind, multiple-value-setq, shiftf):
17023 Improve argument/docstring consistency.
17024
17025 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17026
17027 2005-05-22 Andre Spiegel <spiegel@gnu.org>
17028
17029 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17030 doesn't exist.
17031
17032 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
17033 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17034
17035 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
17036
17037 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17038 already deleted variables: auto-fill-hook, blink-paren-hook,
17039 lisp-indent-hook, inhibit-local-variables, unread-command-event,
17040 suspend-hooks, comment-indent-hook, meta-flag,
17041 before-change-function, after-change-function,
17042 font-lock-doc-string-face.
17043
17044 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
17045
17046 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17047
17048 2005-05-21 Eli Zaretskii <eliz@gnu.org>
17049
17050 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17051 rmail-dont-reply-to.
17052
17053 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
17054
17055 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17056 literal blank when splitting new-header-values.
17057
17058 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
17059
17060 * calendar/cal-menu.el (cal-menu-update): Add separator as a
17061 string so that tmm doesn't create a completion entry for it.
17062
17063 * textmodes/table.el (table-disable-menu): Ditto.
17064
17065 2005-05-21 Richard M. Stallman <rms@gnu.org>
17066
17067 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17068
17069 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17070
17071 * net/rcompile.el (remote-compile): Use compilation-start.
17072
17073 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17074
17075 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
17076
17077 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17078 Default to makefile-bsdmake-mode on BSD systems.
17079
17080 * imenu.el (imenu-generic-expression, imenu--generic-function'):
17081 REGEXP may also be a search function now. The part of doc-string
17082 for describing the structure was 95% identical to that of
17083 `imenu--generic-function'. Unify it there.
17084
17085 * progmodes/make-mode.el (makefile-imenu-generic-expression):
17086 Use function to find dependencies, because regexp alone is so complex,
17087 it easily goes into an endless loop.
17088 (makefile-makepp-mode): Also add submenu for Perl functions
17089 defined in the makefile.
17090 (makefile-bsdmake-mode): Special imenu-generic-expression no
17091 longer needed, due to function call.
17092 (makefile-match-dependency): Take BOUND into account when checking
17093 if we're through.
17094
17095 2005-05-20 Jay Belanger <belanger@truman.edu>
17096
17097 * calc/calc-units.el (calc-invalidate-units-table):
17098 Use inhibit-read-only.
17099 (math-build-units-table-buffer): Use view-mode.
17100
17101 2005-05-20 David Kastrup <dak@gnu.org>
17102
17103 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17104 easy-menu-add is not a nop on Emacs; and clarify when to call it.
17105
17106 2005-05-20 Lute Kamstra <lute@gnu.org>
17107
17108 * diff-mode.el (diff-header-face, diff-file-header-face)
17109 (diff-index-face, diff-hunk-header-face, diff-removed-face)
17110 (diff-added-face, diff-changed-face, diff-function-face)
17111 (diff-context-face, diff-nonexistent-face): Put them in the
17112 diff-mode customization group.
17113
17114 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17115
17116 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17117
17118 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17119
17120 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17121 Minor regexp-optimization.
17122
17123 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
17124
17125 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17126 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17127 (org-agenda-add-time-grid-maybe): New function.
17128 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17129 (org-table-create): `dotimes' instead of `mapcar'.
17130 (org-xor): Simplify implementation.
17131 (org-agenda): `inhibit-redisplay' turned on.
17132 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17133 a consistent line after a state change.
17134 (org-agenda-remove-times-when-in-prefix): New option.
17135 (org-prefix-has-time): New variable.
17136 (org-parse-time-string): Optional argument NODEFAULT.
17137 (org-format-agenda-item): Parse items for time-of-day
17138 specifications and move these into the prefix if possible.
17139 (org-agenda-priority): Get current heading, not previous heading
17140 during agenda remote editing.
17141
17142 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
17143
17144 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17145 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17146 (remove-duplicates, delete-duplicates, substitute)
17147 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17148 (nsubstitute-if-not, find, find-if, find-if-not, position)
17149 (position-if, position-if-not, count, count-if, count-if-not)
17150 (mismatch, search, sort*, stable-sort, merge, member*)
17151 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17152 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17153 (intersection, nintersection, set-difference, nset-difference)
17154 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17155 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17156 (nsublis, tree-equal): Improve argument/docstring consistency.
17157
17158 * subr.el (send-string, send-region): Remove obsolescence declaration.
17159 (window-dot, set-window-dot, read-input, show-buffer)
17160 (eval-current-buffer, string-to-int):
17161 Add release number to obsolescence declarations.
17162
17163 2005-05-19 Kim F. Storm <storm@cua.dk>
17164
17165 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17166 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17167
17168 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
17169
17170 * faces.el (list-faces-display): Make back button respect optional
17171 regexp arg.
17172
17173 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
17174
17175 * calculator.el (calculator-radix-grouping-mode)
17176 (calculator-radix-grouping-digits, calculator-displayer)
17177 (calculator-radix-grouping-separator, calculator-copy-displayer):
17178 * dabbrev.el (dabbrev-search-these-buffers-only):
17179 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17180 (diff-advance-after-apply-hunk, diff-mode-hook)
17181 (diff-minor-mode-prefix):
17182 * imenu.el (imenu-use-popup-menu):
17183 * jit-lock.el (jit-lock-context-time):
17184 * newcomment.el (comment-fill-column, comment-column)
17185 (comment-style, comment-padding, comment-multi-line)
17186 (comment-empty-lines, comment-auto-fill-only-comments):
17187 * reveal.el (reveal-around-mark):
17188 * uniquify.el (uniquify-buffer-name-style)
17189 (uniquify-after-kill-buffer-p)
17190 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17191 (uniquify-min-dir-content, uniquify-separator)
17192 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17193 * w32-vars.el (w32-fixed-font-alist):
17194 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17195 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17196 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17197 * progmodes/perl-mode.el (perl-indent-level)
17198 (perl-continued-statement-offset, perl-continued-brace-offset)
17199 (perl-brace-offset, perl-brace-imaginary-offset)
17200 (perl-label-offset, perl-indent-continued-arguments)
17201 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17202 * progmodes/tcl.el (tcl-indent-level)
17203 (tcl-continued-indent-level, tcl-auto-newline)
17204 (tcl-tab-always-indent, tcl-electric-hash-style)
17205 (tcl-help-directory-list, tcl-use-smart-word-finder)
17206 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17207 (inferior-tcl-source-command):
17208 * textmodes/fill.el (enable-kinsoku):
17209 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17210 * textmodes/table.el (table-yank-handler):
17211 Specify missing group (and type, if simple) in defcustom.
17212
17213 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
17214
17215 * progmodes/compile.el (compilation-finish-function): Fix defvar.
17216
17217 2005-05-19 Richard M. Stallman <rms@gnu.org>
17218
17219 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17220
17221 * subr.el (event-basic-type): Don't get an error.
17222 (left-fringe-p): Function deleted.
17223
17224 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17225 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17226
17227 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17228 in recursive copy.
17229
17230 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17231
17232 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17233
17234 * emacs-lisp/bytecomp.el
17235 (byte-compile-file-form-custom-declare-variable):
17236 Call byte-compile-nogroup-warn if appropriate.
17237
17238 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17239 (compilation-set-window): Don't call left-fringe-p; do it directly.
17240
17241 2005-05-19 Jay Belanger <belanger@truman.edu>
17242
17243 * calc/calc-graph.el (calc-graph-format-data): Make sure
17244 var-PlotRejects is bound before trying to check its value.
17245
17246 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
17247
17248 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17249 definition of this variable from reftex-global.el to reftex.el,
17250 because it is needed in the menu.
17251
17252 2005-05-19 Lute Kamstra <lute@gnu.org>
17253
17254 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17255 years are fixed. Don't insert a space after a dash.
17256
17257 2005-05-19 Kim F. Storm <storm@cua.dk>
17258
17259 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17260
17261 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
17262
17263 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17264 strings, because (eq ... ?\\) is fairly frequent.
17265
17266 * progmodes/make-mode.el (makefile-add-this-line-targets):
17267 Simplify and integrate into `makefile-pickup-targets'.
17268 (makefile-add-this-line-macro): Simplify and integrate into
17269 `makefile-pickup-macros.
17270 (makefile-pickup-filenames-as-targets): Simplify.
17271 (makefile-previous-dependency, makefile-match-dependency):
17272 Don't stumble over `::'.
17273
17274 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
17275
17276 * subr.el (post-command-idle-hook, post-command-idle-delay):
17277 Remove obsoletion of post-command-idle-hook and
17278 post-command-idle-delay.
17279
17280 * faces.el (list-faces-display): Provide button when describe-face
17281 is called to take user back to the list of faces.
17282
17283 * help-fns.el (describe-variable): Remove hyperlinks in a
17284 variable's value as these are quite frequently inappropriate.
17285
17286 * follow.el (follow-submit-feedback, follow-mode):
17287 Remove references to post-command-idle-hook.
17288
17289 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
17290
17291 * progmodes/make-mode.el (makefile-previous-dependency)
17292 (makefile-match-dependency): Check for := (and in bsd mode also
17293 !=) to give a better result, even when font-lock is not on.
17294
17295 2005-05-18 Jay Belanger <belanger@truman.edu>
17296
17297 * calc/calc-help.el (calc-s-prefix-help):
17298 Add `calc-copy-special-constant' to help string.
17299
17300 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
17301
17302 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17303
17304 2005-05-18 Jay Belanger <belanger@truman.edu>
17305
17306 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17307 in linear factors are in proper order.
17308
17309 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
17310
17311 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17312 Support for jurabib.
17313
17314 * textmodes/reftex.el (featurep): Define aliases for overlay
17315 commands, for XEmacs compatibility, and use these aliases in
17316 overlay initializations.
17317 (reftex-highlight): Use `reftex-move-overlay'.
17318 (reftex-unhighlight): Use `reftex-delete-overlay'.
17319 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
17320 (reftex-access-search-path): Use `reftex-uniquify' instead of
17321 `reftex-uniq'
17322
17323 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17324 `before-string' property modification enables for Emacs as well.
17325 (reftex-select-item): Use `reftex-delete-overlay'.
17326 (reftex-select-mark): Use `reftex-make-overlay' and
17327 `reftex-overlay-put'.
17328 (reftex-select-unmark): Use `reftex-delete-overlay' and
17329 `reftex-overlay-put'.
17330
17331 2005-05-18 Lute Kamstra <lute@gnu.org>
17332
17333 * emacs-lisp/lisp.el (check-parens): Fix docstring.
17334
17335 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
17336
17337 * add-log.el (add-change-log-entry):
17338 * array.el (array-make-template, array-reconfigure-rows)
17339 (array-init-max-row, array-init-max-column)
17340 (array-init-columns-per-line, array-init-field-width):
17341 * replace.el (replace-match-maybe-edit, perform-replace):
17342 * textmodes/spell.el (spell-region):
17343 Replace `read-input' by `read-string'.
17344
17345 * forms.el (forms-mode):
17346 * finder.el (finder-compile-keywords):
17347 * shadowfile.el (shadow-read-files):
17348 Replace `eval-current-buffer' by `eval-buffer'.
17349
17350 * terminal.el (te-pass-through):
17351 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17352 (ange-ftp-raw-send-cmd):
17353 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17354 (send-process-next-char, telnet-initial-filter, telnet):
17355 Replace `send-string' by `process-send-string'.
17356
17357 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17358 (prolog-consult-region): Replace `send-string' by
17359 `process-send-string'; replace `send-region' by `process-send-region'.
17360
17361 * progmodes/delphi.el (delphi-log-msg):
17362 Replace `set-window-dot' by `set-window-point'.
17363
17364 * subr.el (window-dot, set-window-dot, read-input, send-string)
17365 (send-region, show-buffer, eval-current-buffer):
17366 Make really obsolete, as the comment says.
17367
17368 2005-05-17 Kim F. Storm <storm@cua.dk>
17369
17370 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17371 (cua--init-keymaps): Bind C-return instead of S-return to set
17372 rectangle mark.
17373
17374 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17375 instead of S-return to toggle/clear rectangle mark.
17376
17377 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
17378
17379 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17380 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17381 Also fontify plain strings assigned to variables, mostly so that a
17382 colon has a face and is thus not taken as a dependency separator.
17383 (makefile-previous-dependency): Inline the new matcher, because it
17384 is too complex to work in both directions.
17385 (makefile-match-dependency): Eliminate `backward' arg (see above).
17386 Completely reimplemented so as to not sometimes go into an endless
17387 loop. It should also be more efficient, because first it only
17388 searches for `:', instead of applying the very complex regexp.
17389 (makefile-mode): Cancel `font-lock-support-mode', because blocks
17390 to be fontified in one piece can be too long for JIT.
17391 Makefiles are never *that* big.
17392
17393 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
17394
17395 * dired.el (dired-mode): Simplify.
17396
17397 2005-05-17 Lute Kamstra <lute@gnu.org>
17398
17399 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17400 defcustom for the mode hook variable.
17401
17402 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17403 Emacs Lisp Reference Manual.
17404
17405 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
17406
17407 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17408 (evenp, list*):
17409 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17410 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17411
17412 * net/tramp-smb.el (tramp-smb-open-connection):
17413 Pass `tramp-chunksize' as fifth (required) argument.
17414
17415 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
17416
17417 * font-lock.el (lisp-font-lock-keywords-1):
17418 Set `font-lock-negation-char-face' for [^...] char group.
17419 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17420
17421 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17422 a var, and refine it to mask one more level of nested vars.
17423 (makefile-rule-action-regex): Turn it into a var, and refine it so
17424 it recognizes backslashed continuation lines as belonging to the
17425 same command.
17426 (makefile-macroassign-regex): Refine it so it recognizes
17427 backslashed continuation lines as belonging to the same command.
17428 (makefile-var-use-regex): Don't look at the next char, because it
17429 might be the same one to be skipped by the initial [^$], leading
17430 to an overlooked variable use.
17431 (makefile-make-font-lock-keywords): Remove two parameters, which
17432 are now variables that some of the modes set locally.
17433 Handle dependency and rule action matching through functions, because
17434 regexps alone match too often. Dependency matching now comes
17435 last, so it can check, whether a colon already matched something else.
17436 (makefile-mode): Inform that font-lock improves makefile parsing
17437 capabilities.
17438 (makefile-match-dependency, makefile-match-action): New functions.
17439
17440 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
17441
17442 * emacs-lisp/cl-extra.el (equalp): Doc fix.
17443
17444 * align.el (align-regexp):
17445 * ansi-color.el (ansi-color-get-face):
17446 * array.el (array-reconfigure-rows, array-init-max-row)
17447 (array-init-max-column, array-init-columns-per-line)
17448 (array-init-field-width):
17449 * dired-aux.el (dired-trample-file-versions):
17450 * dired-x.el (dired-mark-sexp):
17451 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17452 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17453 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17454 * faces.el (face-read-integer):
17455 * files.el (backup-extract-version, insert-directory):
17456 * hexl.el (hexl-insert-decimal-char):
17457 * server.el (server-process-filter):
17458 * shell.el (shell-extract-num):
17459 * startup.el (command-line-1):
17460 * term.el (term-command-hook):
17461 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17462 (time-stamp-do-number):
17463 * time.el (display-time-update):
17464 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17465 (timezone-fix-time):
17466 * vms-patch.el (vms-suspend-resume-hook):
17467 * calendar/appt.el (appt-convert-time):
17468 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17469 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17470 * calendar/cal-islam.el (mark-islamic-diary-entries):
17471 * calendar/calendar.el (calendar-cursor-to-date)
17472 (calendar-star-date):
17473 * calendar/diary-lib.el (diary-attrtype-convert)
17474 (mark-diary-entries, diary-entry-time):
17475 * calendar/solar.el (solar-get-number):
17476 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17477 * emacs-lisp/re-builder.el (reb-display-subexp):
17478 * emulation/edt.el (edt-set-scroll-margins):
17479 * emulation/tpu-extras.el (tpu-set-scroll-margins):
17480 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17481 (vip-get-ex-count):
17482 * emulation/viper-ex.el (viper-get-ex-token)
17483 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17484 * international/fontset.el (fontset-plain-name):
17485 * mail/feedmail.el (feedmail-look-at-queue-directory):
17486 * mail/mailalias.el (mail-get-names):
17487 * mail/rmail.el (rmail-convert-to-babyl-format):
17488 * mail/rmailsum.el (rmail-make-basic-summary-line)
17489 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17490 (rmail-summary-goto-msg):
17491 * mail/smtpmail.el (smtpmail-read-response):
17492 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17493 (ange-ftp-vms-add-file-entry):
17494 * play/gametree.el (gametree-looking-at-ply)
17495 (gametree-current-branch-score):
17496 * progmodes/ada-xref.el (ada-prj-find-prj-file)
17497 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17498 * progmodes/cperl-mode.el (condition-case):
17499 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17500 (ebrowse-set-member-buffer-column-width)
17501 (ebrowse-select-1st-to-9nth):
17502 * progmodes/etags.el (etags-snarf-tag):
17503 * progmodes/flymake.el (flymake-parse-line):
17504 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17505 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17506 (idlwave-shell-menu-def):
17507 * progmodes/ps-mode.el (ps-run-goto-error):
17508 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17509 (vhdl-speedbar-contract-level):
17510 * term/mac-win.el (x-handle-numeric-switch):
17511 * term/sun-mouse.el (sun-get-frame-data):
17512 * term/w32-win.el (x-handle-numeric-switch):
17513 * term/x-win.el (x-handle-numeric-switch):
17514 * textmodes/ispell.el (ispell-parse-output):
17515 * textmodes/nroff-mode.el (nroff-outline-level):
17516 * textmodes/reftex-cite.el (reftex-bib-sort-year)
17517 (reftex-bib-sort-year-reverse, reftex-format-citation):
17518 * textmodes/reftex-parse.el (reftex-init-section-numbers)
17519 (reftex-section-number):
17520 * textmodes/texinfmt.el (texinfo-paragraphindent):
17521 Replace `string-to-int' by `string-to-number'.
17522
17523 * international/latexenc.el: Add page marker to force the "Local
17524 Variables:" string out of the last page.
17525
17526 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17527
17528 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17529 tooltip-change-major-mode.
17530 (gud-tooltip-print-command): Remove case where gud-minor-mode
17531 is gdb ("--fullname").
17532 (gud-tooltip-tips): Turn GUD tooltips off for this case and
17533 explain to user.
17534
17535 2005-05-16 Jay Belanger <belanger@truman.edu>
17536
17537 * calc/calc-store.el (calc-copy-special-constant): New function.
17538
17539 * calc/calc-ext.el (calc-init-extensions): Add binding for
17540 `calc-copy-special-constant'.
17541
17542 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17543 for the `calc-copy-special-constant' command.
17544
17545 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
17546
17547 * subr.el (left-fringe-p): New function.
17548
17549 * progmodes/compile.el (compilation-setup): Set local value of
17550 overlay-arrow-string to "" always.
17551 (compilation-set-window): Left fringe then don't scroll.
17552 No left fringe then no arrow and scroll message to top.
17553 (compilation-context-lines): Adjust doc string accordingly.
17554
17555 2005-05-16 Kim F. Storm <storm@cua.dk>
17556
17557 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17558 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17559 (ido-wide-find-dir-or-delete-dir): New command for M-d.
17560 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
17561 (ido-read-file-name): Handle commands with ido property value
17562 equal to find-file as reading a file name, to allow C-d to enter dired.
17563 (ibuffer-find-file): Add ido property with value find-file.
17564
17565 2005-05-15 Kim F. Storm <storm@cua.dk>
17566
17567 * subr.el (open-network-stream-nowait): Remove.
17568 (open-network-stream-server): Remove.
17569
17570 2005-05-15 Richard M. Stallman <rms@gnu.org>
17571
17572 * faces.el (describe-face): Output a definition link button.
17573
17574 * help-mode.el (help-face-def): New button type.
17575
17576 * emacs-lisp/copyright.el (copyright-fix-years):
17577 Match properly if the first year is 2-digit.
17578 Don't mess up the whitespace after the years by filling.
17579
17580 * dired-aux.el (dired-mark-confirm):
17581 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17582
17583 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17584 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17585 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17586
17587 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17588 Set font-lock-comment-start-skip.
17589
17590 * font-lock.el (font-lock-comment-start-skip): New variable.
17591 (font-lock-comment-end-skip): New variable.
17592 (font-lock-fontify-syntactically-region): Use them if non-nil.
17593
17594 2005-05-15 Jay Belanger <belanger@truman.edu>
17595
17596 * calc/calc-store.el (calc-store-value): Return a string rather
17597 than display it as a message.
17598 Use calc-var-name for variable name.
17599 (calc-store-into): Add the result of calc-store-value to message.
17600 (calc-copy-variable): Add a message.
17601 (calc-store-exchange): Improve error messages.
17602 (calc-store-binary, calc-store-map): Don't reset the values of
17603 special constants.
17604
17605 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
17606
17607 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17608 manual to docstring.
17609
17610 * files.el (hack-local-variables-confirm): Add STRING argument.
17611 Make the function handle non file visiting buffers correctly.
17612 (hack-local-variables-prop-line, hack-local-variables)
17613 (hack-one-local-variable): Use STRING arg of
17614 `hack-local-variables-confirm'.
17615
17616 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
17617
17618 Sync with Tramp 2.0.49.
17619
17620 * net/tramp.el (tramp-handle-dired-call-process)
17621 (tramp-handle-insert-directory):`insert-buffer' cannot be used
17622 because the contents of the Tramp buffer is changed before
17623 insertion (`expand-file' and alike).
17624 (tramp-handle-insert-directory): If `localname' has an empty
17625 nondirectory name, it must not be quoted.
17626 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
17627 variable `tramp-chunksize'. Change callees.
17628 (tramp-open-connection-setup-interactive-shell): Check remote host
17629 for buggy `send-process-string' implementation.
17630 Set `tramp-chunksize' if found. Reported by Michael Kifer
17631 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17632 (tramp-handle-shell-command): `insert-buffer' cannot be used
17633 because the contents of the Tramp buffer is changed before
17634 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17635 <frederic.bothamy@free.fr>.
17636 (tramp-set-auto-save): Actions should be done for Tramp file name
17637 handler only. Ange-FTP has its own auto-save mechanism.
17638 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17639 (tramp-set-auto-save-file-modes): Set file modes of
17640 `buffer-auto-save-file-name' to ?\600 as fallback solution.
17641 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17642 (tramp-bug): Remove obsolete variable.
17643 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
17644 for presence of `mml-mode'. Make it running for older Emacsen as well.
17645
17646 2005-05-14 John Paul Wallington <jpw@pobox.com>
17647
17648 * ibuf-ext.el (define-ibuffer-filter filename):
17649 If `dired-directory' is a list, use its car.
17650
17651 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
17652
17653 * ibuffer.el (define-ibuffer-column filename):
17654 If `dired-directory' is a list, use its car.
17655
17656 2005-05-14 Richard M. Stallman <rms@gnu.org>
17657
17658 * subr.el (symbol-file): Doc fix.
17659
17660 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17661 (byte-compile-form): Call byte-compile-nogroup-warn.
17662 (byte-compile-warning-types): Doc fix.
17663
17664 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17665
17666 * progmodes/cc-engine.el (c-literal-faces):
17667 Add font-lock-comment-delimiter-face.
17668
17669 * net/net-utils.el (dig): Use with-no-warnings.
17670
17671 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17672 (sc-recite-frame-alist, sc-default-cite-frame)
17673 (sc-default-uncite-frame, sc-default-recite-frame)
17674 (sc-attrib-selection-list, sc-rewrite-header-list):
17675 Mark as risky-local-variable.
17676
17677 * international/ogonek.el (ogonek-jak, ogonek-how):
17678 Don't use beginning-of-buffer.
17679
17680 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17681
17682 * calendar/solar.el (solar-data-list): Move definition up.
17683
17684 * dnd.el (dnd-protocol-alist): Add autoload.
17685
17686 * progmodes/sh-script.el: Many doc usage fixes.
17687 (sh-indent-after-do): Change default to match common styles.
17688
17689 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
17690
17691 * files.el (interpreter-mode-alist)
17692 (auto-mode-interpreter-regexp): Doc fixes.
17693
17694 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
17695
17696 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17697
17698 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17699
17700 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17701
17702 * dired.el (dired-mode): make-variable-buffer-local =>
17703 make-local-variable.
17704
17705 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17706
17707 * term/mac-win.el (mac-select-convert-to-string): Try coding
17708 systems in mac-script-code-coding-systems if specified one cannot
17709 encode string for `com.apple.traditional-mac-plain-text'.
17710
17711 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
17712
17713 * progmodes/make-mode.el (makefile-targets-face)
17714 (makefile-shell-face, makefile-makepp-perl-face): New faces.
17715 (makefile-dependency-regex): Fix it to not make the colon in
17716 $(var:a=b) special.
17717 (makefile-rule-action-regex): New regexp for highlighting embedded
17718 Shell strings.
17719 (makefile-macroassign-regex): Handle != for highlighting as
17720 embedded Shell strings.
17721 (makefile-var-use-regex): New const.
17722 (makefile-statements, makefile-automake-statements)
17723 (makefile-gmake-statements, makefile-makepp-statements)
17724 (makefile-bsdmake-statements): New consts.
17725 (makefile-make-font-lock-keywords): New function.
17726 (makefile-automake-font-lock-keywords)
17727 (makefile-gmake-font-lock-keywords)
17728 (makefile-makepp-font-lock-keywords)
17729 (makefile-bsdmake-font-lock-keywords): New consts.
17730 (makefile-mode-map): Add switchers between the various submodes.
17731 (makefile-mode): Document the availability of the variants.
17732 (makefile-automake-mode, makefile-gmake-mode)
17733 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17734
17735 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17736 new variants of makefile-mode.
17737
17738 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17739
17740 * font-lock.el (font-lock-comment-delimiter-face): Fix up
17741 the inheritance.
17742
17743 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
17744
17745 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17746 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17747
17748 * files.el (normal-mode): Extend the scope of the
17749 `enable-local-variables' binding to include the `set-auto-mode' call.
17750 (magic-mode-alist): Doc fix.
17751
17752 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
17753
17754 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17755 font-lock-comment-face rather than copying its setting.
17756
17757 2005-05-12 Andreas Schwab <schwab@suse.de>
17758
17759 * eshell/esh-mode.el (eshell-send-input): Doc fix.
17760
17761 2005-05-12 Lute Kamstra <lute@gnu.org>
17762
17763 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17764 defcustom for the mode hook variable. Delete the last argument.
17765 * generic-x.el: Fix callers of define-generic-mode.
17766 (generic-x-modes): Delete group.
17767 (show-tabs-tab-face, show-tabs-space-face): Put them in the
17768 generic-x customization group.
17769
17770 2005-05-12 Kim F. Storm <storm@cua.dk>
17771
17772 * font-lock.el (font-lock-negation-char-face): Default to "off".
17773
17774 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17775 font-lock-negation-char-face to ! in !=.
17776
17777 2005-05-12 Masatake YAMATO <jet@gyve.org>
17778
17779 * add-log.el (find-change-log): Fix typos in the docstring
17780 of function.
17781
17782 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17783
17784 * international/latexenc.el (latexenc-find-file-coding-system):
17785 Avoid `re-search-forward' when looking for input encoding because
17786 of speed and safety. Better regular expressions for recognizing
17787 input encoding. Limit a search for TeX-master/tex-main-file to
17788 the local variable section.
17789
17790 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
17791
17792 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17793 syntax of $ to "'" (quote).
17794
17795 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
17796
17797 * dnd.el (dnd-protocol-alist): Improve custom type.
17798
17799 * dired.el (dired-dnd-protocol-alist): New variable.
17800 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
17801 `dired-mode-hook' to the end.
17802
17803 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17806 comment-end if comment-start-skip is not set.
17807 Obey the font-lock-comment-delimiter-face variables.
17808
17809 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
17810
17811 * files.el (executable-find): Move from executable.el. Use
17812 locate-file.
17813 * progmodes/executable.el (executable-find): Move to files.el.
17814
17815 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17816 when trying to ensure forward progress.
17817
17818 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
17819
17820 * mouse-sel.el (mouse-sel-follow-link-p): New function.
17821 (mouse-select, mouse-select-internal, mouse-extend-internal):
17822 Use it to implement mouse-1-click-follows-link functionality.
17823
17824 2005-05-11 Richard M. Stallman <rms@gnu.org>
17825
17826 * font-lock.el (font-lock-fontify-syntactically-region):
17827 Use font-lock-comment-delimiter-face for comment delimiters.
17828
17829 2005-05-10 Jay Belanger <belanger@truman.edu>
17830
17831 * calc/calc-help.el (calc-m-prefix-help): Add mention of
17832 preserving embedded modes.
17833
17834 2005-05-10 Richard M. Stallman <rms@gnu.org>
17835
17836 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17837
17838 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17839 Move from ada-stmt.el.
17840 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17841
17842 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17843 Move to ada-mode.el.
17844 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17845
17846 * cus-edit.el (custom-file): Call file-chase-links.
17847
17848 * files.el (read-directory-name): Fix previous change.
17849 (hack-local-variables-confirm): New function.
17850 (hack-local-variables-prop-line, hack-local-variables)
17851 (hack-one-local-variable): Use it.
17852
17853 2005-05-10 Lute Kamstra <lute@gnu.org>
17854
17855 * font-lock.el (font-lock-keywords-alist)
17856 (font-lock-removed-keywords-alist): Clarify docstrings.
17857
17858 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17859
17860 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17861 (gdb-source-info): Check for preprocessor info.
17862 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17863 a macro for a function.
17864 (gdb-info-breakpoints-custom): Try to find file again if not already
17865 found (user might have used GDB dir command).
17866 (gdb-get-location): Update gdb-location-alist correctly for change
17867 to gdb-info-breakpoints-custom.
17868
17869 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17870 (gud-tooltip-print-command): Add gdbmi case.
17871 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17872 preprocessor info.
17873
17874 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17875
17876 * startup.el (fancy-splash-insert): Fix typo in doc string.
17877
17878 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17879
17880 * obsolete/float.el (string-to-float):
17881 * obsolete/hilit19.el (hilit-add-pattern):
17882 * obsolete/rnews.el (news-parse-range, news-select-message)
17883 (news-get-pruned-list-of-files): Replace `string-to-int' by
17884 `string-to-number'.
17885
17886 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17887 `find-file-not-found-hooks'; use `add-hook'.
17888 (uncompress-while-visiting): Set `write-file-functions', not
17889 `write-file-hooks'; use `add-hook'.
17890
17891 2005-05-09 Kim F. Storm <storm@cua.dk>
17892
17893 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17894 (cua-paste): Handle clipboard action.
17895 (cua--init-keymaps): Remap clipboard-kill-region and
17896 clipboard-kill-ring-save.
17897
17898 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17899
17900 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17901 Improve commentary.
17902
17903 * simple.el (next-error-overlay-arrow-position): Revert the change
17904 made on 2005-04-30.
17905
17906 2005-05-07 Jay Belanger <belanger@truman.edu>
17907
17908 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17909 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17910 `calc-sel-reselect'.
17911
17912 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17913 Calc is in embedded mode.
17914
17915 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17916
17917 * progmodes/compile.el (compilation-setup):
17918 Set overlay-arrow-string to an empty string on text terminals.
17919
17920 * textmodes/ispell.el (ispell-program-name): Try looking for
17921 "aspell" along exec-path, and if found, use it as the default
17922 speller program.
17923
17924 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17925
17926 * international/mule.el (sgml-xml-auto-coding-function):
17927 Recognize encoding='FOO' in single quotes as well as in double quotes.
17928
17929 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17930
17931 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17932 as well as `interactive', so that defmacro* would recognize
17933 `declare' forms.
17934
17935 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17936
17937 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17938 Explain more about the LIGHTER arg's usage in the doc string.
17939 Add commentary to clarify what the code does. Fix the regexp that
17940 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17941 since it could have characters special to regular expressions.
17942
17943 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17944
17945 * replace.el (occur-1): Bind inhibit-read-only so that
17946 erase-buffer doesn't barf on read-only text properties (likewise
17947 for add-text-properties in occur-engine). Mark buffer as unmodified.
17948 (occur-engine): Don't set buffer-read-only here.
17949
17950 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17951
17952 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17953 list-buffers-directory. This caused the *cvs-commit* buffer to be
17954 sometimes mistakenly reused as a *cvs* buffer.
17955
17956 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17957
17958 * tooltip.el: Move code for GUD tooltips into gud.el.
17959 (require): CL no longer needed to compile case.
17960 (tooltip-mode): Do not toggle functions for GUD tooltips.
17961 (tooltip-gud-tips-p): Remove. Replace with minor mode
17962 gud-tooltip-mode in gud.el.
17963 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17964 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17965 tooltip-gud prefix with gud-tooltip and obsolete.
17966 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17967 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17968 (tooltip-mouse-motion): Mouse movement functions/variable.
17969 Rename in gud.el by adding gud prefix.
17970 (tooltip-gud-original-filter, tooltip-gud-dereference)
17971 (tooltip-gud-event, tooltip-toggle-gud-tips)
17972 (tooltip-gud-process-output, tooltip-gud-print-command)
17973 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17974 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17975 (gdb-tooltip-print): Move to gdb-ui.el.
17976
17977 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17978 (require): CL needed to compile case.
17979 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17980 tooltip-gud-tips-p. Make it a minor-mode.
17981 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17982 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17983 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17984 (gud-tooltip-change-major-mode)
17985 (gud-tooltip-activate-mouse-motions-if-enabled)
17986 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17987 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17988 (gud-tooltip-original-filter, gud-tooltip-dereference)
17989 (gud-tooltip-event, tooltip-toggle-gud-tips)
17990 (gud-tooltip-process-output, gud-tooltip-print-command)
17991 (gud-tooltip-tips): Move from tooltip.el.
17992
17993 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17994 (gdb-cpp-define-alist-flags): Doc fix.
17995 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17996 gud-tooltip-mode is t.
17997
17998 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17999
18000 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18001 evaporate if their text is deleted.
18002 (goto-address-at-point): Make it work as a mouse binding as well.
18003 (goto-address-at-mouse): Obsolete it. Update users.
18004
18005 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
18006
18007 * calendar/appt.el (top-level): No longer activate on load.
18008
18009 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
18010
18011 * calendar/cal-bahai.el (mark-bahai-diary-entries):
18012 * net/webjump.el (webjump):
18013 * progmodes/idlw-help.el (idlwave-do-context-help1)
18014 (idlwave-highlight-linked-completions):
18015 * textmodes/po.el (po-find-file-coding-system-guts):
18016 Replace `assoc-ignore-case' by `assoc-string'.
18017
18018 2005-05-06 Eli Zaretskii <eliz@gnu.org>
18019
18020 * files.el (locate-file): Doc fix.
18021
18022 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18023 Remove the redundant test for ms-dos.
18024
18025 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18026 look for the preprocessor with exec-suffixes. If not found in
18027 standard places, look in exec-path. Remove most of the tests that
18028 used system-type.
18029
18030 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18031
18032 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18033
18034 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18035 file-name clash with jka-compr.el on 8+3 filesystems.
18036
18037 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18038
18039 * term/mac-win.el: Don't define or bind scroll bar functions if
18040 x-toolkit-scroll-bars is t.
18041 (x-select-text, x-get-selection-value): Clear
18042 x-last-selected-text-clipboard if x-select-enable-clipboard is
18043 nil.
18044 (PRIMARY): Put mac-scrap-name property.
18045 (mac-select-convert-to-file-url): New function.
18046 (public.file-url): New selection target type. Add to
18047 selection-converter-alist.
18048 (x-get-selection, x-selection-value): Handle it.
18049 (x-cut-buffer-or-selection-value): New alias.
18050
18051 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18052
18053 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18054 entry to avoid calling bibtex-find-entry with arg global
18055 being t. Remove arg key.
18056 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18057 (bibtex-copy-summary-as-kill): Change accordingly.
18058
18059 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18060
18061 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18062 (org-agenda-date-later): Use with-current-buffer.
18063
18064 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
18065
18066 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18067 (define-obsolete-variable-alias): Doc Fixes.
18068
18069 2005-05-06 Kim F. Storm <storm@cua.dk>
18070
18071 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
18072 vertical-motion when selective-display is active.
18073
18074 * ido.el (ido-setup-hook): New hook.
18075 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18076 (ido-input-stack): New var.
18077 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
18078 ido-next-work-file binding to M-O.
18079 Bind M-f to ido-wide-find-file-or-pop-dir.
18080 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18081 (ido-read-internal): Run ido-setup-hook.
18082 Catch quit in read-file-name and read-string to cancel edit.
18083 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18084 Automatically pop-all when completing a directory name (RET).
18085 (ido-file-internal): Add with-no-warnings around ffap and dired code.
18086 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18087 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18088 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18089 New functions for M-b/M-f to move among the directory components.
18090 (ido-make-merged-file-list): Catch quit to cancel merge.
18091 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18092 (ido-completion-help): No warnings for ido-completion-buffer-full.
18093
18094 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
18095
18096 * font-lock.el (font-lock-negation-char-face): New face and variable.
18097 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18098 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18099 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18100 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18101
18102 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
18103
18104 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18105 Fix typo in docstring.
18106
18107 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18108 (ebrowse-print-statistics-line)
18109 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18110
18111 * term/w32-win.el (image-library-alist): Add additional name for
18112 Xpm library.
18113
18114 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
18115
18116 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18117 use gcc instead of cpp.
18118
18119 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18120 (gdb-create-define-alist): Use it.
18121 (gdb-cpp-define-alist-program): Update for MS-DOS.
18122
18123 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
18124
18125 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18126
18127 2005-05-04 Richard M. Stallman <rms@gnu.org>
18128
18129 * help.el (describe-key): No error when UNTRANSLATED is nil.
18130
18131 * simple.el (line-move-1): Fix previous change to signal errors
18132 appropriately.
18133
18134 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
18135
18136 * calendar/icalendar.el (icalendar-version): Now at 0.12.
18137 (icalendar-duration-correction): Remove.
18138 (icalendar--get-event-properties): Split result at commas.
18139 (icalendar--decode-isoduration): New optional argument
18140 DURATION-CORRECTION.
18141 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18142 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18143 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18144 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18145 (icalendar--convert-anniversary-to-ical): New functions, extracted
18146 from icalendar-export-region, with bug fixes.
18147 (icalendar-export-region): Use the above functions.
18148 (icalendar-import-buffer): Check before saving diary file.
18149 (icalendar--convert-recurring-to-diary)
18150 (icalendar--convert-non-recurring-all-day-to-diary)
18151 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18152 extracted from icalendar--convert-ical-to-diary, with bug fixes.
18153 (icalendar--convert-ical-to-diary): Use the above functions.
18154
18155 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
18156
18157 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18158 Remove these recent additions.
18159 (c-mode): Restore to before 2005-04-28.
18160
18161 * progmodes/cc-vars.el (cc-define-list-program): Remove this
18162 recent addition.
18163
18164 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18165 (gdb-define-alist): New variables.
18166 (gdb-create-define-alist): New function.
18167 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18168 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18169 with string-to-number.
18170 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
18171
18172 * progmodes/gud.el: Replace string-to-int with string-to-number.
18173 (gud-find-file): Handle gdb-define-alist.
18174
18175 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18176
18177 2005-05-02 Jay Belanger <belanger@truman.edu>
18178
18179 * calc/calc-aent.el (math-read-token):
18180 * calc/calc-bin.el (calc-word-size):
18181 * calc/calc-ext.el (calc-read-number-fancy):
18182 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18183 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18184 * calc/calc-frac.el (calc-over-notation):
18185 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18186 (calc-graph-num-points, calc-graph-init):
18187 * calc/calc-prog.el (calc-read-parse-table-part)
18188 (calc-edit-macro-repeats):
18189 * calc/calc-yank.el (calc-do-grab-rectangle):
18190 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18191 Replace `string-to-int' by `string-to-number'.
18192
18193 2005-05-02 Kim F. Storm <storm@cua.dk>
18194
18195 * kmacro.el: Use executing-kbd-macro-index variable.
18196
18197 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
18198
18199 * net/rlogin.el (rlogin-parse-words): Delete func.
18200 (rlogin): Use split-string, not rlogin-parse-words.
18201 Also, if there are option-like elements in the parsed args,
18202 take the host to be the first arg immediately following them.
18203 Suggested by Michael Mauger.
18204
18205 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18206
18207 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18208
18209 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18210
18211 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18212 (cc-mode-cpp-program): Rename to cc-define-list-program and
18213 move to cc-vars.el.
18214
18215 * progmodes/cc-vars.el (cc-define-list-program):
18216 Change to "gcc -E -dM -". Make customizable.
18217
18218 2005-05-02 Kim F. Storm <storm@cua.dk>
18219
18220 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18221
18222 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
18223
18224 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18225
18226 * international/mule-util.el (truncate-string): Remove alias and
18227 obsolete declaration.
18228
18229 * international/mule-cmds.el (update-iso-coding-systems):
18230 Remove alias and obsolete declaration.
18231
18232 * international/mule.el (coding-system-parent): Remove alias and
18233 obsolete declaration.
18234
18235 * subr.el (define-function, sref): Remove aliases and obsolete
18236 declarations.
18237 (chars-in-region): Remove obsolete declaration.
18238
18239 2005-05-01 Richard M. Stallman <rms@gnu.org>
18240
18241 * info.el (Info-mode): Set widen-automatically to nil, locally.
18242
18243 * simple.el (widen-automatically): New variable.
18244 (pop-global-mark): Obey widen-automatically.
18245
18246 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
18247
18248 * term/xterm.el (function-key-map): Call substitute-key-definition
18249 before the keymap size is increased by a lot of define-key calls.
18250
18251 2005-05-01 Richard M. Stallman <rms@gnu.org>
18252
18253 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18254 Rename ARG to ELEMENT. Doc fix.
18255
18256 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18257
18258 * allout.el (allout-exposure): Remove macro and obsolete declaration.
18259 Remove references to allout-exposure/change to allout-new-exposure.
18260
18261 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18262 bytecode symbols.
18263
18264 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18265 (compiled-function-p, focus-frame, unfocus-frame):
18266 Remove aliases and obsolete declarations.
18267 Back out inadvertent changes from previous commit.
18268
18269 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
18270
18271 * files.el (require-final-newline): Make Custom tags consistent
18272 with mode-require-final-newline.
18273 (mode-require-final-newline): Doc fix.
18274
18275 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18276
18277 * international/latexenc.el (latexenc-find-file-coding-system):
18278 Fix regular expressions.
18279
18280 2005-05-01 David Kastrup <dak@gnu.org>
18281
18282 * international/latexenc.el (latexenc-find-file-coding-system):
18283 Fix regular expressions.
18284
18285 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
18286
18287 * subr.el (string-to-int): Make obsolete.
18288
18289 2005-04-30 Richard M. Stallman <rms@gnu.org>
18290
18291 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18292
18293 * loadup.el: load jka-comp-hook.
18294
18295 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18296 (jka-compr-handler): Add autoload. `put' calls moved
18297 to jka-comp-hook.el.
18298 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18299 (jka-compr-inhibit): Autoload.
18300
18301 * jka-comp-hook.el: New file.
18302 Enable the mode by default.
18303
18304 * files.el (backup-buffer-copy): Use copy-file instead
18305 of write-region, and put back the 'excl.
18306
18307 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
18308
18309 * progmodes/flymake.el (flymake-split-string)
18310 (flymake-split-string, flymake-log, flymake-pid-to-names)
18311 (flymake-reg-names, flymake-get-source-buffer-name)
18312 (flymake-unreg-names, flymake-add-line-err-info)
18313 (flymake-add-err-info): Clarify docstrings.
18314 (flymake-popup-menu, flymake-make-emacs-menu)
18315 (flymake-make-xemacs-menu): Add docstrings.
18316 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18317 Set variables directly throughout.
18318
18319 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
18320
18321 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18322 exists. Initialize cc-define-alist.
18323 (c-mode): Add cc-create-define-alist locally to after-save-hook.
18324 If there is no file (Macroexpansion) don't create an alist.
18325
18326 2005-04-29 Sam Steingold <sds@gnu.org>
18327
18328 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18329 (cc-create-define-alist): Use it instead of the hard-coded string.
18330
18331 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18332
18333 * international/mule-conf.el (file-coding-system-alist): Fix regexp
18334 for latexenc.
18335
18336 2005-04-29 Lute Kamstra <lute@gnu.org>
18337
18338 * emacs-lisp/generic.el: Improve commentary section.
18339 (define-generic-mode): Improve docstring.
18340
18341 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
18342
18343 * textmodes/org.el (many places): Change to quiet the byte compiler.
18344 (org-prefix-format-compiled): New variable.
18345 (org-compile-prefix-format): New function.
18346 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18347 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18348 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18349 (org-get-entries-from-diary): Use `org-get-time-of-day' for
18350 consistency with entries from `org-mode' files.
18351 (org-get-time-of-day): Fix bug with partial matches early in a line.
18352 (org-non-link-chars): New constant.
18353 (org-link-regexp): Respect `org-non-link-chars'.
18354 (org-agenda-day-view): Remove command.
18355 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18356 (org-follow-bbdb-link, org-store-link): Search also company field.
18357 (org-highlight-overlay): New variable.
18358 (org-highlight, org-unhighlight): New functions.
18359 (org-agenda-mode): Add pre-command-hook to remove highlight.
18360 (org-evaluate-time-range): Behavior depends upon whether time stamp
18361 contains a time or not.
18362 (org-show-subtree, org-show-entry): New functions.
18363 (org-agenda-cleanup-fancy-diary): Remove empty lines.
18364
18365 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
18366
18367 * comint.el (comint-output-filter-functions): Add autoload cookie.
18368
18369 2005-04-28 Kim F. Storm <storm@cua.dk>
18370
18371 * ido.el (ido-everywhere): Fix last change.
18372
18373 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
18374
18375 * international/latexenc.el: New file.
18376 * international/mule-conf.el (file-coding-system-alist): For .tex,
18377 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18378
18379 2005-04-28 Lute Kamstra <lute@gnu.org>
18380
18381 * font-lock.el (font-lock-add-keywords)
18382 (font-lock-remove-keywords): Clarify docstring.
18383 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18384 Don't start docstrings with a `*'.
18385 (font-lock-update-removed-keyword-alist): Give it a docstring.
18386
18387 * generic-x.el: Update commentary section.
18388 Only require font-lock when compiling.
18389 Define all modes conditionally.
18390 Place all generic modes in the generic-x-modes customization group.
18391 (generic-x-modes): New customization group.
18392 (generic-default-modes, generic-mswindows-modes)
18393 (generic-unix-modes, generic-other-modes): New constants.
18394 (generic-define-mswindows-modes, generic-define-unix-modes):
18395 Update docstrings. Make them obsolete.
18396 (generic-extras-enable-list): New default value. Update docstring.
18397 Improve :type. Change :set function.
18398 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18399 Fix docstring.
18400
18401 * emacs-lisp/generic.el (generic-mode-internal):
18402 Simplify font-lock-defaults.
18403 (define-generic-mode): Fix docstring.
18404
18405 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18406
18407 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18408 font-lock-face property to highlight matches.
18409
18410 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
18411
18412 * progmodes/cc-mode.el (cc-create-define-alist): New function.
18413 (cc-define-alist): New variable.
18414 (c-mode): Make it local and initialize it.
18415
18416 * progmodes/gdb-ui.el (gdb-active-process): New variable.
18417 (gdb-exited): New function.
18418 (gdb-annotation-rules): Use it.
18419 (gdb-starting): Set gdb-active-process to t.
18420 (gdb-stopping): Amend doc string.
18421 (gdb-reset): Set gdb-active-process to nil.
18422
18423 * tooltip.el (tooltip-gud-tips): Show the associated #define
18424 directives when a C program under GDB is not executing.
18425
18426 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
18427
18428 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18429 font-lock-fontify-syntactic-keywords.
18430
18431 * font-lock.el (font-lock-default-fontify-region): Don't force
18432 parse-sexp-lookup-properties to nil.
18433
18434 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
18435
18436 * man.el (man-mode-syntax-table): Set up `:' to have
18437 word-constituent syntax.
18438
18439 2005-04-27 Lute Kamstra <lute@gnu.org>
18440
18441 * novice.el (disable-command): Don't add spurious newlines to the
18442 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
18443
18444 2005-04-26 Jay Belanger <belanger@truman.edu>
18445
18446 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18447 than one window before deleting window.
18448
18449 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
18450
18451 * shell.el (shell-prompt-pattern): Doc fix.
18452 (shell-mode): Set paragraph-separate buffer locally to "\\'".
18453
18454 * comint.el (comint-prompt-regexp, comint-get-old-input)
18455 (comint-use-prompt-regexp)
18456 (comint-use-prompt-regexp-instead-of-fields)
18457 (comint-replace-by-expanded-history, comint-send-input)
18458 (comint-output-filter, comint-get-old-input-default)
18459 (comint-line-beginning-position, comint-bol, comint-show-output)
18460 (comint-backward-matching-input, comint-forward-matching-input)
18461 (comint-next-prompt, comint-previous-prompt):
18462 Rename `comint-use-prompt-regexp-instead-of-fields' to
18463 `comint-use-prompt-regexp'. Keep old name as alias and declare
18464 obsolete.
18465 (comint-use-prompt-regexp): Shorten first line of doc string.
18466
18467 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18468 Set paragraph-separate buffer locally to "\\'".
18469
18470 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18471 Adapt to above name change.
18472
18473 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18474 (smbclient-prompt-regexp): Ditto.
18475
18476 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18477
18478 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
18479
18480 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18481 gdb-location-list.
18482 Break lines that are over 80 characters wide.
18483
18484 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18487 New fun and var, to preserve compatibility.
18488
18489 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18490
18491 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
18492
18493 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18494 name to file-newer-than-file-p.
18495
18496 2005-04-26 Richard M. Stallman <rms@gnu.org>
18497
18498 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18499
18500 * progmodes/python.el (python-mode):
18501 Use new name eldoc-documentation-function.
18502
18503 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18504
18505 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18506 (eldoc-documentation-function):
18507 Rename from eldoc-print-current-symbol-info-function. Calls changed.
18508
18509 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
18510
18511 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18512
18513 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18514
18515 * term/xterm.el (function-key-map): Fix strings for
18516 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
18517 {C,S,A,C-S}-{f1-f12}.
18518
18519 2005-04-26 Kenichi Handa <handa@m17n.org>
18520
18521 * international/mule-cmds.el (select-safe-coding-system):
18522 Fix previous change.
18523
18524 2005-04-26 Lute Kamstra <lute@gnu.org>
18525
18526 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18527
18528 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18529 (font-lock-comment-delimiter-face): Ditto.
18530
18531 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18532
18533 2005-04-25 Jay Belanger <belanger@truman.edu>
18534
18535 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18536 to t while inserting information; use help-mode.
18537
18538 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
18539
18540 * term.el (ansi-term-color-vector): Use the xterm colors.
18541 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
18542
18543 2005-04-25 Lute Kamstra <lute@gnu.org>
18544
18545 * font-core.el (font-lock-defaults): Fix docstring.
18546
18547 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18548
18549 2005-04-25 Kenichi Handa <handa@m17n.org>
18550
18551 * international/mule-cmds.el (select-safe-coding-system):
18552 Don't check consistency with coding: spec, etc if raw-text or
18553 no-conversion was found to be safe.
18554
18555 2005-04-24 Richard M. Stallman <rms@gnu.org>
18556
18557 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18558 citation markers at start of each line.
18559
18560 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18561 citation markers at start of each line.
18562
18563 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18564
18565 * files.el (mode-require-final-newline): Fix previous change.
18566 (require-final-newline): Fix type label.
18567
18568 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18569
18570 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18571 statement in buffer (broken by 2004-11-24 change).
18572
18573 2005-04-24 Kim F. Storm <storm@cua.dk>
18574
18575 * ido.el (ido-everywhere): Save and restore old read-buffer-function
18576 and read-file-name-function values. Don't overwrite existing
18577 non-nil values if ido-mode is enabled without ido-everywhere.
18578
18579 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
18580
18581 * files.el (mode-require-final-newline): Minor doc fix.
18582
18583 2005-04-24 Eli Zaretskii <eliz@gnu.org>
18584
18585 * subr.el (syntax-after): Doc fix.
18586 (syntax-class): If argument is nil, return nil. Mask off upper 16
18587 bits, not 8 bits.
18588
18589 * files.el (mode-require-final-newline): Doc fix.
18590 (backup-buffer-copy): Fix last change.
18591
18592 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18593
18594 * term/mac-win.el: Require select. Set selection-coding-system to
18595 mac-system-coding-system. Call menu-bar-enable-clipboard.
18596 (x-last-selected-text-clipboard, x-last-selected-text-primary)
18597 (x-select-enable-clipboard): New variables.
18598 (x-select-text, x-get-selection, x-selection-value)
18599 (x-get-selection-value, mac-select-convert-to-string)
18600 (mac-services-open-file, mac-services-open-selection)
18601 (mac-services-insert-text): New functions.
18602 (CLIPBOARD, FIND): Put mac-scrap-name property.
18603 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18604 (public.tiff): Put mac-ostype property.
18605 (selection-converter-alist): Add entries for them.
18606 (mac-application-menu-map): New keymap.
18607 (interprogram-cut-function, interprogram-paste-function): Set to
18608 x-select-text and x-get-selection-value, respectively.
18609 (split-window-keep-point): Set to t.
18610
18611 2005-04-23 Richard M. Stallman <rms@gnu.org>
18612
18613 * files.el (read-directory-name): Always pass non-nil
18614 DEFAULT-FILENAME arg to read-file-name.
18615 (backup-buffer-copy, basic-save-buffer-2): Take care against
18616 writing thru an unexpected existing symlink.
18617 (revert-buffer): In indirect buffer, revert the base buffer.
18618 (magic-mode-alist): Doc fix.
18619 (buffer-stale-function): Doc fix.
18620 (minibuffer-with-setup-hook): Avoid warning.
18621 (mode-require-final-newline): Doc and custom fix.
18622
18623 * follow.el (follow-end-of-buffer): Use with-no-warnings.
18624
18625 * font-lock.el (font-lock-comment-face): On terminals with few colors,
18626 use the default appearance.
18627 (font-lock-comment-delimiter-face): New face, new variable.
18628
18629 * imenu.el (imenu--generic-function): The official position of a
18630 definition is the start of the line that BEG is in.
18631
18632 * midnight.el (midnight-timer): Move defvar up.
18633
18634 * mouse.el (mouse-drag-region-1): Delete some debugging code.
18635
18636 * saveplace.el (save-place-to-alist): Use with-no-warnings.
18637
18638 * startup.el (command-line): Use with-no-warnings.
18639
18640 * window.el (window-size-fixed): New defvar.
18641
18642 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18643
18644 * mail/rmail.el (rmail-font-lock-keywords):
18645 Use font-lock-comment-delimiter-face.
18646
18647 * mail/sendmail.el (mail-font-lock-keywords):
18648 Use font-lock-comment-delimiter-face.
18649
18650 * progmodes/compile.el (next-error-highlight-timer): New defvar.
18651
18652 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
18653
18654 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18655 Specify t for LAXMATCH when matching directories.
18656 Save match data around compilation-compat-error-properties form.
18657
18658 2005-04-23 David Kastrup <dak@gnu.org>
18659
18660 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18661 Mention that the autoloaded aliases should be kept for AUCTeX.
18662
18663 2005-04-23 Andreas Schwab <schwab@suse.de>
18664
18665 * isearch.el (isearch-forward): Doc fix.
18666
18667 2005-04-23 Eli Zaretskii <eliz@gnu.org>
18668
18669 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18670 (jit-lock-stealth-nice): Change default value to 0.5.
18671
18672 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
18673
18674 * abbrev.el (write-abbrev-file): Write table entries in
18675 alphabetical order by table name.
18676
18677 2005-04-22 Kim F. Storm <storm@cua.dk>
18678
18679 * ido.el (ido-read-internal): Fix `list' completion.
18680
18681 2005-04-22 Kenichi Handa <handa@m17n.org>
18682
18683 * recentf.el (recentf-save-file-coding-system): New variable.
18684 (recentf-save-list): Encode the file by
18685 recentf-save-file-coding-system and add coding: tag.
18686
18687 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
18688
18689 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18690
18691 2005-04-21 Lute Kamstra <lute@gnu.org>
18692
18693 * loadhist.el (unload-feature): Don't remove a function from hooks
18694 if it is about to be restored to an autoload . Remove functions
18695 that will become unbound from auto-mode-alist. Simplify the code.
18696
18697 * subr.el (assq-delete-all): New implementation that is linear,
18698 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
18699 (rassq-delete-all): New function.
18700
18701 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18702 Add size-indication-mode.
18703
18704 2005-04-21 Kenichi Handa <handa@m17n.org>
18705
18706 * international/mule-cmds.el: Add autoload for widget-value in
18707 eval-when-compile.
18708
18709 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
18710
18711 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18712 Add tooltip-mode.
18713
18714 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18715
18716 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
18717
18718 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18719 (inferior-lisp-filter-regexp, inferior-lisp-program)
18720 (inferior-lisp-load-command, inferior-lisp-prompt)
18721 (inferior-lisp-mode-hook, lisp-source-modes)
18722 (inferior-lisp-load-hook): defvar->defcustom.
18723 (inferior-lisp-program, inferior-lisp-prompt)
18724 (inferior-lisp-load-hook): Doc fixes.
18725 (inferior-lisp-install-letter-bindings): Small change in
18726 introductory comment.
18727
18728 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
18729
18730 * vc.el (vc-annotate-color-map): Change some colors so that text
18731 using them as foreground is readable on both white and black
18732 backgrounds.
18733
18734 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18735
18736 * international/mule-conf.el (translation-table-for-input):
18737 Remove redundant declaration.
18738
18739 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18740
18741 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18742
18743 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18744 (tooltip-toggle-gud-tips): New function.
18745
18746 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18747
18748 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18749 right angle brackets.
18750
18751 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
18752
18753 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18754
18755 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18756
18757 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18758 Remove. Update callers to use expand-file-name instead.
18759
18760 * subr.el (syntax-class): New function.
18761
18762 * simple.el (blink-matching-open): Use it.
18763
18764 * paren.el (show-paren-function): Use it to recognize parens that are
18765 also used in 2-char comment markers.
18766
18767 2005-04-19 Lute Kamstra <lute@gnu.org>
18768
18769 * loadhist.el (unload-feature): Update for new format of
18770 load-history. Simplify the code.
18771
18772 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18773
18774 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18775 (mac-add-charset-info): New function. Initialize variable
18776 mac-charset-info-alist using it.
18777 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18778 for translation.
18779 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18780 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18781 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18782 New CCL programs.
18783
18784 2005-04-19 Kim F. Storm <storm@cua.dk>
18785
18786 * simple.el (next-buffer, prev-buffer, next-error)
18787 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18788 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18789
18790 * bindings.el (next-buffer, prev-buffer, next-error)
18791 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18792 (clone-indirect-buffer-other-window): Move bindings from simple.el.
18793 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18794 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18795
18796 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
18797
18798 * isearch.el (isearch-edit-string): Make the search-ring available for
18799 minibuffer history commands.
18800 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18801 the default history commands now work just as well.
18802 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18803
18804 2005-04-18 Kim F. Storm <storm@cua.dk>
18805
18806 * emulation/cua-base.el (cua--pre-command-handler): Add more
18807 elaborate check for shift modifier on non-window systems.
18808
18809 2005-04-18 Lars Hansen <larsh@math.ku.dk>
18810
18811 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18812
18813 2005-04-18 Kim F. Storm <storm@cua.dk>
18814
18815 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18816 and make it optional. Don't test tooltip-gud-echo-area here.
18817 (tooltip-gud-process-output, gdb-tooltip-print):
18818 Pass tooltip-gud-echo-area to tooltip-show.
18819 (tooltip-help-tips): Remove second optional arg to tooltip-show.
18820
18821 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18822
18823 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18824 `display-graphic-p' may not be bound yet.
18825
18826 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
18827
18828 * startup.el (command-line): No longer enable Xterm Mouse mode by
18829 default in terminals compatible with xterm.
18830
18831 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18832
18833 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
18834
18835 * tooltip.el (tooltip-gud-echo-area): Rename from
18836 tooltip-use-echo-area.
18837 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18838 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18839 area independently of where help tooltips are displayed.
18840
18841 2005-04-17 David Kastrup <dak@gnu.org>
18842
18843 * cus-theme.el (custom-theme-write-variables): Quote variables
18844 where necessary.
18845
18846 2005-04-17 Richard M. Stallman <rms@gnu.org>
18847
18848 * simple.el (yank-excluded-properties): Add follow-link to value.
18849
18850 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18851
18852 * startup.el (fancy-splash-max-time): Just 30 seconds.
18853 (fancy-splash-delay): Just 7.
18854 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18855
18856 * loadhist.el (unload-feature): Update for new format of load-history.
18857 Simplify the code.
18858
18859 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18860 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18861
18862 * mail/sendmail.el (mail-font-lock-keywords):
18863 Don't fontify subject text.
18864 Don't fontify the text of a citation.
18865
18866 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18867
18868 * comint.el (comint-output-filter): Run comint-output-filter-functions
18869 with point where the user had it.
18870
18871 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18872
18873 * international/ucs-tables.el (ucs-set-table-for-input):
18874 Disable when using unify-on-decoding.
18875
18876 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18877
18878 * emulation/cua-base.el (cua-global-mark-face): Add special case
18879 for displays supporting a high number of colors.
18880
18881 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18882
18883 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18884
18885 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18886
18887 * filesets.el (filesets-add-buffer): If user supplies a name of a
18888 non-existing fileset, create a new fileset.
18889
18890 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18891
18892 * textmodes/org.el (org-up-heading-all): Fix bug with
18893 `outline-up-heading-all'.
18894
18895 2005-04-16 Andreas Schwab <schwab@suse.de>
18896
18897 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18898 /etc/permissions.d/* and /etc/aliases.d/*.
18899
18900 2005-04-16 Kenichi Handa <handa@m17n.org>
18901
18902 * international/code-pages.el (cp-make-coding-system):
18903 Set `translation-table-for-input' property value to the symbol
18904 ucs-mule-to-mule-unicode, not to that value.
18905 (pt154): Escape guillemet by `\'.
18906
18907 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18908
18909 * loadup.el: Load tooltip if x-show-tip is fboundp.
18910
18911 * startup.el (command-line): Add comment.
18912
18913 * tooltip.el (tooltip-mode): Specify correct standard value for
18914 Custom in init-value.
18915
18916 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18917
18918 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18919 possible.
18920
18921 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18922
18923 * textmodes/org.el (org-agenda-date-prompt): Rename from
18924 `org-agenda-date-today'.
18925 (org-evaluate-time-range): Insert at point instead of directly
18926 after time range.
18927 (org-first-headline-recenter, org-subtree-end-visible-p)
18928 (org-optimize-window-after-visibility-change): New functions
18929 (org-agenda-post-command-hook): Don't allow point at end of line,
18930 to make sure it always hits the text properties.
18931 (org-agenda-next-date-line, org-agenda-previous-date-line):
18932 New commands.
18933 (org-set-regexps-and-options): Category may contain white space.
18934 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18935 Improve marker positions.
18936 (org-agenda-new-marker): Argument POS made optional.
18937 (org-agenda-get-timestamps): Deadlines which are done are listed
18938 in org-done-face now.
18939 (org-agenda-get-todos, org-agenda-get-timestamps)
18940 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18941 Set `undone-face' and `done-face' properties.
18942 (org-last-todo-state-is-todo): New variable.
18943 (org-todo): Set `org-last-todo-state-is-todo'.
18944 (org-agenda-todo): Change face according to
18945 `org-last-todo-state-is-todo'. And change other lines referring to
18946 the same entry.
18947 (org-calendar-goto-agenda): New command.
18948 (org-calendar-to-agenda-key): New option.
18949 (org-startup-folded): New allowed value `content'.
18950 (org-set-regexps-and-options): Accept new value `content' for
18951 `org-startup-folded'.
18952 (org-get-current-options): Handle new value `content' for
18953 `org-startup-folded'.
18954 (org-insert-todo-heading): New command.
18955 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18956 interactively in empty file and option
18957 `org-insert-mode-line-in-empty-file' has been set.
18958 (org-agenda-todo, org-agenda-priority): Modify to use
18959 `org-agenda-change-all-lines'.
18960 (org-warning-face): Change color on dark background
18961
18962 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18963
18964 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18965 use preferences AppleLocale and AppleLanguages, and variable
18966 mac-system-locale for default locale. On Mac OS Classic, use
18967 mac-system-coding-system for default coding systems.
18968
18969 * term/mac-win.el: Don't set file-name-coding-system.
18970 Decode variables system-name, emacs-build-system, user-login-name, and
18971 user-full-name by mac-system-coding-system on Mac OS Classic.
18972 (mac-system-coding-system): New variable.
18973
18974 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18975
18976 * startup.el (command-line): Handle `xterm-mouse-mode' before
18977 reading init file.
18978
18979 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18980
18981 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18982
18983 * progmodes/sh-script.el (sh-here-document-word): Make it a
18984 defcustom. Doc fix.
18985 (sh-add): Bash uses $(( )) for arithmetic.
18986 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18987 (sh-maybe-here-document): Remove quotes and leading whitespace
18988 from heredoc word when closing. Indent heredoc with tabs if word
18989 starts with "-".
18990
18991 2005-04-13 Richard M. Stallman <rms@gnu.org>
18992
18993 * simple.el (undo): Fix previous change.
18994
18995 * custom.el (defface): Doc fix.
18996
18997 2005-04-13 Lute Kamstra <lute@gnu.org>
18998
18999 * Makefile.in (DONTCOMPILE): Remove list.
19000 (compile, compile-always): Don't use DONTCOMPILE.
19001 (update-authors): Load the library in which batch-update-authors
19002 is defined.
19003 * makefile.w32-in (DONTCOMPILE): Remove list.
19004 (compile, compile-always): Fix comments.
19005 (update-authors): Load the library in which batch-update-authors
19006 is defined.
19007
19008 * generic-x.el (generic-mode-ini-file-find-file-hook):
19009 Rename to ini-generic-mode-find-file-hook.
19010 Keep generic-mode-ini-file-find-file-hook as an alias.
19011 (ini-generic-mode-find-file-hook): Rename from
19012 generic-mode-ini-file-find-file-hook. Fix docstring.
19013 (ini-generic-mode): Docstring change.
19014 (bat-generic-mode-run-as-comint): Silence the byte compiler.
19015
19016 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19017 called from lisp.
19018
19019 * generic.el: Move to the emacs-lisp subdir.
19020
19021 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
19022
19023 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19024 and C-S- function and cursor motion keys.
19025
19026 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
19027
19028 * startup.el (command-line): Enable Xterm Mouse mode by default.
19029 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19030 for Custom. No longer show "Mouse" in mode line when enabled.
19031 Doc fix.
19032
19033 2005-04-12 Kim F. Storm <storm@cua.dk>
19034
19035 * emulation/cua-base.el (cua-rectangle-face)
19036 (cua-rectangle-noselect-face): Define face attributes here.
19037
19038 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19039
19040 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19041
19042 * startup.el (command-line): Turn off blinking cursor if
19043 cursorBlink in resources is off or false.
19044
19045 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19046
19047 * term/mac-win.el (dnd): Require dnd.
19048 (mac-drag-n-drop): Call dnd-handle-one-url.
19049 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19050 (kTextEncodingISOLatin2): Remove constants.
19051 (mac-script-code-coding-systems): New constant.
19052 (mac-handle-language-change): New function.
19053 (special-event-map): Bind it to `language-change' event.
19054 (mac-centraleurroman, mac-cyrillic): New coding systems.
19055 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19056 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19057 and mac-cyrillic-encoder to encode-mac-centraleurroman and
19058 encode-mac-cyrillic, respectively.
19059
19060 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19061
19062 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19063 Don't set overlay-arrow-string to "=>" as this is done
19064 globally in C now.
19065
19066 2005-04-12 Lute Kamstra <lute@gnu.org>
19067
19068 * generic-x.el (rc-generic-mode, rul-generic-mode):
19069 Fix auto-mode-alist entries.
19070 (etc-fstab-generic-mode): Tweak fontification.
19071
19072 * generic.el (generic-make-keywords-list): Fix docstring.
19073 (generic-mode-internal): Simplify generic-font-lock-keywords.
19074
19075 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19076
19077 * whitespace.el (whitespace-buffer-leading)
19078 (whitespace-buffer-trailing): Revert the incorrect test inversion.
19079 However, fix the highlight area for the leading and
19080 trailing whitespaces to show space.
19081
19082 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
19083
19084 * whitespace.el (whitespace-version): Bump to 3.5
19085
19086 (whitespace-buffer-leading, whitespace-buffer-trailing):
19087 Invert sense of the test to highlight the whitespace.
19088
19089 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19090
19091 * progmodes/gud.el (gud-display-line): GUD uses its own
19092 overlay arrow now so don't set overlay-arrow-string.
19093 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19094
19095 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
19096
19097 * term.el (term-ansi-current-bold, term-ansi-current-underline)
19098 (term-ansi-current-reverse, term-ansi-current-invisible)
19099 (term-ansi-face-already-done): Change to boolean.
19100 (term-reset-terminal, term-handle-colors-array): Handle the above
19101 vars accordingly.
19102 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19103 (term-emulate-terminal): Use the new name.
19104
19105 * faces.el (secondary-selection): Use yellow1, not yellow.
19106 (trailing-whitespace): Use red1, not red.
19107
19108 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19109
19110 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19111 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19112 (dired-dnd-handle-file): Call dnd-get-local-file-uri
19113
19114 * cus-edit.el (dnd): New group.
19115
19116 * term/w32-win.el (dnd): Require dnd
19117 (w32-drag-n-drop): Call dnd-handle-one-url.
19118
19119 * x-dnd.el: Require dnd.
19120 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19121 Call dnd-handle-one-url.
19122 (x-dnd-types-alist, x-dnd-insert-utf8-text)
19123 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19124 to dnd-insert-text.
19125 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19126 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19127 (x-dnd-get-local-file-name, x-dnd-open-local-file)
19128 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19129
19130 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19131
19132 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19133
19134 * wdired.el: Doc fixes.
19135 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19136 (wdired-use-dired-vertical-movement): Rename from
19137 wdired-always-move-to-filename-beginning.
19138 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19139 (wdired-change-to-wdired-mode): Change mode name.
19140 (wdired-newline): Delete.
19141
19142 2005-04-11 Richard M. Stallman <rms@gnu.org>
19143
19144 * whitespace.el (whitespace-highlight-the-space):
19145 Don't call whitespace-unhighlight-the-space here.
19146
19147 * simple.el (undo): Record t in undo-equiv-table
19148 for the redo record made by an undo-in-region.
19149
19150 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
19151
19152 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19153 (gdb-frame-inferior-io-buffer): New Functions to control
19154 display of separate IO buffer.
19155 (menu): Add them to menu-bar.
19156 (gdb-display-buffer): Check for buffer another frame.
19157 Protect GUD buffer.
19158 (gdb-setup-windows): Create IO buffer if not already there.
19159 (gdb-memory-mode): Remove purecopy noops.
19160
19161 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19162
19163 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19164 and pass to self-insert-command.
19165
19166 2005-04-11 Lute Kamstra <lute@gnu.org>
19167
19168 * generic.el: Commentary section cleanup.
19169 (generic): Delete.
19170 (generic-use-find-file-hook, generic-lines-to-scan)
19171 (generic-find-file-regexp, generic-ignore-files-regexp)
19172 (default-generic-mode, generic-mode-find-file-hook)
19173 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19174 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
19175 (generic-use-find-file-hook, generic-lines-to-scan)
19176 (generic-find-file-regexp, generic-ignore-files-regexp)
19177 (default-generic-mode, generic-mode-find-file-hook)
19178 (generic-mode-ini-file-find-file-hook): Move from generic.el.
19179
19180 2005-04-10 Karl Fogel <kfogel@red-bean.com>
19181
19182 * bookmark.el (bookmark-write-file): Catch errors writing file.
19183 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19184
19185 2005-04-10 Richard M. Stallman <rms@gnu.org>
19186
19187 * startup.el (fancy-splash-tail): Update copyright year.
19188 (command-line): Split part of -Q into -D.
19189 (emacs-basic-display): New defvar.
19190 (fancy-splash-text): Correct name of menu item.
19191
19192 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19193
19194 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19195 lines in one node.
19196
19197 * comint.el (comint-send-input): New arg ARTIFICIAL.
19198 Callers in this file changed.
19199
19200 * abbrev.el (define-abbrevs): Read system abbrevs properly.
19201
19202 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19203
19204 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
19205
19206 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
19207 `ldap-search-internal'.
19208
19209 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19210
19211 * files.el (set-auto-mode-1): Use line-end-position.
19212
19213 * international/latin-1.el:
19214 * international/latin-2.el:
19215 * international/latin-3.el:
19216 * international/latin-4.el:
19217 * international/latin-5.el:
19218 * international/latin-8.el:
19219 * international/latin-9.el: Give punctuation syntax to NBSP.
19220
19221 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19222 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19223 Use char-classes to accept non-ascii letters, accepted in some recent
19224 bibtex implementations.
19225
19226 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
19227
19228 * custom.el (custom-set-minor-mode): Any non-nil value for the
19229 variable should enable the mode when set through Custom.
19230
19231 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
19232
19233 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19234 TAB binding so tab-always-indent is obeyed.
19235 (vhdl-minibuffer-local-map): Move initialization into declaration.
19236 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19237 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19238 (vhdl-hooked-abbrev): Avoid test for XEmacs.
19239 (vhdl-current-line): Use line-beginning-position.
19240 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19241 with-output-to-temp-buffer, so the current position can be recorded.
19242
19243 2005-04-10 Masatake YAMATO <jet@gyve.org>
19244
19245 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19246 Add regexp for gcov.
19247
19248 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19249
19250 * calendar/time-date.el (time-to-seconds, seconds-to-time)
19251 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19252 syntax which Emacs 20 doesn't support.
19253
19254 2005-04-09 Richard M. Stallman <rms@gnu.org>
19255
19256 * help.el (describe-key-briefly, describe-key):
19257 Replace strings as event types with "(any string)".
19258
19259 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
19260
19261 * arc-mode.el (archive-mode-map): Move initialization into
19262 the declaration. Override *all* bindings of `undo'.
19263 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19264
19265 2005-04-09 Jay Belanger <belanger@truman.edu>
19266
19267 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19268
19269 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
19270
19271 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19272 (xterm-register-default-colors): Update color values computation
19273 to match xterm-200.
19274
19275 2005-04-09 Kenichi Handa <handa@m17n.org>
19276
19277 * international/code-pages.el (iso-latin-7): Fix the map.
19278
19279 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
19280
19281 * emacs-lisp/lisp.el (defun-prompt-regexp)
19282 (parens-require-spaces, buffer-end, end-of-defun)
19283 (insert-parentheses): Doc fixes.
19284
19285 2005-04-08 Kim F. Storm <storm@cua.dk>
19286
19287 * comint.el (comint-highlight-prompt): Fix face spec.
19288 * hi-lock.el (hi-green): Likewise.
19289
19290 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19291
19292 * cus-edit.el (custom-modified-face):
19293 * comint.el (comint-highlight-input): Fix previous changes.
19294 * term.el (term-handle-ansi-escape): Add a comment.
19295
19296 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
19297
19298 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19299 in the buffer and in whitespace-highlighted-space.
19300 (whitespace-unhighlight-the-space): Simplify.
19301 (whitespace-buffer): Simplify.
19302
19303 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
19304
19305 * textmodes/table.el (table-cell-face): Add special case for
19306 displays supporting a high number of colors.
19307 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19308 (vhdl-font-lock-reserved-words-face)
19309 (vhdl-speedbar-architecture-face)
19310 (vhdl-speedbar-instantiation-face)
19311 (vhdl-speedbar-architecture-selected-face)
19312 (vhdl-speedbar-instantiation-selected-face): Likewise.
19313 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19314 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19315 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19316 (ebrowse-root-class-face, ebrowse-member-attribute-face)
19317 (ebrowse-progress-face): Likewise.
19318 * progmodes/compile.el (compilation-info-face): Likewise.
19319 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19320 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19321 * calendar/calendar.el (diary-face): Likewise.
19322 * woman.el (woman-italic-face, woman-bold-face)
19323 (woman-unknown-face): Likewise.
19324 * wid-edit.el (widget-button-pressed-face): Likewise.
19325 * whitespace.el (whitespace-highlight-face): Likewise.
19326 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19327 * pcvs-info.el (cvs-marked-face): Likewise.
19328 * info.el (info-xref): Likewise.
19329 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19330 * hilit-chg.el (highlight-changes-face)
19331 (highlight-changes-delete-face): Likewise.
19332 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19333 (hi-red-b): Likewise.
19334 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19335 * font-lock.el (font-lock-keyword-face)
19336 (font-lock-function-name-face, font-lock-warning-face): Likewise.
19337 * cus-edit.el (custom-invalid-face, custom-modified-face)
19338 (custom-set-face, custom-changed-face, custom-variable-tag-face)
19339 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19340 * comint.el (comint-highlight-prompt): Likewise.
19341
19342 2005-04-08 Lute Kamstra <lute@gnu.org>
19343
19344 * font-lock.el (font-lock-keywords): Docstring fixes.
19345
19346 2005-04-08 Kenichi Handa <handa@m17n.org>
19347
19348 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19349 chars are more than a limit, print " and more..." at the tail.
19350
19351 2005-04-08 Kim F. Storm <storm@cua.dk>
19352
19353 * emacs-lisp/authors.el (authors-aliases): Update list.
19354 (authors-ignored-files): New list.
19355 (authors-fixed-entries): Fix typo.
19356 (authors-renamed-files-alist): Update list.
19357 (authors-add): Check authors-ignored-files.
19358
19359 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
19360
19361 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19362 optional, to ensure backward compatibility.
19363
19364 2005-04-08 Stephen Eglen <stephen@gnu.org>
19365
19366 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19367
19368 2005-04-08 Kim F. Storm <storm@cua.dk>
19369
19370 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19371
19372 * mouse.el (mouse-on-link-p): Doc fix.
19373
19374 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
19375
19376 * ielm.el (ielm-prompt-read-only): Doc fix.
19377
19378 * comint.el (comint-prompt-read-only): Doc fix.
19379
19380 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
19381
19382 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19383 ensure dired always handles wildcards passed to ffap.
19384 (find-file-at-point): Use it.
19385 (ffap-dired-wildcards): Doc fix.
19386
19387 2005-04-07 Juri Linkov <juri@jurta.org>
19388
19389 * simple.el (next-error-overlay-arrow-position): New defvar.
19390 Put "=>" on its property `overlay-arrow-string'. Add it to
19391 `overlay-arrow-variable-list'.
19392
19393 * progmodes/compile.el (compilation-setup):
19394 Set `next-error-overlay-arrow-position' to nil. Also set it to
19395 nil in the local hook `kill-buffer-hook'. Make local variable
19396 `overlay-arrow-string' and set it to "=>".
19397 (compilation-goto-locus): Set BOL position to
19398 `next-error-overlay-arrow-position' instead of
19399 `overlay-arrow-position'.
19400
19401 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19402 locally instead of adding it to the global hook.
19403 (Info-kill-buffer): Move up.
19404
19405 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
19406
19407 * term/xterm.el (xterm-standard-colors): Update color values from
19408 xterm-200.
19409
19410 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
19411
19412 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19413
19414 * fast-lock.el:
19415 * lazy-lock.el: Move them to the obsolete subdir.
19416
19417 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19418
19419 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19420 (wdired-add-replace-advice): Remove.
19421 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19422
19423 2005-04-06 Kim F. Storm <storm@cua.dk>
19424
19425 * startup.el (command-line): Add --bare-bones alias for -Q.
19426
19427 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19428
19429 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19430 create the startup fontset if a font specification ends with
19431 `mac-roman'.
19432
19433 2005-04-06 Lute Kamstra <lute@gnu.org>
19434
19435 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19436 change.
19437
19438 * emacs-lisp/copyright.el (copyright-update-year): Replace the
19439 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
19440
19441 2005-04-05 Lute Kamstra <lute@gnu.org>
19442
19443 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19444 (define-generic-mode): Ditto. Fix debug declaration.
19445
19446 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19447 Put them in the generic-x group.
19448
19449 * calendar/timeclock.el (timeclock): Doc fix.
19450
19451 * generic.el (define-generic-mode): Don't use custom-current-group.
19452 Document default :group value.
19453 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19454 (define-global-minor-mode): Don't use custom-current-group.
19455
19456 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
19457
19458 * startup.el (command-line-1): Display startup-echo-area-message
19459 when fancy splash screen is in use.
19460
19461 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19462 (sh-escaped-newline): New face.
19463 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19464 newline, and use sh-escaped-newline face.
19465
19466 * progmodes/tcl.el (tcl-escaped-newline): New face.
19467 (tcl-builtin-list): New variable.
19468 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19469 newlines. Fix keywords subexpression number.
19470
19471 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
19472
19473 * textmodes/org.el (org-diary-default-entry): Fix call to
19474 `add-to-diary-entry'.
19475
19476 2005-04-05 Kim F. Storm <storm@cua.dk>
19477
19478 * ediff-init.el: Use (featurep 'xemacs).
19479
19480 2005-04-05 David Ponce <david@dponce.com>
19481
19482 * cus-edit.el (face): Derive from symbol widget. Display sample
19483 of the current face on the fly.
19484 (widget-face-sample-face-get, widget-face-notify): New functions.
19485 (widget-face-value-create): Remove.
19486
19487 * wid-edit.el (widget-field-end): Temporarily remove field
19488 narrowing before to call `get-char-property'.
19489
19490 2005-04-04 Jay Belanger <belanger@truman.edu>
19491
19492 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19493 (math-read-subscripts): New variable.
19494 (math-read-preprocess-string): Process subscripts.
19495
19496 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
19497
19498 * comint.el (comint-prompt-read-only): Doc fix.
19499
19500 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19501 `-1'. Doc fix.
19502
19503 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
19504
19505 * textmodes/org.el (org-insert-mode-line-in-empty-file):
19506 Change default value to nil.
19507
19508 2005-04-04 Lute Kamstra <lute@gnu.org>
19509
19510 * autorevert.el (auto-revert-mode): Specify :group.
19511 * battery.el (display-battery-mode): Specify :group.
19512 * diff-mode.el (diff-minor-mode): Specify :group.
19513 * font-core.el (font-lock-mode): Specify :group.
19514 * hl-line.el (hl-line-mode): Specify :group.
19515 * iimage.el (iimage): New customization group.
19516 (iimage-mode): Specify :group.
19517 * longlines.el (longlines-mode): Specify :group.
19518 * master.el: Don't require easy-mmode.
19519 (master): New customization group.
19520 (master-mode): Specify :group.
19521 * msb.el (msb-mode): Specify :group.
19522 * reveal.el (reveal-mode): Specify :group.
19523 * simple.el (next-error-follow-minor-mode): Specify :group.
19524 * smerge-mode.el (smerge-mode): Specify :group.
19525 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19526 * emulation/cua-base.el (cua-mode): Specify :group.
19527 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19528 * language/thai-util.el (thai-auto-composition-mode)
19529 (thai-word-mode): Specify :group.
19530 * mail/supercite.el (sc-minor-mode): Specify :group.
19531 * progmodes/cwarn.el (cwarn-mode): Specify :group.
19532 * progmodes/flymake.el (flymake-mode): Specify :group.
19533 * progmodes/glasses.el (glasses-mode): Specify :group.
19534 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19535 * textmodes/enriched.el (enriched-mode): Specify :group.
19536 * textmodes/refill.el (refill-mode): Specify :group.
19537
19538 * add-log.el (change-log-font-lock-keywords): Names in
19539 parenthesized lists can contain spaces.
19540
19541 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
19542
19543 * startup.el (fancy-splash-text): Shorten default text of
19544 "Emacs Tutorial" line. Also, if the current language env
19545 indicates an available tutorial file other than TUTORIAL,
19546 extract its title and append it to the line in parentheses.
19547 (fancy-splash-insert): If arg is a thunk, funcall it.
19548
19549 2005-04-04 Jay Belanger <belanger@truman.edu>
19550
19551 * calc.el (calc-language-alist): Add tags to customization type.
19552
19553 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
19554
19555 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19556 Doc fix.
19557
19558 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
19559
19560 * add-log.el (change-log-font-lock-keywords): The manual
19561 describing a Change Log entry, says: (...) "Aside from these
19562 header lines, every line in the change log starts with a space or
19563 a tab.". The font-lock was not highlighting lines started with
19564 spaces, added support for it.
19565
19566 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19567
19568 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19569 (bibtex-generate-url-list): Update docstring accordingly. Put the
19570 complex example in the docstring.
19571 (bibtex-font-lock-url): Use pop.
19572
19573 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
19574
19575 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19576
19577 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19578
19579 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
19580
19581 * filesets.el (filesets-set-default): Doc fix.
19582
19583 2005-04-03 Lute Kamstra <lute@gnu.org>
19584
19585 * generic.el (define-generic-mode): Add argument to specify
19586 keywords for defcustom.
19587 (default-generic-mode): Specify :group.
19588
19589 * generic-x.el: Specify :group for all generic modes.
19590
19591 * desktop.el (desktop-no-desktop-file-hook)
19592 (desktop-after-read-hook): Doc fix.
19593
19594 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
19595
19596 * simple.el (visible-mode): Use explicit :group keyword.
19597 This changes the group of `visible-mode-hook' from paren-blinking
19598 to editing-basics.
19599
19600 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
19601
19602 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
19603 mailbox specifications as well as URLs.
19604 (rmail-insert-inbox-text): Remove unused conditional branches.
19605
19606 2005-04-01 Jay Belanger <belanger@truman.edu>
19607
19608 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19609 (calc-gnuplot-print-command): Move definitions to calc.el.
19610
19611 * calc/calc-embed.el (calc-embedded-announce-formula)
19612 (calc-embedded-open-formula, calc-embedded-close-formula)
19613 (calc-embedded-open-word, calc-embedded-close-word)
19614 (calc-embedded-open-plain, calc-embedded-close-plain)
19615 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19616 (calc-embedded-open-mode, calc-embedded-close-mode):
19617 Move definitions to calc.el.
19618
19619 * calc/calc.el (calc-settings-file, calc-language-alist):
19620 Make customizable.
19621 (calc-embedded-announce-formula, calc-embedded-open-formula)
19622 (calc-embedded-close-formula, calc-embedded-open-word)
19623 (calc-embedded-close-word, calc-embedded-open-plain)
19624 (calc-embedded-close-plain, calc-embedded-open-new-formula)
19625 (calc-embedded-close-new-formula, calc-embedded-open-mode)
19626 (calc-embedded-close-mode, calc-gnuplot-name)
19627 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19628 from other files and make customizable.
19629
19630 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19631
19632 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19633 Use buffer-live-p.
19634 (cvs-mode-run): Don't call cvs-update-header here.
19635 (cvs-run-process): Call cvs-update-header.
19636 Use process properties for cvs-postprocess and cvs-buffer so that
19637 the sentinel can behave better if the temp buffer is killed.
19638 Use a pipe rather than a tty, to better handle unexpected prompts.
19639 (cvs-sentinel): Rewrite. Call cvs-update-header.
19640
19641 2005-04-01 Andre Spiegel <spiegel@gnu.org>
19642
19643 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19644 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
19645
19646 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19647
19648 * generic.el (define-generic-mode): Add indentation rule.
19649
19650 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
19651
19652 * files.el (mode-require-final-newline): Make Custom correctly
19653 report a nil value and allow to set it to nil via Custom.
19654 Doc fix.
19655
19656 2005-04-01 Kenichi Handa <handa@m17n.org>
19657
19658 * international/characters.el: Enable the correct case setting for
19659 dotless-i and dotted-I.
19660
19661 2005-04-01 Kim F. Storm <storm@cua.dk>
19662
19663 * ido.el (ido-file-internal): Fall back to non-ido command if
19664 initial directory is on slow ftp (or tramp) host.
19665
19666 2005-03-31 Richard M. Stallman <rms@gnu.org>
19667
19668 * emacs-lisp/autoload.el (make-autoload):
19669 Handle define-global-minor-mode.
19670
19671 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19672 Rename from easy-mmode-define-global-mode.
19673 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19674
19675 * progmodes/scheme.el (scheme-mode-syntax-table):
19676 Update syntax of | and # for two-character comment syntax.
19677
19678 2005-03-31 Lute Kamstra <lute@gnu.org>
19679
19680 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19681 (define-minor-mode): Call custom-current-group at load-time.
19682
19683 * generic.el (define-generic-mode): Add debug declaration.
19684 Add defcustom for the mode hook.
19685 (generic-mode-internal): Use run-mode-hooks.
19686
19687 2005-03-31 Kim F. Storm <storm@cua.dk>
19688
19689 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19690 (mouse-fixup-help-message): New defun called by show_help_echo
19691 to fixup mouse-2 prefix in help messages when applicable.
19692
19693 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19694
19695 2005-03-31 Kenichi Handa <handa@m17n.org>
19696
19697 * language/thai-word.el (thai-find-word-ends): Pay attention to
19698 the case that we reach the end of buffer.
19699
19700 * textmodes/fill.el (fill-text-properties-at): New function.
19701 (fill-newline): Use fill-text-properties-at instead of
19702 text-properties-at.
19703
19704 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19705
19706 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19707 not comint-quote-filename.
19708
19709 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
19710
19711 * help-fns.el (help-with-tutorial): Revert last change.
19712
19713 2005-03-31 Kim F. Storm <storm@cua.dk>
19714
19715 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19716
19717 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
19718
19719 * calendar/cal-china.el: Update reference to "Calendrical
19720 Calculations" book; there's a new edition.
19721 * calendar/cal-coptic.el: Likewise.
19722 * calendar/cal-french.el: Likewise.
19723 * calendar/cal-hebrew.el: Likewise.
19724 * calendar/cal-islam.el: Likewise.
19725 * calendar/cal-iso.el: Likewise.
19726 * calendar/cal-julian.el: Likewise.
19727 * calendar/cal-mayan.el: Likewise.
19728 * calendar/cal-persia.el: Likewise.
19729 * calendar/calendar.el: Likewise.
19730 * calendar/holidays.el: Likewise.
19731 * calendar/lunar.el: Likewise.
19732 * calendar/solar.el: Likewise.
19733
19734 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19735 white space from doc string.
19736
19737 2005-03-30 Jay Belanger <belanger@truman.edu>
19738
19739 * calc/calc-help.el (calc-full-help): Remove email address.
19740
19741 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
19742
19743 * help-fns.el (help-with-tutorial): Delete title line.
19744
19745 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19746
19747 * calendar/cal-x.el (calendar-one-frame-setup)
19748 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19749 rather than `symbol' for set-window-dedicated-p.
19750
19751 * calendar/appt.el (appt-buffer-name): Make it a constant.
19752 (appt-add): Doc fix.
19753
19754 * filesets.el (filesets-menu-path, filesets-menu-before)
19755 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
19756 (filesets-menu-cache-file): Use directory ~/.emacs.d.
19757 (filesets-add-submenu): Delete and use add-submenu instead.
19758
19759 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
19760
19761 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19762 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19763 (org-diary-default-entry): New function.
19764 (org-get-entries-from-diary): Better parsing of diary entries.
19765 (org-agenda-check-no-diary): New function.
19766 ("diary-lib"): Advice to function `add-to-diary-list', to allow
19767 linking to diary entries.
19768 (org-agenda-execute-calendar-command): New function.
19769 (org-agenda): Improve visible section in window.
19770 Use `org-fit-agenda-window'.
19771 (org-fit-agenda-window): New option.
19772 (org-move-subtree-down): Better handling of empty lines
19773 at end of subtree.
19774 (org-cycle): Numeric prefix is interpreted now as show-subtree N
19775 levels up.
19776 (org-fontify-done-headline): New option.
19777 (org-headline-done-face): New face.
19778 (org-set-font-lock-defaults): Use `org-headline-done-face'.
19779 (org-table-copy-down): Rename from `org-table-copy-from-above'.
19780 When current field is non-empty, it is copied to next row.
19781 (org-table-copy-from-above): Fix bug which made it
19782 impossible to copy fields containing only a single non-white character.
19783
19784 2005-03-30 Kim F. Storm <storm@cua.dk>
19785
19786 * kmacro.el (kmacro-end-macro): Isearch may store this command
19787 into the macro -- so ignore it when executing keyboard macro.
19788
19789 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19790
19791 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19792
19793 2005-03-29 Kenichi Handa <handa@m17n.org>
19794
19795 * language/thai.el ("Thai"): Set setup-function and exit-function
19796 for Thai language environment.
19797
19798 * language/thai-util.el: Require thai-word.
19799 (thai-word-mode-map): New variable.
19800 (thai-word-mode): New minor mode.
19801 (setup-thai-language-environment-internal): New function.
19802 (exit-thai-language-environment-internal): New function.
19803
19804 * language/thai-word.el (thai-word-table): Declare it by defvar,
19805 use dolist to initialize it.
19806 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19807 (thai-fill-find-break-point): New functions.
19808
19809 2005-03-29 Richard M. Stallman <rms@gnu.org>
19810
19811 * simple.el (idle-update-delay): Move definition up.
19812 (set-mark): Doc fix.
19813
19814 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
19815
19816 * longlines.el: New file.
19817
19818 * simple.el (buffer-substring-filters): New variable.
19819 (filter-buffer-substring): New function.
19820 (kill-region, copy-region-as-kill): Use it.
19821
19822 * register.el (copy-to-register, append-to-register)
19823 (prepend-to-register): Use filter-buffer-substring.
19824
19825 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
19826
19827 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19828 (gud-filter-pending-text): Move in front of gdb.
19829 (gud-overlay-arrow-position): New variable.
19830 (gud-sentinel, gud-display-line): Use it in place of
19831 overlay-arrow-position.
19832
19833 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
19834
19835 * progmodes/fortran.el (fortran-if-indent): Doc fix.
19836 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19837 (fortran-font-lock-keywords-4): New variable.
19838 (fortran-blocks-re, fortran-end-block-re)
19839 (fortran-start-block-re): New constants, for hideshow.
19840 (hs-special-modes-alist): Add a Fortran entry.
19841 (fortran-mode-map): Bind fortran-end-of-block,
19842 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19843 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
19844 (fortran-looking-at-if-then, fortran-end-of-block)
19845 (fortran-beginning-of-block): New functions, for hideshow.
19846
19847 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19848 Doc fix. Tweak regexp.
19849 (f90-beginning-of-block): Push mark first.
19850
19851 2005-03-29 Jay Belanger <belanger@truman.edu>
19852
19853 * calc/calc.el: Update copyright date.
19854 (calc-version): Increase to 2.1.
19855 (calc-version-date): Remove.
19856
19857 * calc/calc-help.el: Update copyright date.
19858 (calc-full-help): Remove reference to calc-version-date.
19859 Update copyright date.
19860
19861 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19862
19863 * vc.el (vc-do-command): Use a pipe for async processes, so password
19864 prompts don't show up at places where the user can't reply.
19865
19866 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19867
19868 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19869 on the file name we pass to the inferior shell.
19870
19871 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19872
19873 * progmodes/which-func.el (which-function): Be robust in the face of an
19874 imenu--make-index-alist failure.
19875
19876 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19877
19878 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19879
19880 * progmodes/python.el (python-preoutput-filter): Fix last change.
19881
19882 2005-03-29 Lute Kamstra <lute@gnu.org>
19883
19884 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19885 functions and compiled macros.
19886 (debug-convert-byte-code): Handle macros too.
19887 (debug-on-entry-1): Don't signal an error when trying to clear a
19888 function that is not set to debug on entry.
19889
19890 2005-03-29 Jay Belanger <belanger@truman.edu>
19891
19892 * calc/calc-lang.el: Add functions to math-function-table
19893 properties of tex and math.
19894
19895 2005-03-29 Kenichi Handa <handa@m17n.org>
19896
19897 * ps-mule.el (ps-mule-plot-string): Translate characters by
19898 ps-print-translation-table.
19899 (ps-mule-begin-job): Call find-charset-region/string with
19900 ps-print-translation-table.
19901 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19902
19903 * ps-print.el (ps-print-translation-table): New variable.
19904 (ps-plot-region): Translate characters by ps-print-translation-table.
19905
19906 2005-03-29 Juri Linkov <juri@jurta.org>
19907
19908 * simple.el (next-error-highlight-timer): New variable.
19909
19910 * progmodes/compile.el (compilation-goto-locus):
19911 Use `next-error-highlight-timer' instead of `sit-for'.
19912
19913 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19914
19915 * mail/supercite.el (sc-mail-field): Use assoc-string.
19916 (sc-get-address): Simplify regexps.
19917
19918 * files.el (minibuffer-with-setup-hook): New macro.
19919 (find-file-read-args): Use it to avoid let-binding
19920 minibuffer-with-setup-hook (which breaks turning on/off
19921 file-name-shadow-mode while in the prompt).
19922
19923 * complete.el (PC-read-include-file-name-internal):
19924 Use test-completion.
19925
19926 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19927
19928 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19929
19930 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * window.el (window-buffer-height): Use count-screen-lines.
19933
19934 * progmodes/python.el (python-preoutput-leftover): New var.
19935 (python-preoutput-filter): Use it.
19936 (python-send-receive): Loop until all the result has been received.
19937
19938 2005-03-28 Juri Linkov <juri@jurta.org>
19939
19940 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19941
19942 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19943 "Recover Crashed Session".
19944 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19945 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19946 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19947 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19948 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19949 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19950 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19951 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19952
19953 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19954 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19955 Ediff Sessions", "Toggle use of separate control buffer frame",
19956 "Use separate frame for Ediff control buffer".
19957
19958 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19959 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19960 "Rename Bookmark", "Delete Bookmark".
19961
19962 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19963 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19964 Add `:active Info-index-alternatives' to "Next Matching Item".
19965
19966 * wdired.el (wdired-change-to-wdired-mode):
19967 Mention `wdired-abort-changes' key in the initial message.
19968
19969 * international/mule.el (auto-coding-alist): Associate non-ascii
19970 image filename extensions with `no-conversion'.
19971
19972 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19973
19974 * international/iso-acc.el:
19975 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19976
19977 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19978
19979 * textmodes/sgml-mode.el (html-mode): Doc update.
19980
19981 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19982
19983 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19984
19985 * term.el (term-move-columns): Fix face after extending a line.
19986 (term-insert-spaces): Likewise.
19987 (term-reset-terminal): Fix off by one error.
19988
19989 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19990
19991 * international/mule.el (auto-coding-alist): Add .xpi files.
19992
19993 * files.el (auto-mode-alist): Add .xpi files.
19994
19995 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19996
19997 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19998
19999 2005-03-26 Eli Zaretskii <eliz@gnu.org>
20000
20001 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20002
20003 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20004
20005 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20006 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
20007
20008 * calendar/cal-move.el (calendar-beginning-of-year): Move the
20009 cursor to Jan 1 when needed.
20010 (calendar-end-of-year): Fix -/+ typo.
20011 Reported by Chong Yidong <cyd@stupidchicken.com>.
20012
20013 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20014
20015 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20016
20017 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20018 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
20019
20020 2005-03-25 Richard M. Stallman <rms@gnu.org>
20021
20022 * filesets.el (filesets-init): Add autoload.
20023
20024 * mail/mailalias.el (mail-directory): Doc fix.
20025
20026 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20027
20028 * mail/mailalias.el (mail-directory-process): Do nothing if
20029 mail-directory-process is an atom.
20030 (mail-get-names): Ignore mail-directory-names if it is an atom.
20031 (mail-directory-process defvar): Doc fix.
20032 (mail-names): Doc fix.
20033
20034 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
20035
20036 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20037
20038 2005-03-26 Kenichi Handa <handa@m17n.org>
20039
20040 * international/mule-util.el (detect-coding-with-priority):
20041 Call update-coding-systems-internal before detect-coding-region.
20042
20043 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
20044
20045 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20046 (gdb-frames-mode-map): Add follow-link property.
20047
20048 2005-03-25 Jay Belanger <belanger@truman.edu>
20049
20050 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20051 for variables.
20052
20053 2005-03-25 Juri Linkov <juri@jurta.org>
20054
20055 * image-mode.el: Optimize image filename extension regexps in
20056 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
20057 in `auto-mode-alist'.
20058 (image-mode): Add `image-toggle-display-text' to local hook
20059 `change-major-mode-hook'. Display the image as an image by
20060 default. Set `cursor-type' and `truncate-lines' if the image
20061 is already displayed. Take into account the current mode (image
20062 or text) in message.
20063 (image-minor-mode): New minor mode.
20064 (image-mode-maybe, image-toggle-display-text): New functions.
20065 (image-toggle-display): Use called-interactively-p.
20066 Let-bind `inhibit-read-only' to t.
20067
20068 * image-mode.el (image-minor-mode): Set `cursor-type' and
20069 `truncate-lines' if the image is already displayed. Add turning
20070 image-minor-mode off to `change-major-mode-hook'. Add message.
20071 Call `image-toggle-display-text' after turning image-minor-mode off.
20072
20073 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
20074
20075 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20076 Terminal.app, use utf-8.
20077 (set-display-table-and-terminal-coding-system): Add coding-system arg.
20078 (set-locale-environment): Use it.
20079
20080 * term/xterm.el: Undo last change, better done in mule-cmds.el.
20081
20082 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20083
20084 * progmodes/python.el (python-close-block-statement-p)
20085 (python-outdent-p, python-current-defun): Use symbol-end.
20086
20087 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
20088
20089 * files.el (save-some-buffers): Doc fix.
20090
20091 2005-03-25 Werner Lemberg <wl@gnu.org>
20092
20093 * complete.el, thumbs.el: Replace `legal' with `valid'.
20094 * calendar/calendar.el: Replace `legal' with `valid'.
20095 * emacs-lisp/advice.el: Replace `legal' with `valid'.
20096 * mail/supercite.el: Replace `legal' with `valid'.
20097 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20098 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20099 Replace `legal' with `valid'.
20100 * textmodes/reftex-vars.el, textmodes/reftex.el:
20101 Replace `legal' with `valid'.
20102
20103 2005-03-25 Werner Lemberg <wl@gnu.org>
20104
20105 * calc/calc-forms.el, calc/calc-sel.el
20106 * midnight.el, vc-cvs.el
20107 * emacs-lisp/cl-macs.el
20108 * emulation/vip.el
20109 * eshell/esh-io.el, eshell/esh-var.el
20110 * mail/supercite.el
20111 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20112 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20113 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20114 * progmodes/sh-script.el, progmodes/xscheme.el
20115 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20116 * textmodes/reftex-index.el, textmodes/reftex-parse.el
20117 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20118 * textmodes/reftex.el, textmodes/org.el:
20119 Replace `illegal' with `invalid'.
20120
20121 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20122
20123 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20124 (flymake-find-buildfile, flymake-find-possible-master-files)
20125 (flymake-check-include, flymake-parse-line): Replace loops over the
20126 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20127
20128 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20129 Substitute file-name-as-directory in the rest of the file.
20130 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20131 (flymake-replace-region): Remove unused arg `buffer'.
20132 (flymake-check-patch-master-file-buffer): Update calls to it.
20133 (flymake-add-err-info): Remove unused var `count'.
20134 (flymake-mode): Use define-minor-mode.
20135
20136 * progmodes/flymake.el: Use with-current-buffer.
20137 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20138 flymake-replace-regexp-in-string, flymake-line-beginning-position)
20139 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20140 Avoid testing for `xemacs'.
20141 (flymake-nop): Move.
20142 (flymake-region-has-flymake-overlays): Return the computed value.
20143 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20144 Remove unused var `endline'.
20145 (flymake-get-line-count): Remove unused function.
20146 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20147
20148 * emulation/vi.el:
20149 * generic.el:
20150 * hilit-chg.el (global-highlight-changes):
20151 * hi-lock.el (hi-lock-mode):
20152 * follow.el: find-file-hooks -> find-file-hook.
20153
20154 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20155
20156 2005-03-24 Juri Linkov <juri@jurta.org>
20157
20158 * dired.el (dired-mode-map): Add menu item "Compare directories"
20159 for dired-compare-directories.
20160
20161 * dired-aux.el (dired-compare-directories): Add autoload cookie.
20162 Doc fix. Replace `read-file-name' with `read-directory-name'.
20163
20164 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20165
20166 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20167
20168 2005-03-24 Jay Belanger <belanger@truman.edu>
20169
20170 * calc/calc-embed.el (calc-embedded-mode-change): Save all
20171 relevant mode settings in calc-embedded-original-modes when modes
20172 are permanently changed.
20173
20174 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20175
20176 * autoinsert.el: find-file-hooks -> find-file-hook.
20177
20178 2005-03-24 Lute Kamstra <lute@gnu.org>
20179
20180 * generic.el (generic-font-lock-defaults): Make it obsolete.
20181 (generic-font-lock-keywords): New variable to replace
20182 generic-font-lock-defaults.
20183 (generic-mode-set-font-lock): Delete it.
20184 (generic-mode-internal): Don't call generic-mode-set-font-lock.
20185 (generic-bracket-support): Add docstring.
20186
20187 * generic-x.el: Rename generic-font-lock-defaults to
20188 generic-font-lock-keywords throughout.
20189 (mailagent-rules-setup-function): Delete it.
20190 (mailagent-rules-generic-mode): Use anonymous function instead.
20191 (show-tabs-generic-mode-font-lock-defaults-1)
20192 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20193 Quote faces.
20194 (show-tabs-tab-face, show-tabs-space-face): Specify background,
20195 not foreground.
20196
20197 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20198 Recognize define-generic-mode.
20199
20200 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
20201
20202 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20203 if there's no completion table.
20204
20205 2005-03-23 Miles Bader <miles@gnu.org>
20206
20207 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20208 Remove tty-specific variants, as they're no longer needed.
20209
20210 2005-03-23 Lute Kamstra <lute@gnu.org>
20211
20212 * generic-x.el: Code cleanup: make args constant whenever possible.
20213 (installshield-statement-keyword-list)
20214 (installshield-system-functions-list)
20215 (installshield-system-variables-list, installshield-types-list)
20216 (installshield-funarg-constants-list): Make them constants.
20217
20218 * generic.el (generic-make-keywords-list): Add autoload cookie.
20219
20220 * calendar/time-date.el: Add comment on time value formats.
20221 Don't require parse-time.
20222 (with-decoded-time-value): New macro.
20223 (encode-time-value): New function.
20224 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20225 (days-to-time): Return a valid time value when arg is huge.
20226 (time-since): Use time-subtract.
20227 (time-to-number-of-days): Use time-to-seconds.
20228
20229 2005-03-23 David Ponce <david@dponce.com>
20230
20231 * recentf.el (recentf-keep): New option.
20232 (recentf-menu-action): Default to `find-file'.
20233 (recentf-keep-non-readable-files-flag)
20234 (recentf-keep-non-readable-files-p)
20235 (recentf-file-readable-p, recentf-find-file)
20236 (recentf-cleanup-remote): Remove.
20237 (recentf-include-p): More robust.
20238 (recentf-keep-p): New function.
20239 (recentf-remove-if-non-kept): Rename from
20240 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
20241 All callers updated.
20242 (recentf-menu-items-for-commands): Fix help string.
20243 (recentf-track-closed-file): Update. Doc fix.
20244 (recentf-cleanup): Update. Count removed files. Doc fix.
20245
20246 2005-03-23 Kim F. Storm <storm@cua.dk>
20247
20248 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20249 Don't inherit from fringe face (now happens automatically).
20250
20251 2005-03-22 Kim F. Storm <storm@cua.dk>
20252
20253 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20254 position values.
20255
20256 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * menu-bar.el (showhide-date-time): Remove.
20259 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20260 (menu-bar-make-mm-toggle): Simplify.
20261
20262 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20263
20264 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20265 Accept qualified variable and function names.
20266
20267 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
20268
20269 * bindings.el (completion-ignored-extensions):
20270 Remove ".lis" for `vax-vms'.
20271
20272 2005-03-22 Andreas Schwab <schwab@suse.de>
20273
20274 * generic-x.el: Revert last change.
20275 * ldefs-boot.el: Update.
20276
20277 2005-03-22 Jay Belanger <belanger@truman.edu>
20278
20279 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20280 (calc-embedded-save-original-modes)
20281 (calc-embedded-restore-original-modes): New functions.
20282 (calc-do-embedded): Save original modes when entering embedded mode
20283 and restore when leaving embedded mode.
20284 (calc-embedded-modes-change): Change the value of
20285 calc-embedded-original-modes to reflect permanent changes.
20286
20287 2005-03-22 Lute Kamstra <lute@gnu.org>
20288
20289 * generic-x.el: Require generic again.
20290
20291 2005-03-22 Miles Bader <miles@gnu.org>
20292
20293 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20294 Tweak details to look good on both ttys and bitmap displays, light
20295 or dark background, etc.
20296
20297 2005-03-21 Kim F. Storm <storm@cua.dk>
20298
20299 * tooltip.el (tooltip-show-help-function): Check car and cdr of
20300 mouse position.
20301
20302 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20303
20304 * icomplete.el: Don't forcibly turn on the mode upon load.
20305 (icomplete-mode): Use define-minor-mode.
20306 (icomplete-eoinput): Default to nil.
20307 (icomplete-minibuffer-setup): Remove autoload.
20308 (icomplete-tidy): Simplify.
20309 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20310 in the initial state or if the user has modified the field.
20311 Fix handling of icomplete-max-delay-chars.
20312 Remove code that handles the oddball case where
20313 minibuffer-completion-table is an integer.
20314 Wrap icomplete-completions in while-no-input in case building
20315 completions takes more time than expected.
20316 (icomplete-completions): Simplify.
20317
20318 2005-03-21 Richard M. Stallman <rms@gnu.org>
20319
20320 * jka-compr.el (jka-compr-really-do-compress):
20321 Make variable buffer-local.
20322
20323 * image-mode.el: Handle .xpm files too.
20324 (image-toggle-display): Preserve modification flag.
20325
20326 * help.el (where-is): Don't mention aliases with no key bindings.
20327
20328 2005-03-21 Lute Kamstra <lute@gnu.org>
20329
20330 * generic.el: Fix commentary section. Don't require cl for
20331 compilation.
20332 (generic-mode-list): Add autoload cookie.
20333 (generic-use-find-file-hook, generic-lines-to-scan)
20334 (generic-find-file-regexp, generic-ignore-files-regexp)
20335 (generic-mode, generic-mode-find-file-hook)
20336 (generic-mode-ini-file-find-file-hook): Fix docstrings.
20337 (define-generic-mode): Make it a defmacro. Fix docstring.
20338 (generic-mode-internal): Code cleanup. Add autoload cookie.
20339 (generic-mode-set-comments): Code cleanup.
20340 * generic-x.el: Don't prevent compilation. Don't require generic.
20341 Follow coding conventions. Minor code cleanup.
20342 (etc-fstab-generic-mode): Add some keywords.
20343 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20344 define-generic-mode like a function declaration.
20345
20346 2005-03-21 Jay Belanger <belanger@truman.edu>
20347
20348 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20349 changing modes.
20350
20351 2005-03-21 Sam Steingold <sds@gnu.org>
20352
20353 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20354
20355 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
20356
20357 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20358 Add underscore to "f$ lexicals" regexp.
20359
20360 2005-03-20 Juri Linkov <juri@jurta.org>
20361
20362 * subr.el (progress-reporter-do-update): When `min-value' is equal
20363 to `max-value', set `percentage' to 0 and prevent division by zero.
20364
20365 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
20366
20367 Sync with Tramp 2.0.48.
20368
20369 * net/tramp.el (all): Change all addresses to .gnu.org.
20370 (tramp-append-tramp-buffers): New defun.
20371 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20372 Catch `dont-send' signal.
20373 (tramp-set-auto-save-file-modes): Set always permissions, because
20374 there might be an old auto-saved file belonging to another
20375 original file. This could be a security threat. Reported by
20376 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20377 Check for Emacs 21.3.50 removed.
20378
20379 * net/tramp-smb.el (all): Remove debug construct for
20380 `with-parsed-tramp-file-name'.
20381 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20382 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20383 No error message if DIRECTORY or FILENAME doesn't exist.
20384 (tramp-smb-open-connection): Check existence of
20385 `tramp-smb-program'.
20386
20387 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
20388
20389 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20390 Properly handle the case where the `m' or `s' command's argument is not
20391 yet terminated.
20392 (perl-indent-new-calculate): New function.
20393 (perl-indent-line): Use it.
20394
20395 2005-03-20 Miles Bader <miles@gnu.org>
20396
20397 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20398 in text-mode too. Change to new face names.
20399 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20400 Add `:weight bold' attribute.
20401 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20402
20403 2005-03-19 Juri Linkov <juri@jurta.org>
20404
20405 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
20406
20407 * international/mule.el (auto-coding-alist): Sync with
20408 `auto-mode-alist' by adding upper case archive file extensions
20409 and adding ear/war to jar extension.
20410
20411 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
20412
20413 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20414 running, restart it.
20415
20416 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
20417
20418 * finder.el (finder-current-item): Throw an error on an empty line.
20419
20420 * man.el (Man-follow-manual-reference): If current-word returns
20421 nil, use "".
20422
20423 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
20424
20425 * simple.el (goto-line): Doc fix.
20426
20427 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
20428
20429 * files.el (save-buffer): Doc fix.
20430
20431 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
20432
20433 * recentf.el (recentf-cleanup-remote): New variable.
20434 (recentf-cleanup): Use it to conditionally check availability of
20435 remote files.
20436
20437 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
20438
20439 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20440 function names.
20441
20442 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20443
20444 * language/thai-word.el: New file.
20445
20446 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
20447
20448 * files.el (backup-buffer): If the file's directory is not
20449 writable, use copy instead of move to backup the file.
20450
20451 2005-03-19 Eli Zaretskii <eliz@gnu.org>
20452
20453 * obsolete/keyswap.el: Moved to obsolete/ from term/.
20454
20455 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20456
20457 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20458 Use functionp instead of symbolp and fboundp. Reported by Drkm
20459 <darkman_spam@yahoo.fr>.
20460 (ps-print-version): New version 6.6.6.
20461
20462 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
20463
20464 * textmodes/table.el (table--line-column-position): New idiom.
20465 (table--row-column-insertion-point-p): New function to test
20466 validity of row and column insertion operation at a location.
20467 (table-global-menu, table-cell-menu): Use above functions for
20468 deterministic test operation.
20469 (table--editable-cell-p): Behave in deterministic fashion.
20470
20471 2005-03-18 Juri Linkov <juri@jurta.org>
20472
20473 * isearch.el (isearch-lazy-highlight-new-loop):
20474 Make arguments beg and end optional.
20475 (isearch-update): Remove optional arguments nil from
20476 isearch-lazy-highlight-new-loop.
20477 (isearch-lazy-highlight-search): Let-bind case-fold-search to
20478 isearch-lazy-highlight-case-fold-search instead of
20479 isearch-case-fold-search, and let-bind isearch-regexp to
20480 isearch-lazy-highlight-regexp.
20481 Use isearch-lazy-highlight-last-string instead of isearch-string.
20482
20483 * replace.el (perform-replace): Remove bindings of global
20484 variables isearch-string, isearch-regexp, isearch-case-fold-search.
20485 Add three new arguments to `replace-highlight'.
20486 (replace-highlight): Add arguments string, regexp, case-fold.
20487 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20488 to allow isearch-lazy-highlight-new-loop to use these values
20489 to set corresponding isearch-lazy-highlight-* internal
20490 variables whose values lazy highlighting will use regardless of
20491 changes to global variables isearch-string, isearch-regexp,
20492 isearch-case-fold-search during lazy highlighting loop.
20493 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20494 to `lazy-highlight-cleanup'.
20495
20496 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20497 (ispell-highlight-face): Set default face to `isearch' when
20498 lazy highlighting is enabled.
20499 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20500 priority to 1. Add lazy highlighting.
20501 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20502 from `isearch-dehighlight'.
20503
20504 2005-03-18 David Ponce <david@dponce.com>
20505
20506 * files.el (hack-local-variables): Do a case-insensitive search
20507 for End.
20508
20509 2005-03-18 Juri Linkov <juri@jurta.org>
20510
20511 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20512 `isearch-lazy-highlight-cleanup', add alias to old name and
20513 declare obsolete. Add release numbers to other obsolete vars.
20514 (isearch-done, isearch-lazy-highlight-new-loop):
20515 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20516 (lazy-highlight-cleanup) <variable>: Doc fix.
20517 (isearch-lazy-highlight-update): Rename obsolete
20518 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20519
20520 2005-03-18 Kenichi Handa <handa@m17n.org>
20521
20522 * language/thai-util.el: Fix categorization of Thai characters in
20523 thai-category-table.
20524 (thai-composition-pattern): Adjust it for the above change.
20525 (thai-self-insert-command, thai-compose-syllable): New functions.
20526 (thai-compose-region): Use thai-compose-syllable.
20527 (thai-compose-string): Likewise.
20528 (thai-composition-function): Likewise.
20529 (thai-auto-composition): New function.
20530 (thai-auto-composition-mode): New minor mode.
20531
20532 * language/thai.el: Fix patterns to be registered in
20533 composition-function-table.
20534
20535 * international/quail.el (quail-input-method): Locally bind
20536 inhibit-modification-hooks to t.
20537
20538 2005-03-17 Richard M. Stallman <rms@gnu.org>
20539
20540 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20541 (perl-mode): Use run-mode-hooks.
20542
20543 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20544 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20545 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20546
20547 * mail/sendmail.el (sendmail-send-it): Reenable the code
20548 to compute resend-to-address and use it.
20549
20550 * tar-mode.el (tar-mode): Turn off undo unconditionally.
20551
20552 * image-mode.el: New file.
20553
20554 * image.el (insert-sliced-image): Add autoload cookie.
20555
20556 * font-lock.el (font-lock-lines-before): New user option.
20557 (font-lock-after-change-function): Obey it.
20558
20559 * bindings.el (esc-map): Make M-g a prefix.
20560 Bind M-g g and M-g M-g to goto-line.
20561
20562 * faces.el (face-id): Doc fix.
20563
20564 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20565
20566 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20567 (rmail-show-message): Use rmail-unknown-mail-followup-to.
20568 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20569
20570 * mail/sendmail.el (mail-yank-ignored-headers)
20571 (mail-font-lock-keywords, mail-mode-fill-paragraph):
20572 Add Mail-Followup-To and Mail-Reply-To headers.
20573 (mail-citation-hook): Add autoload cookie.
20574 (mail-mode): Doc fix.
20575 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20576 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20577 (mail-mode-fill-paragraph): Handle those headers.
20578 (mail-mailing-lists): New variable.
20579 (mail-mail-reply-to, mail-mail-followup-to): New functions.
20580
20581 2005-03-17 Juri Linkov <juri@jurta.org>
20582
20583 * isearch.el (isearch-fallback): Check for `(car previous)'
20584 before calling `isearch-other-end-state'.
20585
20586 2005-03-17 Kim F. Storm <storm@cua.dk>
20587
20588 * simple.el (move-beginning-of-line): Move to beginning of buffer
20589 line, as well as beginning of screen line.
20590
20591 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
20592
20593 * calendar/diary-lib.el (mark-diary-entries): Use new optional
20594 argument REDRAW rather than calendar-redrawing variable.
20595 * calendar/calendar.el (calendar-redrawing): Delete.
20596 (redraw-calendar): Do not bind calendar-redrawing.
20597
20598 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
20599
20600 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20601 diary-file buffer.
20602
20603 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
20604
20605 * help.el (describe-mode): Allow a :minor-mode-function property to
20606 specify a different minor mode toggle function than the variable.
20607 * simple.el (auto-fill-function):
20608 * subr.el (add-minor-mode): Use it.
20609
20610 2005-03-16 Kenichi Handa <handa@m17n.org>
20611
20612 * language/ethio-util.el (sera-being-called-by-w3): New variable.
20613 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20614 (ethio-fidel-to-sera-buffer): Likewise.
20615
20616 2005-03-16 Juri Linkov <juri@jurta.org>
20617
20618 * emacs-lisp/find-func.el (find-function-regexp):
20619 Add defun-emitting macro `menu-bar-make-toggle'.
20620
20621 * isearch.el: Put `isearch-scroll' property to
20622 `split-window-horizontally'.
20623
20624 * info.el: Update error messages for `debug-ignored-errors'.
20625 (Info-isearch-search): Doc fix.
20626 (Info-find-node): Move up code to go into info buffer before
20627 recording the node to the history.
20628 (Info-fontify-node): Fontify titles only if the next line
20629 has two or more `*', `=', `-', `.'.
20630 Display "go to this node" for empty (match-string 3).
20631
20632 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20633
20634 * term/mac-win.el: Add mouse pointer shape constants.
20635
20636 2005-03-15 Kim F. Storm <storm@cua.dk>
20637
20638 * simple.el (move-beginning-of-line): Use vertical-motion.
20639
20640 2005-03-15 Juri Linkov <juri@jurta.org>
20641
20642 * isearch.el (isearch-error): New variable.
20643 (isearch-invalid-regexp, isearch-within-brackets): Remove.
20644 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20645 (isearch-within-brackets-state): Remove.
20646 (isearch-case-fold-search-state, isearch-pop-fun-state):
20647 Decrease frame index.
20648 (isearch-mode, isearch-top-state, isearch-push-state)
20649 (isearch-edit-string, isearch-abort, isearch-search-and-update)
20650 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20651 (isearch-search, isearch-lazy-highlight-new-loop):
20652 Replace `isearch-invalid-regexp' with `isearch-error'.
20653 Remove `isearch-within-brackets'.
20654 (isearch-search): Add `search-failed' handler to `condition-case'.
20655 (isearch-lazy-highlight-search): Add `condition-case' to catch
20656 errors and allow `isearch-lazy-highlight-update' to try
20657 highlighting from the beginning of the window.
20658 (isearch-repeat): Move up code to set isearch-wrapped to t
20659 before calling isearch-wrap-function.
20660
20661 * info.el (Info-isearch-initial-node): New internal variable.
20662 (Info-search): Signal an error in isearch mode when search leaves
20663 the initial node. Signal an error when `bound' is non-nil and
20664 nothing was found in the current subfile.
20665 (Info-isearch-search): Remove `condition-case'.
20666 (Info-isearch-wrap): Don't wrap when search failed during leaving
20667 the initial node. If `Info-isearch-search' is nil, wrap around
20668 the current node.
20669 (Info-isearch-start): New fun.
20670 (Info-mode): Add buffer-local hook `Info-isearch-start' to
20671 `isearch-mode-hook'.
20672
20673 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20674
20675 * simple.el (normal-erase-is-backspace): Set default to t if
20676 running on Mac.
20677
20678 * term/mac-win.el (function-key-map): Sync with x-win.el.
20679
20680 2005-03-15 Kenichi Handa <handa@m17n.org>
20681
20682 * international/mule-cmds.el (locale-language-names): Modify the
20683 format of elements and add more entries.
20684 (locale-preferred-coding-systems): Add more entries.
20685 (set-locale-environment): Adjust for the change of
20686 locale-language-names.
20687
20688 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
20689
20690 * pcvs.el (smerge-ediff): Remove bogus autoload.
20691
20692 2005-03-14 Lute Kamstra <lute@gnu.org>
20693
20694 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20695 Ignore a `*' at the beginning of a line.
20696
20697 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20698 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20699 subr.el.
20700 (dont-compile, eval-when-compile, eval-and-compile): Use declare
20701 to specify indentation.
20702
20703 * generic.el (define-generic-mode): Let generic-mode-list be a
20704 list of strings; test membership with equal.
20705
20706 2005-03-14 Kim F. Storm <storm@cua.dk>
20707
20708 * simple.el (next-line, previous-line): Add optional try-vscroll
20709 arg to recognize interactive use. Pass it on to line-move.
20710 (line-move): Don't perform auto-window-vscroll when defining or
20711 executing keyboard macro to ensure consistent behavior.
20712
20713 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
20714
20715 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20716
20717 2005-03-13 Lute Kamstra <lute@gnu.org>
20718
20719 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20720 debugger-setup-buffer so that backtrace marks the frames set to
20721 debug-on-exit and we don't have to do it manually. Set an extra
20722 debug-on-exit for macro's.
20723 (debugger-setup-buffer): Don't mark the top frame manually.
20724
20725 2005-03-12 Lute Kamstra <lute@gnu.org>
20726
20727 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20728 lisp-indent-function throughout.
20729 (with-no-warnings): Set lisp-indent-function property.
20730
20731 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
20732
20733 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20734 Add entry for backslash.
20735
20736 2005-03-12 Juri Linkov <juri@jurta.org>
20737
20738 * info.el (Info-search): Four fixes for backward search.
20739
20740 2005-03-11 Jay Belanger <belanger@truman.edu>
20741
20742 * calc/calc.el (calc-language-alist): New variable.
20743 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20744 (calc-embedded-find-modes): Use calc-language-alist instead of
20745 calc-embedded-language-alist.
20746
20747 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20748
20749 * calendar/calendar.el (calendar-redrawing): New internal
20750 variable.
20751 (redraw-calendar): Remove bogus save-excursion from previous
20752 change. Bind calendar-redrawing to t for mark-diary-entries.
20753 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20754 calendar if that is why we were called.
20755
20756 2005-03-11 Kenichi Handa <handa@m17n.org>
20757
20758 * international/mule.el (make-coding-system): Set property
20759 coding-system-define-form to nil.
20760 (define-coding-system-alias): Likewise.
20761
20762 2005-03-11 Kenichi Handa <handa@m17n.org>
20763
20764 These changes are suggested by Dave Love <fx@gnu.org>.
20765
20766 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20767 coding: tag.
20768 (adaptive-fill-regexp): Add more bullets.
20769 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20770 regexps.
20771
20772 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20773
20774 * help.el (describe-mode): Properly handle non-trivial lighters.
20775 Don't ignore minor modes that are not listed in minor-mode-list.
20776
20777 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20778 feature ON when the user requests to turn it OFF.
20779
20780 2005-03-10 Lute Kamstra <lute@gnu.org>
20781
20782 * emacs-lisp/debug.el (debug-entry-code): Delete it.
20783 (implement-debug-on-entry): New function to replace debug-entry-code.
20784 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
20785 second argument as the 2005-03-07 change makes it obsolete.
20786 (debug-on-entry, cancel-debug-on-entry): Update call to
20787 debug-on-entry-1.
20788 (debug, debugger-setup-buffer): Comment update.
20789 (debugger-frame-number): Update to work with implement-debug-on-entry.
20790
20791 2005-03-10 Jay Belanger <belanger@truman.edu>
20792
20793 * calc/calc-embed.el (math-ms-args): Declare it.
20794 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20795 math-ms-args.
20796 (calc-embedded-subst): Use math-multi-subst-rec to substitute
20797 variables.
20798
20799 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
20800
20801 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20802 Use message-box.
20803
20804 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20805 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20806 (tooltip-gud-tips): Simplify.
20807 (tooltip-gud-tips-p): Remove superfluous :set.
20808 (tooltip-gud-modes): Add fortran-mode.
20809 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20810
20811 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20812
20813 2005-03-09 Kim F. Storm <storm@cua.dk>
20814
20815 * play/animate.el (animate-place-char): Use forward-line instead
20816 of next-line to improve performance.
20817
20818 2005-03-09 Simon Josefsson <jas@extundo.com>
20819
20820 * net/browse-url.el (browse-url-default-browser): Doc fix.
20821
20822 2005-03-09 Miles Bader <miles@gnu.org>
20823
20824 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20825 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20826
20827 2005-03-09 Kenichi Handa <handa@m17n.org>
20828
20829 * international/latin-1.el: Set case and syntax for 255 only if
20830 set-case-syntax-set-multibyte is nil.
20831
20832 * textmodes/ispell.el (ispell-insert-word): New function.
20833 (ispell-word): Use ispell-insert-word to insert a new word.
20834 (ispell-process-line): Likewise.
20835 (ispell-complete-word): Likewise.
20836
20837 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
20838
20839 * calendar/calendar.el (redraw-calendar): Preserve point.
20840 Reported by Matt Hodges <MPHodges@member.fsf.org>.
20841 (calendar-week-start-day): Move after definition of
20842 redraw-calendar. Delete buffer test, since redraw-calendar has
20843 that now.
20844
20845 * calendar/diary-lib.el (mark-diary-entries): Only call
20846 redraw-calendar in the first of any recursive calls.
20847 Reported by Alan Shutko <ats@acm.org>.
20848
20849 2005-03-08 Juri Linkov <juri@jurta.org>
20850
20851 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20852 (html-horizontal-rule, html-line, html-image, html-checkboxes)
20853 (html-radio-buttons): Add a space before the trailing `/>' where
20854 sgml-xml-mode is non-nil.
20855 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20856 the subsequent tag of the empty XML tag.
20857 (html-href-anchor): Don't set initial input to "http:".
20858 (html-image): Ask for the image URL and set point inside alt="".
20859 (html-name-anchor): Duplicate the name in the `id' attribute when
20860 sgml-xml-mode is non-nil.
20861 (html-paragraph): Remove \n before <p>.
20862 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20863 instead of `checked' when sgml-xml-mode is non-nil.
20864
20865 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20866 Remove 1 space before #RRGGBB to not truncate it on terminal
20867 windows w/o fringes. Remove 1 space between bg and fg examples
20868 to get more space.
20869 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20870 avoid byte-compile warnings.
20871
20872 * image-file.el (image-file-handler): Put `safe-magic' property to
20873 `image-file-handler'.
20874
20875 * info.el (Info-isearch-search): Emulate word search in
20876 isearching through multiple Info nodes with Info-search.
20877 (Info-isearch-wrap): Allow isearch-word.
20878
20879 2005-03-08 Lute Kamstra <lute@gnu.org>
20880
20881 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20882 stepping into the debugger's code is not possible.
20883 (debugger-jumping-flag): Docstring update.
20884
20885 2005-03-08 Jay Belanger <belanger@truman.edu>
20886
20887 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20888 embedded mode begins.
20889 (calc-embedded-language-alist): New variable.
20890 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20891 set default language mode.
20892
20893 2005-03-08 Kenichi Handa <handa@m17n.org>
20894
20895 * international/ccl.el (define-ccl-program): Fix docstring about
20896 extra 256 bytes assured for the output buffer.
20897
20898 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20899 Fix BUFFER_MAGNIFICATION to 2.
20900 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20901
20902 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20903
20904 * align.el (align-rules-list): Added an alignment rule for CSS
20905 declarations (applies to css-mode and html-mode buffers).
20906
20907 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20908
20909 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20910
20911 2005-03-07 Kim F. Storm <storm@cua.dk>
20912
20913 * simple.el (move-beginning-of-line): New command.
20914
20915 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20916
20917 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20918
20919 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20920 and move-beginning-of-line.
20921
20922 * apropos.el (apropos-print): Omit command from M-x ... RET.
20923
20924 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20925
20926 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20927 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20928
20929 2005-03-06 Richard M. Stallman <rms@gnu.org>
20930
20931 * bindings.el (esc-map): Bind M-g to goto-line.
20932
20933 * facemenu.el (global-map): Bind M-o, not M-g.
20934
20935 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20936
20937 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20938 "Open Directory" as for "Open File".
20939
20940 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20941
20942 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20943 (push-mark-command): Run activate-mark-hook.
20944
20945 2005-03-06 Richard M. Stallman <rms@gnu.org>
20946
20947 * help-mode.el (help-mode-finish): Don't alter the element
20948 in view-return-to-alist if there already is one.
20949
20950 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20951 make sure the current buffer is the expected one.
20952
20953 * novice.el (disabled-command-function): Output in *Disabled Command*.
20954 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20955
20956 * textmodes/flyspell.el (flyspell-large-region):
20957 Pass args differently for aspell.
20958
20959 * files.el (mode-require-final-newline): Doc fix.
20960
20961 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20962
20963 * progmodes/which-func.el (which-function):
20964 Specify NOERROR when calling imenu--make-index-alist.
20965
20966 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20967
20968 * simple.el (normal-erase-is-backspace): Define default value.
20969
20970 * custom.el (custom-theme-set-variables): Remove unused var
20971 `immediate'.
20972 (custom-reevaluate-setting): Simple function to handle variables
20973 that are defined before their default value can really be
20974 computed.
20975
20976 * startup.el (command-line): Use it for temporary-file-directory,
20977 small-emporary-file-directory, auto-save-file-name-transforms,
20978 blink-cursor-mode, and normal-erase-is-backspace.
20979
20980 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20981 progress, even with buggy anchored keywords.
20982
20983 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20984
20985 * simple.el (goto-line): Remove unbalanced final parenthesis.
20986
20987 2005-03-05 Richard M. Stallman <rms@gnu.org>
20988
20989 * simple.el (goto-line): Use a number at point as the default.
20990 With C-u as arg, switch buffers.
20991
20992 2005-03-05 Juri Linkov <juri@jurta.org>
20993
20994 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20995 with `no-blinking-cursor'.
20996
20997 * startup.el (no-blinking-cursor): New defvar.
20998 (command-line): Add `--no-blinking-cursor' to longopts.
20999 Set `no-blinking-cursor' to t for command line arguments
21000 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
21001 with `no-blinking-cursor' in the condition for calling
21002 `blink-cursor-mode'.
21003
21004 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
21005
21006 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21007 (menu-bar-options-save): Add blink-cursor-mode.
21008 (menu-bar-options-menu): Add blink-cursor-mode.
21009
21010 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
21011
21012 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21013 (icalendar-export-file, icalendar-export-region)
21014 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21015 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21016
21017 2005-03-04 Lute Kamstra <lute@gnu.org>
21018
21019 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21020 (debug-function-list): Ditto.
21021
21022 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
21023
21024 * textmodes/texinfmt.el (texinfo-append-refill):
21025 Redefine the types of line to which @refill
21026 is not appended by replacing a search for `@refill\\|@bye' with
21027 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
21028 itemize@refill' bug and the unfilled long lines bug.
21029 (texinfmt-version): Update number and date.
21030
21031 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
21032
21033 * international/code-pages.el (windows-1250, windows-125[2-8])
21034 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21035
21036 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21037
21038 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21039 bound yet.
21040
21041 2005-03-02 Romain Francoise <romain@orebokech.com>
21042
21043 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21044 buffer after removing limits.
21045 (ibuffer-pop-filter): Ditto.
21046 Update copyright.
21047
21048 2005-03-02 Miles Bader <miles@gnu.org>
21049
21050 * button.el (make-text-button): If the user doesn't specify a
21051 type, use the default. Rewrite to use `add-text-properties' and
21052 plist functions.
21053
21054 2005-03-01 Lute Kamstra <lute@gnu.org>
21055
21056 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21057 (debugger-jumping-flag): New var.
21058 (debug-entry-code): Use it.
21059 (debugger-jump): Use debugger-jumping-flag and add
21060 debugger-reenable to post-command-hook.
21061 (debugger-reenable): Use debugger-jumping-flag and remove itself
21062 from post-command-hook.
21063 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21064 debugger-reenable.
21065
21066 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
21067
21068 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21069 inclusion of "itemize\\|", which may be unnecessary, is certainly
21070 inelegant, and stops refilling in itemize lists when formatting
21071 Japanese Texinfo files to Info.
21072 Update copyright to 2005.
21073
21074 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
21075
21076 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21077 of an error if GDB can't find the source file.
21078
21079 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21080
21081 * calendar/calendar.el (redraw-calendar): Work from any buffer,
21082 not just the calendar.
21083
21084 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21085 first.
21086 (diary-redraw-calendar): New function.
21087 (make-diary-entry): Add diary-redraw-calendar to local
21088 write-contents-functions. Turn off selective display before
21089 inserting in diary.
21090
21091 2005-03-01 Kim F. Storm <storm@cua.dk>
21092
21093 * emacs-lisp/copyright.el (copyright-fix-years): New command.
21094
21095 2005-03-01 Lute Kamstra <lute@gnu.org>
21096
21097 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21098 that debug-entry-code can be safely removed from a function while
21099 this code is being evaluated. Revert the 2005-02-27 change as the
21100 new implementation no longer requires it. Make sure that a
21101 function body containing just a string is not mistaken for a docstring.
21102 (debug): Skip one more frame in case of debug on entry.
21103 (debugger-setup-buffer): Delete one more frame line in case of
21104 debug on entry.
21105 (debugger-frame-number): Update to use the new text introduced by
21106 the 1999-11-03 change. Skip one more frame in case of debug on entry.
21107
21108 2005-02-28 Kim F. Storm <storm@cua.dk>
21109
21110 * double.el (double-translate-key): Call force-window-update after
21111 read-event to avoid crash in redisplay.
21112
21113 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
21114
21115 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21116 (debug): Use it. Move the inhibit-trace earlier.
21117 (debug-entry-code): New const.
21118 (debug-on-entry-1): Use it.
21119
21120 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
21121
21122 * international/utf-16.el (ccl-encode-mule-utf-16le):
21123 Fix BUFFER_MAGNIFICATION to 2.
21124 (ccl-encode-mule-utf-16be): Likewise.
21125
21126 2005-02-28 Kenichi Handa <handa@m17n.org>
21127
21128 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21129 Fix BUFFER_MAGNIFICATION to 4.
21130 (ccl-encode-mule-utf-16be-with-signature): Likewise.
21131
21132 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
21133
21134 * speedbar.el (speedbar-update-flag): Doc fix.
21135 (speedbar-show-info-under-mouse): Give set-mouse-position the right
21136 argument.
21137
21138 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
21139
21140 * reveal.el (reveal-post-command): Don't try to reveal overlays which
21141 have a non-nil `invisible' property but are actually visible.
21142
21143 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21144 for perldoc sections.
21145 (perl-outline-regexp, perl-outline-level): New var and function.
21146 (perl-mode): Use them.
21147
21148 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
21149
21150 * calendar/diary-lib.el (diary-remind): Discard any mark portion
21151 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21152
21153 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
21154
21155 * cus-edit.el: Comment change.
21156 (custom-buffer-create-internal): Slightly reword text at top of
21157 Custom buffers. Mention there that saving an option edits the
21158 init file. Add link to Emacs manual node on `custom-file'.
21159 (custom-magic-alist): Rewrite individual State messages to use
21160 capitalized keywords. Doc fix.
21161
21162 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
21163
21164 * calendar/calendar.el (calendar-buffer): Move above
21165 calendar-week-start-day.
21166 (calendar-week-start-day): Doc fix. Add :set function.
21167 (calendar-minimum-window-height): New variable.
21168 (generate-calendar-window): Only resize window if selected-window
21169 is displaying the calendar buffer. Use new variable
21170 calendar-minimum-window-height.
21171 (generate-calendar): Reword error message.
21172 (calendar-mode-map): Bind DEL to scroll-other-window-down.
21173
21174 2005-02-27 Andreas Schwab <schwab@suse.de>
21175
21176 * vc.el (vc-do-command): Don't run command asynchronously when
21177 operating in a remote directory.
21178
21179 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21180 change from sync with Tramp 2.0.47.
21181
21182 2005-02-27 Richard M. Stallman <rms@gnu.org>
21183
21184 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21185
21186 * textmodes/flyspell.el (flyspell-mode-on):
21187 Call ispell-change-dictionary only if necessary.
21188
21189 * emacs-lisp/re-builder.el (regexp-builder): New function.
21190
21191 * register.el (describe-register-1): Explicitly handle
21192 yank-excluded-properties = t.
21193
21194 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21195 (custom-magic-alist): Change the status descriptions again.
21196 (face widget-type): Total rewrite based on `restricted-sexp'
21197 to eliminate the confusing double hiding levels.
21198
21199 * emacs-lisp/debug.el (debug-on-entry-1):
21200 If function body is empty, add nil as body form.
21201
21202 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
21203
21204 * emacs-lisp/trace.el (inhibit-trace): New var.
21205 (trace-make-advice): Use it.
21206
21207 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21208
21209 2005-02-26 Kim F. Storm <storm@cua.dk>
21210
21211 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21212 (mouse-on-link-p, mouse-drag-region-1): Use it.
21213
21214 2005-02-25 Lute Kamstra <lute@gnu.org>
21215
21216 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21217
21218 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
21219
21220 * frame.el (blink-cursor-mode): Add :group keyword.
21221
21222 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
21223
21224 * calendar/icalendar.el (icalendar--decode-isodatetime):
21225 New optional argument DAY-SHIFT.
21226 (icalendar-export-region): Fix coding-system-for-write.
21227 (icalendar--convert-ical-to-diary): Shift end-day of all-day
21228 events by one.
21229
21230 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
21231
21232 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21233
21234 2005-02-24 Kim F. Storm <storm@cua.dk>
21235
21236 * international/iso-acc.el (iso-accents-compose): Fix crash
21237 during redisplay. Call force-window-update after read-event
21238 and delete-region to signal that window is not accurate.
21239
21240 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
21241
21242 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21243 Remove unused and inexistent var `inhibit-trace'.
21244 (debugger-mode): Use run-mode-hooks.
21245 (debugger-list-functions): Add buttons; setup xref stack.
21246
21247 2005-02-23 Richard M. Stallman <rms@gnu.org>
21248
21249 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21250 appointment says it was explicitly made.
21251 (appt-add): Set the 3rd element.
21252 (appt-make-list): Preserve explicit appointments.
21253
21254 * subr.el (find-tag-default): Catch errors in forward-sexp.
21255
21256 2005-02-23 Juri Linkov <juri@jurta.org>
21257
21258 * info.el (Info-isearch-search): New defcustom.
21259 (Info-isearch-search): Call the default isearch function
21260 when Info-isearch-search is nil.
21261 (Info-isearch-wrap): Use variable Info-isearch-search.
21262
21263 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
21264
21265 * cus-edit.el: Comment change.
21266
21267 2005-02-22 Kim F. Storm <storm@cua.dk>
21268
21269 * progmodes/hideif.el (hide-ifdef-use-define-alist):
21270 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
21271
21272 2005-02-22 Simon Josefsson <jas@extundo.com>
21273
21274 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21275 New variable.
21276 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
21277 Oskarsson" <myrkraverk@users.sourceforget.net>.
21278
21279 2005-02-22 Kim F. Storm <storm@cua.dk>
21280
21281 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21282 check that window of that event is the selected window.
21283 (mouse-drag-region-1): Compare mouse event window to selected
21284 window before setting point.
21285
21286 * tooltip.el (tooltip-show-help-function): Pass event to
21287 mouse-on-link-p so it can check selected window.
21288
21289 2005-02-22 Kenichi Handa <handa@m17n.org>
21290
21291 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21292 (ps-mule-show-warning): New function.
21293 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21294 characters are found.
21295
21296 * ps-print.el (ps-header-footer-string): Return a list of header
21297 and footer strings.
21298
21299 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
21300
21301 * pcvs.el (cvs-retrieve-revision): Fix thinko.
21302
21303 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
21304
21305 * frame.el (blink-cursor-mode): Use define-minor-mode.
21306
21307 * term/mac-win.el (function-key-map): Use char-names more consistently.
21308 (file-name-coding-system): Only set it for MacOS-9. The other case is
21309 already handled in mule-cmds.el (where it also works when mac-win.el
21310 is not used).
21311
21312 2005-02-21 Kenichi Handa <handa@m17n.org>
21313
21314 * international/mule.el (ctext-pre-write-conversion): Always use
21315 " *code-converting-work*" buffer for work.
21316
21317 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21318
21319 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
21320
21321 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21322
21323 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
21324
21325 * ses.el (undo-more): Restore defadvice, but only the part that
21326 allows changes outside the restricted area of the buffer.
21327
21328 2005-02-20 Kim F. Storm <storm@cua.dk>
21329
21330 * simple.el (line-move): Add fourth optional arg try-vscroll which
21331 must be set to perform auto-window-vscroll.
21332 When moving backwards and doing auto-window-vscroll, automatically
21333 vscroll to the last part of lines which are taller than the window.
21334 (next-line, previous-line): Set try-vscroll arg on line-move.
21335
21336 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
21337
21338 * replace.el (query-replace, query-replace-regexp)
21339 (replace-string, replace-regexp): When operating on region, make
21340 the minibuffer prompt say so.
21341
21342 * isearch.el (isearch-forward): Document isearch-query-replace and
21343 isearch-query-replace-regexp keybindings.
21344
21345 2005-02-19 Jay Belanger <belanger@truman.edu>
21346
21347 * calc/calc-aent.el (math-read-token): Add local variable.
21348
21349 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21350 (calc-edit-top): Move declaration to earlier in file.
21351 (calc-edit-macro-repeats): Add local variables.
21352
21353 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21354 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21355 calcFunc-tanh.
21356 Adjust integration rule for calcFunc-tan.
21357
21358 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21359
21360 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21361 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21362 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21363 (viper-skip-separators): Bug fix.
21364 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21365 particular major mode.
21366 (viper-del-backward-char-in-replace): Don't put deleted char on the
21367 kill ring.
21368
21369 * viper-ex.el (viper-color-display-p): New function.
21370 (viper-has-face-support-p): Use viper-color-display-p.
21371
21372 * viper-keym.el (viper-gnus-modifier-map): New keymap.
21373
21374 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21375
21376 * viper-util.el (viper-glob-unix-files): Fix shell status check.
21377 (viper-file-remote-p): Make equivalent to file-remote-p.
21378
21379 * viper.el (viper-major-mode-modifier-list):
21380 Use viper-gnus-modifier-map.
21381
21382 2005-02-19 David Kastrup <dak@gnu.org>
21383
21384 * subr.el (subregexp-context-p): Fix garbled doc string by adding
21385 quoting.
21386
21387 2005-02-19 Jay Belanger <belanger@truman.edu>
21388
21389 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21390 Remove extra definitions.
21391 (calc-coth): New function.
21392 (calcFunc-cot): Fix `let'.
21393
21394 2005-02-19 Eli Zaretskii <eliz@gnu.org>
21395
21396 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21397 the reasons we use "type pc" in these faces.
21398
21399 * button.el (button): Ditto.
21400
21401 2005-02-19 Michael Mauger <mmaug@yahoo.com>
21402
21403 * replace.el (query-replace-read-from): Set the value of
21404 query-replace-from-history-variable to handle the case of an empty
21405 string entered to accept the suggested default.
21406
21407 * net/tramp.el (tramp-file-name-for-operation):
21408 Use dired-call-process instead of dired-call-process-command.
21409
21410 2005-02-19 Jay Belanger <belanger@truman.edu>
21411
21412 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21413 (math-div-non-trig): New variables.
21414 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21415 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21416 (math-combine-prod, math-div-symb-fancy): Add simplifications for
21417 trig expressions.
21418
21419 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
21420
21421 * progmodes/gdb-ui.el (gdb-var-update-handler)
21422 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21423 for watch expressions,
21424 (gdb-var-create-handler): Don't set speedbar-update-flag.
21425 (gdb-post-prompt): Simplify test for speedbar.
21426
21427 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
21428
21429 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21430 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21431 we use the syntax table of the correct buffer.
21432 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21433 Felix Gatzemeier.
21434
21435 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21436 (ediff-file-remote-p): Make synonymous with file-remote-p.
21437 In all deffaces ediff-*-face-*, use min-colors.
21438
21439 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21440 ediff-recurse-to-subdirectories.
21441 (ediff-mark-if-equal): Check that the arguments are strings, use
21442 ediff-same-contents (after to Felix Gatzemeier).
21443
21444 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21445 nil.
21446
21447 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
21448
21449 * log-view.el (log-view-message-re): Fix up Subversion regexp.
21450
21451 2005-02-18 David Kastrup <dak@gnu.org>
21452
21453 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21454 use `mark-active' when defined.
21455
21456 2005-02-18 Kenichi Handa <handa@m17n.org>
21457
21458 * ps-print.el (ps-font-info-database): New entry
21459 ZapfChancery-MediumItalic with correct font name. Fix font name
21460 of the entry Zapf-Chancery-MediumItalic.
21461
21462 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
21463
21464 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21465
21466 2005-02-16 Kim F. Storm <storm@cua.dk>
21467
21468 * ido.el (ido-fallback-command): Pass user input to fallback command.
21469
21470 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
21471
21472 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21473 (gdb-find-file-hook): Add server prefix.
21474
21475 2005-02-16 Richard M. Stallman <rms@gnu.org>
21476
21477 * replace.el (perform-replace): Pass new args to replace-highlight.
21478 (replace-highlight): Take region args,
21479 and pass them to isearch-lazy-highlight-new-loop.
21480
21481 * novice.el (disabled-command-hook): Autoload the defalias
21482 and the make-obsolete-variable call.
21483
21484 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21485
21486 * isearch.el (isearch-lazy-highlight-start-limit)
21487 (isearch-lazy-highlight-end-limit): New variables limit
21488 the region for highlighting.
21489 (isearch-lazy-highlight-new-loop): New args BEG and END.
21490 (isearch-lazy-highlight-search): Use the new vars.
21491 (isearch-lazy-highlight-update): Likewise.
21492
21493 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21494
21495 * cus-start.el (all): Use default-boundp.
21496
21497 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
21498
21499 * menu-bar.el (menu-bar-select-frame): Handle current frame.
21500
21501 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
21502
21503 * autorevert.el (auto-revert-stop-on-user-input)
21504 (auto-revert-verbose): Doc fixes.
21505
21506 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
21507
21508 * international/mule-cmds.el (set-locale-environment): Remove call
21509 to set-selection-coding-system on Windows.
21510
21511 2005-02-15 Jay Belanger <belanger@truman.edu>
21512
21513 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21514 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21515 calcFunc-coth.
21516 (math-simplify-sqrt): Add simplifications.
21517
21518 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21519 to list.
21520
21521 * calc/calc-ext.el: Add functions to autoloads.
21522
21523 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21524 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21525 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21526 (math-csc-raw, math-cot-raw): New functions.
21527
21528 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21529
21530 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21531 the variable name in a message.
21532
21533 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21534 calcFunc-csc, calcFunc-cot.
21535
21536 * calc/calcalg2.el: Add derivative and integration rules for
21537 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21538 calcFunc-csch, calcFunc-coth.
21539 (math-do-integral-methods): Add to checks for when to use
21540 substitutions.
21541
21542 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21543
21544 2005-02-15 Lute Kamstra <lute@gnu.org>
21545
21546 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21547 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
21548 <monnier@iro.umontreal.ca>
21549 (lisp-outline-level): Improve efficiency. Suggested by David
21550 Kastrup <dak@gnu.org>.
21551
21552 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
21553
21554 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21555 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21556 (gdb-set-gud-minor-mode-existing-buffers): New functions.
21557 (gdb-find-file-hook): New hook. Add it to find-file-hook.
21558 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21559
21560 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
21561
21562 * cus-start.el (all): Comment change.
21563
21564 2005-02-14 Lute Kamstra <lute@gnu.org>
21565
21566 * cus-start.el (all): Check if symbol is void.
21567
21568 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
21569
21570 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21571 optional argument to \cite.
21572
21573 2005-02-14 Richard M. Stallman <rms@gnu.org>
21574
21575 * cus-edit.el (custom-buffer-create-internal): Update help message.
21576 (custom-magic-alist): Update help messages.
21577
21578 * cus-start.el (all): Allow a var to specify a standard value.
21579
21580 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
21581
21582 * custom.el (custom-theme-set-variables): Handle variable aliases.
21583
21584 * frame.el (blink-cursor-timer): Doc fix.
21585 (blink-cursor): Make it an alias for `blink-cursor-mode' and
21586 declare obsolete.
21587 (blink-cursor-mode): Define with defcustom and use correct
21588 standard expression in that defcustom.
21589 * startup.el (command-line): Adapt to above changes in frame.el.
21590
21591 2005-02-11 Lute Kamstra <lute@gnu.org>
21592
21593 * apropos.el (apropos-score-doc): Prevent division by zero.
21594
21595 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
21596
21597 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21598 (icalendar--get-event-property-attributes)
21599 (icalendar--get-event-properties)
21600 (icalendar--datetime-to-diary-date): New functions.
21601 (icalendar--split-value): Doc fix.
21602 (icalendar--datetime-to-noneuropean-date)
21603 (icalendar--datetime-to-european-date): New optional argument
21604 SEPARATOR. Return result as a string instead of a list.
21605 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21606 (icalendar--convert-string-for-export): Rename arg S to STRING.
21607 (icalendar-export-region): Doc fix. Change name of error buffer.
21608 Save output buffer.
21609 (icalendar-import-file): Add blank at end of prompt.
21610 (icalendar-import-buffer): Doc fix. Do not switch to error
21611 buffer. Indicate status in return value.
21612 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
21613 buffer. Save output buffer. Handle exception from recurrence
21614 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
21615 events. Fix problems with weekly all-day events.
21616
21617 2005-02-10 Richard M. Stallman <rms@gnu.org>
21618
21619 * simple.el (eval-expression-print-format):
21620 Avoid warning about edebug-active.
21621
21622 * help.el (help-for-help-internal): Rename from help-for-help.
21623 (help-for-help): Define with defalias.
21624
21625 * font-core.el (font-lock-default-function): Use with-no-warnings.
21626
21627 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21628
21629 * custom.el (defface): Doc fix.
21630
21631 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
21632
21633 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21634 width 0" to prevent word wrapping problems.
21635
21636 2005-02-09 Kim F. Storm <storm@cua.dk>
21637
21638 * ido.el (ido-file-extensions-order): New defcustom.
21639 (ido-file-extension-lessp, ido-file-extension-aux)
21640 (ido-file-extension-order): New advanced file ordering.
21641 (ido-file-lessp): New simple file ordering.
21642 (ido-sort-list): Remove.
21643 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21644 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21645
21646 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
21647
21648 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21649 that some versions of grep produce.
21650 (grep-mode-font-lock-keywords): Likewise.
21651
21652 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
21653
21654 * progmodes/gdb-ui.el (gdb-location-list): New variable.
21655 (gdb-cdir): Delete.
21656 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21657 (gdb-source-info): Treat case when source file is in another
21658 directory properly.
21659 (gdb-get-location): New function.
21660
21661 2005-02-07 Jay Belanger <belanger@truman.edu>
21662
21663 * calc/calc-prog.el (calc-write-parse-table-part)
21664 (calc-fix-token-name): Fix a check for language type.
21665
21666 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21667
21668 2005-02-07 Andre Spiegel <spiegel@gnu.org>
21669
21670 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21671 as directory not writable.
21672
21673 2005-02-07 Kim F. Storm <storm@cua.dk>
21674
21675 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21676 (cua--standard-movement-commands): Remove list.
21677 Instead, set CUA property value to move for movement commands.
21678 (cua-movement-commands): Remove. Users must set CUA prop instead.
21679 (cua--pre-command-handler): Check CUA property.
21680 (cua--init-keymaps): Don't remap undo commands.
21681 (cua-mode): Don't call cua--rectangle-on-off.
21682
21683 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21684 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21685 (cua--rect-undo-set-point): New var.
21686 (cua--rectangle-undo-boundary): Setup undo apply entry.
21687 (cua--rect-undo-handler): New function for rectangle undo.
21688 (cua--rect-start-position, cua--rect-end-position): Add.
21689 (cua--rectangle-post-command): Call cua--rectangle-set-corners
21690 for restored rectangle. Set point if cua--rect-undo-set-point.
21691
21692 2005-02-06 Jay Belanger <belanger@truman.edu>
21693
21694 * calc/calc-lang.el (calc-tex-language): Display more information
21695 in messages.
21696
21697 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21698 in TeX mode.
21699
21700 2005-02-06 Richard M. Stallman <rms@gnu.org>
21701
21702 * emacs-lisp/lisp.el (buffer-end): Doc fix.
21703
21704 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
21705
21706 * net/ldap.el (ldap-search-internal): Support attributes with
21707 optional descriptions separated by a semi-colon, as in
21708 "userCertificate;binary".
21709
21710 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21711
21712 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21713 isn't a cons (i.e. the version is 0).
21714
21715 2005-02-05 Eli Zaretskii <eliz@gnu.org>
21716
21717 * help.el (help-for-help): Doc fix.
21718
21719 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
21720
21721 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
21722 GDB-Windows on the menu-bar as this works better.
21723
21724 2005-02-04 Jay Belanger <belanger@truman.edu>
21725
21726 * calc/calc-embed.el (calc-embedded-update): Don't put in
21727 unnecessary newlines. Adjust the end of formula marker.
21728
21729 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21730 (math-latex-parse-two-args): New function.
21731
21732 2005-02-03 Lute Kamstra <lute@gnu.org>
21733
21734 * help-fns.el (help-with-tutorial): Make sure that users cannot
21735 remove the entire text of the tutorial by means of `undo'.
21736
21737 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
21738
21739 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21740 in recent changes, where the ispell process was repeatedly
21741 killed & restarted.
21742
21743 * international/mule-cmds.el (set-locale-environment): Set file-name
21744 coding system to utf-8 on Darwin systems.
21745 (set-default-coding-systems): Don't set default-file-name-coding-system
21746 on Darwin systems.
21747
21748 2005-02-03 Richard M. Stallman <rms@gnu.org>
21749
21750 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21751
21752 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
21753
21754 * faces.el (list-faces-display): Add optional argument.
21755
21756 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
21757
21758 * font-core.el (font-lock-default-function): Handle the rare case where
21759 only font-lock-keywords is set.
21760
21761 2005-02-02 Kenichi Handa <handa@m17n.org>
21762
21763 * international/characters.el: Cancel previous change for
21764 I-WITH-DOT-ABOVE and DOTLESS-i.
21765
21766 * international/latin-5.el: Cancel previous change.
21767
21768 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21769
21770 * progmodes/gud.el: Correction to syntax in gud-menu-map.
21771
21772 2005-02-02 Kenichi Handa <handa@m17n.org>
21773
21774 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21775 DOTLESS-i.
21776
21777 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21778 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21779
21780 * case-table.el (get-upcase-table): New function.
21781 (copy-case-table): Copy upcaes table too if non-nil.
21782 (set-case-syntax-delims): Maintain upcase table too.
21783 (set-case-syntax-pair): Likewise.
21784 (set-upcase-syntax, set-downcase-syntax): New functions.
21785 (set-case-syntax): Maintain upcase table too.
21786
21787 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
21788
21789 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21790
21791 * progmodes/gud.el (gud-goto-info): New function.
21792 (gud-tool-bar-map): Use correct icon.
21793
21794 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21795
21796 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21797 When delegating, order args in the funcall correctly.
21798
21799 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
21800
21801 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21802
21803 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
21804
21805 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21806 buffer not visiting a file.
21807
21808 2005-01-31 Jay Belanger <belanger@truman.edu>
21809
21810 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21811 bound on the line with the formula.
21812
21813 2005-01-31 Kim F. Storm <storm@cua.dk>
21814
21815 * ses.el (ses-create-cell-variable-range)
21816 (ses-destroy-cell-variable-range, ses-reset-header-string)
21817 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21818 (ses-insert-row): Fix format of apply undo entries.
21819
21820 2005-01-31 Jay Belanger <belanger@truman.edu>
21821
21822 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21823 parts.
21824
21825 * calc/calc-embed.el (calc-embedded-open-formula)
21826 (calc-embedded-close-formula): Ignore matrix environments.
21827
21828 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21829 TeX mode.
21830
21831 * calc/calc-lang.el (math-function-table, math-oper-table)
21832 (math-variable-table): Adjust the LaTeX portions.
21833
21834 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21835 (math-latex-ignore-words): New constant.
21836
21837 2005-01-31 Richard M. Stallman <rms@gnu.org>
21838
21839 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21840 (ispell-local-dictionary): Doc fix.
21841 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21842 Don't reinitialize at run time. Don't defcustom.
21843 All uses changed to append ispell-local-dictionary-alist,
21844 or check it first.
21845 (ispell-current-dictionary): New variable for dictionary in use.
21846 (ispell-dictionary): Now used only for global default.
21847 (ispell-start-process): Set ispell-current-dictionary,
21848 not ispell-dictionary.
21849 (ispell-change-dictionary): Use this only for setting
21850 user preferences.
21851 (ispell-internal-change-dictionary): New function
21852 to change the current dictionary in use.
21853 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21854 Use ispell-current-dictionary.
21855 Handle ispell-local-dictionary-overridden.
21856 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21857
21858 2005-01-31 Jay Belanger <belanger@truman.edu>
21859
21860 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21861
21862 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21863 (calc-mode-map): Add calc-latex-language.
21864
21865 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21866 (math-latex-print-frac): New functions.
21867 (math-oper-table, math-function-table, math-variable-table)
21868 (math-complex-format, math-input-filter): Add latex properties.
21869 (calc-set-language): Set math-expr-special-function-mapping.
21870
21871 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21872 (calc-write-parse-table-part): Add LaTeX support.
21873
21874 * calc/calc.el (calc-language): Adjust docstring.
21875 (calc-set-mode-line): Add LaTeX support.
21876 (math-expr-special-function-mapping): New variable.
21877 (math-tex-ignore-words): Add to list.
21878
21879 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21880 Add LaTeX support.
21881 (math-compose-expr): Add support for special functions.
21882
21883 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21884
21885 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21886
21887 * progmodes/gdb-ui.el (gdb-memory-address)
21888 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21889 (gdb-memory-mode-map, gdb-memory-format-keymap)
21890 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21891 (gdb-memory-unit-menu): New variables for a buffer
21892 that lets the user examine program memory.
21893 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21894 (gdb-memory-format-binary, gdb-memory-format-octal)
21895 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21896 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21897 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21898 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21899 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21900 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21901 (gdb-memory-mode, gdb-memory-buffer-name)
21902 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21903 New functions for above buffer.
21904
21905 2005-01-30 Richard M. Stallman <rms@gnu.org>
21906
21907 * cus-edit.el (custom-bury-buffer): Function deleted.
21908 (custom-buffer-done-function): Option deleted.
21909 (custom-buffer-done-kill): New replacement option.
21910 (Custom-buffer-done): Call quit-window.
21911 (custom-buffer-create-internal): Update for above changes.
21912
21913 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21914
21915 * simple.el (undo-ask-before-discard): New var.
21916 (undo-outer-limit-truncate): Implement it.
21917 (undo-extra-outer-limit): Doc update.
21918
21919 2005-01-29 Richard M. Stallman <rms@gnu.org>
21920
21921 * ses.el (undo-more): Delete defadvice.
21922 (ses-begin-change): Doc fix.
21923
21924 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21925 instead of rebinding C-x u and C-_.
21926
21927 * files.el (normal-backup-enable-predicate): Return nil for files
21928 in /tmp, regardless of temporary-file-directory.
21929
21930 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21931
21932 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21933 (open-rectangle, delete-whitespace-rectangle-line)
21934 (clear-rectangle-line): If FILL, pass t instead of FILL
21935 for move-to-column's 2nd arg.
21936
21937 * simple.el (undo): Fix the test for continuing a series of undos.
21938 (undo-more): Set pending-undo-list to t when we reach end.
21939 (pending-undo-list): Move up defvar.
21940
21941 * wid-edit.el (widget-button-click):
21942 Shorten the range of the track-mouse binding.
21943
21944 * comint.el (comint-insert-input): Undo previous changes;
21945 use last-input-event in interactive spec.
21946
21947 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21948
21949 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21950 to nil before invoking call-process. Reset buffer's modified flag
21951 after fontifying it in the no-async branch.
21952
21953 * wid-edit.el (widget-specify-button): If mouse pointer shape
21954 cannot be changed, use mouse face instead.
21955
21956 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21957
21958 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21959 (gdb-goto-breakpoint): Make breakpoint handling work on template
21960 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21961 (gdb-assembler-custom): Update to recognize breakpoint information
21962 added on 2005-01-19.
21963
21964 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21967 (dsssl-mode): Use define-derived-mode.
21968 (scheme-mode-initialize): Remove.
21969 (scheme-mode): Use run-mode-hooks.
21970
21971 * cus-edit.el (customize-group-other-window)
21972 (custom-buffer-create-other-window): Don't override special-display-*.
21973 (custom-mode-map): Make it dense.
21974
21975 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21976 sets the default value.
21977
21978 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21979
21980 * descr-text.el: Add more keywords.
21981
21982 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21983
21984 * speedbar.el: Avoid unnecessary use of locate-library.
21985
21986 * international/mule-cmds.el (standard-display-european-internal):
21987 Don't fiddle with latin-1 non-break space any more since it's now
21988 special cased in the C code.
21989 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21990
21991 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21992
21993 * cus-start.el (all): Add `undo-outer-limit'.
21994
21995 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21996
21997 * textmodes/bibtex.el (bibtex-format-entry):
21998 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21999 field lines.
22000 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22001 not on part of a buffer.
22002
22003 2005-01-25 Lute Kamstra <lute@gnu.org>
22004
22005 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22006 nonempty field text strings like "{letters\\macro{}more letters}".
22007 Clarify docstring.
22008 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22009 (bibtex-entry-offset, bibtex-parse-association)
22010 (bibtex-parse-field-name): Fix typos in docstrings.
22011 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22012
22013 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
22014
22015 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22016 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22017 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22018 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22019
22020 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22021 isearch minor mode.
22022
22023 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
22024
22025 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22026
22027 2005-01-24 Lute Kamstra <lute@gnu.org>
22028
22029 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22030 CASECHARS and NOT-CASECHARS regular expressions of the
22031 "nederlands" and "nederlands8" dictionaries to prevent a "Range
22032 striding over charsets" error.
22033
22034 2005-01-24 Jay Belanger <belanger@truman.edu>
22035
22036 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22037 display variable name.
22038
22039 2005-01-24 Kenichi Handa <handa@m17n.org>
22040
22041 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22042 Fix setting of the element of encoded-kbd-iso2022-invocations.
22043
22044 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
22045
22046 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22047 (gdb-threads-select): Change to also accept mouse events.
22048 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22049 (gdb-threads-mouse-select): Delete.
22050
22051 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
22052
22053 * files.el (insert-directory): Take care of empty directory,
22054 listed without -a switch.
22055
22056 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
22057
22058 * textmodes/refill.el (refill-post-command-function):
22059 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22060 to the list of functions that we should be careful not to undo.
22061 (refill-late-fill-paragraph-function): Remove.
22062 (refill-saved-state): New var.
22063 (refill-mode): Use it to save fill-paragraph-function.
22064 Save also the value of auto-fill-function.
22065
22066 * term/w32-win.el: Simplify code.
22067
22068 2005-01-23 Kim F. Storm <storm@cua.dk>
22069
22070 * simple.el (line-move): Adapt to new return value from
22071 pos-visible-in-window-p.
22072
22073 * simple.el (line-move): Fix last change. Check partial
22074 visibility at point rather than at window-start.
22075
22076 2005-01-22 Jason Rumney <jasonr@gnu.org>
22077
22078 * term/w32-win.el (xw-defined-colors): Remove debug-message.
22079
22080 2005-01-22 David Kastrup <dak@gnu.org>
22081
22082 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22083
22084 2005-01-22 Eli Zaretskii <eliz@gnu.org>
22085
22086 * type-break.el (type-break-mode): Add a test for
22087 type-break-file-name being non-nil.
22088
22089 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
22090
22091 * net/eudc.el (top level): Call (message "") via progn, so that
22092 eudc-options-file is loaded.
22093
22094 2005-01-22 Kim F. Storm <storm@cua.dk>
22095
22096 * simple.el (line-move-1): Rename from line-move.
22097 (line-move): New function that adjusts vscroll for partially
22098 visible rows, and calls line-move-1 otherwise.
22099
22100 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
22101
22102 * pcomplete.el: Define pcomplete-read-event instead of read-event,
22103 since it's not a complete read-event implementation
22104
22105 2005-01-20 Jay Belanger <belanger@truman.edu>
22106
22107 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22108 for called function.
22109
22110 2005-01-20 Steven Tamm <steventamm@mac.com>
22111
22112 * term/mac-win.el (process-connection-type): Remove.
22113 Controlled now by s/darwin.h:PTY_ITERATION.
22114
22115 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22116
22117 * window.el (handle-select-window): Don't switch window when we're
22118 in the minibuffer.
22119
22120 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
22121
22122 * subr.el (dotimes-with-progress-reporter): New macro.
22123
22124 * ses.el (ses-dotimes-msg): Remove macro.
22125 Use `dotimes-with-progress-reporter' instead.
22126
22127 2005-01-19 Steven Tamm <steventamm@mac.com>
22128
22129 * term/mac-win.el (process-connection-type): Use new
22130 operating-system-release variable to use ptys on Darwin 7 (OS X
22131 10.3) when using carbon build.
22132
22133 2005-01-19 Jay Belanger <belanger@truman.edu>
22134
22135 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22136 flags if the last command was a tab or M-tab.
22137
22138 * calc/calc-prog.el (calc-user-define-edit): Put original formula
22139 in formula editing buffer.
22140
22141 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22142
22143 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22144 breakpoint image symbol in margin.
22145
22146 2005-01-19 Jay Belanger <belanger@truman.edu>
22147
22148 * calc/calc-prog.el (calc-execute-kbd-macro):
22149 Ignore calc-keep-arg-flag.
22150
22151 2005-01-19 Kenichi Handa <handa@m17n.org>
22152
22153 * textmodes/ispell.el (ispell-looking-at): New function.
22154 (ispell-process-line): Use ispell-looking-at to compare the ispell
22155 output and the buffer contents.
22156
22157 2005-01-18 Jay Belanger <belanger@truman.edu>
22158
22159 * calc/calc.el (calc-display-raw): Fix docstring.
22160
22161 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
22162
22163 * simple.el (blink-matching-open): Strip extra info from syntax.
22164
22165 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22166 funny chars in the end-of-here-doc marker.
22167
22168 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
22169
22170 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22171 that enable/disabled state of breakpoints is shown correctly in
22172 fringe and on ttys.
22173 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22174 Add breakpoint information as text properties.
22175 (gdb-mouse-toggle-breakpoint):
22176 Rename to gdb-mouse-set-clear-breakpoint.
22177 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
22178 breakpoints in the margin.
22179 (gdb-remove-strings): Simplify.
22180
22181 2005-01-17 Jay Belanger <belanger@truman.edu>
22182
22183 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22184 erasing buffer.
22185
22186 2005-01-17 Richard M. Stallman <rms@gnu.org>
22187
22188 * progmodes/grep.el (grep-find): Copy from `grep' the condition
22189 for calling grep-compute-defaults.
22190
22191 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22192 if buffer is empty.
22193
22194 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22195
22196 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
22197
22198 * hilit-chg.el (highlight-changes-mode): Don't autoload.
22199
22200 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22201 non-preloaded variables.
22202
22203 2005-01-17 Steven Tamm <steventamm@mac.com>
22204
22205 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22206 tex-shell cause to force interactivity when using pipes.
22207
22208 2005-01-17 Kim F. Storm <storm@cua.dk>
22209
22210 * simple.el (just-one-space): Make arg optional.
22211
22212 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
22213
22214 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22215 posn-at-x-y to t to access left-margin.
22216
22217 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
22218
22219 Sync with Tramp 2.0.47.
22220
22221 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22222 catching keep-date problems in cp/scp operations.
22223 (tramp-handle-copy-file): Don't call `set-file-modes'
22224 unconditionally. Specialized functions should know better what is
22225 necessary. This improves performance a little bit, and the
22226 functions could catch errors with `cp -p' and `scp -p'.
22227 (tramp-do-copy-or-rename-file-via-buffer)
22228 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22229 when appropriate.
22230 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22231 Call `set-file-modes' when appropriate.
22232 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
22233 Johnsson <isak@hypergene.com>
22234 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22235 of both Tramp buffer and debug buffer. Reported by Joakim Verona
22236 <joakim@verona.se>
22237 (tramp-file-name-for-operation): Mark `shell-command' as magic for
22238 Emacs only.
22239
22240 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
22241 `find-file-hooks' and `dired-mode-hook'.
22242 (tramp-minor-mode-map): Respective map. Add remapping for
22243 `compile' and `recompile'.
22244 (tramp-remap-command, tramp-recompile): New defuns.
22245 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22246 in buffer "*Compilation*". Call the commands asynchronously.
22247
22248 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22249 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22250 `shell-command', because it isn't magic in XEmacs. Reported by
22251 Adrian Aichner <adrian@xemacs.org>.
22252
22253 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22254 `substitute-in-file-name.
22255 (tramp-smb-handle-substitute-in-file-name): New defun.
22256 (tramp-smb-advice-PC-do-completion): Delete advice.
22257
22258 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
22259
22260 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22261 Fix error in deleting region.
22262
22263 2005-01-15 Richard M. Stallman <rms@gnu.org>
22264
22265 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22266 In non-temp buffer, switch syntax table temporarily.
22267
22268 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22269
22270 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22271
22272 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22273
22274 * imenu.el (imenu--split-menu): Copy menulist before sorting.
22275 (imenu--generic-function): Use START, not BEG, as pos of definition.
22276
22277 * simple.el (just-one-space): Argument specifies number of spaces.
22278
22279 * simple.el (eval-expression-print-format): Avoid warning
22280 about edebug-active.
22281
22282 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
22283
22284 * progmodes/sh-script.el: Code copied from make-mode.el
22285 with small changes,
22286 (sh-mode-map): Bind C-c C-\.
22287 (sh-backslash-column, sh-backslash-align): New variables.
22288 (sh-backslash-region, sh-append-backslash): New functions.
22289
22290 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
22291
22292 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22293 (rmail-pop-password, rmail-pop-password-required): Move to
22294 rmail-obsolete group.
22295 (rmail-set-pop-password): Rename to rmail-set-remote-password.
22296 All callers updated.
22297 (rmail-get-pop-password): Rename to rmail-get-remote-password.
22298 Take an argument specifying whether it is POP or IMAP mailbox we
22299 are using. All callers updated.
22300 (rmail-pop-password-error): Rename to
22301 rmail-remote-password-error. Added mailutils-specific error message.
22302 (rmail-movemail-search-path)
22303 (rmail-movemail-variant-in-use): New variables.
22304 (rmail-remote-password, rmail-remote-password-required):
22305 New customization variables.
22306 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22307 (rmail-parse-url): New function.
22308 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22309 with GNU mailutils movemail.
22310
22311 2005-01-15 Kevin Ryde <user42@zip.com.au>
22312
22313 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22314 suffix to space, $ or '$, to correctly position point when going
22315 to @table style constants like DBL_MAX.
22316
22317 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
22318
22319 * type-break.el (type-break-mode, type-break-file-time)
22320 (type-break-file-keystroke-count, type-break-choose-file):
22321 Don't store data in or load data from the file if type-break-file-name
22322 is nil.
22323 (type-break-file-name): Doc update as per the above.
22324
22325 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
22326
22327 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22328 lookup-key might return nil; handle that.
22329
22330 2005-01-15 Alan Mackenzie <acm@muc.de>
22331
22332 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22333 rather than the element found, thus enabling the tree to be setcar'd.
22334
22335 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22336
22337 * textmodes/org.el (org-show-following-heading): New option.
22338 (org-show-hierarchy-above): Use `org-show-following-heading'.
22339 (org-cycle): Documentation fix.
22340
22341 * textmodes/org.el (orgtbl-optimized): New option
22342 (orgtbl-mode): New command, a minor mode.
22343 (orgtbl-mode-map): New variable.
22344 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22345 (orgtbl-error, orgtbl-self-insert-command)
22346 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22347
22348 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22349 a local variable in each org-mode buffer.
22350
22351 * textmodes/org.el (org-set-regexps-and-options): Rename from
22352 `org-set-regexps'. Added checking for STARTUP keyword.
22353 (org-get-current-options): Add STARTUP options.
22354 (org-table-insert-row): Make mode intelligent about when
22355 realignment is needed.
22356 (org-self-insert-command, org-delete-backward-char, org-delete-char):
22357 New commands.
22358 (org-enable-table-editor): New default value `optimized'.
22359 (org-table-blank-field): Support blanking regions if active.
22360
22361 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
22362
22363 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22364 if the year is not given.
22365
22366 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22367 Add new escapes %m and %M, fixed bug with %F by adding
22368 save-match-data.
22369 (reftex-reference): Remove ?. from list of spaces.
22370 (reftex-label-info): Add automatic label prefix recognition.
22371
22372 * textmodes/reftex-index.el (reftex-index-next-phrase):
22373 Add slave parameter to call of `reftex-index-this-phrase'.
22374 (reftex-index-this-phrase): New optional argument.
22375 (reftex-index-region-phrases): Add slave parameter to call of
22376 `reftex-index-this-phrase'.
22377 (reftex-display-index): New argument redo.
22378 (reftex-index-rescan): Add `redo' to arguments of
22379 `reftex-display-index'.
22380 (reftex-index-Rescan, reftex-index-revert)
22381 (reftex-index-switch-index-tag): Add `redo' to arguments of
22382 `reftex-display-index'.
22383 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22384 indexing. Fix bug with matching is there is a quote before or
22385 after the word.
22386
22387 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22388 Fix bug when collecting citation keys in lines with comments.
22389 (reftex-citation): Prefix argument no longer rescans the document,
22390 but forces prompting for optional arguments of cite macros.
22391 (reftex-do-citation): Prompting for optional arguments implemented.
22392
22393 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22394 Add optional arguments to most cite commands.
22395 (reftex-cite-cleanup-optional-args): New option
22396 (reftex-cite-prompt-optional-args): New option.
22397 (reftex-trust-label-prefix): New option.
22398
22399 * textmodes/reftex-toc.el (reftex-toc-find-section):
22400 Add push-mark before changing the position in the buffer.
22401
22402 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22403 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22404
22405 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
22406
22407 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22408 more carefully.
22409
22410 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
22411
22412 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22413 (sgml-mode): Use it.
22414 (sgml-get-context): Better keep track of implicitly closed tags.
22415
22416 2005-01-13 Kenichi Handa <handa@m17n.org>
22417
22418 * textmodes/ispell.el: These changes are to fix misalignment error
22419 caused by equivalent characters of different Emacs charsets.
22420 (ispell-unified-chars-table): New variable.
22421 (ispell-get-decoded-string): New function.
22422 (ispell-get-casechars, ispell-get-not-casechars)
22423 (ispell-get-otherchars): Call ispell-get-decoded-string.
22424
22425 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
22426
22427 * custom.el (custom-declare-variable): Just put symbol instead
22428 of (defvar . symbol) in `current-load-list'.
22429
22430 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
22431
22432 * emacs-lisp/elint.el: Fixed typo in Commentary section.
22433
22434 2005-01-12 Jay Belanger <belanger@truman.edu>
22435
22436 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22437 to create a Calc summary.
22438
22439 2005-01-12 Kim F. Storm <storm@cua.dk>
22440
22441 * mouse.el (mouse-on-link-p): Change functionality and doc
22442 string to comply with latest description in lisp ref.
22443
22444 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
22445
22446 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22447 Enable mouse clicks on mode-line, header-line and margin.
22448 (event-type): Give mouse event symbols an `event-kind' property
22449 with value `mouse-click'.
22450
22451 2005-01-12 Juri Linkov <juri@jurta.org>
22452
22453 * facemenu.el (list-colors-display): Add new arg buffer-name.
22454 Use it. Fix docstring. Replace code for identifying duplicate
22455 colors by the name with call to `list-colors-duplicates' which
22456 identifies duplicate colors by the value unless the color
22457 is one of special Windows colors. Set truncate-lines to t.
22458 Print sorted duplicate color names on each line. Indent to 22
22459 \(the longest color name in rgb.txt) instead of 20. Optimize.
22460 (list-colors-duplicates): New function.
22461 (facemenu-color-name-equal): Delete function.
22462
22463 * facemenu.el (list-colors-print): New function created from code
22464 in list-colors-display. Print #RRGGBB at the window right edge.
22465 (list-colors-display): When temp-buffer-show-function is not
22466 defined, call list-colors-print from temp-buffer-show-hook
22467 to get the right value of window-width in list-colors-print
22468 after the buffer is displayed.
22469
22470 * simple.el (pop-mark): Move deactivate-mark out of conditional
22471 part to deactivate the active mark regardless of the state of the
22472 mark ring.
22473
22474 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22475 variables line in desktop files.
22476
22477 2005-01-12 Juri Linkov <juri@jurta.org>
22478
22479 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22480 Bring together isearch highlight related options.
22481 (lazy-highlight): Replace group `replace' by `matching'.
22482 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22483 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22484 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22485 and declare them obsolete.
22486 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22487 (isearch-faces): Remove defgroup.
22488 (isearch-overlay, isearch-highlight, isearch-dehighlight):
22489 Move isearch highlighting code closer to lazy highlighting code.
22490
22491 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22492 (query-replace-highlight, query-replace-lazy-highlight)
22493 (query-replace): Move definitions to the beginning of the file.
22494
22495 2005-01-11 Juri Linkov <juri@jurta.org>
22496
22497 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22498 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22499 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22500
22501 * info.el (Info-history-forward): New variable.
22502 (Info-select-node): Reset Info-history-forward to nil.
22503 (Info-last): Turn into defalias.
22504 (Info-history-back): Rename from Info-last.
22505 Add current node to Info-history-forward.
22506 (Info-history-forward): New fun.
22507 (Info-mode-map): Replace Info-last by Info-history-back.
22508 Bind Info-history-forward to "r".
22509 (Info-mode-menu): Replace Info-last by Info-history-back.
22510 Fix menu item text. Add menu item for Info-history-forward.
22511 (info-tool-bar-map): Replace Info-last by Info-history-back.
22512 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
22513 for Info-history-forward.
22514 (Info-mode): Replace Info-last by Info-history-back in docstring.
22515 Add local variable Info-history-forward.
22516 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22517
22518 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
22519
22520 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22521 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22522 Ignore select-window events rather than fiddle with
22523 mouse-autoselect-window.
22524
22525 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
22526
22527 * type-break.el (type-break-mode): Fix previous change.
22528
22529 2005-01-10 Jay Belanger <belanger@truman.edu>
22530
22531 * calc/calc-ext.el (calc-reset): Reset when inside embedded
22532 calculator; only reset when point is inside a calculator.
22533 Don't adjust the window height if the window takes up the whole height
22534 of the frame.
22535
22536 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
22537
22538 * ebuff-menu.el (Electric-buffer-menu-mode):
22539 Preserve value of buffer-local var header-line-format.
22540
22541 2005-01-09 Jay Belanger <belanger@truman.edu>
22542
22543 * calc/calc.el (calc-mode-var-list-restore-saved-values):
22544 Make sure settings file exists before accessing it.
22545
22546 * calc/calc-embed.el (calc-embedded-subst):
22547 Replace math-multi-subst-rec, which is only supposed to be called
22548 by math-multi-subst, by math-multi-subst.
22549
22550 2005-01-09 Andre Spiegel <spiegel@gnu.org>
22551
22552 * vc.el (vc-allow-async-revert): New user option.
22553 (vc-disable-async-diff): New internal variable.
22554 (vc-revert-buffer): Use them to disable asynchronous diff.
22555
22556 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22557 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22558 asynchronously if vc-disable-async-diff is t.
22559
22560 2005-01-09 Jay Belanger <belanger@truman.edu>
22561
22562 * calc/calc.el (defcalcmodevar): New macro.
22563 (calc-mode-var-list-restore-default-values)
22564 (calc-mode-var-list-restore-saved-values): New functions.
22565 (calc-mode-var-list): Use defcalcmodevar to define it.
22566 (calc-always-load-extensions, calc-line-numbering)
22567 (calc-line-breaking, calc-display-just, calc-display-origin)
22568 (calc-number-radix, calc-leading-zeros, calc-group-digits)
22569 (calc-group-char, calc-point-char, calc-frac-format)
22570 (calc-prefer-frac, calc-hms-format, calc-date-format)
22571 (calc-float-format, calc-full-float-format, calc-complex-format)
22572 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22573 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22574 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22575 (calc-matrix-brackets, calc-language, calc-language-option)
22576 (calc-left-label, calc-right-label, calc-word-size)
22577 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22578 (calc-display-raw, calc-internal-prec, calc-angle-mode)
22579 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22580 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22581 (calc-window-height, calc-display-trail, calc-show-selections)
22582 (calc-use-selections, calc-assoc-selections)
22583 (calc-display-working-message, calc-auto-why, calc-timing)
22584 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22585 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22586 (calc-gnuplot-default-device, calc-gnuplot-default-output)
22587 (calc-gnuplot-print-device, calc-gnuplot-print-output)
22588 (calc-gnuplot-geometry, calc-graph-default-resolution)
22589 (calc-graph-default-resolution-3d, calc-invocation-macro)
22590 (calc-show-banner): Use defcalcmodevar to declare them and set
22591 their default values.
22592
22593 * calc/calc-ext.el (calc-reset): Restore saved values of variables
22594 instead of default values (but restore default values if there is
22595 an argument of 0).
22596
22597 2005-01-09 David Kastrup <dak@gnu.org>
22598
22599 * desktop.el (desktop-restore-eager): Fix typo in type.
22600
22601 2005-01-08 Richard M. Stallman <rms@gnu.org>
22602
22603 * cus-edit.el (customize): Delete :link.
22604
22605 2005-01-08 Jay Belanger <belanger@truman.edu>
22606
22607 * calc/calc.el (calc-mode): Remove the extension from the
22608 `calc-settings-file' file name when loading it.
22609
22610 2005-01-08 Kim F. Storm <storm@cua.dk>
22611
22612 * info.el (Info-mode-map, Info-next-link-keymap)
22613 (Info-prev-link-keymap, Info-up-link-keymap):
22614 Map follow-link to mouse-face.
22615 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22616
22617 2005-01-08 Jay Belanger <belanger@truman.edu>
22618
22619 * calc/calc.el (calc-settings-file): Change default value.
22620 Suggested by cgw in a comment in calc-mode.el.
22621
22622 * calc/calc-mode.el (calc-settings-file-name):
22623 Compare calc-settings-file to user-init-file instead of ~/.emacs.
22624 Replace ~/.emacs in a prompt by calc-settings-file.
22625
22626 2005-01-07 Lars Hansen <larsh@math.ku.dk>
22627
22628 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22629 (desktop-lazy-idle-delay): New customizable variables.
22630 (desktop-buffer-args-list): New variable.
22631 (desktop-append-buffer-args): New function.
22632 (desktop-save): Call desktop-append-buffer-args for some buffers.
22633 (desktop-lazy-create-buffer): New function.
22634 (desktop-idle-create-buffers): New function.
22635 (desktop-read): Add message about buffers to restore lazily.
22636 (desktop-lazy-abort): New command.
22637 (desktop-clear): Call desktop-lazy-abort.
22638 (desktop-lazy-complete): New command.
22639
22640 2005-01-06 Richard M. Stallman <rms@gnu.org>
22641
22642 * emacs-lisp/find-func.el (find-face-definition):
22643 Rename from find-face.
22644
22645 2005-01-06 Kim F. Storm <storm@cua.dk>
22646
22647 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22648
22649 * man.el (Man-xref-man-page, Man-xref-header-file)
22650 (Man-xref-normal-file): Add follow-link property.
22651
22652 2005-01-06 Jay Belanger <belanger@truman.edu>
22653
22654 * calc/calc-units.el: Make sure the proper macro definitions are
22655 available when compiling.
22656
22657 2005-01-06 Juri Linkov <juri@jurta.org>
22658
22659 * isearch.el (isearch-lazy-highlight-update):
22660 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22661
22662 2005-01-06 Miles Bader <miles@gnu.org>
22663
22664 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22665 (isearch-lazy-highlight-face): Use new name.
22666
22667 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
22668
22669 * uniquify.el (uniquify-rationalize-file-buffer-names):
22670 Re-add an interactive spec.
22671 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22672 to the same name.
22673
22674 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22675 (isearch-update, isearch-done): Adjust calls accordingly.
22676
22677 2005-01-05 Richard M. Stallman <rms@gnu.org>
22678
22679 * custom.el (custom-set-variables, custom-theme-set-variables):
22680 Clarify documentation.
22681
22682 * emacs-lisp/find-func.el (find-variable)
22683 (find-variable-other-window, find-variable-other-frame):
22684 Fix the TYPE args to find-function-read and find-function-do-it.
22685 (find-function): Doc fix.
22686 (find-function-at-point): Replace function-at-point alias.
22687
22688 2005-01-04 Richard M. Stallman <rms@gnu.org>
22689
22690 * cus-face.el (custom-declare-face):
22691 Record defface in current-load-list.
22692
22693 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22694
22695 * emacs-lisp/find-func.el: Doc fixes.
22696 (find-face-regexp): New variable.
22697 (find-function-regexp-alist): New variable.
22698 (find-function-C-source): Third arg is now TYPE.
22699 (find-function-search-for-symbol): Handle general TYPE.
22700 (find-function-read, find-function-do-it): Handle general TYPE.
22701 (find-definition-noselect, find-face): New functions.
22702 (function-at-point): Alias deleted.
22703
22704 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
22705
22706 * battery.el (display-battery-mode): Rename from display-battery.
22707 Handle the case where it gets turned off.
22708
22709 2005-01-04 Richard M. Stallman <rms@gnu.org>
22710
22711 * cus-edit.el (customize): Make :link point to user doc.
22712
22713 * man.el (Man-fontify-manpage): Turn off undo generation.
22714
22715 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22716
22717 2005-01-04 Andreas Schwab <schwab@suse.de>
22718
22719 * files.el (insert-directory): Only look for error lines in
22720 inserted text. Don't move too far after processing --dired markers.
22721
22722 2005-01-04 Richard M. Stallman <rms@gnu.org>
22723
22724 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22725 Don't expand if the character is @, period, dash, etc.
22726 (define-mail-abbrev): Quote names that contain problem characters.
22727
22728 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
22729
22730 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22731
22732 2005-01-03 Richard M. Stallman <rms@gnu.org>
22733
22734 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22735 (query-replace-highlight, query-replace-lazy-highlight)
22736 (query-replace): Definitions moved up. Doc fix.
22737
22738 2005-01-03 Richard M. Stallman <rms@gnu.org>
22739
22740 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22741 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22742 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22743 (lazy-highlight-face): Rename from isearch-lazy-...
22744 Change all references to them.
22745
22746 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
22747
22748 * cus-edit.el (custom-file): Doc fix for defcustom.
22749 (custom-file): The function no longer sets the variable
22750 `custom-file' to its return value.
22751
22752 * startup.el (command-line): No longer load `custom-file'.
22753
22754 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
22755
22756 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22757
22758 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22759 Don't confuse module-prefixed identifiers for labels.
22760 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22761
22762 2005-01-02 Richard M. Stallman <rms@gnu.org>
22763
22764 * files.el (basic-save-buffer-1): Fix previous change.
22765
22766 * loadhist.el (file-loadhist-lookup): New function.
22767 (file-provides, file-requires): Use it.
22768
22769 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22770 instead of calculating the right size.
22771
22772 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22773
22774 * vc-svn.el (vc-svn-diff): Stay local if possible.
22775
22776 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
22777
22778 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22779
22780 * files.el (hack-local-variables): Fix last change.
22781
22782 2005-01-02 Jay Belanger <belanger@truman.edu>
22783
22784 * calc/calc-yank.el (calc-edit-top): New variable.
22785 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22786 object. Change header properties.
22787 (calc-edit-finish, calc-edit-finish-stack-object)
22788 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22789 edited object.
22790 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22791 for the beginning of the edited object.
22792 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22793 for the beginning of the edited object.
22794 * calc/calc-prog.el (calc-edit-macro-finish-edit)
22795 (calc-finish-formula-edit, calc-macro-repeats)
22796 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22797 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22798 beginning of the edited object.
22799 (calc-user-define-edit): Change the header for editing macros.
22800 Remove unnecessary variable.
22801
22802 2005-01-01 Jay Belanger <belanger@truman.edu>
22803
22804 * calc/calc-yank.el (calc-edit-mode): Change default header.
22805 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22806 * calc/calc-store.el (calc-edit-variable): Change title to match new
22807 header.
22808 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22809 mode to match new header.
22810 (calc-user-define-edit): Change titles to include names of commands.
22811 (calc-finish-formula-edit): Adjust to handle new header.
22812 (calc-finish-macro-edit): Remove.
22813 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22814 (calc-edit-macro-command, calc-edit-macro-command-type)
22815 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22816 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22817 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22818 (calc-edit-macro-finish-edit): New functions.
22819 (calc-user-define-edit): Use new functions to edit named calc macros.
22820
22821 2005-01-01 Stefan <monnier@iro.umontreal.ca>
22822
22823 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22824
22825 * ses.el (copy-region-as-kill): Deactivate mark.
22826
22827 2005-01-01 Richard M. Stallman <rms@gnu.org>
22828
22829 * replace.el (occur-1): If the output buffer is also an input,
22830 don't kill it, rename it.
22831
22832 * faces.el (set-face-background, set-face-foreground): Doc fix.
22833
22834 * cus-face.el (custom-face-attributes): Fix :help-echo strings
22835 for :foreground and :background.
22836
22837 * dired.el (dired-view-command-alist): Variable deleted.
22838 (dired-view-file, dired-mouse-find-file-other-window):
22839 Delete the code to use it.
22840
22841 2005-01-01 Kim F. Storm <storm@cua.dk>
22842
22843 * image.el (insert-sliced-image): Use t for line-height property.
22844
22845 See ChangeLog.11 for earlier changes.
22846
22847 ;; Local Variables:
22848 ;; coding: iso-2022-7bit
22849 ;; End:
22850
22851 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22852 Copying and distribution of this file, with or without modification,
22853 are permitted provided the copyright notice and this notice are preserved.
22854
22855 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1