(strokes-alphabetic-lessp): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2
3 * strokes.el (strokes-alphabetic-lessp): Doc fix.
4
5 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
6
7 * emacs-lisp/find-func.el (find-library): Use library at
8 point as default interactive argument.
9
10 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
11
12 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
13 (elp-unset-master, elp-results): Fix typos.
14 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
15 Doc fixes.
16
17 * msb.el (msb--many-menus): Remove variable.
18 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
19 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
20 (msb--toggle-menu-type): Fix typos in docstrings.
21
22 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
23 (shadow-insert-var): Doc fixes.
24 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
25 Reflow docstrings.
26 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
27
28 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
29
30 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
31 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
32 Fix typos in autoload docstrings.
33
34 * loadhist.el (unload-feature): Remove redundant check.
35
36 2007-10-30 Richard Stallman <rms@gnu.org>
37
38 * savehist.el (savehist-save): Obey savehist-ignored-variables.
39
40 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
41
42 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
43 (gdb-var-update-handler-1): Use it.
44
45 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
46
47 * loadhist.el (unload-feature): Remove erroneous check for the
48 FEATURE-unload-function variable; check the existence of the
49 function (that's what the docstring says, and it makes more sense).
50
51 * follow.el (follow-unload-function): Add docstring.
52 (follow-unload-function): Remove variable.
53
54 * server.el (server-unload-function): Remove variable.
55 (server-unload-function): Unbind `server-edit' from `C-x #'.
56
57 * uniquify.el (uniquify-unload-function): Add docstring.
58 (uniquify-unload-function): Remove variable.
59
60 * ses.el (ses-unload-function): New function.
61
62 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
63
64 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
65 (unsafep-progn, unsafep-let): Fix typos in docstrings.
66
67 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
68 before use to avoid a warning in packages that require uniquify.
69 (uniquify-unload-function): New function and var.
70
71 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
72
73 * loadhist.el (unload-feature-special-hooks):
74 Add `delete-frame-functions'.
75
76 * server.el (server-unload-function): Rename from `server-unload-hook'
77 and adapt to new `unload-feature' functionality. Remove hook from
78 `kill-buffer-hook' buffer-locally.
79 (server-unload-hook): Remove.
80 (server-unload-function): New var; replaces `server-unload-hook'.
81
82 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
83
84 * desktop.el (uniquify-managed): Pacify byte compiler.
85 (desktop-buffer-info): If the buffer name is managed by uniquify,
86 save the base name, not the uniquified one.
87 (desktop-create-buffer): Allow `rename-buffer' to generate a new
88 name in case of conflict.
89
90 2007-10-26 Glenn Morris <rgm@gnu.org>
91
92 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
93 safe-local-variable property.
94
95 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
96
97 * net/browse-url.el (browse-url-browser-function): Delete grail.
98 (browse-url-grail): Function and variable deleted.
99 (browse-url-browser-function): Delete IXI Mosaic.
100 (browse-url-default-browser): Don't try IXI Mosaic.
101 (browse-url-iximosaic): Function deleted.
102 (browse-url-browser-function): Delete MMM.
103 (browse-url-default-browser): Don't try MMM.
104 (browse-url-mmm): Function deleted.
105
106 2007-10-25 Glenn Morris <rgm@gnu.org>
107
108 * progmodes/f90.el (f90-indented-comment-re)
109 (f90-directive-comment-re, f90-break-delimiters):
110 * progmodes/fortran.el (fortran-comment-line-start-skip)
111 (fortran-directive-re):
112 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
113 as safe if they are strings.
114
115 2007-10-25 Richard Stallman <rms@gnu.org>
116
117 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
118
119 2007-10-24 Richard Stallman <rms@gnu.org>
120
121 * savehist.el (savehist-save): Omit unreadable elements.
122
123 * loadhist.el (unload-function-defs-list): Renamed from
124 unload-function-features-list.
125 (unload-feature-special-hooks, unload-feature): Doc fixes.
126
127 * indent.el (indent-to-left-margin): If point's in the indentation,
128 move to the end of the indentation.
129
130 * cus-edit.el (customize-changed-options): Make arg optional.
131
132 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
133
134 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
135
136 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * textmodes/css-mode.el: Require CL.
139 (comment-continue): Declare.
140
141 * subr.el (make-variable-frame-localizable): Remove.
142 (make-variable-frame-local): Mark obsolete.
143
144 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
145
146 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
147 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
148
149 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
150
151 * comint.el (comint-password-prompt-regexp):
152 Handle `[sudo] password'-style prompt.
153
154 2007-10-23 Glenn Morris <rgm@gnu.org>
155
156 * progmodes/f90.el (f90-do-indent, f90-if-indent)
157 (f90-type-indent, f90-program-indent)
158 (f90-continuation-indent, f90-comment-region)
159 (f90-beginning-ampersand, f90-smart-end)
160 (f90-break-before-delimiters, f90-auto-keyword-case)
161 (f90-leave-line-no, f90-mode-hook):
162 Give an appropriate safe-local-variable property.
163 (f90-font-lock-keywords-2): Fix `go to' regexp.
164
165 * progmodes/fortran.el (fortran-tab-mode-default)
166 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
167 (fortran-structure-indent, fortran-continuation-indent)
168 (fortran-comment-indent, fortran-comment-line-extra-indent)
169 (fortran-comment-line-start)
170 (fortran-minimum-statement-indent-fixed)
171 (fortran-minimum-statement-indent-tab)
172 (fortran-comment-indent-char, fortran-line-number-indent)
173 (fortran-check-all-num-for-matching-do)
174 (fortran-blink-matching-if, fortran-continuation-string)
175 (fortran-comment-region, fortran-electric-line-number)
176 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
177 (fortran-analyze-depth, fortran-break-before-delimiters):
178 Give an appropriate safe-local-variable property.
179
180 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
183 of the subdirs is unreadable.
184
185 2007-10-22 Martin Rudalics <rudalics@gmx.at>
186
187 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
188 Use window-full-width-p.
189
190 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
193 (tpu-edt-off): Use it.
194 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
195 the global-map before adding it to global-map.
196
197 * menu-bar.el (global-buffers-menu-map): New var.
198 (global-map, menu-bar-update-buffers): Use it.
199 * msb.el (msb-menu-bar-update-buffers): Use it.
200 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
201 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
202 Use with-current-buffer.
203
204 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
205
206 * hexl.el (hexl-menu): New major mode menu.
207
208 2007-10-20 Glenn Morris <rgm@gnu.org>
209
210 * progmodes/f90.el (f90-font-lock-keywords-2)
211 (f90-looking-at-type-like): Fix regexp typos.
212
213 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
214
215 * bs.el (bs-mode): Add mode name (accidentally left out
216 in the 2007-10-16 change).
217
218 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
219
220 * bs.el (bs--track-window-changes): Don't refresh the whole list.
221 (bs-mode): Set mode-class property to special.
222
223 * follow.el (follow-unload-function): New function.
224
225 * loadhist.el (unload-function-features-list):
226 Rename from `unload-hook-features-list'.
227 (unload-hook-features-list): Add as obsolete alias.
228 (unload-feature): Use `unload-function-features-list'
229 and new FEATURE-unload-function.
230
231 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
232
233 * loadhist.el (unload-feature-special-hooks):
234 Update list of special hooks.
235
236 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
237 (adaptive-fill-function): Doc fix. Remove * from docstring.
238
239 2007-10-18 Glenn Morris <rgm@gnu.org>
240
241 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
242
243 2007-10-17 Aaron Hawley <aaronh@garden.org>
244
245 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
246 position is not saved.
247
248 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
249
250 * longlines.el (longlines-wrap-follows-window-size): Integer value
251 specifies wrapping margin.
252 (longlines-mode, longlines-window-change-function):
253 Set window-specific wrapping margin based on the above.
254
255 2007-10-17 John Wiegley <johnw@newartisans.com>
256
257 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
258
259 2007-10-17 Glenn Morris <rgm@gnu.org>
260
261 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
262 Tweak regexp to avoid stack overflow.
263
264 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * simple.el (reindent-then-newline-and-indent): Don't assume that
267 indent-according-to-mode preserves point.
268
269 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
270
271 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
272 (bs--restore-window-config): Keep the selected frame.
273 (bs--track-window-changes, bs--remove-hooks): New functions.
274 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
275 (bs--show-with-configuration): Revert 2006-11-09 change.
276 Don't reuse window unless it is visible on the selected frame.
277 Restore window configuration (possibly in a different frame)
278 before creating any window.
279
280 2007-10-16 Richard Stallman <rms@gnu.org>
281
282 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
283 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
284 (ad-is-advised, ad-get-advice-info-field)
285 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
286
287 2007-10-16 Glenn Morris <rgm@gnu.org>
288
289 * simple.el (blink-matching-open): Don't report false errors with
290 the `$' syntax class.
291
292 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
293
294 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
295 (filesets-ormap, filesets-sort-case-sensitive-flag)
296 (filesets-remake-shortcut, filesets-ingroup-collect-files):
297 Fix typos in docstrings.
298 (filesets-data-get-name, filesets-data-get-data)
299 (filesets-data-set, filesets-cmd-query-replace-getargs)
300 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
301
302 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
303
304 * term/mac-win.el: Don't require url when compiling, as url-type is
305 no longer a macro.
306
307 2007-10-14 Glenn Morris <rgm@gnu.org>
308
309 * progmodes/etags.el (select-tags-table): Disable undo in the
310 `*Tags Table List*' buffer.
311
312 2007-10-13 Eli Zaretskii <eliz@gnu.org>
313
314 * dired.el (dired-warn-writable): New face.
315 (dired-warn-writable-face): New variable.
316 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
317 of dired-warning-face, for group- and world-writable files.
318
319 2007-10-13 Glenn Morris <rgm@gnu.org>
320
321 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
322 (octave-re-search-forward-kw, octave-re-search-backward-kw):
323 Add doc string, and an explicit COUNT argument.
324 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
325 `inc' to search functions.
326
327 2007-10-13 John W. Eaton <jwe@octave.org>
328
329 * progmodes/octave-mod.el (octave-looking-at-kw)
330 (octave-re-search-forward-kw, octave-re-search-backward-kw):
331 New functions.
332 (octave-in-defun-p, calculate-octave-indent)
333 (octave-blink-matching-block-open, octave-beginning-of-defun)
334 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
335 to search for regexps that contain case-sensitive keywords.
336 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
337 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
338
339 2007-10-13 Richard Stallman <rms@gnu.org>
340
341 * files.el (directory-abbrev-alist): Doc fix.
342
343 2007-10-13 Jari Aalto <jari.aalto@cante.net>
344
345 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
346
347 2007-10-12 Martin Rudalics <rudalics@gmx.at>
348
349 * frame.el (set-frame-configuration): Assign name parameter only
350 if it has been set explicitly before.
351
352 * window.el (handle-select-window): Revert part of 2007-10-06
353 change setting the input focus.
354
355 2007-10-12 Glenn Morris <rgm@gnu.org>
356
357 * cus-edit.el (custom-variable-menu, custom-face-menu)
358 (custom-group-menu): Check init-file-user rather than
359 user-init-file, in case cus-edit is loaded by site-run-file.
360
361 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
362
363 * follow.el (follow-stop-intercept-process-output):
364 Use `follow-call-process-filter' rather than `process-filter'.
365
366 2007-10-11 Tom Tromey <tromey@redhat.com>
367
368 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
369 frame is visible.
370
371 2007-10-10 Richard Stallman <rms@gnu.org>
372
373 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
374 in *Backtrace*.
375
376 * faces.el (face-font-selection-order): Doc fix.
377
378 * loadhist.el (unload-feature): Doc fix.
379
380 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
381
382 * ps-print.el: Fix the usage of :foreground and :background face
383 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
384 (ps-print-version): New version 6.7.6.
385 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
386 Fix code.
387 (ps-face-foreground-color-p, ps-face-background-color-p)
388 (ps-face-color-p): New inline funs.
389
390 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
391
392 * follow.el: Change all instances of "Follow Mode" to "Follow
393 mode" in docstrings and messages.
394
395 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
396
397 * faces.el (face-font-selection-order): Doc fix.
398
399 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
400 (follow-mode-off-hook): Mark as obsolete.
401
402 2007-10-08 Richard Stallman <rms@gnu.org>
403
404 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
405 (edebug-install-custom-print, edebug-reset-print-funcs)
406 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
407 Functions deleted.
408 (edebug-prin1, edebug-print, edebug-prin1-to-string)
409 (edebug-format, edebug-message): Define directly as aliases.
410
411 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
412
413 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
414
415 2007-10-07 Glenn Morris <rgm@gnu.org>
416
417 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
418 version numbers.
419
420 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
421
422 * net/tramp.el (tramp-completion-mode): Extend doc-string.
423 (tramp-completion-mode-p): Revert change from 2007-09-24.
424 Checking for `return' etc as last character is not sufficient, for
425 example in dired-mode when entering <g> (revert-buffer) or
426 <s> (dired-sort).
427
428 2007-10-06 Martin Rudalics <rudalics@gmx.at>
429
430 * window.el (mouse-autoselect-window-cancel): Don't cancel for
431 select-window or select-frame events.
432 (handle-select-window): When autoselecting window set input
433 focus. Restructure.
434
435 * frame.el (focus-follows-mouse): Moved to frame.c.
436 * cus-start.el (all): Add focus-follows-mouse.
437
438 2007-10-05 Chris Moore <dooglus@gmail.com>
439
440 * server.el (server-kill-new-buffers): Doc fix.
441
442 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
443
444 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
445 activate font-locking in the *buffer-selection* buffer.
446 (bs-show-sorted): Doc fix.
447
448 * bs.el (bs--get-marked-string, bs--get-modified-string)
449 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
450 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
451 (bs--format-aux): Doc fix.
452
453 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
454
455 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
456
457 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
458
459 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
460
461 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
462
463 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
464 (gud-gdb): New function for old M-x gdb (text command mode).
465 (gud-gdb-command-name, gdb): Move to...
466
467 * progmodes/gdb-ui.el: ...here and adapt doc string.
468 (gud-gdba-command-name, gdba): Delete.
469
470 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
471
472 * bs.el: Don't defvar `font-lock-verbose'.
473 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
474 (bs--get-file-name): Fix typos in docstrings.
475 (bs--show-header): Use `dolist' instead of `mapcar'.
476 (bs-mode): Set `show-trailing-whitespace' to nil.
477 (bs-buffer-sort-function, bs-mouse-select-other-frame)
478 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
479 Doc fixes.
480
481 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
482
483 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
484
485 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
486
487 * progmodes/gud.el (gdb): Make graphical mode the default and
488 switch to text command mode if appropriate, i.e., reverse previous
489 arrangement.
490 (gud-gdb-marker-filter): Adapt for above change.
491
492 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
493 gud-minor-mode and gud-marker-filter.
494 (gdb-fullname-regexp): New variable.
495 (gud-gdba-marker-filter): Use it to switch to text command
496 mode if appropriate.
497
498 2007-10-02 Richard Stallman <rms@gnu.org>
499
500 * frame.el (cursor-in-non-selected-windows): Doc fix.
501
502 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
503
504 * progmodes/gud.el (gud-display-line): Find source buffer even when
505 GUD buffer has its own frame.
506
507 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
508
509 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
510
511 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
512
513 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
514
515 2007-09-29 Martin Rudalics <rudalics@gmx.at>
516
517 * allout.el (allout-before-change-handler): Replace got-char by
518 goto-char.
519
520 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
523 Used to try and automatically enabled smerge-mode in the presence of
524 conflicts and to call `svn resolved' when the conflicts are gone.
525 (vc-svn-parse-status): Remember the svn-specific status.
526
527 * newcomment.el (comment-choose-indent): New function extracted
528 from comment-indent. Improve the alignment algorithm.
529 (comment-indent): Use it.
530
531 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
532
533 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
534 (eldoc-message-commands, eldoc-current-idle-delay):
535 Fix typos in docstrings.
536
537 * progmodes/python.el (python-eldoc-function): Doc fix.
538
539 2007-09-26 Eli Zaretskii <eliz@gnu.org>
540
541 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
542 menu-bar-apropos-menu. All users changed.
543 (menu-bar-help-menu): Change menu symbols to better match the text
544 displayed by the menu.
545
546 2007-09-25 Glenn Morris <rgm@gnu.org>
547
548 * view.el (view-search-no-match-lines): Add a doc string.
549 Rewrite to simplify and work better.
550
551 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
552
553 * net/tramp.el (tramp-completion-mode-p): Rename from
554 `tramp-completion-mode'. Revert logic, check `return', `newline'
555 and such alike. Packages like Icicles tend to use other completion
556 characters but `tab' and `space' only.
557 (top): Require cl.el, when `copy-tree' is not available otherwise.
558
559 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
560 `ad-get-arg'.
561
562 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
563
564 * net/tramp-vc.el (tramp-vc-user-login-name):
565 Use `vc-find-version' instead of `process-file' to check whether we
566 have a new enough vc that doesn't need the defadvice.
567
568 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
569
570 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
571 #, @, : and ^.
572
573 2007-09-23 Glenn Morris <rgm@gnu.org>
574
575 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
576
577 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
578
579 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
580
581 * log-view.el (log-view-mode-map): Likewise.
582
583 * diff-mode.el (diff-mode-shared-map): Likewise.
584
585 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
586
587 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
588 add inferior-octave-directory-tracker to the buffer-local value
589 of comint-input-filter-functions.
590
591 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
592
593 * files.el (file-name-sans-versions): Also allow `A-Z'.
594
595 * vc.el: Mention all supported VC backends.
596
597 2007-09-22 Richard Stallman <rms@gnu.org>
598
599 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
600 neighbouring buttons.
601
602 2007-09-22 Andreas Schwab <schwab@suse.de>
603
604 * files.el (file-name-sans-versions): Also allow `_'.
605
606 2007-09-22 Glenn Morris <rgm@gnu.org>
607
608 * eshell/esh-mode.el (eshell-output-filter-functions):
609 Add eshell-postoutput-scroll-to-bottom.
610
611 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
612
613 * files.el (file-name-sans-versions): Allow - and a-z in version names.
614
615 * log-view.el (log-view-mode-map, log-view-mode-menu):
616 Bind log-view-annotate-version.
617 (log-view-beginning-of-defun, log-view-end-of-defun)
618 (log-view-annotate-version): New functions.
619 (log-view-mode): Use log-view-beginning-of-defun and
620 log-view-end-of-defun.
621
622 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
623
624 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
625
626 2007-09-21 Kevin Ryde <user42@zip.com.au>
627
628 * international/mule.el (sgml-html-meta-auto-coding-function):
629 Bind `case-fold-search' to t.
630
631 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
634 neighbouring buttons.
635
636 * progmodes/compile.el (compilation-error-regexp-alist-alist):
637 Recognize gcc's use of "note" for informational messages.
638
639 2007-09-20 Glenn Morris <rgm@gnu.org>
640
641 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
642 motion functions, rather than hard-coding "\n\n".
643 (tex-validate-region): Check for eobp, to speed up.
644 (tex-next-unmatched-end): Doc fix.
645
646 2007-09-19 Glenn Morris <rgm@gnu.org>
647
648 * textmodes/tex-mode.el (tex-terminate-paragraph):
649 Use backward-paragraph.
650
651 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
654 (css-mode): Update correspondingly.
655
656 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
659
660 * vc-hooks.el (vc-menu-entry): New var.
661 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
662 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
663 (vc-menu-map): Declare and initialize in one step.
664
665 * menu-bar.el (vc-menu-map): Don't setup any more.
666 Instead, just create the proper spot in the menu.
667
668 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
669 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * vc.el: Document new VC operation `extra-menu'.
672
673 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
674
675 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
676
677 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
678 Signed-off-by, Acked-by and Merge.
679
680 2007-09-17 Glenn Morris <rgm@gnu.org>
681
682 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
683 filename from `--file-line-error', if it is available.
684
685 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
686
687 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
688 TeX `--file-line-error' format.
689
690 2007-09-17 Glenn Morris <rgm@gnu.org>
691
692 * textmodes/tex-mode.el (tex-region): Simplify previous change,
693 handling the case where the region is not in `tex-main-file'.
694 (tex-region-1): Delete.
695 (tex-region-header): New function, doing the header part of the
696 old tex-region-1.
697
698 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * ediff-init.el (ediff-verbose-p): This var is not a constant.
701
702 2007-09-16 Drew Adams <drew.adams@oracle.com>
703
704 * cus-edit.el (custom-face-edit-activate): Doc fix.
705
706 2007-09-16 Glenn Morris <rgm@gnu.org>
707
708 * textmodes/tex-mode.el (tex-region): Handle the case where the
709 region is not in `tex-main-file'. Move the old code that applies
710 to both cases...
711 (tex-region-1): ...to this new function.
712
713 2007-09-15 Martin Rudalics <rudalics@gmx.at>
714
715 * simple.el (blink-matching-open): Don't display message when no
716 paren is found within blink-matching-paren-distance characters.
717 Don't search prompt in blink-matching-paren-distance nil case.
718
719 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
720
721 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
722
723 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * vc-mtn.el: New file.
726
727 * vc-hooks.el (vc-handled-backends): Add Mtn.
728
729 2007-09-13 Eli Zaretskii <eliz@gnu.org>
730
731 * files.el (find-file, find-file-other-window)
732 (find-file-other-frame, find-file-existing, find-file-read-only)
733 (find-file-read-only-other-window)
734 (find-file-read-only-other-frame)
735 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
736
737 2007-09-13 Jari Aalto <jari.aalto@cante.net>
738
739 * man.el (Man-default-man-entry): At end of line, continue looking
740 to the next line for possible end of hyphenated command.
741
742 2007-09-13 Chris Moore <dooglus@gmail.com>
743
744 * shell.el (shell-resync-dirs): Don't move the cursor relative to
745 the command being edited.
746
747 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
748
749 * progmodes/gud.el (gdb-ready): New variable.
750 (gdb): Set it to nil. Set gud-running to nil here...
751 (gud-common-init): ...instead of here.
752
753 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
754 Use gdb-ready. Discard input until GDB is ready to accept it.
755
756 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
757
758 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
759 C-M-S- keys.
760
761 2007-09-12 Martin Rudalics <rudalics@gmx.at>
762
763 * dired.el (dired-warning): Inherit from font-lock-warning-face to
764 make it show up with eight colors.
765
766 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
769 diffs are concatenated with no intervening line.
770
771 2007-09-10 Dave Love <fx@gnu.org>
772
773 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
774 (python-font-lock-keywords): Update to the 2.5 version of the language.
775 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
776 (python-backspace): Only behave funny in code.
777 (python-compilation-regexp-alist): Add PDB stack trace regexp.
778 (inferior-python-mode): Add PDB prompt regexp.
779 (python-fill-paragraph): Refine the fenced-string regexp.
780 (python-find-imports): Handle imports spanning several lines.
781 (python-mode): Add `class' to hideshow support.
782
783 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
786 add-log-buffer-file-name-function rather than bind buffer-file-name,
787 so we dont end up calling change-log-mode in *cvs* when `fi' is the
788 ChangeLog file itself.
789
790 * outline.el (outline-flag-region): Use front-advance.
791
792 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
793
794 * progmodes/cperl-mode.el: Merge upstream 5.23.
795 (cperl-where-am-i): Remove function.
796 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
797 (cperl-sniff-for-indent): De-invert [string] and [comment].
798 When looking for label, skip s:m:y:tr.
799 (cperl-indent-line): Likewise.
800 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
801 (cperl-windowed-init): Wrong `ps-print' handling.
802 Both thanks to Chong Yidong.
803 (cperl-look-at-leading-count): Could fail with unfinished RExen.
804 (cperl-find-pods-heres): If the second part of s()[] is missing,
805 don't try to highlight delimiters...
806
807 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * progmodes/compile.el (compilation-get-file-structure): Complete last
810 change by also using spec-directory in the puthash.
811
812 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
813
814 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
815 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
816 (vc-bzr-status): Fix shadowing of variable 'status'.
817 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
818 Use `expand-file-name' instead of `concat'.
819 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
820 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
821
822 2007-09-05 Jason Rumney <jasonr@gnu.org>
823
824 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
825
826 2007-09-02 Richard Stallman <rms@gnu.org>
827
828 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
829 Add `safe-local-variable' property.
830 (lisp-body-indent): Likewise.
831
832 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
833
834 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
835 prev/next-node.
836
837 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
838 (x-gtk-map-stock): New function.
839
840 2007-09-02 Glenn Morris <rgm@gnu.org>
841
842 * comint.el (comint-mode): Don't set scroll-conservatively.
843
844 * eshell/em-unix.el (eshell/time): Stringify and flatten the
845 non-command arguments.
846
847 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
848
849 * emacs-lisp/bytecomp.el (byte-recompile-directory):
850 Fix bug: Don't expand top-level file name more than once.
851 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
852
853 2007-09-01 Richard Stallman <rms@gnu.org>
854
855 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
856 Add doc string.
857
858 2007-08-30 Richard Stallman <rms@gnu.org>
859
860 * speedbar.el (speedbar-frame-reposition-smartly)
861 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
862 (speedbar-check-vc): Don't use dframe-xemacsp.
863
864 2007-08-30 Martin Rudalics <rudalics@gmx.at>
865
866 * files.el (backup-buffer-copy): Try to overwrite old backup first.
867
868 2007-08-29 Martin Rudalics <rudalics@gmx.at>
869
870 * repeat.el (repeat): Use last-repeatable-command instead of
871 real-last-command. Run pre- and post-command hooks for
872 self-insertion. Update doc-string.
873
874 2007-08-28 Glenn Morris <rgm@gnu.org>
875
876 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
877
878 2007-08-27 Alexandre Julliard <julliard@winehq.org>
879
880 * vc-git.el (vc-git-state): Call git-add --refresh to update the
881 state of the file.
882 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
883 (vc-git-create-repo): Fix invalid command.
884
885 2007-08-27 Richard Stallman <rms@gnu.org>
886
887 * textmodes/flyspell.el (flyspell-mode):
888 Catch errors in flyspell-mode-on.
889
890 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
891
892 * progmodes/modula2.el (m2-definition, m2-module):
893 Don't use previous-line. Reported by T. V. Raman.
894
895 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
896
897 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
898 argument to tool-bar-mode call.
899
900 2007-08-27 Glenn Morris <rgm@gnu.org>
901
902 * diff-mode.el (diff-find-file-name): Only accept regular files,
903 to rule out /dev/null, directories, etc.
904
905 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
906
907 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
908 safe-local-variable setting.
909 * progmodes/perl-mode.el (perl-indent-level): Likewise.
910
911 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
914 of buffers in uniquify-managed.
915
916 * simple.el (invisible-p): Rename from text-invisible-p.
917 Update callers.
918
919 2007-08-25 Alan Mackenzie <acm@muc.de>
920
921 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
922 new language variable.
923
924 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
925 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
926 "extern" etc., rather than BOI. Fix addition of spurious
927 syntactic-symbol 'defun-block-intro, replacing it with
928 'innamespace, etc.
929
930 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
931
932 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
933 Don't behave differently when executed via M-x. Add doc string.
934
935 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
936
937 * files.el (backup-buffer-copy): Don't wrap delete in
938 condition-case, only try to delete if file exists.
939
940 2007-08-24 Glenn Morris <rgm@gnu.org>
941
942 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
943
944 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
947 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
948 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
949 (cperl-etags-goto-tag-location): Use new style backquotes.
950
951 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
952 (dynamic-completion-table): Use it it.
953
954 * net/browse-url.el: Remove spurious * in custom docstrings.
955 (browse-url-filename-alist): Use new-style backquote.
956
957 * emacs-lisp/backquote.el (backquote-unquote-symbol)
958 (backquote-splice-symbol): Clarify they're not new-style unquotes.
959
960 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
961 (\,@): Backslash the , and ,@ which are not new-style unquotes.
962
963 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
964
965 * net/socks.el (socks-username/password-auth-filter):
966 Remove unused vars `state' and `desired-len'.
967 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
968 (socks-wait-for-state-change): Use new-style backquotes.
969
970 * pcvs.el (cvs-mode-status): Fix long-standing typo.
971
972 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
973 backquotes after each `read' rather than once per buffer.
974
975 * dframe.el: Remove spurious * in custom docstrings.
976 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
977 (dframe-xemacs20p): Remove, inline at the sole use point.
978 (defface): Don't defvar the face, don't use old-style backquote.
979 (defcustom): Don't use old-style backquote.
980 (dframe-frame-parameter, dframe-mouse-event-p):
981 Make it obvious that it's always defined.
982 (dframe-popup-kludge): New function to replace
983 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
984 (dframe-frame-mode, dframe-set-timer-internal)
985 (dframe-mouse-set-point): Remove use of with-no-warnings from
986 XEmacs-specific code.
987 (dframe-set-timer-internal): Fix very old bug with
988 post-command-idle-hook.
989
990 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
991
992 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
993
994 * image-mode.el (image-minor-mode): Use image-mode-text-map.
995
996 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
997
998 * sort.el (sort-fold-case, sort-numeric-base): Mark as
999 safe-local-variable.
1000
1001 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1002
1003 * net/browse-url.el (browse-url-emacs): New function.
1004
1005 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1008 warning if the file uses old style backquotes.
1009
1010 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1011 (byte-recompile-directory, byte-compile-file)
1012 (byte-compile-from-buffer): Use with-current-buffer.
1013
1014 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1015 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1016 (line-move-1, line-move-finish, line-move-to-column)
1017 (move-end-of-line, move-beginning-of-line): Use new name.
1018
1019 2007-08-22 Glenn Morris <rgm@gnu.org>
1020
1021 * files.el (backup-buffer-copy): Check backup directory is
1022 writable, to avoid infloop deleting old backup.
1023
1024 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1025 movemail related variables.
1026 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1027 will now be set before this is called.
1028
1029 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1032
1033 * progmodes/ada-mode.el: Fix up comment style in header.
1034 (ada-check-emacs-version): Remove.
1035 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1036 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1037 to try and quieten the byte-compiler.
1038 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1039
1040 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1041
1042 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1043
1044 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1045 extracted from `eval-last-sexp-1'.
1046 (eval-last-sexp-1): Call `preceding-sexp'.
1047
1048 2007-08-19 Glenn Morris <rgm@gnu.org>
1049
1050 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1051 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1052 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1053 shadow files messing up the compilation.
1054
1055 2007-08-18 Glenn Morris <rgm@gnu.org>
1056
1057 * progmodes/scheme.el (scheme-mode-variables):
1058 Set font-lock-comment-start-skip.
1059
1060 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1061
1062 * progmodes/ada-mode.el (ada-create-syntax-table):
1063 Move set-syntax-table from here to ...
1064 (ada-mode): ... here. Don't change global value of comment-multi-line.
1065 Call new function ada-initialize-syntax-table-properties.
1066 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1067 (ada-deactivate-properties, ada-initialize-properties):
1068 Replace by new functions ...
1069 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1070 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1071 properties uniformly, independently from whether font-lock-mode
1072 is enabled or not. Handle read-only buffers and do not change
1073 undo-list when setting syntax-table properties.
1074 (ada-after-change-function): Use ada-set-syntax-table-properties.
1075
1076 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1077
1078 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1079 (cperl-find-pods-heres): Fix an error when typing expressions like
1080 `s{a}{b}'.
1081
1082 2007-08-17 Glenn Morris <rgm@gnu.org>
1083
1084 * progmodes/compile.el (compilation-get-file-structure): Make use
1085 of the directory part when checking for an existing entry, to
1086 handle files with same basename in different directories.
1087
1088 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1089
1090 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1091 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1092 (ps-paragraph-spacing): Docstring fix.
1093
1094 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * smerge-mode.el (smerge-resolve): New arg `safe'.
1097 (smerge-resolve-all, smerge-batch-resolve): New function.
1098 (smerge-refine): Make sure `diff' returns the expected result.
1099 (smerge-parsep-re): New const.
1100 (smerge-mode): Use it to adjust paragraph-separate.
1101
1102 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1103 Correctly match / regexp matchers as first char on a line when
1104 fontifying only that line.
1105
1106 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1107
1108 2007-08-16 Glenn Morris <rgm@gnu.org>
1109
1110 * ps-print.el (ps-font-size): Doc fix.
1111
1112 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1115 (vc-bzr-registered): Don't redundantly protect against
1116 file-error. Actually use the format-specific code.
1117 (vc-bzr-buffer-nonblank-p): Remove.
1118 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1119
1120 2007-08-15 Glenn Morris <rgm@gnu.org>
1121
1122 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1123 sloppier, for the sake of GNU Mailman.
1124 (rmail-digest-rfc1153): Initialize `result' correctly.
1125
1126 2007-08-14 Glenn Morris <rgm@gnu.org>
1127
1128 * simple.el (bad-packages-alist): New constant.
1129 (bad-package-check): New function. Together, these two add
1130 elements to `after-load-alist' to check for problematic external
1131 packages.
1132 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1133
1134 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1135
1136 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1137 optional quotes around files in NEED-UPDATE . REMOVED case.
1138
1139 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1140 (ada-treat-cmd-string): Improve error message.
1141 (ada-do-file-completion): Call `ada-require-project-file', so
1142 project variables are set properly.
1143 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1144 (ada-gnatfind-buffer-name): New constant.
1145 (ada-find-any-references): Use new constant. Set buffer name
1146 properly in compilation-start. Toggle read-only properly.
1147 (ada-find-in-src-path): Fix spelling error in docstring.
1148
1149 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1150 by zero error.
1151
1152 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1153
1154 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1155
1156 2007-08-12 Richard Stallman <rms@gnu.org>
1157
1158 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1159 (cvs-execute-single-file): Use new name split-string-and-unquote.
1160 (cvs-header-msg): Use new name combine-and-quote-strings.
1161
1162 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1163
1164 * progmodes/gud.el (gud-common-init): Use new name
1165 split-string-and-unquote.
1166
1167 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1168 in javac regexp.
1169
1170 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1171 combine-and-quote-strings and split-string-and-unquote.
1172
1173 * subr.el (combine-and-quote-strings): Rename from strings->string.
1174 (split-string-and-unquote): Rename from string->strings.
1175
1176 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1179 to buffer-local settings.
1180
1181 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1182 (backquote-process): Add internal arg `level'. Use the two to
1183 correctly handle nested backquotes.
1184
1185 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1186
1187 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1188 (vc-bzr-state-words): Add "kind changed" state word.
1189 (vc-bzr-status): New function. Return Bzr idea of file status,
1190 which is different from VC's.
1191 (vc-bzr-state): Use vc-bzr-status.
1192 (vc-workfile-unchanged-p): Use vc-bzr-status.
1193 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1194 (vc-dired-state): Process "kind changed" state word.
1195
1196 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1199
1200 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1201 Move from vc-default-find-file-not-found-hook.
1202
1203 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1204
1205 * url/url-auth.el (url-basic-auth): When prompting for username
1206 and password, default to the username and password in the URL.
1207
1208 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * man.el: Remove spurious * in docstrings.
1211 Merge defvars and toplevel setq-defaults.
1212 (Man-highlight-references0): Limit=nil rather than point-max.
1213 (Man-mode-map): Move initialization into the declaration.
1214 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1215 (Man-view-header-file): Use expand-file-name rather than concat.
1216 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1217
1218 * man.el (Man-next-section): Make sure we do not move backward.
1219
1220 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1221
1222 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1223 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1224 ps-print-color-p is neither nil nor black-white. Reported by Christian
1225 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1226
1227 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1230
1231 2007-08-08 Andreas Schwab <schwab@suse.de>
1232
1233 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1234 self-insert-command, not self-insert.
1235
1236 2007-08-08 Glenn Morris <rgm@gnu.org>
1237
1238 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1239
1240 * Replace `iff' in doc-strings and comments.
1241
1242 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1243 rather than just `-'.
1244
1245 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1246
1247 * dired.el (dired-pop-to-buffer):
1248 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1249 * calendar/calendar.el (generate-calendar-window):
1250 * progmodes/compile.el (compilation-set-window-height):
1251 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1252 Use window-full-width-p instead of comparing frame-width and
1253 window-width.
1254
1255 * progmodes/compile.el (compilation-find-buffer): Remove extra
1256 argument in call to compilation-buffer-internal-p.
1257
1258 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1259
1260 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1261 parameters IDENTIFICATION and CONNECTED.
1262 (tramp-handle-insert-file-contents): VISIT must be handled after
1263 insertion of the local copy. Reported by Peter Gordon
1264 <peter@pg-consultants.com>.
1265 (tramp-file-name-handler): No special handling for
1266 `expand-file-name'. But for `file-name-as-directory'.
1267 (tramp-find-shell, tramp-open-connection-telnet)
1268 (tramp-open-connection-rsh, tramp-open-connection-su)
1269 (tramp-open-connection-multi)
1270 (tramp-open-connection-setup-interactive-shell): Guard against
1271 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1272 <steve@sxemacs.org>.
1273 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1274 the hint.
1275
1276 * net/trampver.el: Update release number.
1277
1278 2007-08-07 Tom Tromey <tromey@redhat.com>
1279
1280 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1281 Add safe-local-variable property.
1282
1283 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1284
1285 * image-mode.el (image-toggle-display): Use image-refresh.
1286
1287 * longlines.el (longlines-decoded): New variable.
1288 (longlines-mode): Avoid encoding or decoding the buffer twice.
1289
1290 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1291
1292 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1293 unofficial version.
1294 (vc-bzr-command): Remove redundant setting of process-connection-type.
1295 (vc-bzr-admin-checkout-format-file): Add autoload.
1296 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1297 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1298 (vc-bzr-registered): Compare dirstate format tag with known good
1299 value, abort parsing if match fails. Warn user in docstring.
1300 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1301 See bzrlib/branch.py in Bzr sources.
1302 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1303 (vc-bzr-shell-command): Remove in favor of
1304 vc-bzr-command-discarding-stderr.
1305 (vc-bzr-command-discarding-stderr): New function.
1306
1307 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1308
1309 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1310 program, and return nil
1311 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1312 (vc-bzr-state): Look for path names relative to the repository
1313 root after status keyword.
1314 (vc-bzr-file-name-relative): New function.
1315 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1316 depend on it.
1317 (vc-bzr-admin-dirname, ...-checkout-format-file)
1318 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1319 files that we now parse directly for speed.
1320 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1321 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1322 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1323 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1324 Bzr warnings, so we must discard it.
1325 (vc-bzr-workfile-version): Speedup counting lines from
1326 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1327 if that file doesn't exist.
1328 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1329 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1330 (not ".bzr"!) to `vc-directory-exclusion-list'
1331 (vc-bzr-shell-command): New function.
1332
1333 2007-08-06 Tom Tromey <tromey@redhat.com>
1334
1335 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1336 (diff-fixup-modifs): Typo in docstring.
1337
1338 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1339
1340 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1341 count-screen-lines.
1342 (tpu-edt-off): Disable relevant pieces of advice.
1343
1344 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1345 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1346 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1347 redefining the function.
1348 (tpu-set-scroll-margins): Activate the pieces of advice.
1349
1350 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1351
1352 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1353 process-filter.
1354
1355 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1356
1357 * help.el (resize-temp-buffer-window): Use window-full-width-p
1358 instead of comparing frame-width and window-width.
1359
1360 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1361
1362 * term.el: Honor term-default-fg-color and term-default-bg-color
1363 settings when modifying term-current-face.
1364 (term-default-fg-color, term-default-bg-color): Initialize from
1365 default term-current-face.
1366 (term-mode, term-reset-terminal): Set term-current-face with
1367 term-default-fg-color and term-default-bg-color.
1368 (term-handle-colors-array): term-current-face has term-default-fg-color
1369 and term-default-bg-color after reset escape sequence.
1370 (term-handle-colors-array): Set term-current-color with
1371 term-default-fg/bg-color instead of ansi-term-color-vector when the
1372 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1373
1374 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1375
1376 * files.el (set-auto-mode): Handle also remote files wrt
1377 `auto-mode-alist'.
1378
1379 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1380 remote identification.
1381
1382 2007-08-04 Glenn Morris <rgm@gnu.org>
1383
1384 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1385 zero, not nil, when the library is first loaded. Check for a file
1386 that has been modified on disk.
1387
1388 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1389 Remove duplicate defvar preventing initialization.
1390 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1391
1392 2007-08-03 Miles Bader <miles@gnu.org>
1393
1394 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1395 backend names for new backends to `Git', `Hg', and `Bzr'.
1396 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1397 not `HG'.
1398 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1399 name, not `GIT'.
1400 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1401 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1402
1403 2007-08-03 Glenn Morris <rgm@gnu.org>
1404
1405 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1406
1407 2007-08-02 Richard Stallman <rms@gnu.org>
1408
1409 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1410 to update deleted flag.
1411
1412 * cus-edit.el (customize-apropos, customize-apropos-options)
1413 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1414
1415 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1416
1417 * startup.el (fancy-splash-head, startup-echo-area-message):
1418 Change message text.
1419
1420 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1421 All callers use line-move.
1422
1423 * progmodes/compile.el (compilation-find-buffer): Return current
1424 buffer immediately if suitable.
1425 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1426
1427 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1430 Make it more discriminating and more useful.
1431 (vc-bzr-root-dir): Use new name.
1432 (vc-bzr-registered): Use new name and look at the dirstate file to
1433 determine if it's registered or not without running `bzr'.
1434
1435 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1436
1437 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1438
1439 2007-07-31 Drew Adams <drew.adams@oracle.com>
1440
1441 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1442 Fix parent groups link.
1443
1444 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1445
1446 * faces.el (face-normalize-spec): New function.
1447 (frame-set-background-mode): Normalize face-spec before calling
1448 face-spec-match-p.
1449
1450 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * vc-bzr.el: New file (copied from the trunk).
1453
1454 * vc-hooks.el (vc-handled-backends): Add BZR.
1455 (vc-find-file-hook): Failsafe if the backend's `registered'
1456 function burps.
1457
1458 * server.el (server-window): Add switch-to-buffer-other-frame option.
1459
1460 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1461
1462 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1463 (vc-git-revision-completion-table): Enable.
1464
1465 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1466
1467 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1468
1469 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1470 (vc-hg-registered): Set the vc-state property.
1471
1472 * diff-mode.el (diff-mode-menu): New entries.
1473
1474 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1477 (diff-file-kill): Use it.
1478 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1479 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1480 Use it so they find the hunk even when we're in the file header.
1481
1482 * vc.el: Add new VC operation `revision-completion-table'.
1483 (vc-default-revision-completion-table): New function.
1484 (vc-version-diff, vc-version-other-window): Use it to provide
1485 completion of revision names if the backend provides it.
1486
1487 * vc-arch.el (vc-arch--version-completion-table)
1488 (vc-arch-revision-completion-table): New functions to provide
1489 completion of revision names.
1490
1491 * vc-cvs.el: Require CL.
1492 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1493 New functions to provide completion of revision names.
1494
1495 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1496
1497 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1498 (copyright-fix-years, copyright): Correctly handle the case where
1499 copyright-limit is nil.
1500
1501 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1502
1503 * progmodes/python.el (run-python): Fix path separator under w32.
1504
1505 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1506
1507 * vc-git.el: New File.
1508
1509 2007-07-28 Alan Mackenzie <acm@muc.de>
1510
1511 Fix problem with modes derived from CC Mode:
1512 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1513 macro to cc-langs.
1514 (c-init-language-vars-for): Remove call to above macro.
1515 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1516 been moved to here.
1517 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1518
1519 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1520
1521 * net/trampver.el: Fix the `coding' cookie.
1522
1523 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1524
1525 * add-log.el (change-log-redate): Remove (not needed anymore and
1526 doesn't appear to work).
1527
1528 2007-07-25 Glenn Morris <rgm@gnu.org>
1529
1530 * Relicense all FSF files to GPLv3 or later.
1531
1532 * COPYING: Switch to GPLv3.
1533
1534 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1537 Replace it with another one which disables undo before calling
1538 erase-buffer and then turns it back on if needed.
1539
1540 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1541
1542 * ps-print.el: Problem with foreground and background color when
1543 printing a buffer with and without faces. Reported by Christian
1544 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1545 (ps-print-version): New version 6.7.5.
1546 (ps-default-fg): Change default value to nil, so black color is used
1547 when a face does not specify a foreground color.
1548 (ps-default-bg): Change default value to nil, so white color is used
1549 for background color.
1550 (ps-begin-job): Fix code.
1551
1552 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1553
1554 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1555
1556 2007-07-24 Alan Mackenzie <acm@muc.de>
1557
1558 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1559 Initialise byte-compile-unresolved-functions before rather than
1560 after a compilation.
1561 (byte-compile-unresolved-functions): Amplify doc string.
1562
1563 2007-07-24 Glenn Morris <rgm@gnu.org>
1564
1565 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1566 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1567 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1568 (cal-tex-cursor-week, cal-tex-cursor-week2)
1569 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1570 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1571 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1572 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1573
1574 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1575
1576 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1577
1578 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1581 underlying file is uptodate.
1582
1583 2007-07-23 Richard Stallman <rms@gnu.org>
1584
1585 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1586
1587 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1590 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1591 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1592 different possible cases for \'.
1593 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1594
1595 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1596 `file' from which to start the search and fix case where `file' is the
1597 current directory and the root as well.
1598
1599 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1600 name for buffer-file-name if it refers to a directory.
1601
1602 2007-07-22 Jason Rumney <jasonr@gnu.org>
1603
1604 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1605 for input to cmdproxy on all versions of Windows.
1606 Use dos line ends for input to plink.
1607
1608 * comint.el (comint-simple-send): Concat newline before sending.
1609 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1610
1611 2007-07-22 Juri Linkov <juri@jurta.org>
1612
1613 * isearch.el (isearch-edit-string): Save old point and
1614 isearch-other-end to old-point and old-other-end before reading
1615 the search string from minibuffer. After exiting minibuffer set
1616 point to old-other-end if point and the search direction is the
1617 same as before reading the search string.
1618 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1619 to isearch-other-end. Instead of isearch-search-and-update call
1620 three functions isearch-search, isearch-push-state and isearch-update.
1621
1622 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1623
1624 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1625 destroying an existing buffer.
1626
1627 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1628
1629 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1630
1631 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1632
1633 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1634
1635 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1636 file in a way that does not interfere with recentf.
1637
1638 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1639
1640 * image-dired.el (image-dired-sane-db-file): New func.
1641 (image-dired-write-tags, image-dired-remove-tag)
1642 (image-dired-list-tags, image-dired-write-comments)
1643 (image-dired-get-comment, image-dired-mark-tagged-files)
1644 (image-dired-create-gallery-lists): Call new func.
1645 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1646
1647 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1648
1649 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1650 (vc-hg-dir-state): Fix loop.
1651 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1652 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1653 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1654 (vc-hg-revert): Likewise.
1655 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1656
1657 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1658
1659 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1660 case of alignment under a constant symbol, find and consider
1661 the sexp actually at indentation to be the "last sexp".
1662
1663 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1664
1665 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1666 (install): Use them to copy all *.el files before *.elc.
1667 (clean): Don't delete *~.
1668
1669 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1670
1671 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1672
1673 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1674
1675 * vc-hg.el (vc-hg-registered): Replace if with when.
1676 (vc-hg-state): Deal with nonexistent files.
1677
1678 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1681 (follow-delete-other-windows-and-split, follow-recenter)
1682 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1683 (follow-redisplay, follow-estimate-first-window-start)
1684 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1685 Fix typos in docstrings.
1686
1687 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1688
1689 * bookmark.el (bookmark-show-all-annotations):
1690 Make sure each inserted annotation ends with newline.
1691
1692 (bookmark-maybe-sort-alist): Don't modify
1693 bookmark-alist. Instead, if not sorting, simply return it.
1694 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1695 for its return value, not for its side effect.
1696
1697 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1698
1699 * vc.el: Add more info about the vc-registered function.
1700
1701 2007-07-16 David Kastrup <dak@gnu.org>
1702
1703 * emacs-lisp/advice.el (defadvice): Doc fix.
1704
1705 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1706
1707 * subr.el (when, unless): Doc fix.
1708
1709 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1710
1711 * vc-hg.el (vc-hg-state): Handle removed files.
1712 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1713 (vc-hg-checkout): Re-enable.
1714
1715 2007-07-15 Richard Stallman <rms@gnu.org>
1716
1717 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1718
1719 * tutorial.el (tutorial--find-changed-keys):
1720 Handle C-x specially like ESC.
1721
1722 2007-07-15 Roland McGrath <roland@frob.com>
1723
1724 * add-log.el (add-change-log-entry): Check add-log-full-name
1725 and add-log-mailing-address later, after change-log-mode-hook.
1726
1727 2007-07-15 Richard Stallman <rms@gnu.org>
1728
1729 * isearch.el (isearch-mode, isearch-done):
1730 Delete unintended code in previous change.
1731
1732 * ps-print.el (ps-default-bg): Change to White.
1733
1734 2007-07-15 Aaron Hawley <aaronh@garden.org>
1735
1736 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1737
1738 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1739
1740 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1741 when handling the terminating event.
1742
1743 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1744
1745 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1746
1747 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1748
1749 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1750 (install): Use them to copy all *.el files before *.elc.
1751
1752 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1753
1754 * replace.el (match): Use yellow1 instead of yellow.
1755
1756 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1757
1758 * pcvs-info.el (cvs-unknown): Likewise.
1759
1760 2007-07-12 Davis Herring <herring@lanl.gov>
1761
1762 * desktop.el (desktop-buffer-info, desktop-save):
1763 Use `desktop-dirname' instead of `dirname'.
1764
1765 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1766
1767 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1768
1769 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1770
1771 2007-07-10 Richard Stallman <rms@gnu.org>
1772
1773 * emacs-lisp/lisp-mode.el (eval-defun):
1774 Explain special handling of `defface'.
1775
1776 2007-07-09 Richard Stallman <rms@gnu.org>
1777
1778 * isearch.el (isearch-edit-string): Call to isearch-push-state
1779 after the search.
1780
1781 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1782
1783 * cus-start.el (file-coding-system-alist): Fix custom type.
1784
1785 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1786
1787 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1788 modified.
1789 (longlines-auto-wrap, longlines-window-change-function):
1790 Remove unnecessary calls to set-buffer-modified-p.
1791
1792 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * vc.el (vc-default-log-view-mode): New function.
1795 (vc-print-log): Add new `log-view-mode' VC operation.
1796
1797 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1798
1799 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1800 Rename and move to...
1801
1802 * subr.el (strings->string, string->strings): ...here.
1803
1804 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1805 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1806
1807 * progmodes/gud.el (gud-common-init): Call string->strings instead
1808 of split-string.
1809
1810 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1811
1812 * term/w32-win.el (menu-bar-open): New function.
1813 Bind <f10> to it.
1814
1815 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1816
1817 * log-view.el (log-view-mode-menu): New menu.
1818
1819 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1820
1821 * vc-hg.el: New file.
1822
1823 2007-07-06 Andreas Schwab <schwab@suse.de>
1824
1825 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1826 dynamic bindings around the evaluation of the expression.
1827 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1828
1829 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1830
1831 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1832 file names.
1833
1834 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1835
1836 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1837
1838 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1839 event is not a cons cell. Do not unread drag-mouse-1 events.
1840 Select right window in check whether space was stolen from
1841 window above.
1842
1843 2007-07-01 Richard Stallman <rms@gnu.org>
1844
1845 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1846
1847 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1848
1849 * generic-x.el (generic-define-mswindows-modes)
1850 (generic-define-unix-modes, apache-log-generic-mode)
1851 (bat-generic-mode-keymap, java-manifest-generic-mode)
1852 (show-tabs-generic-mode): Fix typos in docstrings.
1853
1854 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1855
1856 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1857 replace-regexp-in-string.
1858
1859 2007-06-28 Andreas Schwab <schwab@suse.de>
1860
1861 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1862 $(lisp)/subdirs.el.
1863
1864 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1865
1866 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1867 the speedbar frame if nil; that deletes the current frame or
1868 causes an error if it is the only frame.
1869 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1870
1871 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1872
1873 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1874 directory where the desktop file was found, as the docstring says.
1875 (desktop-kill): Use `read-directory-name'.
1876
1877 * desktop.el (desktop-load-locked-desktop): New option.
1878 (desktop-read): Use it.
1879 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1880 Use `when'.
1881
1882 2007-06-24 Davis Herring <herring@lanl.gov>
1883
1884 * desktop.el (desktop-save-mode-off): New function.
1885 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1886 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1887 (desktop-claim-lock, desktop-release-lock): New functions.
1888 (desktop-kill): Tell `desktop-save' that this is the last save.
1889 Release the lock afterwards.
1890 (desktop-buffer-info): New function.
1891 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1892 says to. Detect conflicts, and manage the lock.
1893 (desktop-read): Detect conflicts. Manage the lock.
1894
1895 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1896
1897 * ls-lisp.el (insert-directory): If an invalid regexp error is
1898 thrown, try using FILE as a literal file name, not a wildcard.
1899 Check for FILE as an existing file, not just a directory.
1900
1901 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1902
1903 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1904 `header-line-format' when reentering ruler mode.
1905
1906 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1907
1908 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1909 FILE exists as a directory.
1910
1911 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1914 (vera-font-lock-match-item): Fix doc string.
1915 (vera-in-comment-p): Remove unused function.
1916 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1917 use `syntax-ppss'.
1918 (vera-forward-syntactic-ws): Fix argument order.
1919 (vera-prepare-search): Use `with-syntax-table'.
1920 (vera-indent-line): Fix doc string.
1921 (vera-electric-tab): Fix doc string.
1922 (vera-expand-abbrev): Define alias instead of using `fset'.
1923 (vera-comment-uncomment-region): Use `comment-start-skip'.
1924
1925 2007-06-20 Reto Zimmermann <reto@gnu.org>
1926
1927 * progmodes/vera-mode.el: New file.
1928
1929 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1930
1931 * ido.el (ido-find-file-in-dir): Don't signal an error for
1932 empty directories.
1933
1934 2007-06-18 Alan Mackenzie <acm@muc.de>
1935
1936 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1937 When removing lines, also remove the \n. Correction of patch of
1938 2007-04-21.
1939
1940 2007-06-17 Glenn Morris <rgm@gnu.org>
1941
1942 * lpr.el (lpr-page-header-switches): Move %s to separate element
1943 for correct quoting. Doc fix.
1944
1945 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1946
1947 * term/xterm.el (terminal-init-xterm): Escape parens in character
1948 constants.
1949
1950 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1951
1952 * scroll-lock.el (scroll-lock-mode): Doc fix.
1953
1954 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1957 half-activated, forcefully activate it completely.
1958
1959 2007-06-11 Richard Stallman <rms@gnu.org>
1960
1961 * cus-edit.el (custom-variable-type): Doc fix.
1962
1963 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1964
1965 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1966
1967 2007-06-09 Davis Herring <herring@lanl.gov>
1968
1969 * desktop.el (desktop-minor-mode-table): Doc fix.
1970
1971 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1974 (image-next-line, image-previous-line, image-scroll-up)
1975 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1976 New functions.
1977 (image-mode-map): Remap motion commands.
1978 (image-mode-text-map): New keymap for viewing images as text.
1979 (image-mode): Use image-mode-map.
1980 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1981
1982 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1983
1984 Sync with Tramp 2.0.56.
1985
1986 * net/tramp.el:
1987 * net/tramp-ftp.el:
1988 * net/tramp-smb.el:
1989 * net/tramp-util.el:
1990 * net/tramp-vc.el:
1991 Don't load cl.el, because that pollutes the namespace. Replace cl
1992 macros by their implementations where necessary. Requested by
1993 Richard Stallman <rms@gnu.org>.
1994
1995 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1996 doesn't exist.
1997 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1998 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1999 (tramp-file-name-p, tramp-file-name-multi-method)
2000 (tramp-file-name-method, tramp-file-name-user)
2001 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2002 replacing defstruct `tramp-file-name'.
2003 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2004 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2005 Apply `vector' instead of `make-tramp-file-name'.
2006 (tramp-handle-make-auto-save-file-name):
2007 Apply `tramp-temporary-file-directory' for compatibility reasons.
2008 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2009 because of XEmacs.
2010 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2011 started.
2012
2013 2007-06-07 David Kastrup <dak@gnu.org>
2014
2015 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2016 Change default to `top'.
2017
2018 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * dired.el (dired-mode-map): Remove spurious separator.
2021
2022 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2023
2024 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2025
2026 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2027 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2028
2029 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2030
2031 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2032 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2033
2034 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2035
2036 * progmodes/ebrowse.el (ebrowse-member-table):
2037 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2038
2039 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * pgg.el (pgg-sign-region, pgg-sign):
2042 * ses.el (ses-call-printer):
2043 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2044 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2045
2046 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2047
2048 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2049 (tar-get-descriptor): Handle type 55, an extended pax header.
2050
2051 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * textmodes/css-mode.el: New file.
2054
2055 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2056
2057 * net/socks.el: New file, taken from w3 repository.
2058 (top): Update Copyright. Don't load cl.el.
2059 (all): Replace `case' by `cond', `string-to-int' by
2060 `string-to-number', and `process-kill-without-query' by
2061 `set-process-query-on-exit-flag'.
2062 (socks-char-int): Remove defalias and all occurrences.
2063
2064 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2067 (sort-coding-systems, search-unencodable-char): Doc fixes.
2068 (coding-system-change-eol-conversion, set-default-coding-systems)
2069 (prefer-coding-system, find-multibyte-characters, princ-list)
2070 (leim-list-entry-regexp, set-input-method, locale-language-names)
2071 (input-method-exit-on-first-char, exit-language-environment-hook)
2072 (locale-charset-language-names): Fix typos in docstrings.
2073
2074 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2077 `switch-to-buffer' has returned succesfully.
2078 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2079 window is dedicated (it could iconify the frame).
2080
2081 2007-06-05 Glenn Morris <rgm@gnu.org>
2082
2083 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2084
2085 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2086
2087 * files.el (auto-mode-alist): Add lower-priority match for names
2088 like ChangeLog.old.
2089
2090 2007-06-04 Andreas Schwab <schwab@suse.de>
2091
2092 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2093
2094 2007-06-04 Davis Herring <herring@lanl.gov>
2095
2096 * calendar/timeclock.el: Update version number.
2097 (timeclock-modeline-display): Mention timeclock-use-display-time
2098 in explanatory message.
2099 (timeclock-log): Suppress warnings when finding the log.
2100 Don't check for a nil project twice. Run hooks after killing the
2101 buffer (if applicable).
2102 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2103 was geometric). All uses changed.
2104 (timeclock-generate-report): Support prefix argument.
2105
2106 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2107
2108 * man.el (Man-next-section): Don't consider the last line of the
2109 page as being part of any section.
2110
2111 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2112
2113 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2114 modified flag of buffer. Use `inhibit-modification-hooks'.
2115
2116 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2117
2118 * mail/mail-extr.el (mail-extract-address-components):
2119 Recognize non-ASCII characters except for NBSP as words.
2120
2121 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2122
2123 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2124
2125 2007-06-04 Michael Olson <mwolson@gnu.org>
2126
2127 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2128 died and we are trying to send a signal to it.
2129
2130 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2131
2132 * emacs-lisp/easy-mmode.el (define-minor-mode)
2133 (easy-mmode-define-navigation): Fix typos in docstrings.
2134
2135 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2136 Fix typos in docstrings.
2137 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2138 (compilation-finish-function): Fix typo in obsolescence declaration.
2139
2140 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2141
2142 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2143
2144 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2145 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2146
2147 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2148
2149 * longlines.el (longlines-mode): Make longlines-auto-wrap
2150 buffer-local. Add hooks unconditionally.
2151 (longlines-auto-wrap): Toggle wrapping.
2152 (longlines-after-change-function)
2153 (longlines-post-command-function): Check longlines-auto-wrap.
2154
2155 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2156
2157 * Version 22.1 released.
2158
2159 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2160
2161 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2162 changes.
2163
2164 2007-05-31 Richard Stallman <rms@gnu.org>
2165
2166 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2167
2168 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2169
2170 * textmodes/table.el (table--point-entered-cell-function)
2171 (table--point-left-cell-function):
2172 Bind `inhibit-point-motion-hooks' to t.
2173
2174 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2175
2176 * emacs-lisp/rx.el (rx): Doc fix.
2177
2178 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2181
2182 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2183
2184 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2185 as the end of the ChangeLog paragraph when it ends without a line
2186 termination.
2187
2188 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * textmodes/fill.el (canonically-space-region): Make the second arg
2191 a marker if it's not already the case.
2192
2193 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2194 (xterm-mouse-event): Use it.
2195
2196 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2197
2198 * vc-hooks.el (vc-find-root): Fix file attribute test.
2199
2200 2007-05-24 Richard Stallman <rms@gnu.org>
2201
2202 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2203 Don't let opoint be nil.
2204 (flyspell-emacs-popup): Explicit error if no dialogs.
2205
2206 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2207
2208 * tar-mode.el (tar-file-name-handler): New function.
2209 (tar-extract): Bind file-name-handler-alist to it to force
2210 find-buffer-file-type-coding-system behave as if the file being
2211 extracted existed. Use last-coding-system-used to force
2212 buffer-file-coding-system to what decode-coding-region actually
2213 used to decode the file.
2214
2215 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2216
2217 * progmodes/compile.el (compilation-handle-exit):
2218 `compilation-finish-function' may change the current buffer.
2219
2220 2007-05-22 Richard Stallman <rms@gnu.org>
2221
2222 * files.el (set-auto-mode): Doc fix.
2223
2224 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2225
2226 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2227
2228 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2229
2230 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2231 (rcirc-print): Handle `window-width'.
2232 (rcirc-buffer-maximum-lines): Doc fix.
2233
2234 2007-05-19 Kevin Ryde <user42@zip.com.au>
2235
2236 * info.el (Info-fontify-node): Match https also.
2237
2238 2007-05-18 Richard Stallman <rms@gnu.org>
2239
2240 * simple.el (push-mark): Doc fix.
2241
2242 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2243
2244 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2245 tpu-global-map.
2246 (tpu-original-global-map): Delete variable.
2247 (tpu-control-keys-map): New keymap variable.
2248 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2249 setting keymapping directly.
2250 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2251 tpu-global-map.
2252 (tpu-edt-on): Activate the tpu-global-map.
2253 (tpu-edt-off): Deactivate the tpu-global-map.
2254
2255 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2256
2257 * textmodes/ispell.el (ispell-get-word): Return markers
2258 for start and end positions.
2259 (ispell-word): Assume END is a marker.
2260
2261 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2262
2263 * ps-print.el: Use default color when foreground or background color
2264 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2265 (ps-print-version): New version 6.7.4.
2266 (ps-rgb-color): New argument. Use default color when color is
2267 unspecified.
2268 (ps-begin-job): Fix code.
2269
2270 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2271
2272 * textmodes/ispell.el (ispell-start-process): Defend against bad
2273 default-directory.
2274
2275 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2278
2279 2007-05-16 Richard Stallman <rms@gnu.org>
2280
2281 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2282
2283 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2286 Move the *ml, Postscript, and XmCD entries to the fallback part.
2287
2288 * files.el (magic-fallback-mode-alist):
2289 Rename from file-start-mode-alist.
2290
2291 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2292
2293 * progmodes/compile.el (compilation-handle-exit): Quote first
2294 argument of `run-hook-with-args'.
2295
2296 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2297
2298 * buff-menu.el (Buffer-menu-sort-column):
2299 * dabbrev.el (dabbrev-upcase-means-case-search):
2300 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2301 * info.el (Info-current-subfile):
2302 * ls-lisp.el (ls-lisp-verbosity):
2303 * msb.el (msb-menu-cond):
2304 * pcvs.el (cvs-dired-use-hook):
2305 * simple.el (set-mark-command-repeat-pop):
2306 * time.el (display-time-24hr-format, display-time-mail-file):
2307 Doc fixes.
2308
2309 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2310 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2311
2312 * view.el (view-inhibit-help-message): Fix typo in docstring.
2313 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2314
2315 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2316
2317 * mail/rmail.el (rmail-convert-to-babyl-format):
2318 Check content-transfer-encoding _last_, because we need its position
2319 in base64-header-field-end.
2320
2321 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * files.el (mode-require-final-newline, require-final-newline)
2324 (enable-local-variables, enable-local-eval): Doc fixes.
2325
2326 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2327
2328 * progmodes/python.el (python-font-lock-keywords)
2329 (python-open-block-statement-p, python-mode): Add support for the new
2330 "with" keyword.
2331
2332 2007-05-10 Richard Stallman <rms@gnu.org>
2333
2334 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2335 (iso-cvt-write-only): Likewise.
2336
2337 * emacs-lisp/easy-mmode.el (define-minor-mode):
2338 Fix generated doc string.
2339
2340 * startup.el (fancy-splash-text): Add URL of guided tour.
2341 Adjust horizontal and vertical whitespace.
2342
2343 * progmodes/compile.el (compilation-handle-exit):
2344 Use run-hook-with-args to run compilation-finish-functions.
2345
2346 * files.el (file-start-mode-alist): New variable.
2347 (magic-mode-regexp-match-limit): Doc fix.
2348 (set-auto-mode): Handle file-start-mode-alist.
2349 A little cleanup of structure.
2350
2351 2007-05-10 Davis Herring <herring@lanl.gov>
2352
2353 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2354 workday specifications.
2355 (timeclock-log): Don't kill the log buffer if it already existed.
2356
2357 2007-05-08 Richard Stallman <rms@gnu.org>
2358
2359 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2360 Don't include non-self-insert commands in the exception for `-'.
2361
2362 2007-05-08 David Reitter <david.reitter@gmail.com>
2363
2364 * progmodes/python.el (python-guess-indent): Check non-nullness
2365 before comparing indent against the 2..8 interval.
2366
2367 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2368
2369 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2370 available.
2371
2372 2007-05-06 Richard Stallman <rms@gnu.org>
2373
2374 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2375
2376 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2377
2378 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2379 disconnections.
2380
2381 2007-05-01 Romain Francoise <romain@orebokech.com>
2382
2383 * dired-x.el: Revert 2007-04-06 change.
2384
2385 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2386
2387 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2388 don't put stop on toolbar.
2389
2390 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2391
2392 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2393
2394 2007-04-29 Richard Stallman <rms@gnu.org>
2395
2396 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2397
2398 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2401 than 1.
2402
2403 2007-04-28 Richard Stallman <rms@gnu.org>
2404
2405 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2406
2407 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2410
2411 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2412
2413 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2414 instead of $(lisp)/mh-e.
2415
2416 * textmodes/fill.el (fill-paragraph): Doc fix.
2417
2418 2007-04-28 Glenn Morris <rgm@gnu.org>
2419
2420 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2421 (image-dired-cmd-create-temp-image-options): Replace option
2422 +profile "*" with -strip.
2423
2424 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2427 Use window-start and window-end.
2428
2429 2007-04-26 Glenn Morris <rgm@gnu.org>
2430
2431 * progmodes/python.el: Restore file pending consideration of legal
2432 status.
2433
2434 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2435
2436 * locate.el (locate-in-alternate-database): Doc fix.
2437
2438 2007-04-26 Glenn Morris <rgm@gnu.org>
2439
2440 * button.el (button): Use underline if supported, else fall back
2441 to color.
2442
2443 2007-04-25 Richard Stallman <rms@gnu.org>
2444
2445 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2446
2447 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2448
2449 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2450 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2451 pushing mark.
2452 (idlwave-current-routine): Don't push mark.
2453
2454 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2455
2456 * image-dired.el (image-dired-display-image): Derive image-type from
2457 filename rather than assuming jpeg, in case no resizing was needed.
2458
2459 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2460
2461 * custom.el (defface): Doc fix.
2462
2463 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2464
2465 * progmodes/python.el: Remove due to unclear legal issues.
2466
2467 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2468
2469 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2470 Don't re-query for each cleared BP.
2471 (idlwave-shell-clear-bp): Optionally skip BP query.
2472 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2473 of set-window-buffer, which incorrectly moves displayed region.
2474
2475 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2476
2477 * calc/calc.el (calc-bug-address): Update maintainer's address.
2478 * calc/*: Update maintainer's address.
2479
2480 2007-04-23 Richard Stallman <rms@gnu.org>
2481
2482 * simple.el (set-mark-command-repeat-pop): Doc fix.
2483 Put in `editing-basics' group.
2484
2485 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2486
2487 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2488 New functions.
2489 (Info-mode-line-node-keymap): Bind mouse commands to
2490 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2491
2492 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2493
2494 * locate.el (locate-local-prompt): New var.
2495 (locate-prompt-for-command): Doc fix.
2496 (locate-prompt-for-search-string): New function.
2497 (locate): New optional arg. Make locate-local-prompt
2498 buffer-local. Use locate-prompt-for-search-string.
2499 (locate-with-filter): New optional arg.
2500 Use locate-prompt-for-search-string.
2501 (locate-update): Bind locate-prompt-for-command.
2502
2503 2007-04-23 Glenn Morris <rgm@gnu.org>
2504
2505 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2506
2507 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2508
2509 * button.el (button): Inherit from link face on a tty.
2510
2511 2007-04-23 Glenn Morris <rgm@gnu.org>
2512
2513 * button.el (button): Use color for this face on a tty.
2514
2515 * files.el (magic-mode-alist): Allow for carriage-returns in
2516 html-mode and sgml-mode entries.
2517
2518 2007-04-22 Richard Stallman <rms@gnu.org>
2519
2520 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2521 Improve doc string of generated command.
2522
2523 * subr.el (read-number): Catch errors.
2524
2525 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2526
2527 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2528
2529 * image-dired.el: Rename from thumbnails.el. All instances of
2530 "thumbnails" replaced with "image-dired".
2531
2532 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2533 "image-dired".
2534
2535 2007-04-22 Kim F. Storm <storm@cua.dk>
2536
2537 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2538 Don't use kill-line.
2539
2540 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2541
2542 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2543 error message.
2544
2545 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2546
2547 * dired.el: Rename "tumme" to "thumbnails".
2548
2549 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2550 replaced with "thumbnails".
2551
2552 2007-04-22 Glenn Morris <rgm@gnu.org>
2553
2554 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2555 and give it the risky-local-variable property.
2556
2557 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2558 before defining it.
2559
2560 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2561
2562 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2563 Use delete-region instead of kill-line.
2564
2565 2007-04-21 Alan Mackenzie <acm@muc.de>
2566
2567 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2568 `kill-region' by `delete-region'.
2569
2570 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2573 instead of kill-region.
2574
2575 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2576 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2577 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2578 and kill-line.
2579
2580 * progmodes/vhdl-mode.el (vhdl-template-type)
2581 (vhdl-template-record, vhdl-template-nature)
2582 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2583 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2584 Use delete-region instead of kill-word and kill-line.
2585
2586 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2587
2588 * dired-x.el (dired-virtual-mode): Doc fix.
2589
2590 2007-04-21 Richard Stallman <rms@gnu.org>
2591
2592 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2593
2594 * subr.el (read-number): Doc fix.
2595
2596 * simple.el (pop-to-mark-command): Display message "mark popped"
2597 if point does not move.
2598 (set-mark-command): Doc fix.
2599
2600 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2601
2602 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2603 (locate-local-filter, locate-local-search): New vars.
2604 (locate): Make variables local.
2605 (locate-update): Bind locate-buffer-name. Call locate using
2606 locate-local-filter and locate-local-search.
2607
2608 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2609
2610 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2611 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2612 (hi-lock-mode): Update docstring.
2613
2614 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2617 fill-nobreak-predicate when the break is past fill-column.
2618
2619 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2620
2621 * locate.el (locate): Output from shell-command should go in the
2622 current buffer rather than *Shell Command Output*.
2623
2624 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * paren.el (show-paren-function): Fix last fix.
2627
2628 2007-04-19 Kevin Ryde <user42@zip.com.au>
2629
2630 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2631 (archive-lzh-summarize): Add optional start arg for where to start
2632 looking at the archive.
2633 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2634
2635 * international/mule.el (auto-coding-alist): no-conversion for .exe
2636 and .EXE.
2637
2638 2007-04-19 Alan Mackenzie <acm@muc.de>
2639
2640 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2641 function return type contains "struct", "union", etc.
2642 c-end-of-defun goes too far forward.
2643
2644 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * paren.el (show-paren-function): Reset window-start to avoid
2647 recentering.
2648
2649 2007-04-19 Glenn Morris <rgm@gnu.org>
2650
2651 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2652
2653 2007-04-18 Glenn Morris <rgm@gnu.org>
2654
2655 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2656 :set function.
2657 (diary-list-entries): Only switch to diary-mode from
2658 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2659 diary-mode set header-line-format, in case of any customization.
2660
2661 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2662
2663 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2664 is less than the length of parse-time-syntax.
2665
2666 2007-04-17 David Kastrup <dak@gnu.org>
2667
2668 * replace.el (query-replace-regexp-eval): Deprecate.
2669
2670 2007-04-17 Alan Mackenzie <acm@muc.de>
2671
2672 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2673 point too close to EOB, leave point at EOB rather than last `}'.
2674
2675 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2676
2677 * textmodes/bibtex.el (bibtex-include-OPTkey)
2678 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2679 Fix defcustom.
2680
2681 2007-04-17 Glenn Morris <rgm@gnu.org>
2682
2683 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2684 be encoded, fall back to current year.
2685
2686 2007-04-14 Kevin Ryde <user42@zip.com.au>
2687
2688 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2689 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2690 M "MSDOS".
2691
2692 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2693
2694 * progmodes/python.el (python-end-of-block): Avoid looping forever
2695 if python-next-statement fails.
2696
2697 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2698
2699 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2700
2701 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2702
2703 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2704 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2705
2706 2007-04-15 Jay Belanger <belanger@truman.edu>
2707
2708 * calc/calc.el (calc-version): New function.
2709 (calc-trail-mode): Shorten the title.
2710
2711 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2712
2713 * mail/footnote.el (footnote-style): Clarify docstring to state
2714 that customizing this only applies to future footnotes.
2715
2716 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2717
2718 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2719 (bibtex-make-field): Check that INIT is a string. Use functionp.
2720
2721 2007-04-14 Glenn Morris <rgm@gnu.org>
2722
2723 * complete.el (PC-goto-end): New buffer-local variable.
2724 (PC-do-completion-end): Make buffer-local.
2725 (partial-completion-mode) <choose-completion-string-functions>:
2726 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2727 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2728 doc string. Set PC-goto-end for choose-completion.
2729 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2730 PC-do-completion.
2731
2732 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2733 arg to bibtex-make-field.
2734 (bibtex-make-field): Add optional fourth arg NODELIM.
2735 Insert delimiters around INIT unless this arg is non-nil.
2736
2737 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2738
2739 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2740 global map isn't modified.
2741
2742 2007-04-14 Glenn Morris <rgm@gnu.org>
2743
2744 * calendar/appt.el (appt-disp-window): Do not split small windows.
2745 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2746
2747 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2750
2751 * files.el: Ditto.
2752
2753 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2756
2757 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2758 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2759 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2760 (term-pager-help): Fix typos in docstrings.
2761
2762 * wid-edit.el (widget-documentation): Fix typo in docstring.
2763
2764 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2765 Fix typos in error messages.
2766
2767 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2768
2769 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2770 window marked as dedicated.
2771
2772 * mail/footnote.el (footnote-latin-string): New variable.
2773 (footnote-latin-regexp): Redefine as regexp alternative.
2774 (Footnote-latin): Use footnote-latin-string instead of
2775 footnote-latin-regexp.
2776
2777 2007-04-13 Glenn Morris <rgm@gnu.org>
2778
2779 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2780 inherited keymaps.
2781
2782 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2783
2784 * outline.el (outline-get-next-sibling): Clarify docstring.
2785 (outline-get-last-sibling): Handle case where we are at the first
2786 heading. Clarify docstring.
2787
2788 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2789
2790 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2791 length as stop button to lessen flicker.
2792 (jdb): Add gud-print.
2793 (gud-find-expr): Jdb prints the expression with the value, so
2794 don't insert it in the output.
2795
2796 2007-04-11 Jason Rumney <jasonr@gnu.org>
2797
2798 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2799 case hex. Do not try to decode non-hex letters.
2800
2801 2007-04-11 Markus Triska <markus.triska@gmx.at>
2802
2803 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2804 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2805 (byte-optimize-form-code-walker): Evaluate pure function calls if
2806 possible.
2807 (byte-optimize-all-constp): New function.
2808
2809 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2810 Improve numeric argument case.
2811 (byte-compile-backward-char, byte-compile-backward-word):
2812 New functions, performing rewriting previously done in byte-opt.el.
2813 Fix their "Fixme" item (restriction to numeric arguments).
2814
2815 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2816
2817 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2818 with dolist.
2819 (after-init-hook): Don't quote lambda.
2820 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2821 (desktop-internal-v2s): Remove unused var `el'.
2822 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2823 desktop-restore-file-buffer.
2824 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2825 desktop-create-buffer.
2826
2827 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2828
2829 * woman.el (woman-decode-buffer): Postpone macro-set check...
2830 (woman-decode-region): ...to here.
2831
2832 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2833
2834 * startup.el (tty-handle-args): Use %S to log ARGS.
2835
2836 2007-04-10 Glenn Morris <rgm@gnu.org>
2837
2838 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2839 it is obsolete and has no effect.
2840
2841 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2842 byte-compiler.
2843
2844 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2845 obsolete function make-local-hook.
2846
2847 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2848 start to quieten byte-compiler.
2849
2850 2007-04-10 Markus Triska <markus.triska@gmx.at>
2851
2852 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2853 to bytecomp.el as byte-compile-char-before).
2854 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2855 New function (modified replacement for byte-optimize-char-before in
2856 byte-opt.el).
2857
2858 2007-04-09 Alan Mackenzie <acm@muc.de>
2859
2860 * startup.el (inhibit-splash-screen): Emphatically state that it
2861 can't be set in site-start.el.
2862
2863 2007-04-09 Masatake YAMATO <jet@gyve.org>
2864
2865 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2866 mimic the behavior of `capitalize-word'. Do not move point with a
2867 negative argument. Based on tiny change by Paul Curry.
2868
2869 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2870
2871 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2872 Don't move point if ARG is negative.
2873
2874 2007-04-09 Alan Mackenzie <acm@muc.de>
2875
2876 Changes to make `narrow-to-defun' and `mark-defun' work properly
2877 in CC Mode:
2878
2879 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2880 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2881 Bind beginning/end-of-defun-function to nil around calls to
2882 beginning/end-of-defun.
2883
2884 * progmodes/cc-langs.el (beginning-of-defun-function)
2885 (end-of-defun-function): New c-lang-setvar's.
2886
2887 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2888 (setq arg 1))" to enable non-interactive call.
2889
2890 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2891
2892 * simple.el (set-mark-command): Doc fix.
2893
2894 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2895
2896 * progmodes/gud.el (gdb): Restore existing session if user
2897 tries to start a second one in graphical mode.
2898
2899 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2900
2901 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2902
2903 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2904
2905 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2906 Add binding for C-M-SPC.
2907
2908 2007-04-08 Richard Stallman <rms@gnu.org>
2909
2910 * pcomplete.el (pcomplete-read-event): One single definition,
2911 and not a defsubst.
2912
2913 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2914
2915 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2916 byte-compiler warning "value unused".
2917
2918 2007-04-08 Andreas Schwab <schwab@suse.de>
2919
2920 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2921
2922 2007-04-07 Glenn Morris <rgm@gnu.org>
2923
2924 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2925 Autoload these functions.
2926 (diary-date-forms): Add a custom :set form.
2927
2928 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2929 before first use.
2930 (diary-font-lock-keywords): New function with old code for
2931 initialization of variable of same name.
2932
2933 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2934
2935 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2936 clean-up: only insert space when on identifier, etc.
2937
2938 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2941
2942 * net/tls.el (open-tls-stream): Properly handle case where there
2943 is no associated buffer.
2944
2945 2007-04-07 Glenn Morris <rgm@gnu.org>
2946
2947 * ffap.el (ffap-file-at-point): Lower the priority of the
2948 ffap-ftp-sans-slash-regexp check.
2949
2950 2007-04-06 Alan Mackenzie <acm@muc.de>
2951
2952 Fix fontification of labels, and other things with ":".
2953
2954 * progmodes/cc-engine.el (c-forward-label): The function now
2955 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2956 the former t.
2957
2958 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2959 new return code from c-forward-label, fontifying tokens properly.
2960 Add some general comments throughout the file.
2961
2962 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2963
2964 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2965 Revert 2006-01-27 change.
2966
2967 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2968
2969 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2970
2971 * desktop.el (desktop-create-buffer, desktop-save):
2972 Revert 2004-11-12 change for lack of copyright papers.
2973
2974 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2975 (dired-guess-default): Respect case.
2976
2977 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2978
2979 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2980 was originally checked in as byte-optimize-concat on 1997-11-02.
2981
2982 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2983 1995-05-19 doc changes.
2984
2985 2007-04-06 Kim F. Storm <storm@cua.dk>
2986
2987 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2988 (unload-feature): Update interactive spec accordingly.
2989
2990 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2991
2992 2007-04-06 John Paul Wallington <jpw@pobox.com>
2993
2994 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2995 capture. Restore the table in the same buffer.
2996
2997 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2998
2999 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3002 Print entire form.
3003
3004 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3005
3006 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3007 for low-color displays.
3008
3009 2007-04-05 Glenn Morris <rgm@gnu.org>
3010
3011 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3012 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3013 Seed random number generator on loading.
3014
3015 * emacs-lisp/authors.el (top-level): Provide self.
3016
3017 * play/animate.el (top-level): Provide self.
3018
3019 2007-04-04 Alan Mackenzie <acm@muc.de>
3020
3021 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3022 to mention c-syntactic-indentation.
3023
3024 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * subr.el (with-case-table): New macro.
3027
3028 * international/mule.el (ascii-case-table): New var.
3029
3030 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3031 downcasing.
3032
3033 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3034
3035 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3036
3037 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3038 of the window if we're outside it e.g menu-bar.
3039
3040 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3041 window if we're outside it e.g menu-bar.
3042
3043 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3044
3045 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3046 decode base-64 encoded body if its content-type is something other
3047 than text/* or message/*.
3048
3049 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3050
3051 * simple.el (activate-mark-hook): Fix typo in docstring.
3052
3053 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3054
3055 * tmm.el (tmm-c-prompt): Initialize.
3056 (tmm-menubar): Deal with extended menu-items at top level.
3057 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3058 (tmm-prompt): Handle visibility of top level menu-items.
3059
3060 * progmodes/gud.el (gud-menu-map): Simplify.
3061 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3062 menubar.
3063
3064 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3067
3068 * comint.el (comint-send-input): Widen the buffer first.
3069
3070 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3071
3072 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3073
3074 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3075 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3076
3077 * newcomment.el (comment-search-forward): Discard comment starters
3078 before point.
3079
3080 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3081
3082 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3083
3084 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3085
3086 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3087 when downcasing.
3088
3089 * button.el (previous-button): Rewrite to account for adjacent buttons.
3090
3091 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3092
3093 * progmodes/idlwave.el (idlwave-auto-fill):
3094 Revert paragraph-separate change.
3095
3096 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3097 Simplify module calc.
3098 (idlwave-shell-set-bp-in-module): Compute module.
3099
3100 2007-03-31 Glenn Morris <rgm@gnu.org>
3101
3102 * emacs-lisp/timer.el (run-at-time): Doc fix.
3103
3104 * emacs-lisp/warnings.el (display-warning): If we create the
3105 buffer displaying the warning, disable undo there.
3106
3107 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3108
3109 * net/tramp.el (tramp-register-file-name-handler)
3110 (tramp-register-completion-file-name-handler): New defsubst,
3111 derived from `tramp-register-file-name-handlers'. The split is
3112 necessary because Tramp's file name handlers must be registered at
3113 different startup places.
3114
3115 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * progmodes/hideshow.el (turn-off-hideshow): New function.
3118 (hs-minor-mode): Use it instead of a lambda expression in
3119 change-major-mode-hook.
3120
3121 2007-03-31 David Kastrup <dak@gnu.org>
3122
3123 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3124 corresponding to MANPATH_MAP entries.
3125 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3126 (woman-parse-man.conf): Use more discriminating man.conf name.
3127 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3128 (woman-manpath): Doc fix and type fix.
3129 (woman-cached-data): Check for MANPATH_MAP entries.
3130 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3131
3132 2007-03-31 Stuart Herring <herring@lanl.gov>
3133
3134 * emacs-lisp/sregex.el (sregexq): Doc fix.
3135
3136 2007-03-31 Markus Triska <markus.triska@gmx.at>
3137
3138 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3139
3140 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3141
3142 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3143 Move to the right.
3144
3145 2007-03-30 Alan Mackenzie <acm@muc.de>
3146
3147 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3148
3149 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3150
3151 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3152 Use it, passed in explicitly, instead of from the dynamic binding.
3153 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3154
3155 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * simple.el (blink-matching-open): When in minibuffer, don't
3158 search for a match inside the prompt.
3159
3160 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3161
3162 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3163 (tmm-prompt): Don't make the mouse user select the first menu
3164 item twice.
3165
3166 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3167
3168 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3169 SIGUSR1 and SIGUSR2.
3170
3171 2007-03-29 Kim F. Storm <storm@cua.dk>
3172
3173 * ido.el (ido-read-internal): When reading file or dir, only override
3174 minibuffer-local-filename-completion-map, otherwise only override
3175 minibuffer-local-completion-map.
3176
3177 2007-03-29 Glenn Morris <rgm@gnu.org>
3178
3179 * complete.el (partial-completion-mode): Set PC-do-completion-end
3180 to nil after use.
3181 (PC-lisp-complete-symbol): Create and use a marker at `end',
3182 rather than using point-marker.
3183
3184 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3185
3186 * simple.el (next-error-highlight): Doc fix.
3187 (compose-mail): Revert 2007-03-19 change.
3188
3189 2007-03-28 Richard Stallman <rms@gnu.org>
3190
3191 * emacs-lisp/edebug.el (edebug-display): Don't go to
3192 edebug-outside-buffer if it is dead.
3193
3194 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3195
3196 * view.el (view-mode): Fix typos in docstring.
3197
3198 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3199
3200 * recentf.el (recentf-save-file): Add a custom :set function.
3201
3202 2007-03-28 Glenn Morris <rgm@gnu.org>
3203
3204 * complete.el (PC-do-completion-end): New variable.
3205 (partial-completion-mode) <choose-completion-string-functions>:
3206 Use PC-do-completion-end in the non-minibuffer case to replace the
3207 correct amount of text.
3208 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3209 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3210 to deal with improvements inserted after point.
3211
3212 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * button.el (make-text-button): Add explicit `button' property.
3215 (default-button): Don't put a `button' property on it.
3216
3217 * progmodes/python.el (python-mode): Skip comments when parsing.
3218
3219 * vc-arch.el (vc-with-current-file-buffer): New macro.
3220 (vc-arch-file-source-p): Use it to avoid infloop.
3221
3222 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3223
3224 * emacs-lisp/lisp.el (lisp-complete-symbol):
3225 Fix call to get-buffer-window to find windows in other frames.
3226
3227 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3228
3229 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3230 Fix calls to get-buffer-window to find windows in other frames.
3231 Reported by David Hansen <david.hansen@gmx.net>.
3232
3233 2007-03-27 Kevin Ryde <user42@zip.com.au>
3234
3235 * info.el (Info-display-images-node): On a text-only terminal,
3236 show the "text" or "alt" parts of the image blobs.
3237
3238 2007-03-27 Glenn Morris <rgm@gnu.org>
3239
3240 * complete.el (PC-do-completion): Compute completion-base-size in
3241 the non-filename case, rather than setting to nil.
3242 (PC-lisp-complete-end): New variable.
3243 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3244 original end in a series of consecutive invocations.
3245
3246 * calendar/calendar.el (calendar-mode-hook): Declare it.
3247
3248 * calendar/diary-lib.el (diary-live-p): Do not check for
3249 diary-selective-display.
3250
3251 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * replace.el (occur-next-error): *Occur* might not be displayed in the
3254 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3255
3256 2007-03-26 Richard Stallman <rms@gnu.org>
3257
3258 * textmodes/flyspell.el (flyspell-large-region):
3259 Use ispell-call-process-region.
3260
3261 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3262
3263 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3264 Use prin1 instead of princ.
3265
3266 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3267
3268 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3269 Merge in X resources before global face.
3270
3271 * progmodes/compile.el (compilation-start): Save compilation-directory
3272 rather than default-directory as local var.
3273 (compilation-directory): Mark as safe local var.
3274
3275 * files.el: Don't mark default-directory as a safe local var.
3276
3277 2007-03-25 Alan Mackenzie <acm@muc.de>
3278
3279 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3280 * progmodes/cc-engine.el: Fix typo.
3281
3282 2007-03-25 Juri Linkov <juri@jurta.org>
3283
3284 * compare-w.el (compare-windows): Rename customization group
3285 `compare-w' to `compare-windows'.
3286 (compare-windows-whitespace, compare-ignore-whitespace)
3287 (compare-ignore-case, compare-windows-sync)
3288 (compare-windows-sync-string-size, compare-windows-recenter)
3289 (compare-windows-highlight, compare-windows): Change group name in
3290 the `group' tag from `compare-w' to `compare-windows'.
3291 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3292
3293 2007-03-24 Markus Triska <markus.triska@gmx.at>
3294
3295 * expand.el: Change example to always enable abbrev-mode,
3296 and remove redundant `function'.
3297 (expand-abbrev-hook): Add autoload cookie.
3298
3299 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3300
3301 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3302 (testcover-mark-all, testcover-unmark-all): Add prompts to
3303 interactive specs.
3304
3305 2007-03-24 Jason Rumney <jasonr@gnu.org>
3306
3307 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3308 Use file size in bytes for auto-revert-tail-pos not characters.
3309
3310 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3311
3312 * vc-rcs.el (vc-rcs-annotate-command):
3313 Set text property :vc-annotate-prefix on the annotation text.
3314 (vc-rcs-annotate-time): Instead of searching for ": ",
3315 search for end of text propertized with :vc-annotate-prefix.
3316
3317 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3318
3319 * whitespace.el (top level): Remove calls putting
3320 permanent-local nil property since these are no-ops.
3321
3322 * man.el (Man-support-local-filenames): Assure that
3323 default-directory exists when doing call-process.
3324
3325 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3326
3327 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3328 Fix omission bug: Use m4-program-options to construct shell command.
3329
3330 2007-03-23 David Kastrup <dak@gnu.org>
3331
3332 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3333 Use `mapcar' rather than `mapcan' to silence compiler warning.
3334
3335 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3336
3337 * textmodes/reftex.el, textmodes/reftex-vars.el,
3338 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3339 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3340 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3341 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3342 * textmodes/reftex-auc.el: Add maintainer address.
3343
3344 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3345
3346 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3347 Make sure that `global-font-lock-mode' does not turn on font-lock
3348 in these buffers.
3349
3350 2007-03-21 Kim F. Storm <storm@cua.dk>
3351
3352 * xt-mouse.el (xt-mouse-epoch): New variable.
3353 (xterm-mouse-event): Use float-time.
3354
3355 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3356
3357 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3358 current-time.
3359
3360 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3361
3362 * complete.el (read-file-name-internal): Don't add the final > if the
3363 completion is not finished (re-application of this patch, which was
3364 accidentally undone by Eli).
3365
3366 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3367
3368 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3369 clicks in describe-key and describe-key-briefly advice a little better.
3370
3371 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * server.el (server-process-filter): Cancel any pending isearch.
3374
3375 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3376
3377 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3378 (icalendar--get-unfolded-buffer): Define actual arguments rather
3379 than just using &rest. Check replace-in-string is fbound.
3380 (icalendar-import-buffer): Doc fix.
3381 (icalendar--convert-ical-to-diary): Set diary-file.
3382 Check diary-file before inserting final newline.
3383 (icalendar--add-diary-entry): Return diary-file.
3384
3385 2007-03-21 Glenn Morris <rgm@gnu.org>
3386
3387 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3388 (diary-display-hook): Add custom :set function.
3389
3390 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3391 Add custom :set function.
3392 (diary-header-line-format): Doc fix.
3393 (diary-set-maybe-redraw): New function.
3394 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3395 (diary-list-entries): Always run diary-mode.
3396
3397 2007-03-20 Kenichi Handa <handa@m17n.org>
3398
3399 * international/quail.el (quail-setup-completion-buf): Make the
3400 completion buffer read-only.
3401 (quail-completion): Adjusted for the above change. Leave the
3402 modified flag nil.
3403
3404 2007-03-20 David Kastrup <dak@gnu.org>
3405
3406 * files.el (magic-mode-alist): Require literal "%!PS" string for
3407 magic postscript file detection.
3408
3409 2007-03-20 Richard Stallman <rms@gnu.org>
3410
3411 * textmodes/ispell.el (ispell-call-process): New function.
3412 Defends against bad `default-directory.'
3413 (ispell-check-version, ispell-find-aspell-dictionaries)
3414 (ispell-get-aspell-config-value, lookup-words): Call it.
3415 (ispell-call-process-region): New function.
3416 (ispell-send-string): Call it.
3417
3418 2007-03-20 Andreas Schwab <schwab@suse.de>
3419
3420 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3421 (finder-data): Likewise.
3422 (autoloads): Likewise.
3423
3424 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3425
3426 * files.el (basic-save-buffer): Do not set visited filename when
3427 the corresponding directory does not exist or the specified
3428 filename is that of an existing directory.
3429
3430 2007-03-20 Glenn Morris <rgm@gnu.org>
3431
3432 * calendar/diary-lib.el (diary-live-p): New function.
3433 (number-of-diary-entries): Add a :set function to redisplay diary
3434 when necessary.
3435
3436 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3437
3438 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3439 from client program, mev, to compute mouse event.
3440
3441 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * faces.el (momentary): Face removed; unused due to reversion of
3444 2007-01-04 changes by Kevin Rodgers.
3445
3446 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3447 Suggested by Johan Bockg\e,Ae\e(Brd.
3448
3449 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3450
3451 * font-lock.el (lisp-font-lock-keywords-1):
3452 Highlight define-globalized-minor-mode as a keyword.
3453
3454 2007-03-19 Kim F. Storm <storm@cua.dk>
3455
3456 * calc/calc-forms.el (math-std-daylight-savings)
3457 (math-std-daylight-savings-old): Doc fix.
3458
3459 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3460
3461 * progmodes/python.el (python-default-template): Doc fix.
3462 (python-buffer): Fix typo in docstring.
3463
3464 * isearchb.el (isearchb-follow-char):
3465 * subr.el (def-edebug-spec): Fix typo in docstring.
3466
3467 2007-03-19 Richard Stallman <rms@gnu.org>
3468
3469 * files.el (default-directory): Mark safe.
3470 (basic-save-buffer-2): Put proper dir name in error message.
3471
3472 * simple.el (compose-mail): Run switch-function after
3473 setting up the mail buffer.
3474
3475 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3476
3477 2007-03-18 Jay Belanger <belanger@truman.edu>
3478
3479 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3480 (math-std-daylight-savings-new): Rename from
3481 `math-std-daylight-savings'.
3482 (math-std-daylight-savings-old): Rename from old value of
3483 `math-std-daylight-savings'.
3484 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3485 `math-std-daylight-savings-old' depending on the year.
3486
3487 2007-03-18 Detlev Zundel <dzu@gnu.org>
3488
3489 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3490 zero-width regexps as invalid but rather at least count them correctly.
3491
3492 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3493
3494 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3495 don't wait more if there is output available to process.
3496
3497 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3498
3499 * progmodes/compile.el (compilation-find-file): Revert change
3500 from 2006-07-18 to allow completion of directory names.
3501 Reported by John Carter <john.carter@tait.co.nz>.
3502
3503 2007-03-18 Kim F. Storm <storm@cua.dk>
3504
3505 * subr.el (when, unless): Doc fix.
3506
3507 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3508
3509 * net/tls.el (tls-program): Doc fix.
3510
3511 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3512
3513 * autorevert.el (auto-revert-tail-handler):
3514 Call after-revert-hook.
3515
3516 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3517
3518 * simple.el (switch-to-completions): No error if search for \n\n fails.
3519
3520 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3521
3522 * simple.el (line-move-1):
3523 Respect `inhibit-line-move-field-capture' property.
3524
3525 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * comint.el (comint-arguments): Mark backslash-escaped chars.
3528 (comint-delim-arg): Don't treat them as delimiters.
3529
3530 2007-03-12 Kim F. Storm <storm@cua.dk>
3531 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3532
3533 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3534
3535 * tempo.el (tempo-insert): Deal with 'r> if it appears
3536 specified with a prompt argument.
3537
3538 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3539
3540 * textmodes/org.el (org-set-font-lock-defaults):
3541 Handle narrow table columns correctly.
3542
3543 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3544
3545 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3546 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3547 Return to use of the -no-properties variants. There was
3548 consensus on emacs-devel that the speed of these variants was
3549 prefered since we are usually parsing files (from the internet
3550 or on disk) instead of XML created in Emacs.
3551
3552 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3553 Add customize option.
3554
3555 2007-03-12 Glenn Morris <rgm@gnu.org>
3556
3557 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3558 North American rule. Replace "daylight savings" with "daylight
3559 saving" in doc.
3560
3561 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3562 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3563 "daylight saving" in text.
3564
3565 * woman.el (woman-change-fonts): Tweak previous change by using
3566 woman-request-regexp rather than "^\\.".
3567
3568 * startup.el (command-line-1): Make insertion of
3569 initial-scratch-message not depend on scratch being selected.
3570
3571 2007-03-11 Juri Linkov <juri@jurta.org>
3572
3573 * replace.el (match): Use yellow background on light-bg terminals.
3574
3575 2007-03-11 Richard Stallman <rms@gnu.org>
3576
3577 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3578 Correctly compute line number.
3579
3580 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3581
3582 * type-break.el (type-break-get-previous-count):
3583 Repeat previous change here.
3584
3585 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3586
3587 * progmodes/grep.el (grep-find-ignored-directories):
3588 Add .git and .bzr to list.
3589
3590 2007-03-11 Andreas Schwab <schwab@suse.de>
3591
3592 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3593
3594 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3595
3596 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3597
3598 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * faces.el (face-set-after-frame-default): Recalculate face
3601 customizations after applying X resources.
3602
3603 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3604
3605 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3606 (rcirc-keepalive-seconds): Remove variable.
3607 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3608 (rcirc-process, rcirc-user-disconnect): New variables.
3609 (rcirc-connect): Initalize new variables.
3610 (rcirc-keepalive): Don't send keepalive pings before connection
3611 is completed.
3612 (rcirc-sentinel): Do mark all channels with activity when
3613 connection is dropped. Run hook with process buffer local.
3614 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3615 (rcirc-buffer-process): Return value of rcirc-process if
3616 rcirc-server-buffer is nil.
3617 (rcirc-server-name): Return the reported server name.
3618 (rcirc-update-prompt): Simplify computation of the server name.
3619 (rcirc-format-response-string): Likewise.
3620 (rcirc-handler-001): Mark server as connected, record the reported
3621 server name, and schedule a timeout.
3622 (rcirc-track-nick): Add a spec for the tty class.
3623 (rcirc-user-non-nick): Remove function.
3624 (rcirc-nick-prefix-chars): Add variable.
3625 (rcirc-user-nick): Use above variable.
3626
3627 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3628
3629 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3630 Bind deactivate-mark to nil.
3631
3632 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3633
3634 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3635 that buffer contents get erased during completion.
3636
3637 2007-03-10 Glenn Morris <rgm@gnu.org>
3638
3639 * woman.el (woman-change-fonts): Add a hack to deal with
3640 font-escape followed by "." at start of a line.
3641 (woman2-IP): Add a hack to deal with consecutive requests.
3642 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3643
3644 2007-03-10 Alan Mackenzie <acm@muc.de>
3645
3646 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3647
3648 2007-03-09 Richard Stallman <rms@gnu.org>
3649
3650 * abbrev.el (abbrev): Add `provide'.
3651
3652 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3653
3654 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3655
3656 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3657
3658 * complete.el (PC-try-completion): New function.
3659 (PC-do-completion, read-file-name-internal): Use it instead of
3660 try-completion.
3661
3662 2007-03-08 Alan Mackenzie <acm@muc.de>
3663
3664 Remove stale tokens from `c-found-types' cache.
3665
3666 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3667 (c-unfind-coalesced-tokens, c-before-change): New functions.
3668 (c-maybe-stale-found-type): New variable.
3669
3670 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3671 (c-trim-found-types): New functions.
3672
3673 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3674
3675 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3676 (debug-ignored-errors): Add entry from smerge-match-conflict.
3677
3678 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3679
3680 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3681 special help topics for keywords.
3682 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3683 etc. Assistant command.
3684
3685 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * replace.el (occur-engine): Move buffer-undo-list binding...
3688 (occur-1): ...to here.
3689
3690 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3691
3692 * simple.el (minibuffer-completing-symbol): New var.
3693 (eval-expression): Use it.
3694 (completion-setup-function): Don't bind completion-base-size when
3695 completing a symbol in the minibuffer.
3696
3697 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3698
3699 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3700 tries to start a second session in graphical mode.
3701
3702 2007-03-07 Miles Bader <miles@gnu.org>
3703
3704 * international/isearch-x.el
3705 (isearch-process-search-multibyte-characters):
3706 Strip text-properties from PROMPT to avoid an error from read-string.
3707
3708 2007-03-07 Kim F. Storm <storm@cua.dk>
3709
3710 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3711 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3712
3713 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3714
3715 * complete.el (PC-do-completion): Delete duplicates in the list of
3716 possible completions.
3717
3718 2007-03-07 Glenn Morris <rgm@gnu.org>
3719
3720 * ses.el (ses-mode): Doc fix.
3721
3722 2007-03-06 Kim F. Storm <storm@cua.dk>
3723
3724 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3725
3726 2007-03-06 Kenichi Handa <handa@m17n.org>
3727
3728 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3729
3730 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * simple.el (completion-setup-function): Improve last fix so it doesn't
3733 set it to a relative directory name either.
3734
3735 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3736
3737 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3738
3739 2007-03-05 Richard Stallman <rms@gnu.org>
3740
3741 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3742
3743 * files.el (find-file-noselect): No error if file no longer exists.
3744 Display a message and avoid other questions.
3745
3746 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3747
3748 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3749 as not to use an invisible window and to create a window if none exist.
3750
3751 * progmodes/python.el (python-send-command): Restart proc if necessary.
3752 (python-proc): Simplify.
3753
3754 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3755
3756 * pcomplete.el (pcomplete-show-completions): Search all frames for
3757 completions buffer.
3758
3759 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * cus-edit.el (customize-save-variable): Clear customized-value
3762 property (saved values are now put in theme-value property).
3763 (customize-set-variable): Doc fix.
3764
3765 * complete.el (PC-do-completion): If completion-ignore-case is
3766 non-nil, replace field with completion string before exiting.
3767
3768 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3769
3770 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3771 Append its extension to the resulting temporary file name.
3772 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3773
3774 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3775 (tramp-smb-handle-write-region): Apply it.
3776
3777 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3778
3779 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3780 Redo previous change.
3781
3782 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3783
3784 * diff-mode.el (diff-mode): Doc fix.
3785
3786 2007-03-05 Kenichi Handa <handa@m17n.org>
3787
3788 * international/characters.el: Set category `l' (latin)
3789 for more characters.
3790
3791 2007-03-04 Kim F. Storm <storm@cua.dk>
3792
3793 * emacs-lisp/authors.el (authors-aliases): Add alias.
3794
3795 2007-03-04 Glenn Morris <rgm@gnu.org>
3796
3797 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3798 all when switching major mode.
3799 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3800 (hs-block-start-mdata-select, hs-block-end-regexp)
3801 (hs-forward-sexp-func, hs-adjust-block-beginning):
3802 Do not make these variables permanent-local.
3803
3804 2007-03-04 Richard Stallman <rms@gnu.org>
3805
3806 * progmodes/cperl-mode.el (cperl-mode):
3807 Modify cperl-compilation-error-regexp-alist by appending.
3808
3809 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3810 (edebug-mode): Add the hook.
3811 (edebug-recursive-edit): Remove the hook on exiting.
3812
3813 * type-break.el (type-break-get-previous-time):
3814 Handle end-of-file errors specially
3815 so they don't get reported wrong in .emacs.
3816
3817 * startup.el (fancy-splash-text): Clarify text.
3818
3819 * simple.el (beginning-of-buffer, end-of-buffer):
3820 Avoid treating plain C-u like numeric arg.
3821
3822 * simple.el (completion-setup-function): Don't set
3823 default-directory to nil.
3824
3825 * shell.el (shell-dirstack-query): Doc fix.
3826
3827 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3828 Don't select the window -- pass it to primitives instead.
3829
3830 * faces.el (minibuffer-prompt): Use medium blue by default.
3831
3832 2007-03-04 David Kastrup <dak@gnu.org>
3833
3834 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3835 Preserve 16 as default value for "seconds" when customizing.
3836
3837 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3838
3839 * textmodes/org.el (org-self-insert-command)
3840 (orgtbl-self-insert-command, org-delete-char)
3841 (org-delete-backward-char): Set the `flyspell-delayed' property.
3842
3843 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * international/mule.el (find-auto-coding): Don't search for
3846 line-ending characters past the end of the tail.
3847
3848 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3849
3850 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3851 Jump to the line where new score has been uploaded.
3852
3853 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3854 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3855 Do nothing when the game is paused.
3856
3857 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3858
3859 * textmodes/org.el (org-set-tags): Prevent slipping of point
3860 during completion.
3861
3862 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3863
3864 * isearch.el (isearch-message-prefix):
3865 Use minibuffer-prompt-properties.
3866
3867 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3868
3869 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3870 (ps-setup): Print which Emacsen is running ps-print package.
3871
3872 2007-03-01 Stuart Herring <herring@lanl.gov>
3873
3874 * files.el (set-auto-mode-0): Use `indirect-function'.
3875 (hack-one-local-variable): Don't reapply current major mode.
3876
3877 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * progmodes/python.el (python-quote-syntax): Don't bother with
3880 syntax-ppss-context.
3881 (python-fill-paragraph): Make sure that fenced-string delimiters that
3882 stand on their own line stay there.
3883
3884 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3885
3886 * replace.el (perform-replace): Propertize message.
3887
3888 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3889
3890 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3891 invisible heading.
3892
3893 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3894
3895 * net/tramp.el (tramp-file-name-handler): Revert last change.
3896
3897 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3898
3899 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3900 Correct doc strings.
3901
3902 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * replace.el (perform-replace): Undo forward-char immediately if
3905 non-adjacent search fails.
3906
3907 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * version.el (emacs-major-version, emacs-minor-version):
3910 string-to-int -> string-to-number.
3911
3912 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * help.el (where-is): Fail gracefully when not passed a command.
3915
3916 2007-02-28 Stuart Herring <herring@lanl.gov>
3917
3918 * find-lisp.el (find-lisp-default-directory-predicate):
3919 Fix bug: Do symlink check on expanded filename.
3920
3921 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3922
3923 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3924 changes during replacement.
3925 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3926
3927 2007-02-28 Lars Hansen <larsh@soem.dk>
3928
3929 * desktop.el: Delete header line listing me as maintainer.
3930
3931 2007-02-28 Glenn Morris <rgm@gnu.org>
3932
3933 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3934 the menus case.
3935
3936 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3937
3938 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3939 hooks to avoid confusion when combining after-change calls.
3940
3941 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3942
3943 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3944 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3945 (allout-distinctive-bullets-string): Add info about bullet conventions.
3946 (allout-mode): Add info about distinctive vs plain bullets.
3947
3948 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3949
3950 * textmodes/org.el (org-archive-subtree): Quote variable name.
3951 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3952
3953 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3954
3955 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3956 (gud-bashdb-command-name, bashdb): Remove.
3957 (gud, gud-menu-map): Remove references to bash/bashdb.
3958
3959 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3960
3961 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3962 keyword for Python 2.5.
3963
3964 2007-02-26 Romain Francoise <romain@orebokech.com>
3965
3966 * net/net-utils.el (whois-server-tld): Update server for .org.
3967 (whois-server-list): Add whois.publicinterestregistry.net.
3968 (whois-guess-server): Fix formatting in docstring.
3969
3970 2007-02-26 Kim F. Storm <storm@cua.dk>
3971
3972 * mouse.el (mouse-show-mark): Run hooks and perform command
3973 remapping for mouse-region-delete-keys.
3974
3975 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3976
3977 * font-core.el (font-lock-mode): Doc fix.
3978
3979 2007-02-25 Kim F. Storm <storm@cua.dk>
3980
3981 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3982 Add selected buffer to buffer-name-history.
3983 (ido-file-internal): Set this-command to fallback command.
3984 Add file names to file-name-history.
3985
3986 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3987 Apply minibuffer-prompt-properties.
3988
3989 2007-02-25 Andreas Schwab <schwab@suse.de>
3990
3991 * files.el (hack-one-local-variable-eval-safep): Correct handling
3992 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3993
3994 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3995
3996 * textmodes/org.el (org-table-overlay-coordinates)
3997 (org-table-toggle-coordinate-overlays): New functions.
3998 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3999 New variables.
4000 (org-startup-with-deadline-check): Remove option.
4001 (org-mode): Remove deadline check on startup.
4002 (org-table-limit-column-width): Remove option.
4003 (org-table-formula-numbers-only): Remove option.
4004 (org-link-style, org-link-format): Remove options.
4005 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4006 (org-export-ascii-show-new-buffer)
4007 (org-export-html-show-new-buffer): Remove options.
4008 (org-activate-links): Remove camel option.
4009 (org-file-link-context-use-camel-case): Remove option.
4010 (org-camel-regexp): Remove variable.
4011 (org-activate-camels): Remove function.
4012 (org-store-link): Remove Camel stuff.
4013 (org-make-org-heading-camel): Remove function.
4014 (org-open-at-point): Remove camel stuff.
4015 (org-link-search): Remove camel stuff.
4016 (org-camel-to-words): Function removed.
4017 (org-get-agenda-file-buffer): Make sure we prepare the base
4018 buffers, not any indirect buffers.
4019 (org-sort-entries): Sort top-level when not on a headline, and no
4020 active region.
4021 (org-in-regexp): New function.
4022 (org-search-not-self): Rename from `org-search-not-link'.
4023 (org-open-link-marker): New variable.
4024 (org-open-at-point): Set `org-open-link-marker'.
4025 (org-print-icalendar-entries): Fixe bug with excluding DONE
4026 entries from the exported list.
4027 (org-edit-formula-lisp-indent): New command.
4028 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4029 (orgtbl-to-latex, orgtbl-insert-radio-table)
4030 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4031 (orgtbl-radio-table-templates): New option.
4032 (org-store-link-props):
4033 (org-remember-templates): More possibilities to insert info
4034 into templates.
4035 (org-remember-apply-template): Make use of the extended
4036 template capabilities.
4037 (org-remember-redo-template): New command.
4038 (org-upgrade-old-links)
4039 (org-table-modify-formulas, org-table-replace-in-formulas)
4040 (org-table-find-dataline)
4041 (org-table-get-vertical-vector): Remove functions.
4042 (org-table-remove-rectangle-highlight)
4043 (org-time-stamp-format, org-toggle-log-option)
4044 (org-table-highlight-rectangle)
4045 (org-table-iterate, org-table-make-reference):
4046 (org-translate-time, org-tree-to-indirect-buffer)
4047 (org-table-field-info, org-table-fix-formulas)
4048 (org-table-force-dataline, org-table-get-descriptor-line)
4049 (org-table-get-range)
4050 (org-skip-comments, org-sort)
4051 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4052 (org-table-current-dline, org-table-current-field-formula)
4053 (org-table-edit-backward-field)
4054 (org-table-edit-formulas-post-command)
4055 (org-table-edit-line-down, org-table-edit-line-up)
4056 (org-agenda-archive)
4057 (org-agenda-clock-cancel)
4058 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4059 (org-agenda-open-link, org-agenda-show-new-time)
4060 (org-agenda-skip-subtree-when-regexp-matches)
4061 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4062 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4063 (org-do-sort, org-file-image-p, org-find-overlays)
4064 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4065 (org-highlight-until-next-command, org-isearch-end)
4066 (org-match-any-p, org-next-link, org-previous-link):
4067 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4068 (org-rewrite-old-row-references)
4069 (org-isearch-post-command)
4070 (org-table-edit-move, org-table-edit-next-field)
4071 (org-table-edit-scroll, org-table-edit-scroll-down)
4072 (org-set-frame-title, org-show-reference)
4073 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4074 (org-show-variable): Remove command.
4075 (org-add-log-maybe): New arguments STATE, FINDPOS
4076 (org-table-sort-lines): Rewrite from scratch.
4077 (org-link-search): New argument AVOID-POS.
4078 (org-print-icalendar-entries): Remove argument CATEGORY.
4079 (org-run-agenda-series): Remove argument WONDOW.
4080 (org-next-link, org-previous-link): New commands.
4081 (org-agenda-date-format): New option.
4082 (org-table-iterate): New command.
4083 (org-table-modify-formulas)
4084 (org-table-replace-in-formulas): Remove functions.
4085 (org-table-fix-formulas): New function.
4086 (org-table-insert-column, org-table-delete-column)
4087 (org-table-move-column): Use `org-table-fix-formulas'.
4088 (org-follow-gnus-link): Patch from Bastien/Leo.
4089 (org-table-current-field-formula): New function.
4090 (org-file-image-p): New function.
4091 (org-agenda-show-new-time): New function.
4092 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4093 (org-with-remote-undo): New macro.
4094 (org-agenda-undo): New command.
4095 (org-verify-change-for-undo): New function.
4096 (org-time-stamp-format): New function.
4097 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4098 by user.
4099 (org-match-any-p): New function.
4100 (org-make-tags-matcher): Handle regular expressions for tag and
4101 todo matches.
4102 (org-read-date): Accept "+N" as input for a date relative to the
4103 current date.
4104 (org-remove-subtree-entries-from-agenda): New function.
4105 (org-agenda-archive, org-agenda-kill):
4106 Use `org-remove-subtree-entries-from-agenda'.
4107 (org-do-sort, org-sort-entries): New functions.
4108 (org-sort): New command.
4109 (org-table-sort-lines): Use `org-do-sort'.
4110 (org-fix-decoded-time): New function.
4111 (org-table-number-regexp): Require 0x... to identify as number
4112 in tables.
4113 (org-startup-options): New keywords for note taking.
4114 (org-upgrade-old-links): Remove function.
4115 (org-get-repeat): New function.
4116 (org-show-context): Also show siblings on current level.
4117 (org-show-siblings): New function.
4118 (org-isearch-end, org-isearch-post-command): New functions.
4119 (org-show-siblings): New option.
4120 (org-show-context): Use `org-show-siblings'.
4121 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4122 to be bound, because user may just use elisp.
4123
4124 2007-02-24 Kim F. Storm <storm@cua.dk>
4125
4126 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4127 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4128
4129 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4130
4131 * startup.el (command-line): Also check if the abbrev file is readable.
4132
4133 2007-02-24 John Paul Wallington <jpw@pobox.com>
4134
4135 * net/tls.el (tls-certtool-program): Fix custom type.
4136
4137 * mail/feedmail.el (feedmail-message-id-generator)
4138 (feedmail-date-generator): Fix custom types.
4139
4140 * mail/rmail.el (rmail-message-filter): Fix custom type.
4141
4142 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4143
4144 * startup.el (command-line): If simple.el cannot be found, proceed
4145 with a warning message.
4146
4147 2007-02-24 Kenichi Handa <handa@m17n.org>
4148
4149 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4150 case that BEG is a string.
4151
4152 2007-02-24 Chris Moore <dooglus@gmail.com>
4153
4154 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4155 * pgg-pgp.el (pgg-pgp-encrypt-region):
4156 * pgg-gpg.el (pgg-gpg-encrypt-region):
4157 Check pgg-encrypt-for-me if no other recipients.
4158
4159 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4160
4161 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4162
4163 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4164 shell-quote-argument.
4165
4166 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4167
4168 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4169 from the comint buffer instead of the temporary one.
4170
4171 2007-02-23 David Reitter <david.reitter@gmail.com>
4172
4173 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4174 storing it in recentf-exclude.
4175
4176 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4179 in splash screen.
4180
4181 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4182
4183 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4184 commands, for restart.
4185 (idlwave-shell-current-module): Fix handling of module name by type.
4186 (idlwave-shell-break-in): Update type handling.
4187 (idlwave-shell-bp-get): Encode type in BP structure.
4188 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4189 (idlwave-shell-module-source-query): Query routine info based on type.
4190 Fix path parsing for non-compiled files.
4191 (idlwave-shell-module-source-filter): Don't signal error in filter
4192 if no source found.
4193 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4194 filter race.
4195
4196 2007-02-22 Kim F. Storm <storm@cua.dk>
4197
4198 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4199 (editable-field): Document need to put some text before the %v
4200 escape in :format string.
4201
4202 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4205 (vc-svn-use-edit): Remove unused config var.
4206 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4207
4208 * outline.el (hide-sublevels): Keep empty last line, if available.
4209
4210 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4211 rather than the corresponding unicode char, to make the code
4212 more readable.
4213
4214 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4215
4216 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4217 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4218 (speedbar-item-info-tag-helper): Doc fixes.
4219
4220 2007-02-19 Kenichi Handa <handa@m17n.org>
4221
4222 * international/mule-cmds.el (locale-language-names):
4223 Map "eo" to "Esperanto".
4224
4225 * language/european.el ("Esperanto"): New language environment.
4226
4227 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4228
4229 * simple.el (kill-line): Doc fix.
4230
4231 2007-02-17 Kim F. Storm <storm@cua.dk>
4232
4233 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4234 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4235 (bindat--unpack-group, bindat--pack-group):
4236 Handle vectors with optional element type.
4237
4238 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4239
4240 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4241 if PASSPHRASE is given.
4242
4243 2007-02-17 Chris Moore <dooglus@gmail.com>
4244
4245 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4246 Recognize backups of bz2 compressed files.
4247
4248 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4249
4250 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4251 to nil to speed up lookup of the symbol in index nodes.
4252
4253 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4254
4255 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4256 Add indentation for the constants of Lisp.
4257
4258 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * ps-print.el: Use (defvar <foo>) where applicable.
4261 (ps-print-emacs-type): Remove.
4262 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4263 (ps-frame-parameter): Align its call-convention with frame-parameter.
4264 (ps-begin-job): Adjust calls to it appropriately.
4265 (ps-setup): Don't print ps-print-emacs-type.
4266 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4267 Define in such a way that it's obvious that it's defined.
4268 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4269 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4270 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4271
4272 2007-02-15 Alan Mackenzie <acm@muc.de>
4273
4274 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4275 an empty one-line C-style comment, post-position point properly.
4276
4277 2007-02-15 Chris Moore <dooglus@gmail.com>
4278
4279 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4280 (isearch-lazy-highlight-new-loop): Bind it.
4281 (isearch-lazy-highlight-search): Use it.
4282
4283 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4284
4285 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * font-lock.el (font-lock-extend-region-wholelines):
4288 Only return non-nil if the region has really been changed.
4289 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4290
4291 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4292
4293 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4294 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4295 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4296
4297 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * faces.el (color-values): Revert changes to docstring from
4300 2007-01-31 and 2000-09-07.
4301
4302 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4303 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4304 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4305 (ispell-help): Fix typos in docstring and output message.
4306
4307 2007-02-14 Kim F. Storm <storm@cua.dk>
4308
4309 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4310 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4311 (grep): Fix lgrep reference.
4312
4313 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4314 (standard-display-underline): Use make-glyph-code.
4315
4316 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4317
4318 * international/latin1-disp.el (latin1-display-char):
4319 Use make-glyph-code.
4320
4321 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4322
4323 * ehelp.el (with-electric-help, electric-help-exit)
4324 (electric-help-retain): Doc fixes.
4325
4326 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4327 (byte-compile-file): Doc fixes.
4328
4329 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4330
4331 * term/mac-win.el: Change all uses of
4332 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4333 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4334 (mac-ae-get-url): Call select-frame-set-input-focus.
4335 (mac-dnd-handle-drag-n-drop-event): Don't call
4336 select-frame-set-input-focus.
4337
4338 2007-02-13 Kenichi Handa <handa@m17n.org>
4339
4340 * international/characters.el: Fix documentation of category `a'.
4341
4342 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4343
4344 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4345
4346 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4347
4348 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4349 (tramp-get-remote-ln): Handle error case.
4350 Reported by Chris Moore <dooglus@gmail.com>.
4351
4352 2007-02-11 Kim F. Storm <storm@cua.dk>
4353
4354 * bindings.el (ctl-x-map): Remove register compatibility bindings
4355 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4356
4357 2007-02-11 Richard Stallman <rms@gnu.org>
4358
4359 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4360 in load history.
4361
4362 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4363 condition -- don't fail to stop at endpos.
4364
4365 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4366
4367 * textmodes/org.el (org-agenda-get-todos)
4368 (org-agenda-get-timestamps, org-agenda-get-closed)
4369 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4370 (org-agenda-get-blocks, org-format-agenda-item)
4371 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4372 from `category' to `org-category'.
4373
4374 2007-02-11 Kenichi Handa <handa@m17n.org>
4375
4376 * international/titdic-cnv.el (titdic-convert): Force files be written
4377 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4378 (miscdic-convert): Force files be written with Unix-like eol format.
4379
4380 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4381
4382 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4383
4384 * calculator.el (calculator-prompt): Doc fix.
4385 (calculator-mode-map): Fix typo in menu entry.
4386
4387 2007-02-10 Jay Belanger <belanger@truman.edu>
4388
4389 * calculator.el (calculator): Do more extensive checking for when
4390 3 lines should be used for the calculator.
4391
4392 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4393
4394 * info-look.el (info-lookup-make-completions):
4395 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4396 index nodes.
4397
4398 * info.el (Info-fontify-maximum-menu-size): Document the effect
4399 of a nil value.
4400 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4401 non-nil before using it as size.
4402
4403 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * subr.el (insert-for-yank-1): Prevent read-only properties from
4406 interfering with text property operations.
4407
4408 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4409
4410 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4411 (image-type-auto-detected-p): Fail if another match is found in
4412 auto-mode-alist.
4413
4414 * files.el (magic-mode-alist): Call image-mode instead of
4415 image-mode-maybe for autodetected images.
4416
4417 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4418
4419 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4420 Fix typos in docstrings.
4421 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4422
4423 2007-02-09 Kim F. Storm <storm@cua.dk>
4424
4425 * emacs-lisp/float-sup.el: Remove obsolete comment.
4426
4427 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4428
4429 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4430
4431 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4432
4433 * simple.el: Revert previous change, at request of RMS:
4434 (fundamental-mode-hook): Remove.
4435 (fundamental-mode): Run after-change-major-mode-hooks manually,
4436 and don't run the now-nonexistent fundamental-mode-hook.
4437
4438 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4439
4440 * simple.el (fundamental-mode-hook): Declare new hook.
4441 (fundamental-mode): Run the new dedicated hook, and don't run
4442 after-change-major-mode-hooks manually anymore.
4443
4444 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4445
4446 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4447 added columns of chars. Remove support for the "no-meta-info" format.
4448 Prompted by Romain Francoise <romain@orebokech.com>.
4449
4450 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4451
4452 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4453 (gdb-mouse-until, gdb-mouse-jump): Use it.
4454
4455 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4456
4457 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4458 work when there is just an assembler buffer (no source buffer).
4459
4460 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4461
4462 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4463 just because the diff was produced using "-p" (--show-c-function).
4464
4465 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4466
4467 * faces.el (frame-set-background-mode): Use `color-values' and
4468 `display-color-p', not `x-color-values' and `x-display-color-p'.
4469 (face-valid-attribute-values): Use `defined-colors' instead of
4470 `x-defined-colors'.
4471
4472 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4473
4474 * ps-print.el: The ps-print commands without face printing should not
4475 print background color. Reported by Leo <sdl.web@gmail.com>.
4476 (ps-print-version): New version 6.7.3.
4477 (ps-begin-job): New arg. Fix ps-default-background and
4478 ps-default-foreground initialization.
4479 (ps-face-attributes): Fix doc string.
4480 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4481
4482 * printing.el: Fix ps-print link.
4483
4484 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * faces.el (face-set-after-frame-default): Compile attributes to
4487 be set by frame parameters before merging in X resources.
4488
4489 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4490
4491 * simple.el (blink-matching-paren-dont-ignore-comments):
4492 (blink-matching-paren-on-screen): Doc fixes.
4493
4494 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4495
4496 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4497
4498 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4501 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4502 entries like `defun'. Return nil.
4503
4504 2007-02-05 Kim F. Storm <storm@cua.dk>
4505
4506 * ido.el: Doc fixes.
4507
4508 2007-02-04 David Kastrup <dak@gnu.org>
4509
4510 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4511 `mpuz-allow-double-multiplicator' is non-zero, and correct
4512 calculation of `min'.
4513
4514 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4515
4516 * wid-edit.el (widget-default-create): Insert new text at the
4517 :from marker _after_ the marker, not before it.
4518
4519 2007-02-04 Alan Mackenzie <acm@muc.de>
4520
4521 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4522 containing it is re-indented.
4523
4524 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4525
4526 * net/newsticker.el (newsticker--insert-image): Update docstring,
4527 and insert the image directly.
4528 (newsticker--buffer-redraw): Update docstring.
4529
4530 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4531 Rename from define-global-minor-mode.
4532
4533 * progmodes/cwarn.el (global-cwarn-mode):
4534 * emacs-lisp/autoload.el (make-autoload):
4535 * hi-lock.el (global-hi-lock-mode):
4536 * font-core.el (global-font-lock-mode): All callers changed.
4537
4538 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4539
4540 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4541 Don't copy @ignore lines into menu descriptions.
4542 (texinfo-multi-file-update): Goto the @node line before attempting
4543 to pluck the node name.
4544 (texinfo-multiple-files-update): Reverse the optional arguments'
4545 order, as per the doc string and the `interactive' form.
4546
4547 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * image-mode.el: Use autoload to avoid overriding disabled setting
4550 applied in .emacs.
4551
4552 2007-02-03 Alan Mackenzie <acm@muc.de>
4553
4554 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4555 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4556 adjacent paren groups).
4557
4558 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4559
4560 * progmodes/ebnf2ps.el: Doc fixes.
4561 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4562
4563 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4564
4565 * dired-x.el (dired-do-relsymlink): Add reference to
4566 dired-do-symlink. Add an autoload cookie.
4567
4568 * dired-aux.el (dired-do-symlink): Add reference to
4569 dired-do-relsymlink.
4570
4571 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4572
4573 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4574 <left-fringe mouse-3>: New bindings.
4575
4576 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4577
4578 * net/newsticker.el (newsticker-version): Changed to "1.10".
4579 (newsticker--set-customvar): Doc string.
4580 (newsticker-new-item-face): Doc string.
4581 (newsticker-mode): Initialize `invisibility-spec' with t.
4582 (newsticker-mode-map): Added
4583 `newsticker-mark-all-items-at-point-as-read'.
4584 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4585 (newsticker-w3m-show-inline-images): Do not call
4586 `w3m-remove-image'.
4587 (newsticker--buffer-after-w3m-insert-image): New advice for
4588 w3m-insert-image to cache images.
4589 (newsticker-next-item-same-feed): New.
4590 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4591 (newsticker-mark-all-items-of-feed-as-read): New.
4592 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4593 (newsticker-mark-item-at-point-as-read): Doc string.
4594 (newsticker-mark-item-at-point-as-read): Use new functions.
4595 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4596 `newsticker-mark-item-at-point-as-read'.
4597 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4598 (newsticker--sentinel): Yet another xml-parser workaround.
4599 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4600 days.
4601 (newsticker--buffer-do-insert-text): Fix.
4602 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4603 (newsticker--buffer-make-item-completely-visible):
4604 `switch-to-buffer' not necessary.
4605
4606 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4607
4608 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4609 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4610 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4611 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4612 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4613
4614 2007-02-02 Kenichi Handa <handa@m17n.org>
4615
4616 * international/quail.el (quail-show-key): Fix an error message.
4617
4618 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * faces.el (set-face-underline-p, modify-face): Rename arg
4621 UNDERLINE-P to UNDERLINE (it is not a flag).
4622
4623 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4624
4625 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4626 when adding gdb-speedbar-update to gdb-input-queue.
4627
4628 2007-02-01 Kenichi Handa <handa@m17n.org>
4629
4630 * international/quail.el (quail-show-key): Signal an error if the
4631 current input method is not using Quail.
4632
4633 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4634
4635 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4636 Trim leading whitespace in sysvar names.
4637
4638 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4639
4640 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4641
4642 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4643
4644 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4645
4646 2007-01-31 Romain Francoise <romain@orebokech.com>
4647
4648 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4649 previous change to this file.
4650
4651 2007-01-31 Jason Rumney <jasonr@gnu.org>
4652
4653 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4654 image-mode.
4655
4656 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4657 interfering with attempt to set major mode from modified
4658 auto-mode-alist.
4659
4660 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4661
4662 * faces.el (color-values): Doc fix.
4663 (face-differs-from-default-p): Don't check :foreground twice.
4664
4665 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4666
4667 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4668
4669 2007-01-31 Kenichi Handa <handa@m17n.org>
4670
4671 * international/quail.el (quail-store-decode-map-key): Store a
4672 translated character too.
4673 (quail-char-equal-p): New function.
4674 (quail-find-key1): Check character equality by quail-char-equal-p.
4675 (quail-decode-map-generated): New variable.
4676 (quail-find-key): Check quail-decode-map-generated and re-generate
4677 a decode map if necessary.
4678
4679 2007-01-30 Richard Stallman <rms@gnu.org>
4680
4681 * tutorial.el (tutorial--detailed-help): Make the list of
4682 changed keys look nicer.
4683
4684 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4685
4686 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4687 (gdb-var-delete): Use it.
4688 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4689 `in_scope'.
4690
4691 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4692
4693 * files.el (get-free-disk-space): Return nil for remote directories.
4694
4695 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4696 instead of "dir".
4697
4698 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4699
4700 * type-break.el (type-break-catch-up-event): New function.
4701 (type-break-demo-hanoi, type-break-demo-life)
4702 (type-break-demo-boring): Use it.
4703
4704 * image-mode.el (image-mode): Don't automatically view as image.
4705 (image-toggle-display): Add `disabled' property.
4706
4707 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4708
4709 * isearchb.el (isearchb-iswitchb):
4710 * ps-print.el (ps-build-face-reference):
4711 * emacs-lisp/shadow.el (list-load-path-shadows):
4712 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4713 * international/mule.el (find-auto-coding):
4714 * mail/supercite.el (sc-attrib-selection-list):
4715 * progmodes/cc-defs.el (c-emacs-features):
4716 * progmodes/cc-vars.el (c-offsets-alist):
4717 * progmodes/flymake.el
4718 (flymake-init-create-temp-source-and-master-buffer-copy):
4719 Fix typos in docstrings (some suggested by Chris Moore).
4720
4721 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4722 (vhdl-get-library-unit, vhdl-corresponding-begin)
4723 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4724 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4725 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4726 (vhdl-font-lock-match-item): Fix typos in docstrings.
4727 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4728 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4729 (vhdl-speedbar-insert-project-hierarchy):
4730 Improve argument/docstring consistency.
4731
4732 2007-01-29 Kenichi Handa <handa@m17n.org>
4733
4734 * international/titdic-cnv.el (py-converter): Fix previous change.
4735
4736 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * jka-compr.el (jka-compr-partial-uncompress)
4739 (jka-compr-call-process): Rebind default-directory if it is
4740 invalid. Suggested by Chris Moore.
4741
4742 * comint.el (comint-insert-input): Handle situation where the
4743 selected buffer is not the clicked buffer.
4744
4745 2007-01-29 Kenichi Handa <handa@m17n.org>
4746
4747 * international/ja-dic-cnv.el (skkdic-convert):
4748 Add byte-compile-disable-print-circle:t at the head.
4749
4750 * international/titdic-cnv.el (tit-process-header):
4751 Add byte-compile-disable-print-circle:t at the head.
4752 (miscdic-convert): Likewise.
4753 (py-converter): Skip the header comments.
4754
4755 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4756 New variable.
4757 (byte-compile-output-file-form): Bing print-circle to nil if
4758 byte-compile-output-file-form is not nil.
4759 (byte-compile-output-docform): Likewise.
4760
4761 2007-01-28 Kim F. Storm <storm@cua.dk>
4762
4763 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4764 Declare earlier to avoid byte compiler warnings.
4765
4766 2007-01-28 Markus Triska <markus.triska@gmx.at>
4767
4768 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4769
4770 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4771
4772 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4773 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4774 when calling update-game-score program. Remove unnecessary
4775 save-excursion.
4776
4777 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4778
4779 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4780
4781 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4782 avoid compiler warning.
4783 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4784 might have values other than "true" or "false".
4785
4786 2007-01-28 Richard Stallman <rms@gnu.org>
4787
4788 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4789 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4790
4791 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4792
4793 * image.el (image-type-header-regexps): Make GIF regex more specific.
4794
4795 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4796 Don't check `backspace'.
4797 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4798 in Fundamental mode.
4799
4800 * startup.el (fancy-splash-text, normal-splash-screen):
4801 Mention C-g.
4802
4803 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4804 when inserting in buffer.
4805
4806 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4807 inside the if.
4808
4809 2007-01-27 Richard Stallman <rms@gnu.org>
4810
4811 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4812
4813 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4814
4815 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4816 enum/union/struct/class definition.
4817 Revert change to call `forward-sexp' multiple times.
4818
4819 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * files.el (hack-local-variables-confirm): Don't keep trying to
4822 read an event from an empty kbd macro.
4823
4824 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4825
4826 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4827
4828 2007-01-27 Ben North <ben@redfrontdoor.org>
4829
4830 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4831 the arg CHILDREN -> WHICH.
4832
4833 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4834
4835 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4836 default-directory to a sane value when calling start-process.
4837
4838 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4839
4840 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4841 (ls-lisp-format-time-list): Doc fix. Mention
4842 ls-lisp-use-localized-time-format.
4843 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4844 ls-lisp-use-localized-time-format is non-nil, even if a valid
4845 locale is defined.
4846
4847 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4848
4849 * jka-compr.el (jka-compr-shell): Doc fix.
4850
4851 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4852
4853 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4854
4855 * ps-print.ps: Fix background height.
4856 (ps-print-version): New version 6.7.2.
4857
4858 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4859
4860 * makefile.w32-in (finder-data, custom-deps): Depend on
4861 $(lisp)/loaddefs.el.
4862
4863 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4864
4865 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4866
4867 2007-01-24 Miles Bader <miles@gnu.org>
4868
4869 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4870 (byte-compile-output-docform): Bind `print-circle' to t.
4871
4872 2007-01-24 Kenichi Handa <handa@m17n.org>
4873
4874 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4875 file name of the original SKK dictionary file.
4876
4877 2007-01-24 Kim F. Storm <storm@cua.dk>
4878
4879 * ido.el (ido-initial-position): New variable.
4880 (ido-read-internal): Set it if default item is specified.
4881 (ido-minibuffer-setup): Position cursor accordingly if set.
4882 (ido-edit-input): C-e moves to end of input if not already there.
4883 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4884 Don't switch to buffer mode if repeating C-b at start of input.
4885 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4886 input; else it moves to start of input.
4887 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4888 not at end of input, delete rest of input, rather than normal op.
4889
4890 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4891
4892 * emulation/viper-keym.el (viper-insert-basic-map):
4893 Delete binding for S-TAB.
4894
4895 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4896 of message. Activate mark.
4897 (ediff-activate-mark): Set transient-mark-mode to t.
4898
4899 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4900
4901 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4902
4903 * help-fns.el (describe-variable): Don't suppress display of
4904 buffer local value when the value is "large".
4905
4906 2007-01-22 Kim F. Storm <storm@cua.dk>
4907
4908 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4909 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4910 (ido-tidy): Use ido-active.
4911
4912 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4913
4914 * hexl.el (hexl-mode-exit): Add missing quote.
4915
4916 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4917
4918 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4919 (mac-ae-keyboard-modifiers): New function.
4920 (mac-handle-toolbar-switch-mode): Use it.
4921 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4922 if keyboard modifiers on drop contain option key.
4923 (mac-dnd-drop-data): Add optional argument `action'.
4924 (special-event-map): Remove binding for M-drag-n-drop.
4925
4926 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4927
4928 * add-log.el (add-log-current-defun): Use CC Mode functions to
4929 find the beginning and end of a defun.
4930
4931 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4932
4933 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4934 (gdb-var-create-handler): Handle value field in GDB output of
4935 -var-create.
4936 (gdb-max-frames): New variable.
4937 (gdb-stack-buffer, gdb-frames-select): Use it.
4938 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4939 if necessary.
4940 (gdb-get-frame-number): Simplify.
4941
4942 2007-01-21 Glenn Morris <rgm@gnu.org>
4943
4944 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4945 Update copyrights.
4946
4947 2007-01-21 Alan Mackenzie <acm@muc.de>
4948
4949 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4950 handling of K&R stuff.
4951
4952 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4953
4954 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4955
4956 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4957
4958 * ps-print.el: Handle frame parameters (background and/or foreground
4959 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4960 (ps-print-version): New version 6.7.1.
4961 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4962 (ps-frame-parameter): New fun.
4963 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4964 Fix doc and customization.
4965 (ps-begin-job): Get frame parameters (background and/or foreground
4966 colors).
4967 (ps-do-despool): Ensure ps-printer-name has a valid value.
4968
4969 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4970
4971 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4972 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4973 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4974 mean unlimited.
4975
4976 2007-01-20 Alan Mackenzie <acm@muc.de>
4977
4978 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4979 much more rigorous analysis of putative K&R regions.
4980
4981 2007-01-20 Alan Mackenzie <acm@muc.de>
4982
4983 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4984 New functions.
4985
4986 2007-01-20 Alan Mackenzie <acm@muc.de>
4987
4988 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4989 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4990 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4991 * progmodes/cc-vars.el: Add my name.
4992
4993 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * files.el (find-alternate-file): Revert query message to Emacs 21
4996 version.
4997
4998 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4999
5000 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5001 the doc string how to use personal abbrevs without electric
5002 keywords.
5003
5004 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5005
5006 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5007 Fixed cursor position when toggle abbreviated display.
5008
5009 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5010
5011 * t-mouse.el: Update copyright following assignment by
5012 Alessandro Rubini.
5013
5014 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5015
5016 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5017 (type-break-demo-boring): Call read-event instead of read-char.
5018
5019 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5020
5021 * progmodes/compile.el: Add handling for makepplog.
5022
5023 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5024
5025 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5026 aspell dictionaries are initialized when called non-interactively.
5027
5028 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5029
5030 * progmodes/compile.el (compilation-loop): New arg limit.
5031 Handle case where the first error is at point-min.
5032 (compilation-next-error): New arg to compilation-loop call.
5033
5034 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5035
5036 * info.el (Info-default-dirs): Change default info dir to
5037 share/info.
5038
5039 * paths.el (Info-default-directory-list): Ditto.
5040
5041 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5042
5043 * hexl.el (hexl-before-revert-hook): New function.
5044 (hexl-mode): Use it.
5045 (hexl-after-revert-hook): Just call hexl-mode.
5046 (hexl-mode-exit): Remove before-revert-hook.
5047
5048 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5051
5052 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5053
5054 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5055 by "-" in francais7 otherchars entry.
5056 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5057 otherchars entry.
5058
5059 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5060
5061 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5062 path. Rewrite function in `cond' style for readability.
5063
5064 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5065 (The path shortening, that is, not the rearrarangement.)
5066
5067 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5068
5069 * term/mac-win.el (mac-ae-quit-application): New function.
5070 (mac-apple-event-map): Bind "quit application" Apple event to it.
5071
5072 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5075 than the program's output.
5076
5077 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5078
5079 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5080 (kmacro-start-macro-or-insert-counter)
5081 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5082 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5083
5084 * longlines.el (longlines-show-hard-newlines):
5085 * ruler-mode.el (ruler-mode-ruler):
5086 * emulation/keypad.el (keypad-setup):
5087 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5088 Fix typo in docstring.
5089
5090 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5091
5092 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5093 Remove redirect character ">".
5094
5095 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5096
5097 * replace.el (perform-replace): Remove leftover code.
5098
5099 2007-01-12 Richard Stallman <rms@gnu.org>
5100
5101 * replace.el (perform-replace): Don't clear NODENT when computing
5102 the replacement string.
5103
5104 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5105
5106 * net/tramp.el (tramp-handle-file-local-copy):
5107 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5108 <christopher.ian.moore@gmail.com>.
5109
5110 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * diff-mode.el (diff-sanity-check-context-hunk-half)
5113 (diff-sanity-check-hunk): New functions.
5114 (diff-find-source-location): Use'em to check the hunks are well-formed.
5115
5116 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5117 activate undo when undo is not active.
5118 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5119
5120 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5123 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5124 (ffap-url-at-point): Use char-classes rather than "a-z".
5125
5126 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5127
5128 * ediff-init.el (ediff-autostore-merges):
5129 * textmodes/fill.el (fill-region): Doc fix.
5130
5131 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5132
5133 * server.el (server-ensure-safe-dir): UIDs may be floats.
5134
5135 2007-01-10 Richard Stallman <rms@gnu.org>
5136
5137 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5138 around calls to directory-files.
5139
5140 * subr.el (momentary-string-display): Use save-excursion.
5141
5142 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5143 argument, but read it as `X' does.
5144
5145 2007-01-09 Juri Linkov <juri@jurta.org>
5146
5147 * info.el (Info-fontify-node): Don't hide node names of index entries.
5148
5149 * faces.el (momentary): Change :group to basic-faces where all
5150 basic faces belong to. Add :version.
5151
5152 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5153
5154 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5155 keybinding is found.
5156 (tutorial--find-changed-keys): Never treat null keybinding as a
5157 remapping.
5158
5159 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5160
5161 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5162
5163 2007-01-09 Kenichi Handa <handa@m17n.org>
5164
5165 * international/mule-cmds.el
5166 (select-safe-coding-system-interactively): Fix message.
5167
5168 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5169
5170 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5171 (tramp-process-actions): Add optional parameter TIMEOUT.
5172 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5173 (tramp-open-connection-su): Add timeout of 60".
5174
5175 2007-01-09 Richard Stallman <rms@gnu.org>
5176
5177 * progmodes/compile.el (compile): Doc fix.
5178
5179 2007-01-09 Markus Triska <markus.triska@gmx.at>
5180
5181 * tumme.el (tumme-display-thumb): Doc fix.
5182
5183 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * battery.el (battery-search-for-one-match-in-files):
5186 * bindings.el (mode-line-minor-mode-help):
5187 * x-dnd.el (x-dnd-types-alist):
5188 * calendar/icalendar.el (icalendar-import-buffer):
5189 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5190
5191 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5192
5193 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5194
5195 * replace.el (replace-regexp): Fix typo in docstring.
5196
5197 2007-01-07 Alan Mackenzie <acm@muc.de>
5198
5199 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5200 Amend doc-string and comments.
5201
5202 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5203
5204 * files.el (abbreviate-file-name): Doc fix.
5205
5206 2007-01-06 Markus Triska <triska@gmx.at>
5207
5208 * subr.el (split-string): Remove spurious ")" from doc string.
5209
5210 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5211
5212 * textmodes/table.el (table--warn-incompatibility):
5213 Use display-warning instead of momentary-string-display.
5214
5215 2007-01-05 Richard Stallman <rms@gnu.org>
5216
5217 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5218
5219 * simple.el (backward-kill-word): Doc fix.
5220
5221 2007-01-05 Romain Francoise <romain@orebokech.com>
5222
5223 * international/mule.el (sgml-html-meta-auto-coding-function):
5224 Ensure that the buffer contains a HTML document.
5225
5226 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5227
5228 * faces.el (momentary): Move here ...
5229 * subr.el (momentary): ... from here.
5230
5231 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5232
5233 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5234 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5235 large structures/arrays.
5236
5237 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5238
5239 * files.el (find-file-noselect-1, set-visited-file-name):
5240 Allow backup-enable-predicate to be nil.
5241
5242 2007-01-04 Andreas Schwab <schwab@suse.de>
5243
5244 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5245 last change.
5246
5247 2007-01-03 Richard Stallman <rms@gnu.org>
5248
5249 * woman.el (woman-decode-buffer): Clarify error message.
5250
5251 2007-01-03 Alan Mackenzie <acm@muc.de>
5252
5253 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5254
5255 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5256
5257 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5258
5259 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5262
5263 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * emulation/viper.el (viper-custom-file-name, viper-mode):
5266 Fix typos in docstrings.
5267
5268 * subr.el (momentary-string-display): After moving point, set POS
5269 variable to it to avoid later errors once the buffer is modified.
5270 Doc fix.
5271
5272 2007-01-02 Alan Mackenzie <acm@muc.de>
5273
5274 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5275 check that the "*/" is present before trying to manipulate it.
5276
5277 2007-01-02 Richard Stallman <rms@gnu.org>
5278
5279 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5280
5281 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5282 Fix format of value.
5283
5284 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5285 Change messages accordingly.
5286 (customize-customized): Now alias.
5287
5288 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5289
5290 * files.el (version-control): Doc fix.
5291
5292 2007-01-01 Alan Mackenzie <acm@muc.de>
5293
5294 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5295 Check the format of c-state-cache is valid for an optimisation before
5296 using it.
5297
5298 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5299 are at a statement within a macro". Other changes so that only
5300 the first continuation line in a macro gets the symbol
5301 `cpp-define-intro', the others getting `statement', or whatever.
5302
5303 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5304 a string, preserve whitespace. Add a backslash only when also in
5305 a macro.
5306
5307 * progmodes/cc-defs.el: Correct typos.
5308
5309 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5310 new line after an escaped EOL in a string.
5311
5312 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5313 label when it directly follows "else", "do", ....
5314
5315 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5316 angle brackets (as seen in "explicit specialisations" of C++
5317 templates).
5318
5319 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5320 in the doc-string.
5321
5322 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5323 when the comment ender looks like "=========*/" and is alone on
5324 its line.
5325
5326 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5327 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5328 for the old name.
5329
5330 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5331 c-\(beginning\|end\)-of-defun by default.
5332
5333 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5334 New line-up function, for the DEFUN macro in the Emacs C sources.
5335 Only used in "gnu" style.
5336
5337 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5338 the "gnu" style.
5339
5340 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5341 clean-up comment-close-slash also to work when there's a comment
5342 terminator on the line.
5343 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5344 these for large arg - only take account of top level {..}, except
5345 for initial and final adjustments. M-- C-M-[ae] now go to the
5346 right defuns when the starting point is between defuns. They use
5347 the four new functions:
5348 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5349 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5350 support c-\(beginning\|end\)-of-defun.
5351
5352 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5353 expressions more rigorously, to exclude bit-field specifiers from
5354 being classed as labels.
5355 (c-forward-label): When analyzing a ":" within a macro, be careful
5356 about using c-forward-syntactic-ws at the macro beginning.
5357 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5358 stmt boundary, check for "operator=", etc.
5359
5360 * progmodes/cc-mode.el (c-postprocess-file-styles):
5361 Bind inhibit-read-only to t, around the call to
5362 c-remove-any-local-eval-or-mode-variables, so that it works on a
5363 RO file.
5364
5365 * progmodes/cc-defs.el (c-version): Update the version number to
5366 "5.31.4".
5367
5368 2007-01-01 Richard Stallman <rms@gnu.org>
5369
5370 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5371 only if we restored isearch-window-configuration.
5372
5373 2006-12-31 Romain Francoise <romain@orebokech.com>
5374
5375 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5376
5377 2006-12-31 Kim F. Storm <storm@cua.dk>
5378
5379 * files.el (auto-mode-case-fold): New defcustom.
5380 (set-auto-mode): If non-nil, perform second case-sensitive pass
5381 through auto-mode-alist if first pass failed.
5382
5383 2006-12-30 Richard Stallman <rms@gnu.org>
5384
5385 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5386
5387 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5388
5389 * allout.el (allout-encrypt-string): Handle symmetric-key
5390 passphrase caching but leave keypair caching to pgg.
5391
5392 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5393
5394 Sync with Tramp 2.0.55.
5395
5396 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5397 `integerp'. `char-equal' could fail else in case of negative
5398 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5399 (top): Check for `font-lock-add-keywords' before calling; it
5400 doesn't exist under XEmacs.
5401 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5402 (tramp-completion-mode): Remove clause (not
5403 tramp-unified-filenames), because the function is called in other
5404 context too, where this check results in wrong results in the
5405 XEmacs case on Windows.
5406 (tramp-touch): UTC handling is not possible for XEmacs.
5407
5408 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5409
5410 * scroll-bar.el (previous-scroll-bar-mode): New variable
5411 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5412 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5413
5414 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5415
5416 2006-12-30 Richard Stallman <rms@gnu.org>
5417
5418 * files.el (make-backup-file-name-1): Precompute abs name
5419 but don't lose the relative name.
5420
5421 * international/mule-cmds.el (select-safe-coding-system-interactively):
5422 Fix message.
5423
5424 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5425
5426 * files.el (backup-buffer): Show entire backup file name in msg.
5427
5428 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5429
5430 * image.el (image-type-header-regexps, image-type-from-data)
5431 (image-type-from-buffer, image-type-from-file-header):
5432 Revert changes from 2006-12-26.
5433 (image-type-auto-detectable): New variable.
5434 (image-type-auto-detected-p): New function.
5435
5436 * files.el (magic-mode-alist): Detect image files with
5437 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5438
5439 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5440
5441 * dired.el (dired-sort-other): Move test for dired-mode...
5442 (dired-sort-set-modeline): ...to here.
5443
5444 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5445
5446 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5447 change. Suggested by Stefan Monnier.
5448
5449 2006-12-29 Kim F. Storm <storm@cua.dk>
5450
5451 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5452 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5453
5454 2006-12-27 Kim F. Storm <storm@cua.dk>
5455
5456 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5457 so it doesn't accidentally match an fsf.org mail address.
5458 (authors-renamed-files-alist): Add tcover-*.el.
5459
5460 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * vc-arch.el (vc-arch-find-version): New function.
5463
5464 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5465 composed of arbitrary characters (even /) in some systems.
5466
5467 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5468
5469 * international/mule-cmds.el (select-safe-coding-system-interactively):
5470 Improve the message in the *Warning* buffer.
5471
5472 2006-12-27 Kim F. Storm <storm@cua.dk>
5473
5474 * ido.el (ido-set-matches-1): Fix last change. If default item is
5475 current buffer, it is ok to be first.
5476
5477 2006-12-27 Kenichi Handa <handa@m17n.org>
5478
5479 * international/mule-cmds.el (select-safe-coding-system-interactively):
5480 Use face `link' for problematic chars.
5481
5482 2006-12-27 Kenichi Handa <handa@m17n.org>
5483
5484 * international/mule-cmds.el (select-safe-coding-system-interactively):
5485 Improve the message in *Warning* buffer.
5486
5487 2006-12-27 Kim F. Storm <storm@cua.dk>
5488
5489 * ido.el (ido-set-matches-1): Never put current buffer first if
5490 there are other matches.
5491
5492 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5493
5494 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5495 expressions.
5496 (gdb-var-delete): Handle duplicate names. Print message for non
5497 root expressions.
5498 (gdb-partial-output-name): Start buffer name with a space.
5499 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5500 buffer name.
5501
5502 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5503
5504 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5505 last footnote when `footnote-spaced-footnotes' is nil.
5506
5507 2006-12-26 Richard Stallman <rms@gnu.org>
5508
5509 * cus-edit.el (custom-browse-sort-alphabetically)
5510 (custom-buffer-sort-alphabetically)
5511 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5512
5513 * image.el (image-type-header-regexps): Change element format
5514 to include third item NOT-ALWAYS.
5515 (image-type-from-data): Handle new format.
5516 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5517 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5518
5519 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5520
5521 * add-log.el (add-log-current-defun): Call `forward-sexp'
5522 multiple times to pick a member function name defined as
5523 part of nested classes/namespaces.
5524
5525 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5526
5527 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5528 which keymap should be used to change menu. It does not affect any
5529 existent code.
5530
5531 2006-12-26 Richard Stallman <rms@gnu.org>
5532
5533 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5534 rather than for being in a minibuffer window.
5535
5536 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5537
5538 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5539 locale-coding-system.
5540 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5541 LF.
5542
5543 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5544
5545 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5546 (sql-mode-syntax-table): Disable double quoted strings.
5547 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5548
5549 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5550
5551 * startup.el (fancy-splash-last-input-event): New variable.
5552 (fancy-splash-special-event-action): New function.
5553 (fancy-splash-screens): Temporarily bind special events to it.
5554 Execute command for saved special event before exiting from
5555 recursive editing.
5556
5557 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5558 New functions.
5559 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5560 Use mac-unread-string.
5561
5562 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5563
5564 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5565 an optimized comment regexp if `comment-start-skip' uses a ^.
5566 * bs.el (bs--up): Remove interactive spec.
5567
5568 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5571 Suggested by James Cloos.
5572
5573 2006-12-24 Kevin Ryde <user42@zip.com.au>
5574
5575 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5576 in March.
5577 (calendar-dst-ends): Default to first Sunday in November.
5578
5579 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5580
5581 * allout.el (allout-encrypt-string): Inhibit use of agent within
5582 body of let form where encryption happens. Acknowledge non-use of
5583 gpg-agent in docstring.
5584 (allout-toggle-subtree-encryption): Acknowledge non-use of
5585 gpg-agent in docstring.
5586
5587 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5590
5591 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5592
5593 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5594 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5595
5596 * emulation/viper-cmd.el (viper-post-command-sentinel):
5597 Protect against errors in hooks.
5598 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5599 actually modify buffer; ignore errors if occur.
5600
5601 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5602
5603 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5604 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5605 formatting.
5606
5607 2006-12-23 Richard Stallman <rms@gnu.org>
5608
5609 * simple.el (delete-horizontal-space): Doc fix.
5610
5611 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5612
5613 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5614 explicitly in a recursive Make, not implicitly through prerequisites,
5615 since the latter is wrong under parallel builds.
5616
5617 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5618
5619 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5620
5621 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5622
5623 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5624 message string.
5625
5626 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5627
5628 * outline.el (outline-next-visible-heading): Fix the case with a
5629 header at end-of-file with no final newline.
5630
5631 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5632
5633 * indent.el (tab-always-indent): Doc fix.
5634
5635 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5636
5637 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5638 (Info-fontify-node): Do fontify indices.
5639
5640 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5641 to the Emacs Lisp reference manual.
5642 (tutorial--tab-map): Remove. All callers changed.
5643 (tutorial--find-changed-keys): New elt QUIET, used to...
5644 (tutorial--display-changes): ...ensure that warning messages are
5645 only issued once per changed key.
5646 (tutorial--remove-remarks): Delete unused code-path.
5647 (lang-strings): Remove extraneous formatting.
5648 (tutorial--save-tutorial): Prompt before saving tutorial state.
5649
5650 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5653 Replace '?\ ' by '?\s' throughout.
5654 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5655 `help' custom group.
5656 (tutorial--key-description): New function.
5657 (tutorial--display-changes): Remove redundant arg. Scan for all
5658 key sequences to avoid false matches. Cleanup.
5659 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5660 reduce homedir pollution.
5661 (help-with-tutorial): Call tutorial--display-changes with no arg.
5662
5663 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5664
5665 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5666
5667 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5668
5669 * net/tramp.el (tramp-default-method): We still need to check for
5670 `executable-find', because it is not bound under Emacs 20.
5671 (tramp-handle-file-name-completion)
5672 (tramp-completion-handle-file-name-completion): Handle optional
5673 parameter PREDICATE.
5674 (tramp-find-default-method): Add code for default values.
5675
5676 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5677
5678 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5679 make gud-go send "continue".
5680
5681 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5682
5683 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5684 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5685
5686 2006-12-19 Kim F. Storm <storm@cua.dk>
5687
5688 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5689 instead of global-map.
5690
5691 * files.el (magic-mode-alist): Allow matching file type by
5692 calling a function at bob. Check for image types by calling
5693 image-type-from-buffer. Suggested by Juanma Barranquero.
5694 (set-auto-mode): Do it.
5695
5696 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5697
5698 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5699 Remove "ControlMaster" option from the other `scp*' methods.
5700 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5701
5702 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5703
5704 * textmodes/org.el (org-mode): Show context after isearch.
5705 (org-show-siblings): New function.
5706 (org-show-context): Use `org-show-siblings'.
5707
5708 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5711 Use syntax-ppss-toplevel-pos.
5712
5713 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5714
5715 * textmodes/org.el (org-current-line): Make sure that lines are
5716 counted from beginning of buffer.
5717 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5718 lines are counted from beginning of buffer.
5719
5720 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5721
5722 * info.el (Info-build-node-completions): Signal error if tag-table
5723 marker is not found.
5724
5725 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5726
5727 2006-12-17 Alan Mackenzie <acm@muc.de>
5728
5729 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5730 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5731 Based on code by Martin Rudalics.
5732
5733 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5734 open-paren-in-column-0-is-defun-start to nil any more.
5735
5736 2006-12-17 Richard Stallman <rms@gnu.org>
5737
5738 * simple.el (delete-horizontal-space): Use prefix arg.
5739
5740 * help-fns.el (describe-variable): Improve blank separator lines.
5741
5742 * files.el (magic-mode-alist): Mark as risky.
5743
5744 * files.el (make-backup-file-name-1):
5745 Expand backup-directory explicitly.
5746
5747 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5748
5749 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5750 check whether package password.el is loaded, or Pageant is running.
5751
5752 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5753
5754 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5755 (icalendar--rris): First try Emacs, then XEmacs.
5756 (icalendar--convert-ical-to-diary): Doc fix.
5757 Insert newline at end of target file.
5758
5759 2006-12-17 Kim F. Storm <storm@cua.dk>
5760
5761 * outline.el (outline-isearch-open-invisible-function): New defvar.
5762 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5763 overlay property instead of outline-isearch-open-invisible.
5764
5765 2006-12-16 Kim F. Storm <storm@cua.dk>
5766
5767 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5768 if ido-directory-too-big is set on entry.
5769 (ido-toggle-ignore, ido-completion-help): Print message while
5770 reading big directory.
5771
5772 2006-12-15 Richard Stallman <rms@gnu.org>
5773
5774 * shell.el (shell): Doc fix.
5775
5776 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5777
5778 * emulation/edt.el (edt-xserver):
5779 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5780 to fix a problem on Cygwin.
5781
5782 * emulation/edt.el
5783 * emulation/edt-mapper.el
5784 * emulation/edt-lk201.el
5785 * emulation/edt-pc.el
5786 * emulation/edt-vt100.el: Update maintainer's email address.
5787
5788 2006-12-15 Simon Marshall <simon@gnu.org>
5789
5790 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5791
5792 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5793
5794 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5795 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5796 instead of mac-atsu-font-table.
5797 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5798
5799 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5800
5801 * align.el (align-match-tex-pattern): Fix a rare bug which
5802 hanged Emacs.
5803
5804 2006-12-14 Richard Stallman <rms@gnu.org>
5805
5806 * startup.el (use-fancy-splash-screens-p): Use frame-height
5807 instead of window-height. Pass frame to image-size.
5808
5809 2006-12-13 Kenichi Handa <handa@m17n.org>
5810
5811 * international/mule-cmds.el (set-locale-environment):
5812 Set default-sendmail-coding-system too.
5813
5814 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5815
5816 * progmodes/idlw-help.el: Fix copyright notice.
5817
5818 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5821
5822 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5823
5824 * subr.el (unread-command-char): Reformat obsolescence info.
5825
5826 2006-12-11 Richard Stallman <rms@gnu.org>
5827
5828 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5829 about calls to cl-struct-setf-expander.
5830
5831 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5832
5833 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5834 (ediff-combination-pattern): Fix typo in docstring.
5835
5836 * textmodes/refer.el (refer-find-entry): Doc fix.
5837 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5838 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5839 Fix tipos in docstrings.
5840
5841 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5842
5843 2006-12-10 Kim F. Storm <storm@cua.dk>
5844
5845 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5846 instead of binding M-backspace.
5847
5848 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5849
5850 * replace.el (replace-match-data, replace-match-maybe-edit):
5851 * calc/calc-aent.el (calc-eval-error):
5852 * emulation/vi.el (vi-char-argument):
5853 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5854 (c-vsemi-status-unknown-p-fn): Doc fixes.
5855
5856 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5857
5858 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5859 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5860
5861 2006-12-10 Masatake YAMATO <jet@gyve.org>
5862
5863 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5864
5865 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5868
5869 * man.el (Man-xref-button-action): New function. If the
5870 `Man-target-string' button property is a function, assume it
5871 accepts a position argument.
5872 (Man-abstract-xref-man-page): Use it.
5873 (Man-default-man-entry): New optional arg POS.
5874
5875 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5876 symlink arrows read-only and non-rear-sticky.
5877
5878 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5879
5880 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5881 (wdired-search-and-rename): Simplify code.
5882 (wdired-preprocess-files, wdired-preprocess-perms): Make
5883 read-only property of preceding character rear-nonsticky to
5884 avoid that it can be modified. Put old-name and old-link
5885 properties on character preceding name and replace
5886 put-text-property by add-text-properties.
5887 (wdired-get-filename, wdired-get-previous-link): Get old-name
5888 and old-link properties from character preceding name and
5889 simplify code.
5890 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5891 (wdired-perms-to-number): Make local-map property
5892 rear-nonsticky to avoid that text following permissions may be
5893 modified. Use add-text-properties instead of put-text-property
5894 when changing a permission bit.
5895 (wdired-change-to-dired-mode): Remove stickiness properties.
5896
5897 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5898
5899 * international/mule-cmds.el (register-input-method): Doc fix.
5900
5901 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5902
5903 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5904
5905 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5906
5907 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5908 Force buffer local defs evaluation on local variables loading.
5909 (flyspell-mode-on, flyspell-mode-off): Use it in
5910 `hack-local-variables-hook'.
5911
5912 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5913
5914 * emacs-lisp/find-func.el (find-variable): Doc fix.
5915
5916 * help-fns.el (variable-at-point): Doc fix.
5917
5918 * w32-fns.el (w32-append-code-lines): New function.
5919
5920 2006-12-09 Romain Francoise <romain@orebokech.com>
5921
5922 * comint.el (comint-insert-input): Delete obsolete comment.
5923
5924 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5927 current frame, in case we're connected to several displays.
5928
5929 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5930
5931 * frame.el (other-frame): Doc fix.
5932 (set-frame-parameter): Fix typo in docstring.
5933
5934 2006-12-07 Kim F. Storm <storm@cua.dk>
5935
5936 * info.el (Info-index): Strip leading colon from topic.
5937
5938 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5939
5940 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5941 to pointers.
5942
5943 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5944
5945 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5946 Trim out spurious class inheritance "None" entries.
5947
5948 2006-12-05 Kim F. Storm <storm@cua.dk>
5949
5950 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5951 (cua-paste-pop): Rework last change for
5952 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5953 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5954 text inserted by the last M-y command.
5955
5956 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5957
5958 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5959 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5960
5961 * shell.el (shell): Search the start file in ~/.emacs.d as
5962 `init_SHELLNAME.sh' instead.
5963
5964 2006-12-05 Glenn Morris <rgm@gnu.org>
5965
5966 * progmodes/cperl-mode.el (cperl-mode)
5967 * progmodes/f90.el (f90-mode-abbrev-table)
5968 * progmodes/fortran.el (fortran-mode-abbrev-table)
5969 * progmodes/octave-mod.el (octave-abbrev-table)
5970 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5971 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5972
5973 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5974 clear abbrev table, else saved abbrevs will not be restored.
5975
5976 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5977
5978 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5979 the call to `make-obsolete-variable', not in the docstring.
5980
5981 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5982
5983 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5984
5985 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5986
5987 * progmodes/ebnf-abn.el:
5988 * progmodes/ebnf-bnf.el:
5989 * progmodes/ebnf-dtd.el:
5990 * progmodes/ebnf-ebx.el:
5991 * progmodes/ebnf-iso.el:
5992 * progmodes/ebnf-otz.el:
5993 * progmodes/ebnf-yac.el:
5994 * progmodes/ebnf2ps.el:
5995 * delim-col.el:
5996 * printing.el:
5997 * ps-bdf.el:
5998 * ps-mule.el:
5999 * ps-print.el: Remove 'Time-stamp' comment mark.
6000
6001 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6002 'easy-menu-add-item' when called in Emacs 21 or higher.
6003
6004 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6005
6006 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6007 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6008
6009 2006-12-04 Kim F. Storm <storm@cua.dk>
6010
6011 * bindings.el (global-map): Bind [signal t] to ignore, to have
6012 user signals ignored by default.
6013
6014 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6017 Unicode data file pointed to by `describe-char-unicodedata-file'.
6018
6019 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6022 O(n^2) regexp-search by anchoring the search.
6023
6024 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6025
6026 * whitespace.el (whitespace-cleanup-internal): Use current
6027 argument for recursive call.
6028
6029 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6030
6031 * net/tramp.el (tramp-methods): Add "ControlPath" and
6032 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6033 Andreas Schwab <schwab@suse.de>.
6034 (tramp-do-copy-or-rename-file-out-of-band)
6035 (tramp-open-connection-rsh): Compute format spec for ?t.
6036 (tramp-process-actions): Trace command parameters.
6037
6038 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6039
6040 * simple.el (toggle-truncate-lines): Clarify doc string.
6041
6042 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6043 (gdb-speedbar-expand-node): Use it.
6044
6045 2006-12-04 Richard Stallman <rms@gnu.org>
6046
6047 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6048
6049 * dired.el (dired-revert): Turn off dired-after-readin-hook
6050 around call to dired-readin.
6051
6052 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6053 to echo area messages.
6054 <indicate-empty-lines, case-fold-search>:
6055 Add "globally" to Help string.
6056 <case-fold-search>: MESSAGE arg need not say "globally".
6057 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6058
6059 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6060
6061 * outline.el (outline-end-of-subtree): Don't leave an empty
6062 line hidden as we would a real next heading.
6063
6064 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6065
6066 * allout.el (allout-ascend): Add an optional argument to preserve
6067 original position of point when unsuccessful. Also, fix a
6068 docstring error.
6069 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6070 work again, using allout-ascend's new option.
6071 (allout-setup-mode-map): Extract from allout-mode to initialize
6072 allout-mode-map. Call it on file load, so the mode docstring
6073 substitutions work even if allout mode has not yet been invoked.
6074 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6075 customizations since the map was last processed. Also, refine the
6076 docstring so it's ship-shape for release.
6077 (allout-default-layout, allout-beginning-of-line-cycles)
6078 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6079 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6080 (allout-version, allout-layout, allout-infer-body-reindent)
6081 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6082 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6083 (allout-previous-heading, allout-goto-prefix-doublechecked)
6084 (allout-current-bullet-pos, allout-next-sibling-leap)
6085 (allout-pre-command-business, allout-encrypted-type-prefix)
6086 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6087 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6088 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6089 (allout-old-expose-topic, allout-listify-exposed)
6090 (allout-process-exposed, allout-latex-verb-quote)
6091 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6092 (allout-toggle-current-subtree-encryption)
6093 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6094 Remove extraneous open-paren and close paren string escapes.
6095
6096 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6097
6098 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6099 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6100 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6101 Fix typos in docstrings.
6102
6103 2006-12-03 Glenn Morris <rgm@gnu.org>
6104
6105 * progmodes/cc-align.el
6106 * progmodes/cc-awk.el
6107 * progmodes/cc-cmds.el
6108 * progmodes/cc-compat.el
6109 * progmodes/cc-defs.el
6110 * progmodes/cc-engine.el
6111 * progmodes/cc-langs.el
6112 * progmodes/cc-menus.el
6113 * progmodes/cc-mode.el
6114 * progmodes/cc-styles.el
6115 * progmodes/cc-vars.el
6116 * progmodes/vhdl-mode.el: Fix Copyright format.
6117
6118 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6121 initial down event.
6122
6123 2006-12-02 Kim F. Storm <storm@cua.dk>
6124
6125 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6126 (cua-repeat-replace-region): Make M-v more robust.
6127 (cua-paste-pop-rotate-temporarily): New defcustom.
6128 (cua-paste-pop): Use it.
6129 (cua-auto-mark-last-change): New defcustom.
6130 (cua-pop-to-last-change): New helper function.
6131 (cua-set-mark): Use them.
6132
6133 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6134
6135 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6136 mini-buffer message.
6137
6138 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6139
6140 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6141
6142 2006-12-01 Ben North <ben@redfrontdoor.org>
6143
6144 * paren.el: Fix the highlight overlay extension when the user types a
6145 sequence of char very fast just before the open parenthesis.
6146
6147 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6148
6149 * ps-mule.el: Eliminate Emacs 20 compatibility.
6150
6151 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6152 (ps-print-version): New version 6.7.
6153 (ps-print-quote): Replace '?\ ' by '?\s'.
6154
6155 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6156
6157 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6158 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6159 (hexl-end-of-1k-page): Doc fixes.
6160 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6161 Fix typos in docstrings.
6162
6163 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6164
6165 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6166 locally, i.e. without using file name handlers.
6167 (ido-read-internal): Allow mono letter host names, avoiding the
6168 `c:' problem by testing if the file exists locally.
6169 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6170
6171 2006-11-30 Masatake YAMATO <jet@gyve.org>
6172
6173 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6174 to avoid bytecomp warnings.
6175 (hexl-mode-old-ruler-function): New variable.
6176 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6177 and `hl-line-range-function' after `require' hl-line.
6178 Then bind `hl-line-range-function' and `hl-line-face'.
6179 Don't require frame. Don't use `with-no-warnings'.
6180 (hexl-activate-ruler): Store the original value of
6181 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6182 (hexl-mode-exit): Restore the original value of
6183 `ruler-mode-ruler-function'.
6184
6185 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6186
6187 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6188 (hexl-mode-old-hl-line-face): New variable.
6189 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6190 line when exit from the hexl-mode.
6191
6192 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6193
6194 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6195 Doc fixes.
6196
6197 * international/fontset.el (create-fontset-from-ascii-font)
6198 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6199 (fontset-name-p): Fix typo in docstring.
6200
6201 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6202
6203 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6204
6205 * ps-bdf.el: Fix maintainer email.
6206
6207 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6208 compatibility.
6209
6210 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6211 21 compatibility.
6212 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6213 Emacs 20 & 21.
6214
6215 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6216
6217 * progmodes/idlwave.el (idlwave-auto-fill):
6218 Remove paragraph-start let to prevent auto-fill giving up.
6219
6220 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6221
6222 * vt100-led.el (led-state): Fix typo in previous change.
6223
6224 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6225
6226 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6227 Fix interactive spec of the functions getting defined to make them
6228 work as documented.
6229
6230 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6231
6232 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6233
6234 2006-11-28 Kim F. Storm <storm@cua.dk>
6235
6236 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6237 icomplete-mode is enabled.
6238
6239 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6240
6241 * textmodes/org.el (require): Require gnus-sum during compilation
6242 to avoid problem with a macro call.
6243
6244 2006-11-28 Glenn Morris <rgm@gnu.org>
6245
6246 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6247
6248 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6249 (fortran-window-create-momentarily): Do not need string-to-char.
6250
6251 2006-11-28 Richard Stallman <rms@gnu.org>
6252
6253 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6254 Replace incorrect use of assoc-default with a loop.
6255
6256 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6257
6258 * simple.el (next-error-find-buffer): Improve messages.
6259
6260 * files.el (revert-buffer): Special error message if file
6261 is now not readable.
6262
6263 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6264 constructed commands.
6265
6266 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6267 in INSIDE_EMACS.
6268
6269 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6270
6271 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6272
6273 * server.el: Remove spurious * in docstrings.
6274 (server-process-filter): Exit from recursive editing before processing
6275 a new request.
6276
6277 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6278
6279 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6280 line so hidden blocks will be correctly identified.
6281
6282 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6283
6284 * ledit.el (ledit-save-defun, ledit-mode):
6285 * resume.el (resume-emacs-args-buffer):
6286 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6287 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6288 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6289 (command-send-input, command-kill-line):
6290 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6291
6292 * autoarg.el (autoarg-kp-mode): Doc fix.
6293
6294 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6295 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6296 (check-emacs-lock): Doc fix. Simplify.
6297
6298 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6299 (iimage-mode-buffer): Fix typos in docstring.
6300
6301 * misc.el (zap-up-to-char): Doc fix.
6302
6303 * time-stamp.el: Fix comment and obsolescence string for old
6304 functions. Use `dolist' instead of `while'.
6305
6306 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6307
6308 * disp-table.el (standard-display-8bit, standard-display-default):
6309 * ebuff-menu.el (electric-buffer-list):
6310 * ehelp.el (electric-help-command-loop):
6311 * font-core.el (font-lock-mode):
6312 * help-macro.el (make-help-screen):
6313 * help.el (describe-minor-mode-completion-table-for-indicator)
6314 (lookup-minor-mode-from-indicator):
6315 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6316 * info-look.el (info-lookup-guess-custom-symbol):
6317 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6318 * longlines.el (longlines-wrap-line):
6319 * macros.el (insert-kbd-macro):
6320 * menu-bar.el (menu-bar-update-buffers):
6321 * misc.el (copy-from-above-command):
6322 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6323 * newcomment.el (comment-indent):
6324 * novice.el (disabled-command-function):
6325 * sort.el (sort-fields-syntax-table):
6326 * subr.el (momentary-string-display):
6327 * tar-mode.el (tar-header-block-summarize)
6328 (tar-clear-modification-flags):
6329 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6330 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6331 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6332 (te-delete-char, te-down-vertically-or-scroll):
6333 * time-stamp.el (time-stamp-string-preprocess):
6334 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6335
6336 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6337
6338 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6339 in GUD mode.
6340
6341 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6342 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6343
6344 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6345
6346 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6347
6348 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6349
6350 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6351 (ada-compile-goto-error): Adapt to new argument profile of
6352 compilation-goto-locus in Emacs 22. Don't check if the various
6353 compile functions are defined; we already do "(require 'compile)".
6354
6355 2006-11-26 Kim F. Storm <storm@cua.dk>
6356
6357 * kmacro.el: Fix commentary.
6358
6359 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6360
6361 * progmodes/gud.el (gdb): Explain how to run in text command mode
6362 more clearly. Say in error message that multiple debugging
6363 requires restarting GDB.
6364
6365 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6366
6367 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6368
6369 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6370
6371 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6372 (flymake-popup-menu): Use it instead of posn-at-point.
6373
6374 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6375
6376 * progmodes/cc-vars.el (c-backslash-column):
6377 Mention c-backslash-max-column in documentation for c-backslash-column.
6378
6379 2006-11-24 Lars Hansen <larsh@soem.dk>
6380
6381 * net/tramp.el (tramp-default-method): Under Windows, change from
6382 plink to pscp.
6383 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6384 (tramp-actions-copy-out-of-band):
6385 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6386 (tramp-action-out-of-band): Move "Permission denied" handling to
6387 tramp-action-copy-failed.
6388 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6389 process buffer.
6390
6391 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6394 strings to a single string. Quote `errors-file-name'.
6395 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6396 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6397 Adjust calls. Use `shell-quote-argument'.
6398
6399 * international/mule.el (load-with-code-conversion)
6400 (with-category-table): Use with-current-buffer.
6401 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6402
6403 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6404
6405 * mail/smtpmail.el (smtpmail-send-it):
6406 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6407 MIME header for the message encoding.
6408 Bind coding-system-for-write around the call to mail-do-fcc.
6409 Use smtpmail-code-conv-from to encode queued mail messages.
6410
6411 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6412
6413 * tabify.el (tabify-regexp): Doc fix.
6414
6415 * net/rcirc.el (rcirc-buffer-maximum-lines):
6416 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6417
6418 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6419 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6420 Fix typos in output messages.
6421 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6422
6423 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6426 the horse's mouth.
6427 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6428
6429 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6430
6431 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6432 Remove condition-case.
6433
6434 2006-11-23 Glenn Morris <rgm@gnu.org>
6435
6436 * progmodes/f90.el (f90-comment-indent): Do not move point in
6437 default case.
6438
6439 2006-11-21 Romain Francoise <romain@orebokech.com>
6440
6441 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6442 from library name (reverts change of 2005-10-25).
6443
6444 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6445
6446 * tutorial.el (tutorial--default-keys): Add newline and
6447 delete-backward-char bindings.
6448 (tutorial--detailed-help): Save excursion when finding keys.
6449 Correct warning string for M-x FOO case.
6450 (tutorial--display-changes): Print special keys in tutorial style.
6451 Tweak search regexp for changed keys.
6452
6453 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6454
6455 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6456 redundant scheme.
6457
6458 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6459
6460 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6461 are new to the list at IANA. Also added irc, mms, mmsh.
6462
6463 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6464
6465 * progmodes/idlw-help.el (idlwave-html-help-location):
6466 Fail gracefully for missing help packages.
6467 (idlwave-help-assistant-open-link): Open full links.
6468 (idlwave-help-assistant-help-with-topic): Direct help link.
6469
6470 * progmodes/idlwave.el (idlwave-mode):
6471 Set add-log-current-defun-function.
6472 (idlwave-current-routine-fullname): Add, to support add-log.
6473 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6474 to reflect improvements to xml-parse-file.
6475 (idlwave-mode-menu-def): New binding for help-with-topic.
6476
6477 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6478 Handle extra newlines and spaces.
6479 (idlwave-shell-mode-map): Add help-with-topic.
6480
6481 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * tutorial.el (tutorial-warning-face): New face.
6484 (tutorial--detailed-help, tutorial--display-changes): Use it.
6485 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6486 Improve search pattern for occurrences of changed keys.
6487
6488 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6489
6490 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6491 (x-select-text): Set it.
6492 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6493 when checking for newness.
6494
6495 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * subr.el (posn-image):
6498 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6499
6500 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6501
6502 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6503
6504 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6505 Exceptions to the rule "add a space between an identifier and an
6506 opening parenthesis". Defaulted to the `#define' problem of cpp.
6507 (glasses-parenthesis-exception-p): New. Check if the region is an
6508 exception regarding to that.
6509 (glasses-make-readable): Use it.
6510 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6511 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6512
6513 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6514
6515 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6516
6517 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6518
6519 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6520
6521 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6522 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6523
6524 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6527 conditions for function or variable bindings.
6528
6529 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6530
6531 * progmodes/compile.el (compilation-start): Ditto.
6532
6533 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6534
6535 * net/tramp.el (top): cl and custom are always required.
6536
6537 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6538
6539 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6540 cut-buffers with next-selection-coding-system if not nil.
6541
6542 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6543
6544 * textmodes/org.el (org-fix-decoded-time): New function.
6545 (org-display-custom-time): Use `org-fix-decoded-time'.
6546
6547 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * menu-bar.el (menu-bar-games-menu): Remove yow.
6550
6551 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6552
6553 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6554 (org-detach-overlay): Rename from `org-detatch-overlay'.
6555 (org-table-convert-region): Insert space after column separator.
6556 (org-agenda-kill): New command.
6557 (org-metaleft): Call `org-outdent-item' on bullets.
6558 (org-metaright): Call `org-indent-item' on bullets.
6559 (org-timestamp-change): Set `org-last-changed-timestamp'.
6560 (org-current-line): Make sure (bolp) returns correct result.
6561 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6562
6563 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6566
6567 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6568
6569 * mouse.el (global-map): Change 2006-08-16 fix to call
6570 mouse-yank-at-click explicitly, since mouse events are not carried
6571 over into keyboard macros.
6572
6573 2006-11-16 Kim F. Storm <storm@cua.dk>
6574
6575 * ido.el (ido-file-internal): Use current buffer's file name as default
6576 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6577
6578 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6579
6580 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6581 (allout-inhibit-aberrance-doublecheck): Rename from
6582 allout-during-yank-processing. All callers changed.
6583 (allout-ascend): Provide for unusual case where some topic after
6584 the first in file is at lower depth than the first.
6585 (allout-shift-in): Ensure the offspring of the new containing
6586 topic are exposed.
6587 (allout-encrypt-string): Preserve the coding-system of the text,
6588 according to that of the containing buffer.
6589 (allout-toggle-subtree-encryption): When the text being encrypted
6590 requires a different coding system, offer to preserve the coding
6591 system using a file local var.
6592
6593 2006-11-15 Simon Marshall <simon@gnu.org>
6594
6595 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6596 to recognise "T t()" as a function declaration, rather than a
6597 variable instantiation, iff at the top-level or inside a class
6598 declaration. Suggested by Feng Li <fengli@gmail.com>.
6599
6600 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6601
6602 * progmodes/ada-xref.el (ada-parse-prj-file):
6603 Don't delete project buffer; user may want to edit it.
6604 (ada-xref-set-project-field, ada-xref-current-project-file)
6605 (ada-xref-current-project, ada-show-current-project)
6606 (ada-set-main-compile-application): New functions.
6607 (ada-xref-get-project-field, ada-require-project-file):
6608 Normalize use of ada-prj-default-project-file.
6609 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6610 Normalize use of ada-require-project-file.
6611 (ada-prj-find-prj-file): Improve doc string, comments.
6612
6613 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6614 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6615 (ada-create-menu): Add ada-set-main-compile-application,
6616 ada-show-current-main, ada-show-current-project.
6617
6618 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6621 (inferior-python-mode): Use it.
6622
6623 2006-11-14 Andreas Schwab <schwab@suse.de>
6624
6625 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6626
6627 2006-11-13 Kim F. Storm <storm@cua.dk>
6628
6629 * ido.el (ido-copy-current-word): C-o copies region if active.
6630
6631 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6632
6633 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6634
6635 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6636
6637 * ediff.el (ediff-revision):
6638 * files.el (set-visited-file-name):
6639 * mail/rmailout.el (rmail-output-body-to-file):
6640 Use `format', not `message', in `y-or-n-p' call.
6641
6642 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6643
6644 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6645 (org-metaright): Call `org-indent-item' on bullets.
6646 (org-timestamp-change): Set `org-last-changed-timestamp'.
6647 (org-current-line): Make sure (bolp) returns correct result.
6648 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6649
6650 2006-11-12 Richard Stallman <rms@gnu.org>
6651
6652 * language/european.el (turkish-case-conversion-enable)
6653 (turkish-case-conversion-disable): New functions.
6654 ("Turkish" lang env): Use them.
6655
6656 * international/characters.el (case table):
6657 Do nothing special for i and I.
6658
6659 * subr.el (remove-overlays): Fix last change.
6660
6661 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6662 for visiting the custom file.
6663
6664 2006-11-12 Markus Triska <triska@gmx.at>
6665
6666 * play/handwrite.el (handwrite): Also process lines not ending
6667 with newline. Replace some position-fiddling with different
6668 logic. Improve performance.
6669
6670 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6671
6672 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6673 replacing deleted variable `ada-check-switch'.
6674 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6675 (ada-xref-project-files): Improve doc string.
6676 (ada-find-executable): New function.
6677 (ada-initialize-runtime-library): Use `ada-find-executable'.
6678 (ada-xref-set-default-prj-values): In compile commands, don't need
6679 `ada-cd-command'; `compile' does that more portably.
6680 Use ada-prj-default-check-cmd.
6681 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6682 properties if not specified in project file.
6683 (ada-goto-declaration): Display useful message for new error
6684 'error-file-not-found.
6685 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6686 'error-file-not-found.
6687 (ada-get-all-references): Match latest ali syntax. Signal new
6688 error 'error-file-not-found.
6689 (ada-find-in-ali): Match latest ali syntax.
6690 (ada-make-filename-from-adaname): Handle different semantics of
6691 gnatkr in GNAT 3.15p vs later.
6692
6693 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6694 ada-procedure-start-regexp.
6695 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6696
6697 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6698 with defvar.
6699 (ada-language-version): Rename ada05 -> ada2005.
6700 (ada-align-region-separate): Add `eval-when-compile'.
6701 (ada-name-regexp): Remove unneeded escapes in regexp character
6702 alternative.
6703 (ada-compile-goto-error-file-linenr-re): New constant.
6704 (ada-matching-start-re): Handle additional cases `declare',
6705 `procedure', `function'.
6706 (ada-compile-goto-error): Handle "... at line nn".
6707 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6708 Delete support for old versions of `align'.
6709 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6710 (ada-check-defun-name): Simplify handling of `declare'.
6711 (ada-goto-matching-start): Handle nested `begin ... end'.
6712 Handle `declare', `protected', `procedure', `function'.
6713 (ada-create-menu): Presence of arm95 is not conditional on using
6714 GNAT compiler.
6715
6716 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6717
6718 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6719 nil in the *RE-Builder* buffer (it causes spurious error messages).
6720
6721 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6722 been set to t, respect it.
6723
6724 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6725
6726 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6727 Delete commented out code for old Emacs versions. Autoloading of
6728 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6729 (ada-mode-version): Bump version number.
6730 (ada-95-string-keywords, ada-2005-string-keywords)
6731 (ada-2005-keywords, ada-name-regexp): New constant.
6732 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6733 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6734 (ada-package-start-regexp): Support private packages, include package
6735 name (for ada-set-point-accordingly).
6736 (ada-next-procedure, ada-previous-procedure)
6737 (ada-which-function-are-we-in): Match changes to
6738 ada-procedure-start-regexp.
6739 (ada-make-body): Make non-interactive; not a user function.
6740 (ada-make-subprogram-body): Improve doc string.
6741
6742 2006-11-11 Romain Francoise <romain@orebokech.com>
6743
6744 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6745 `compilation-error-regexp-alist' buffer-local, since we changed
6746 `compilation-error-regexp-alist-alist' locally.
6747
6748 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6749
6750 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6751 to the value of `server-raise-frame'.
6752
6753 2006-11-11 Glenn Morris <rgm@gnu.org>
6754
6755 * ido.el (ido-enable-prefix)
6756 * ses.el (ses-call-printer-return)
6757 * net/tramp.el (tramp-unified-filenames)
6758 * progmodes/cc-align.el (c-lineup-string-cont)
6759 * progmodes/compile.el (compilation-directory-matcher)
6760 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6761 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6762 (vhdl-clock-rising-edge)
6763 * textmodes/org.el (org-export-with-timestamps)
6764 (org-export-remove-timestamps-from-toc)
6765 (org-export-with-tags): Improve previous doc fixes.
6766
6767 2006-11-11 Richard Stallman <rms@gnu.org>
6768
6769 * textmodes/flyspell.el (flyspell-mode-map):
6770 Bind C-c $ instead of M-RET.
6771
6772 2006-11-10 Simon Marshall <simon@gnu.org>
6773
6774 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6775 fontification for "case" and "default" keywords.
6776
6777 2006-11-10 Andreas Schwab <schwab@suse.de>
6778
6779 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6780 Avoid starting sentence with "nil".
6781
6782 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * server.el (server-raise-frame): New option.
6785 (server-switch-buffer): Use it.
6786
6787 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6788
6789 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6790 with a capital.
6791
6792 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6793
6794 * textmodes/org.el (org-show-hierarchy-above)
6795 (org-show-following-heading): Fix typo in default value.
6796 (org-scan-tags): Make the search case-sensitive.
6797 (org-tags-sparse-tree): Don't overrule
6798 `org-show-following-heading' and `org-show-hierarchy-above'.
6799 (org-reveal): New command.
6800 (org-show-context): Rename from `org-show-hierarchy-above'.
6801 (org-fast-tag-selection-single-key): New option.
6802 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6803 (org-tags-overlay): New variable.
6804 (org-agenda-todo-ignore-deadlines): New option.
6805 ("session"): Add circular data structure `org-mark-ring' to
6806 exceptions list in session.el.
6807 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6808 New options.
6809 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6810 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6811 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6812 (org-finalize-agenda): Activate bracket links in agenda.
6813 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6814 INACTIVE-OK.
6815 (org-show-hierarchy-above, org-show-following-heading):
6816 List values allowed for fine-tuned configuration.
6817 (org-show-hierarchy-above): New argument CONTEXT, use the
6818 fine-tuned settings in `org-show-hierarchy-above' and
6819 `org-show-following-heading'.
6820 (org-display-custom-time): New function.
6821 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6822 (org-display-custom-times, org-time-stamp-custom-formats):
6823 (org-maybe-intangible): New macro.
6824 (org-activate-bracket-links, org-hide-wide-columns):
6825 Use `org-maybe-intangible'.
6826 (org-open-file): Use `shell-quote-argument'.
6827 (org-display-internal-link-with-indirect-buffer): New option.
6828 (org-file-remote-p): Get regexp from list.
6829 (org-link-expand-abbrev): New function.
6830 (org-link-abbrev-alist): New option.
6831 (org-open-at-point, org-cleaned-string-for-export):
6832 Call `org-link-expand-abbrev'.
6833 (org-timeline, org-agenda-list, org-todo-list)
6834 (org-tags-view): Remove the KEEP-MODES argument.
6835 (org-finalize-agenda-hook): New hook.
6836 (org-get-alist-option): New function.
6837 (org-follow-timestamp-link): New function.
6838 (org-open-at-point): Call `org-follow-timestamp-link'.
6839 (org-log-note-marker, org-log-note-purpose)
6840 (org-log-note-window-configuration): New variables.
6841 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6842 (org-log-note-headings): New option.
6843 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6844 (org-store-link): Support for dired-mode.
6845 (org-open-file): Substitute environment variables into filename.
6846 (org-last): New defsubst.
6847 (org-agenda-re-align-tags): New function.
6848 (org-agenda-align-tags-to-column): New option.
6849 (org-agenda-timeline): Group removed.
6850 (org-prepare-agenda, org-prepare-agenda-buffers)
6851 (org-run-agenda-series, org-timeline, org-agenda-list)
6852 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6853 the text property inticating the agenda type.
6854 (org-agenda-post-command-hook): Get agenda type from text property
6855 at point.
6856 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6857 and obey `org-agenda-overriding-arguments'.
6858 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6859 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6860 (org-agenda-week-view, org-agenda-day-view):
6861 Use `org-agenda-overriding-arguments' to make updating work with
6862 multi-block agendas.
6863 (org-agenda-prefix-format): Allow different formats for the
6864 different agenda entry types.
6865 (org-timeline-prefix-format): Option removed, use
6866 `org-agenda-prefix-format' instead.
6867 (org-prepare-agenda): New function.
6868 (org-select-timeline-window): Option removed, use
6869 `org-select-agenda-window' instead.
6870 (org-respect-restriction): Variable removed.
6871 (org-cmp-tag): New function.
6872 (org-agenda-sorting-strategy, org-entries-lessp):
6873 Implement sorting by last tag.
6874 (org-complete): Better completion in in-buffer option lines.
6875 (org-in-item-p): New function.
6876 (org-org-menu): Add entries for checkboxes.
6877 (org-cycle): Extra brouping in outline-regexp, because it is used
6878 in a search with "^" prepended.
6879 (org-provide-checkbox-statistics): New option.
6880 (org-set-font-lock-defaults): Highlight checkbox statistics.
6881 (org-update-checkbox-count-maybe)
6882 (org-get-checkbox-statistics-face): New functions.
6883 (org-update-checkbox-count): New command.
6884 (org-insert-item, org-toggle-checkbox):
6885 Call `org-update-checkbox-count-maybe'.
6886 (org-export-as-html): XEmacs compatibility for coding system.
6887 (org-force-cycle-archived): New command.
6888 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6889 overrules cycling.
6890 (org-fix-position-after-promote): If the line contains only a todo
6891 keyword, add a final space.
6892 (org-promote-subtree, org-demote-subtree):
6893 Call `org-fix-position-after-promote'.
6894
6895 2006-11-10 Glenn Morris <rgm@gnu.org>
6896
6897 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6898 date in every year.
6899 (calendar-dst-check-each-year-flag): New customizable variable.
6900 (calendar-dst-find-data): New function, extracted from
6901 calendar-current-time-zone.
6902 (calendar-current-time-zone): Use calendar-dst-find-data.
6903 (calendar-dst-transition-cache): New variable.
6904 (calendar-dst-find-startend, calendar-dst-starts)
6905 (calendar-dst-ends): New functions.
6906 (calendar-daylight-savings-starts)
6907 (calendar-daylight-savings-ends): Change value to use
6908 calendar-dst-starts, calendar-dst-ends; respectively.
6909
6910 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6911
6912 * ido.el (ido-enable-prefix)
6913 * ses.el (ses-call-printer-return)
6914 * net/tramp.el (tramp-unified-filenames)
6915 * progmodes/cc-align.el (c-lineup-string-cont)
6916 * progmodes/compile.el (compilation-directory-matcher)
6917 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6918 * progmodes/gdb-ui.el (gdb-many-windows)
6919 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6920 (vhdl-clock-rising-edge)
6921 * textmodes/org.el (org-export-with-timestamps)
6922 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6923 (org-read-date): Doc fix (Nil -> nil).
6924
6925 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6926
6927 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6928 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6929
6930 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6931
6932 * bs.el (bs--window-for-buffer): Remove.
6933 (bs--show-with-configuration): Use `get-window-with-predicate'
6934 instead of `bs--window-for-buffer'.
6935
6936 2006-11-10 Kenichi Handa <handa@m17n.org>
6937
6938 * files.el (revert-buffer): Fix previous change.
6939
6940 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6941
6942 * bs.el (bs--redisplay): Fix typo in docstring.
6943 (bs--window-config-coming-from): Make frame-local.
6944 (bs--restore-window-config): New function.
6945 (bs-kill, bs-select, bs-select-other-window)
6946 (bs-select-other-frame): Use it.
6947 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6948 (bs--show-with-configuration): Save the window configuration as a
6949 frame local var, and only if *buffer-selection* is not already
6950 visible on this frame.
6951
6952 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * vc-svn.el (vc-svn-admin-directory): New var.
6955 (vc-svn-registered, vc-svn-responsible-p)
6956 (vc-svn-repository-hostname): Use it.
6957 Suggested by arit93@yahoo.com.
6958
6959 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * ldefs-boot.el: Regenerate.
6962
6963 2006-11-08 Alan Mackenzie <acm@muc.de>
6964
6965 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6966 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6967 for least nested open-paren.
6968
6969 2006-11-08 Romain Francoise <romain@orebokech.com>
6970
6971 * subr.el (remove-overlays): Fix typo in last change.
6972
6973 2006-11-08 Richard Stallman <rms@gnu.org>
6974
6975 * subr.el (remove-overlays): Call overlay-recenter.
6976
6977 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6978
6979 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6980 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6981 behaviour.
6982 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6983 directly.
6984
6985 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6988 (ido-max-dir-file-cache, ido-decorations)
6989 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6990 (ido-magic-backward-char, ido-enter-dired)
6991 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6992 (ido-list-directory, ido-first-match, ido-only-match)
6993 (ido-subdir, ido-indicator): Fix typos in docstrings.
6994 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6995 (ido-read-internal): Fix typo in error message.
6996
6997 2006-11-08 Kenichi Handa <handa@m17n.org>
6998
6999 * international/mule-cmds.el (set-default-coding-systems):
7000 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7001
7002 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * makefile.w32-in (setwins): Remove.
7005 (WINS_ALMOST): New macro.
7006 (WINS): Use it.
7007 (autoloads): Don't extract autoloads from files in obsolete/.
7008
7009 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7010
7011 * whitespace.el (whitespace-buffer): Call remove-overlays after
7012 overlay-recenter for performance. Suggested by Martin Rudalics.
7013
7014 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7015
7016 * net/tramp.el (tramp-default-method): scp is the default method.
7017
7018 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7019
7020 * server.el (server-start): Save also the Emacs pid in the server file.
7021
7022 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7023
7024 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7025 point when displaying a bibtex cross reference in the echo area.
7026
7027 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7028
7029 * international/mule.el (make-char): Fix typo in docstring.
7030 (load-with-code-conversion, charsetp): Doc fixes.
7031
7032 * international/ja-dic-cnv.el (skkdic-convert):
7033 * cus-edit.el (hook): Fix typo in docstring.
7034
7035 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7036
7037 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7038 (custom-mode-link-map): New variable.
7039 (custom-group-link, custom-manual): Use follow-link.
7040
7041 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7042
7043 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7044 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7045
7046 2006-11-06 Richard Stallman <rms@gnu.org>
7047
7048 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7049 New function broken out of flyspell-correct-word.
7050 (flyspell-mode-map): Bind it to M-RET.
7051 (flyspell-correct-word): Call it.
7052
7053 * textmodes/fill.el (fill-minibuffer-function): New function.
7054 (fill-paragraph): Bind fill-paragraph-function to
7055 fill-minibuffer-function.
7056
7057 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7058 so that they aren't undefined.
7059
7060 * dired.el (dired-readin): Locally bind file-name-coding-system.
7061
7062 * bindings.el: Shorten and clarify usual mode line mouse help string.
7063
7064 * Makefile.in (autoloads): Don't include `obsolete'.
7065
7066 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7069 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7070 Printing menu if it's not initialized.
7071 (pr-menu-bind): Act on menu-bar-file-menu directly.
7072
7073 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7074
7075 * help.el (view-emacs-news): Fix typo in error message.
7076
7077 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7078
7079 * shadowfile.el (shadow-define-regexp-group)
7080 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7081 (shadow-read-files): Fix typo in message.
7082 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7083 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7084 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7085 (shadow-file-match): Fix typos in docstrings.
7086
7087 * terminal.el (terminal-emulator): Fix typo in message.
7088
7089 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7090
7091 * emacs-lisp/lselect.el (x-kill-primary-selection)
7092 (x-delete-primary-selection, x-copy-primary-selection):
7093 Fix typos in error messages.
7094
7095 * emulation/edt-mapper.el: Fix typo in interactive message.
7096
7097 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7098
7099 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7100 (ispell-help): Fix typos in docstrings.
7101 (ispell-help): Fix typo in output message.
7102
7103 * allout.el (allout-adjust-file-variable)
7104 (allout-passphrase-verifier-string)
7105 (allout-passphrase-hint-string)
7106 (allout-toggle-current-subtree-encryption):
7107 * apropos.el (apropos-synonyms):
7108 * cus-edit.el (hook):
7109 * emacs-lock.el (emacs-lock-from-exiting):
7110 * follow.el (follow-avoid-tail-recenter-p):
7111 * hexl.el (hexl-mode):
7112 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7113 * mouse.el (mouse-set-font):
7114 * resume.el (resume-emacs-args-file):
7115 * rfn-eshadow.el (file-name-shadow-tty-properties):
7116 * t-mouse.el (t-mouse-process, t-mouse-mode):
7117 * emacs-lisp/cust-print.el (custom-print-install)
7118 (custom-print-uninstall, custom-format):
7119 * emacs-lisp/shadow.el (list-load-path-shadows):
7120 * emulation/tpu-edt.el (tpu-help-text)
7121 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7122 (tpu-reset-control-keys):
7123 * emulation/vip.el (vip-emacs-local-map)
7124 (vip-change-mode-to-emacs):
7125 * emulation/viper.el (viper-mode, viper-set-hooks)
7126 (viper-major-mode-modifier-list):
7127 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7128 * emulation/viper-keym.el (viper-emacs-kbd-map)
7129 (viper-toggle-key):
7130 * mail/feedmail.el (feedmail-queue-reminder)
7131 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7132 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7133 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7134 (feedmail-sender-line, feedmail-force-binary-write)
7135 (feedmail-from-line, feedmail-deduce-envelope-from)
7136 (feedmail-x-mailer-line, feedmail-message-id-generator)
7137 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7138 (feedmail-enable-spray, feedmail-spray-this-address)
7139 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7140 (feedmail-queue-runner-confirm-global)
7141 (feedmail-ask-before-queue-prompt)
7142 (feedmail-ask-before-queue-reprompt)
7143 (feedmail-prompt-before-queue-standard-alist)
7144 (feedmail-prompt-before-queue-user-alist)
7145 (feedmail-prompt-before-queue-help-supplement)
7146 (feedmail-queue-use-send-time-for-message-id)
7147 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7148 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7149 (feedmail-mail-send-hook-queued)
7150 (feedmail-confirm-addresses-hook-example)
7151 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7152 (feedmail-queue-runner-mode-setter)
7153 (feedmail-queue-alternative-mail-header-separator)
7154 (feedmail-queue-runner-message-sender)
7155 (feedmail-buffer-eating-function, feedmail-binmail-template)
7156 (feedmail-run-the-queue-no-prompts)
7157 (feedmail-run-the-queue-global-prompt)
7158 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7159 (feedmail-envelope-deducer, feedmail-fiddle-date)
7160 (feedmail-default-message-id-generator)
7161 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7162 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7163 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7164 (vms-pmail-setup):
7165 * play/dunnet.el (dun-help):
7166 * play/handwrite.el (handwrite):
7167 * play/hanoi.el (hanoi-unix-64):
7168 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7169 * textmodes/enriched.el (fixed):
7170 * textmodes/org.el (org-file-apps)
7171 (org-emphasis-regexp-components, org-emphasis-alist):
7172 * textmodes/texinfmt.el (batch-texinfo-format):
7173 Fix typos in docstrings.
7174
7175 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7176
7177 * loadhist.el (read-feature): Don't complete features not loaded
7178 from a file (which make `unload-feature' to fail).
7179
7180 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7181
7182 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7183
7184 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7185
7186 * startup.el (command-line-1): Kill emacs if the last frame is
7187 deleted while evaluating the command-line arguments.
7188
7189 2006-11-05 Richard Stallman <rms@gnu.org>
7190
7191 * startup.el (init-file-had-error): Add doc string.
7192 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7193 Use fixed-width font for keyboard key descriptions.
7194
7195 * cus-edit.el (custom-save-all): Error if saving in .emacs
7196 and it had an error when loaded.
7197
7198 * dired-aux.el (dired-copy-file-recursive): Catch errors
7199 from recursive copies in the loop, around the recursive call.
7200
7201 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7202
7203 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7204 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7205 `/proc/acpi/thermal_zone/*'.
7206 (battery-search-for-one-match-in-files): New. Search a regexp in
7207 the content of some files.
7208
7209 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7210
7211 * window.el (mouse-autoselect-window-now): Remove variable.
7212 (mouse-autoselect-window-state): New variable.
7213 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7214 (mouse-autoselect-window-select, handle-select-window):
7215 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7216 Suspend delayed autoselection during menu or popup dialog.
7217
7218 * info-look.el (info-lookup-guess-custom-symbol): New function
7219 for retrieving symbol at point in custom buffers.
7220 (top level) <info-lookup-maybe-add-help>: Add backquote and
7221 comma to ignored characters in regexps of help specifications
7222 for emacs-lisp-mode and lisp-interaction-mode. This permits
7223 looking up symbols in `...' and after a comma. Add help
7224 specifications for custom-mode and help-mode.
7225
7226 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7227
7228 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7229 Don't encode body if RAW is non-nil, or if the old encoding is
7230 identical to the new encoding, or if the body contains only
7231 eight-bit-* characters.
7232
7233 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7234
7235 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7236 (faces-sample-overlay): Remove variable.
7237 (describe-face): Insert sample text in the face being described.
7238
7239 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7240
7241 * whitespace.el (whitespace-indent-regexp): Make this match any
7242 multiples of eight spaces near the beginning of a line.
7243 (whitespace-buffer): Use `remove-overlays' instead of
7244 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7245 speed up overlay handling.
7246 (whitespace-buffer-leading, whitespace-buffer-trailing):
7247 Make these functions highlight the text removed by
7248 `whitespace-buffer-leading-cleanup' and
7249 `whitespace-buffer-trailing-cleanup' respectively.
7250 (whitespace-buffer-search): Use `with-local-quit'.
7251 Move `format' out of loop to speed up scanning larger buffers.
7252 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7253 that function is never added to a hook.
7254 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7255 (whitespace-buffer-leading-cleanup)
7256 (whitespace-refresh-rescan-list): Fix docstrings.
7257
7258 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7259
7260 * allout.el (allout-during-yank-processing): Cue for inhibiting
7261 aberrance processing during yanks.
7262 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7263 the amount of yanked topics that can be aberrant.
7264 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7265 a function, and supplement with inihibition of doublechecking
7266 during yanks.
7267 (allout-beginning-of-line, allout-next-heading)
7268 (allout-previous-heading, allout-goto-prefix-doublechecked)
7269 (allout-back-to-current-heading, allout-next-visible-heading)
7270 (allout-next-sibling): Use new allout-do-doublecheck function.
7271 (allout-next-sibling): Ensure we made progress when returning
7272 other than nil.
7273 (allout-rebullet-heading): Preserve text property annotations
7274 indicating the text was hidden, if it was.
7275 (allout-kill-line): Remove any added was-hidden annotations.
7276 (allout-kill-topic): Remove any added was-hidden annotations.
7277 (allout-annotate-hidden): Inhibit adding was-hidden text
7278 properties to the undo list.
7279 (allout-deannotate-hidden): New function to remove was-hidden
7280 annotation.
7281 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7282 (allout-remove-exposure-annotation): Replace by
7283 allout-deannotate-hidden.
7284 (allout-yank-processing): Signal that yank processing is happening
7285 with allout-during-yank-processing. Also, wrap
7286 allout-unprotected's closer to the text changes, for easier
7287 debugging. We need to inhibit-field-text-motion explicitly, in
7288 lieu of the encompassing allout-unprotected.
7289 (outlineify-sticky): Adjust criteria for triggering new outline
7290 decorations to presence or absence of any topics, not just a topic
7291 at the beginning of the buffer.
7292
7293 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7294
7295 * bs.el (bs--show-all, bs--redisplay):
7296 * cus-edit.el (custom-unlispify-menu-entries)
7297 (custom-unlispify-tag-names, custom-prompt-variable):
7298 * expand.el (expand-pos):
7299 * speedbar.el (speedbar-generic-list-tag-p):
7300 * wid-edit.el (widget-image-enable):
7301 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7302 * emacs-lisp/find-func.el (find-function-noselect)
7303 (find-function, find-variable-noselect, find-variable)
7304 (find-definition-noselect, find-face-definition):
7305 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7306 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7307 * progmodes/ada-xref.el (ada-find-in-ali):
7308 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7309 * textmodes/org.el (org-copy-subtree):
7310 * textmodes/table.el (table--row-column-insertion-point-p):
7311 Use "non-nil" in docstrings.
7312
7313 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7314
7315 * sort.el (sort-columns): Set the field separator to tab; on
7316 NetBSD, sort complains if "\n" is used as field separator.
7317
7318 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7319
7320 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7321
7322 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * server.el (server-auth-key): Remove. Replace by a process-property.
7325 (server-start): Don't remove the file of the previous process, but
7326 instead clear out the place for the new file.
7327 (server-start): Set the :auth-key property.
7328 (server-process-filter): Use the :auth-key property.
7329
7330 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7331
7332 * textmodes/org.el (org-mode-map): No longer copy
7333 `outline-mode-map' explicitly - this is already done by
7334 `define-derived-mode'.
7335
7336 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7337
7338 * server.el (server-visit-files): Use `when'.
7339 (server-process-filter): When authentication fails, send error
7340 message to client. Wrap `process-send-region' in `ignore-errors'
7341 instead of `condition-case', and remove misleading comment.
7342
7343 2006-11-01 Juri Linkov <juri@jurta.org>
7344
7345 * simple.el (yank): Doc fix.
7346
7347 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * server.el: Try and fit within 80 columns.
7350 (server-start): Make the auth file unreadable by other users.
7351
7352 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7353
7354 * battery.el (battery-linux-proc-acpi): Prevent range error when
7355 `full-capacity' is 0.
7356
7357 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7358
7359 * faces.el (faces-sample-overlay): New defvar.
7360 (faces-sample-overlay): New function to show face sample text.
7361 (describe-face): Use it.
7362
7363 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7364
7365 * progmodes/ada-stmt.el: Change maintainer, apply
7366 whitespace-cleanup, checkdoc.
7367 (ada-func-or-proc-name): Add doc string.
7368
7369 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7370 whitespace-cleanup, checkdoc. Minor improvements to many doc
7371 strings and comments.
7372 (ada-prj-display-page): Change buffer name to more accurately
7373 reflect function.
7374
7375 * progmodes/ada-xref.el: Change maintainer, apply
7376 whitespace-cleanup, checkdoc. Minor improvements to many doc
7377 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7378 (ada-compile-current): Don't add newlines to commands.
7379
7380 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7381
7382 * server.el: Add support for TCP sockets.
7383 (server-use-tcp, server-host, server-auth-dir): New options.
7384 (server-auth-key): New variable.
7385 (server-ensure-safe-dir): Create nonexistent parent dirs.
7386 Ignore Unix-style file modes on Windows.
7387 (server-start): Crete a TCP or Unix socket according to the value
7388 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7389 `server-auth-dir' directory.
7390 (server-process-filter): Delete process if authentication
7391 fails (which never happens for Unix sockets).
7392
7393 2006-10-30 David Kastrup <dak@gnu.org>
7394
7395 * subr.el (add-to-list): Don't continue checking if a match has
7396 been found.
7397
7398 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7399
7400 * tutorial.el: Move defvars to avoid bytecomp warnings.
7401 (tutorial--find-changed-keys): Check if viper-current-state is
7402 bound before using it.
7403 (help-with-tutorial): Check if viper-tutorial is defined before
7404 using it.
7405
7406 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7407
7408 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7409
7410 * tutorial.el: New file.
7411 (help-with-tutorial): Move here from help-fns.el. Add help for
7412 rebound keys. Fix resume of tutorial.
7413 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7414 (tutorial--find-changed-keys, tutorial--display-changes)
7415 (tutorial--saved-dir, tutorial--saved-file)
7416 (tutorial--save-tutorial): New functions to support the changes in
7417 help-with-tutorial.
7418
7419 2006-10-30 Kenichi Handa <handa@m17n.org>
7420
7421 * files.el (revert-buffer): If a unibyte buffer is being reverted
7422 with a coding system for multibyte, set buffer multibyte before
7423 calling insert-file-contents.
7424
7425 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * server.el (server-select-display): Use a dummy buffer to detect when
7428 the frame is later used.
7429 (server-select-display): New function.
7430 (server-process-filter): Use it to detect unused temp frames.
7431
7432 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7433
7434 * progmodes/ada-mode.el: Change maintainer, apply
7435 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7436 (ada-mode-version): New function.
7437 (ada-create-menu): Menu operations are available for all supported
7438 compilers.
7439
7440 2006-10-29 Lars Hansen <larsh@soem.dk>
7441
7442 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7443 Highlight as keyword.
7444 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7445 Don't call tramp-method-out-of-band-p for local files.
7446 (tramp-touch): Quote file name.
7447
7448 2006-10-28 Glenn Morris <rgm@gnu.org>
7449
7450 * calendar/calendar.el (cal-html-cursor-month)
7451 (cal-html-cursor-year): Add autoloads for this new package.
7452 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7453
7454 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7455
7456 * calendar/cal-html.el: New file.
7457
7458 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * emacs-lisp/authors.el (authors-aliases): Update.
7461
7462 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7463
7464 * version.el (emacs-version): Bump version number to 22.0.90.
7465
7466 2006-10-26 John W. Eaton <jwe@octave.org>
7467
7468 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7469 New defvar.
7470 (inferior-octave-resync-dirs): Check to see whether Octave has
7471 built-in variables and set inferior-octave-has-built-in-variables.
7472 Check inferior-octave-has-built-in-variables to decide whether to
7473 send commands that set built-in variables or call functions to
7474 change Octave's behavior.
7475 Send "disp (pwd ())" to Octave instead of just "pwd".
7476 (inferior-octave-startup): Send "more off" to Octave instead of
7477 "page_screen_output = 0".
7478
7479 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7480
7481 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7482 pattern normally.
7483
7484 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7485
7486 * bindings.el (mode-line-mode-menu): Remove bindings for global
7487 minor modes (line/column number) as they are on the menubar.
7488
7489 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7490
7491 * term/w32-win.el (x-handle-name-switch): Doc fix.
7492 (w32-standard-fontset-spec): Fix typo in docstring.
7493
7494 * midnight.el (midnight-buffer-display-time): Doc fix.
7495 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7496
7497 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7498
7499 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7500
7501 * emulation/viper-ex.el (ex-read): Quote file argument.
7502
7503 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7504
7505 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7506
7507 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7508
7509 * textmodes/flyspell.el (flyspell-check-region-doublons):
7510 Fix last fix.
7511
7512 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7513
7514 * bindings.el (mode-line-mode-menu): List global minor modes
7515 before local ones.
7516
7517 2006-10-23 Kim F. Storm <storm@cua.dk>
7518
7519 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7520 (sit-for): If last command was a prefix arg, add the read-ahead
7521 event to unread-command-events as (t . EVENT) so it will be added
7522 to this-command-keys by read-key-sequence.
7523
7524 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7525
7526 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7527 whitespace when checking doublons.
7528 (flyspell-check-region-doublons): Fix doublon regexp.
7529 (flyspell-highlight-incorrect-region): Highlight doublons using
7530 flyspell-duplicate face.
7531
7532 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7533
7534 2006-10-22 John Wiegley <johnw@newartisans.com>
7535
7536 * progmodes/python.el (python-use-skeletons): python-mode was
7537 auto-inserting templates (for those with abbrev-mode on), not only
7538 by default -- *but without a configuration variable to disable
7539 it*. This rendered python-mode completely useless for me, so I
7540 have added `python-use-skeletons', which is now off by default.
7541
7542 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7543
7544 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7545 font-lock-multiline is auto-local (it's not).
7546 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7547 initialized before calling cperl-init-faces.
7548
7549 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7550
7551 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7552 gdb-stack-position a value when there is no fringe.
7553
7554 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7555 indicator if not visiting a file.
7556
7557 2006-10-20 David Kastrup <dak@gnu.org>
7558
7559 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7560 operation would still cause some window to collapse later.
7561
7562 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7565 side-effect due to mixing various backends's file properties.
7566
7567 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7568 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7569 Return `filename's status if applicable. Update callers.
7570
7571 2006-10-19 Kenichi Handa <handa@m17n.org>
7572
7573 * international/kkc.el (kkc-region): When a key sequence is not
7574 defined, append (this-single-command-raw-keys) to
7575 unread-input-method-events.
7576
7577 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7578
7579 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7580
7581 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7582
7583 * version.el (emacs-version): Use mac-carbon-version-string.
7584
7585 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7586
7587 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7588
7589 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7590 Kenichi Handa).
7591 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7592 the selection is not UTF-8.
7593
7594 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7595
7596 * progmodes/ada-mode.el (ada-83-string-keywords)
7597 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7598 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7599 (ada-looking-at-semi-private, ada-get-body-name):
7600 Fix typos in docstrings.
7601 (ada-create-case-exception, ada-create-case-exception-substring):
7602 Fix typos in error messages.
7603 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7604
7605 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7606
7607 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7608 to default-frame-alist if default-frame-alist already contains
7609 width/height.
7610
7611 2006-10-18 Richard Stallman <rms@gnu.org>
7612
7613 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7614 Non-interactive arg is the value, not the expression.
7615
7616 * simple.el (read-expression-map): Just set it, no defvar.
7617
7618 * subr.el (insert-for-yank-1): If last inserted char has
7619 properties, mark them as rear-nonsticky.
7620
7621 * recentf.el (recentf-mode): Doc fix.
7622
7623 * facemenu.el (facemenu-add-new-face): Defend against symbol
7624 that isn't a face name.
7625
7626 * dired-aux.el (dired-do-copy): Doc fix.
7627
7628 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7629
7630 * simple.el (line-move-1): Ignore fields when moving to the
7631 beginning of line to avoid getting point stuck.
7632
7633 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7634
7635 * textmodes/flyspell.el (flyspell-word-search-backward):
7636 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7637 text.
7638
7639 2006-10-16 Richard Stallman <rms@gnu.org>
7640
7641 * help-fns.el (describe-function-1): Special case optimization
7642 for self-insert-command.
7643
7644 2006-10-16 Kim F. Storm <storm@cua.dk>
7645
7646 * ido.el (ido-reread-directory): Work in `dir' mode too.
7647
7648 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7649
7650 * textmodes/table.el: Require 'regexp-opt.
7651
7652 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7653
7654 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7655 Use shell-quote-argument.
7656
7657 * shell.el (explicit-bash-args): Likewise.
7658
7659 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7660 Use grep -E rather than egrep.
7661
7662 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7663
7664 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7665
7666 2006-10-15 Kim F. Storm <storm@cua.dk>
7667
7668 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7669
7670 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7671
7672 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7673 to protect whitespace and metacharacters from the shell.
7674
7675 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7676
7677 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7678
7679 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7680
7681 * subr.el (start-process-shell-command): Doc fix.
7682
7683 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7684
7685 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7686 the regexp for Maxima symbols.
7687
7688 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7691 (vc-find-root): Don't walk higher up than ~.
7692
7693 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7694
7695 * international/utf-8.el (utf-translate-cjk-load-tables):
7696 Avoid clobbering last-coding-system-used during load.
7697
7698 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7699
7700 * textmodes/reftex-global.el (reftex-create-tags-file):
7701 Quote file arguments.
7702
7703 2006-10-12 Richard Stallman <rms@gnu.org>
7704
7705 * files.el (file-name-history): Add defvar.
7706 (save-some-buffers-action-alist): Improve description strings.
7707
7708 2006-10-12 Andreas Schwab <schwab@suse.de>
7709
7710 * files.el (auto-mode-alist): Match change log file name also with
7711 a dash before a numeric extension.
7712
7713 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7714
7715 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7716 After 5.0:
7717 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7718
7719 After 5.1: Major edit. Summary of most visible changes:
7720
7721 - Multiple <<HERE per line allowed.
7722 - Handles multiline subroutine declaration headers (with comments).
7723 (The exception is `cperl-etags' - but it is not used in the rest
7724 of the mode.)
7725 - Fontifies multiline my/our declarations (even with comments,
7726 and with legacy `font-lock').
7727 - Major speedup of syntaxification, both immediate and postponed
7728 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7729 huge real-life document I tested).
7730 - New bindings, edits to imenu.
7731 - "_" is made into word-char during fontification/syntaxification;
7732 some attempts to recognize non-word "_" during other operations too.
7733 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7734 - autoload some more perldoc-related stuff
7735 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7736 - Attempt to incorporate XEmacs edits which reached me.
7737
7738 Fine-grained changelog:
7739 (cperl-hook-after-change): New configuration variable.
7740 (cperl-vc-sccs-header): Likewise.
7741 (cperl-vc-sccs-header): Likewise.
7742 (cperl-vc-header-alist): Default via two preceding variables.
7743 (cperl-invalid-face): Remove double quoting under XEmacs
7744 (still needed under 21.2).
7745 (cperl-tips): Update URLs for resources.
7746 (cperl-problems): Likewise.
7747 (cperl-praise): Mention new features.
7748 New C-c key bindings: for `cperl-find-bad-style',
7749 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7750 `cperl-perdoc', and `cperl-perldoc-at-point'.
7751 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7752 moved, new submenu of Tools with Ispell entries and narrowing.
7753 (cperl-after-sub-regexp): New defsubst.
7754 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7755 Allows heads up to head4.
7756 Allow "package;".
7757 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7758 (paren-backwards-message): ??? Something for XEmacs???
7759 (cperl-mode): Never auto-switch abbrev-mode off.
7760 Try to allow '_' be non-word char.
7761 Do not use `font-lock-unfontify-region-function' on XEmacs.
7762 Reset syntax cache on mode start.
7763 Support multiline facification (even on legacy `font-lock').
7764 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7765 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7766 refuse to inform us whether the fontification is due to lazy
7767 calling or due to edit to a buffer, install our own hook
7768 (controlled by `cperl-hook-after-change').
7769 (cperl-electric-pod): =cut may have been recognized as start.
7770 (cperl-block-p): Move, updated for attributes.
7771 (cperl-calculate-indent): Try to allow '_' be non-word char
7772 Support subs with attributes.
7773 (cperl-where-am-i): Quiet (?) a warning.
7774 (cperl-cached-syntax-table): New function.
7775 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7776 (cperl-unwind-to-safe): Recognize `syntax-type' property
7777 changing in a middle of line.
7778 (cperl-find-sub-attrs): New function.
7779 (cperl-find-pods-heres): Allow many <<EOP per line.
7780 Allow subs with attributes.
7781 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7782 Recognize "extproc " (OS/2) case-folded and only at start.
7783 /x on s///x with empty replacement was not recognized.
7784 Better comments.
7785 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7786 Allow subs with attributes, labels.
7787 Do not confuse "else::foo" with "else".
7788 Minor optimizations...
7789 (cperl-after-expr-p): Try to allow '_' be non-word char.
7790 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7791 with `looking-at' inside `narrow' and bulk out if found.
7792 (cperl-imenu--create-perl-index): Updates for new
7793 `cperl-imenu--function-name-regexp-perl'.
7794 (cperl-outline-level): Likewise.
7795 (cperl-init-faces): Allow multiline subroutine headers
7796 and my/our declarations, and ones with comments.
7797 Allow subroutine attributes.
7798 (cperl-imenu-on-info): Better docstring.
7799 (cperl-etags): Rudimentary support for attributes.
7800 Support for packages and "package;".
7801 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7802 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7803 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7804 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7805 (cperl-perldoc): Add autoload.
7806 (cperl-perldoc-at-point): Likewise.
7807 (cperl-here-doc-spell): New function.
7808 (cperl-pod-spell): Likewise.
7809 (cperl-map-pods-heres): Likewise.
7810 (cperl-get-here-doc-region): Likewise.
7811 (cperl-font-lock-fontify-region-function): Likewise (backward
7812 compatibility for legacy `font-lock').
7813 (cperl-font-lock-unfontify-region-function): Fix style.
7814 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7815 calls with no-change. Governed by `cperl-hook-after-change'.
7816 (cperl-fontify-update): Recognize that syntaxification region
7817 can be larger than fontification one.
7818 XXXX we leave `cperl-postpone' property, so this is quadratic...
7819 (cperl-fontify-update-bad): Temporary placeholder until
7820 it is clear how to implement `cperl-fontify-update'.
7821 (cperl-time-fontification): New function.
7822 (attrib-group): New text attribute.
7823 (multiline): New value: `syntax-type' text attribute.
7824
7825 After 5.2:
7826 (cperl-emulate-lazy-lock): New function.
7827 (cperl-fontify-syntaxically): Would skip large regions.
7828 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7829 Some globals were declared, but uninitialized.
7830
7831 After 5.3, 5.4:
7832 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7833 Copyright message updated.
7834 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7835 facification down a bit.
7836 Misprint for my|our|local for old `font-lock'
7837 "our" was not fontified same as "my|local".
7838 Highlight variables after "my" etc even in
7839 a middle of an expression.
7840 Do not facify multiple variables after my etc
7841 unless parentheses are present.
7842
7843 After 5.5, 5.6
7844 (cperl-fontify-syntaxically): after-change hook could reset.
7845 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7846
7847 After 5.7:
7848 (cperl-init-faces): Allow highlighting of local ($/).
7849 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7850 (cperl-problems): Remove fixed problems.
7851 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7852 Recognize charclasses (unless delimiter is \).
7853 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7854 (cperl-regexp-scan): Update docs.
7855 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7856
7857 After 5.8:
7858 Major user visible changes:
7859 Recognition and fontification of character classes in RExen.
7860 Variable indentation of RExen according to groups.
7861
7862 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7863 Fontify REx charclasses in variable-name face.
7864 Fontify POSIX charclasses in "type" face.
7865 Fontify unmatched "]" in function-name face.
7866 Mark first-char of HERE-doc as `front-sticky'.
7867 Reset `front-sticky' property when needed.
7868 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7869 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7870 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7871 constructs. Support `narrow'ed buffers.
7872 (cperl-praise): Remove a reservation.
7873 (cperl-make-indent): New function.
7874 (cperl-indent-for-comment): Use `cperl-make-indent'.
7875 (cperl-indent-line): Likewise.
7876 (cperl-lineup): Likewise.
7877 (cperl-beautify-regexp-piece): Likewise.
7878 (cperl-contract-level): Likewise.
7879 (cperl-toggle-set-debug-unwind): New function.
7880 New menu entry for this.
7881 (fill-paragraph-function): Use when `boundp'.
7882 (cperl-calculate-indent): Take into account groups when indenting RExen.
7883 (cperl-to-comment-or-eol): Recognize # which end a string.
7884 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7885 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7886 (cperl-fontify-syntaxically): More clear debugging message.
7887 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7888 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7889 Merge cosmetic changes from XEmacs.
7890
7891 After 5.9:
7892 (cperl-1+): Move to before the first use.
7893 (cperl-1-): Likewise.
7894
7895 After 5.10:
7896
7897 This code may lock Emacs hard!!! Use at your own risk!
7898
7899 (cperl-font-locking): New internal variable.
7900 (cperl-beginning-of-property): New function.
7901 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7902 instead of `previous-single-property-change'.
7903 (cperl-unwind-to-safe): Likewise.
7904 (cperl-after-expr-p): Likewise.
7905 (cperl-get-here-doc-region): Likewise.
7906 (cperl-font-lock-fontify-region-function): Likewise.
7907 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7908 recursively.
7909 Bound `next-single-property-change' via `point-max'.
7910 (cperl-unwind-to-safe): Bound likewise
7911 (cperl-font-lock-fontify-region-function): Likewise.
7912 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7913 Initialization of `cperl-font-lock-multiline-start' could be
7914 missed if the "main" fontification did not run due to the
7915 keyword being already fontified.
7916 (cperl-pod-spell): Return t from do-one-chunk function.
7917 (cperl-map-pods-heres): Stop when the worker returns nil.
7918 Call `cperl-update-syntaxification'.
7919 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7920 (cperl-get-here-doc-delim): Remove unused function.
7921
7922 After 5.11:
7923
7924 The possible lockup of Emacs (introduced in 5.10) fixed.
7925
7926 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7927 (cperl-syntaxify-for-menu): New customization variable.
7928 (cperl-select-this-pod-or-here-doc): New function.
7929 (cperl-get-here-doc-region): Extra argument.
7930 Do not adjust pos by 1.
7931
7932 New menu entries
7933 (Perl/Tools): Selection of current POD or HERE-DOC section.
7934 (Debugging CPerl:) backtrace on fontification.
7935
7936 After 5.12:
7937 (cperl-cached-syntax-table): Use `car-safe'.
7938 (cperl-forward-re): Remove spurious argument SET-ST.
7939 Add documentation.
7940 (cperl-forward-group-in-re): New function.
7941 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7942 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7943
7944 After 5.13:
7945 (cperl-string-syntax-table): Make { and } not-grouping
7946 (Sometimes they ARE grouping in RExen, but matching them would only
7947 confuse in many situations when they are not)
7948 (beginning-of-buffer): Replace two occurrences with goto-char...
7949 (cperl-calculate-indent): `char-after' could be nil...
7950 (cperl-find-pods-heres): REx can start after "[" too.
7951 Hightlight (??{}) in RExen too.
7952 (cperl-maybe-white-and-comment-rex): New constant
7953 (cperl-white-and-comment-rex): Likewise.
7954 XXXX Not very efficient, but hard to make
7955 better while keeping 1 group.
7956
7957 After 5.13:
7958 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7959 Likewise for 1 << identifier.
7960
7961 After 5.14:
7962 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7963 Error-less condition-case could fail.
7964 (cperl-font-lock-fontify-region-function): Likewise.
7965 (cperl-init-faces): Likewise.
7966
7967 After 5.15:
7968 (cperl-find-pods-heres): Support property REx-part2.
7969 (cperl-calculate-indent): Likewise.
7970 Don't special-case REx with non-empty 1st line.
7971 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7972 Invert highlighting of charclasses:
7973 now the envelop is highlighted.
7974 Highlight many others 0-length builtins.
7975 (cperl-praise): Mention indenting and highlight in RExen.
7976
7977 After 5.15:
7978 (cperl-find-pods-heres): Highlight capturing parens in REx.
7979
7980 After 5.16:
7981 (cperl-find-pods-heres): Highlight '|' for alternation
7982 Initialize `font-lock-warning-face' if not present.
7983 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7984 `font-lock-function-name-face'.
7985 (cperl-look-at-leading-count): Likewise.
7986 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7987 `font-lock-keyword-face' (needed for
7988 batch processing), etc...
7989 Use `font-lock-builtin-face' for builtin in REx
7990 Now `font-lock-variable-name-face'
7991 is used for interpolated variables
7992 Use "talking aliases" for faces inside REx
7993 Highlight parts of REx (except in charclasses)
7994 according to the syntax and/or semantic
7995 Syntax-mark a {}-part of (?{}) as "comment"
7996 (it was the ()-part)
7997 Better logic to distinguish what is what in REx
7998 (cperl-tips-faces): Document REx highlighting
7999 (cperl-praise): Mention REx syntax highlight etc.
8000
8001 After 5.17:
8002 (cperl-find-sub-attrs): Would not always manage to print error message.
8003 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8004
8005 After 5.18:
8006 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8007 Very minor optimization.
8008 `my-cperl-REx-modifiers-face' got quoted.
8009 Recognize "print $foo <<END" as HERE-doc.
8010 Put `REx-interpolated' text attribute if needed.
8011 (cperl-invert-if-unless-modifiers): New function.
8012 (cperl-backward-to-start-of-expr): Likewise.
8013 (cperl-forward-to-end-of-expr): Likewise.
8014 (cperl-invert-if-unless): Works in "the opposite way" too.
8015 Cursor position on return is on the switch-word.
8016 Indents comments better.
8017 (REx-interpolated): New text attribute.
8018 (cperl-next-interpolated-REx): New function.
8019 (cperl-next-interpolated-REx-0): Likewise.
8020 (cperl-next-interpolated-REx-1): Likewise.
8021 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8022 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8023 (cperl-praise): Mention finded interpolated RExen.
8024
8025 After 5.19:
8026 (cperl-init-faces): Highlight %$foo, @$foo too.
8027 (cperl-short-docs): Better docs for system, exec.
8028 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8029 Would not find HERE-doc ended by EOF without NL.
8030 (cperl-short-docs): Correct not-doubled \-escapes.
8031 start block: Put some `defvar' for stuff gone from XEmacs.
8032
8033 After 5.20:
8034 initial comment: Extend copyright, fix email address.
8035 (cperl-indent-comment-at-column-0): New customization variable.
8036 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8037 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8038 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8039 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8040 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8041 highlight $ in $foo too (UNTESTED).
8042 (cperl-set-style): Docstring missed some available styles.
8043 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8044 Change "Current" to "Memorize Current".
8045 (cperl-indent-wrt-brace): New customization variable; the default is
8046 as for pre-5.2 version.
8047 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8048 (cperl-style-alist): Likewise.
8049 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8050 and `cperl-extra-newline-before-brace' etc
8051 being t
8052 (cperl-indent-exp): Plans B and C to find continuation blocks even
8053 if `cperl-extra-newline-before-brace' is t.
8054
8055 After 5.21:
8056 Improve some docstrings concerning indentation.
8057 (cperl-indent-rules-alist): New variable.
8058 (cperl-sniff-for-indent): New function name
8059 (separated from `cperl-calculate-indent').
8060 (cperl-calculate-indent): Separate the sniffer and the indenter;
8061 uses `cperl-sniff-for-indent' now.
8062 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8063 was inverted;
8064 Support `comment-column' = 0.
8065
8066 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8067
8068 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8069 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8070 * longlines.el (longlines-window-change-function): Likewise.
8071 * simple.el (undo-ask-before-discard): Likewise.
8072 * wid-edit.el (widget-field-prompt-internal)
8073 (widget-documentation-link-p): Likewise.
8074
8075 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8076
8077 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8078 for a keyword.
8079
8080 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * newcomment.el (comment-valid-prefix-p): Make the check
8083 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8084 (comment-indent-new-line): Adjust call.
8085
8086 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8087
8088 * allout.el (allout-back-to-current-heading): Base on lower-level
8089 routines to get proper disqualification of aberrant topics.
8090
8091 2006-10-09 Richard Stallman <rms@gnu.org>
8092
8093 * textmodes/two-column.el (2C-two-columns): Doc fix.
8094
8095 2006-10-09 Kim F. Storm <storm@cua.dk>
8096
8097 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8098 about implicit use.
8099
8100 2006-10-08 Richard Stallman <rms@gnu.org>
8101
8102 * textmodes/two-column.el (2C-two-columns): Doc fix.
8103
8104 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8105
8106 * files.el: Mark `buffer-read-only' as safe-local-variable.
8107
8108 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8109
8110 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8111 Burp if GUD buffer has been killed.
8112
8113 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * completion.el (add-completions-from-c-buffer):
8116 Don't presume an error's second element is a string.
8117 Use looking-at rather than buffer-substring + member.
8118
8119 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8120
8121 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8122 `undecided', call find-coding-systems-region to find a proper
8123 non-trivial encoding.
8124 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8125 and "text/plain".
8126
8127 2006-10-07 Kevin Ryde <user42@zip.com.au>
8128
8129 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8130 url-link.
8131
8132 * strokes.el (defgroup strokes): Remove invalid url-link.
8133
8134 2006-10-07 Magnus Henoch <mange@freemail.hu>
8135
8136 * autoinsert.el (auto-insert-alist): Doc fix.
8137
8138 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8139
8140 * mouse-sel.el (mouse-insert-selection-internal):
8141 Use insert-for-yank, so that yank handlers are run.
8142
8143 2006-10-07 Kim F. Storm <storm@cua.dk>
8144
8145 * ido.el (ido-file-extension-aux): Fix comparison.
8146
8147 2006-10-06 Kim F. Storm <storm@cua.dk>
8148
8149 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8150
8151 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8152
8153 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8154 (ad-make-mapped-call): Use `let', not `let*'.
8155
8156 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8157
8158 * international/mule-cmds.el (coding-system-change-eol-conversion):
8159 Ensure the coding system is initialized before calling
8160 coding-system-eol-type.
8161
8162 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8163
8164 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8165 (org-activate-angle-links, org-activate-dates)
8166 (org-activate-target-links, org-activate-camels)
8167 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8168 textproperty keymaps from being active beyond the end of a line.
8169 (org-unfontify-region): Also remove `rear-nonsticky' property.
8170
8171 2006-10-04 Kenichi Handa <handa@m17n.org>
8172
8173 * international/code-pages.el (next): Table fixed.
8174
8175 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8176
8177 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8178 that it's been made unnecessary by removing narrowing.
8179
8180 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8183 control flow a bit, simplify another bit, and add comments.
8184
8185 2006-10-03 David Kastrup <dak@gnu.org>
8186
8187 * help.el (describe-mode): For clicks on mode-line, use "@"
8188 interactive argument to get the major mode of the click instead of
8189 the current buffer.
8190
8191 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8192 in order to better redirect mouse-2 clicks. Also allow default
8193 bindings to apply.
8194
8195 2006-10-03 Kim F. Storm <storm@cua.dk>
8196
8197 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8198 (pushnew): Fix last change.
8199
8200 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8201
8202 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8203 Use the interactive spec of `eval-expression'.
8204
8205 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8206
8207 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8208
8209 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8210
8211 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8212 2006-09-28 commit.
8213
8214 2006-10-02 Kenichi Handa <handa@m17n.org>
8215
8216 * international/code-pages.el (iso-8859-6): Table fixed.
8217
8218 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8219
8220 * dired.el (dired-build-subdir-alist): Fix previous change.
8221
8222 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8223
8224 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8225
8226 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8229 "define-button-type".
8230
8231 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8232 they don't keep accumulating.
8233
8234 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8235
8236 * ffap.el (ffap-rfc-path): Change the address of the RFC
8237 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8238
8239 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8240
8241 * allout.el (allout-expose-topic): Rectify implementation of "+"
8242 spec, so that bodies are not exposed with headlines.
8243
8244 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8245
8246 * allout.el (allout-current-depth): Do aberrent check only at or
8247 below doublecheck depth.
8248 (allout-chart-subtree): Make it explicit that LEVELS being nil
8249 means unlimited depth. Drop undocumented support for LEVELS value
8250 t meaning unlimited depth. (This is consistent with
8251 allout-chart-to-reveal, but contrary to allout-show-children,
8252 which needs to use nil to default to depth of 1.)
8253 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8254 (allout-chart-to-reveal): Be explicit in docstring about meaning
8255 of nil LEVELS, and drop support for LEVELS value t.
8256 (allout-show-children): Translate the level spec used by this
8257 routine to that used by allout-chart-subtree and
8258 allout-chart-to-reveal.
8259 (allout-show-to-offshoot): Retry once when stuck, after opening
8260 subtree - improvements in discontinuity handling likely will
8261 enable progress.
8262
8263 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * wid-edit.el (widget-button-click-moves-point): New variable.
8266 (widget-button-click): If widget-button-click-moves-point is
8267 non-nil, set point after performing the button action.
8268
8269 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8270
8271 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8272
8273 * files.el (find-file-existing): Modify to not allow wildcards.
8274
8275 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8276
8277 * simple.el (undo-more): When undo information for the region is
8278 exhausted, say "No further undo information FOR REGION".
8279
8280 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8281
8282 * progmodes/sh-script.el (sh-prev-thing):
8283 Take `sh-leading-keywords' into account.
8284
8285 2006-09-29 Glenn Morris <rgm@gnu.org>
8286
8287 * custom.el (defcustom): Doc fix.
8288
8289 * calendar/calendar.el (european-calendar-style):
8290 Call european-calendar or american-calendar as needed when set.
8291 (diary-view-entries, list-calendar-holidays): Move autoloads
8292 before use.
8293
8294 2006-09-29 Juri Linkov <juri@jurta.org>
8295
8296 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8297 to nil if there is no previous property change.
8298
8299 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8300
8301 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8302 saving anything to be sure that `forward-sexp' behaves correctly.
8303
8304 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8305
8306 * simple.el (line-move-finish): Ignore field boundaries if the
8307 initial and final points have the same `field' property.
8308
8309 2006-09-29 Kim F. Storm <storm@cua.dk>
8310
8311 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8312 to t while calling ido-read-internal.
8313
8314 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8315
8316 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8317 (org-archive-subtree): Remove erraneous `]' from character list.
8318
8319 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8320
8321 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8322 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8323 markers for data-area and parameters-area.
8324
8325 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8328
8329 * font-lock.el (font-lock-after-change-function): Refontify next line
8330 as well if end is at BOL.
8331 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8332 only extend the region as much as needed.
8333
8334 2006-09-28 Richard Stallman <rms@gnu.org>
8335
8336 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8337
8338 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8339
8340 * international/mule.el (after-insert-file-set-coding):
8341 If VISIT, don't let set-buffer-multibyte make undo info.
8342
8343 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8344
8345 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8346 lines in base64-encoded authentication response.
8347
8348 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8349
8350 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8351 (ebnf-version): New version 4.3.
8352 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8353 (ebnf-prologue): Adjust PostScript programming.
8354 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8355 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8356
8357 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * jit-lock.el (jit-lock-force-redisplay): Rename from
8360 jit-lock-fontify-again, and undo the mistaken change I've just done.
8361
8362 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8363 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8364
8365 2006-09-26 Kenichi Handa <handa@m17n.org>
8366
8367 * startup.el (display-splash-screen): Allow a prefix argument.
8368
8369 2006-09-25 Jason Rumney <jasonr@gnu.org>
8370
8371 * subr.el (shell-quote-argument): Use DOS logic for Windows
8372 shells with DOS semantics.
8373
8374 2006-09-24 Richard Stallman <rms@gnu.org>
8375
8376 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8377 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8378 to delete the overlay. Put it on pre-command-hook.
8379
8380 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8381
8382 * startup.el (fancy-splash-screens, normal-splash-screen):
8383 Call the splash buffer *About GNU Emacs*.
8384
8385 * simple.el (next-error-highlight, next-error-highlight-no-select):
8386 Default to 0.5.
8387 (yank-excluded-properties): Add `fontified'.
8388
8389 * font-lock.el (font-lock-compile-keywords): Allow value of
8390 syntax-begin-function to enable paren-column-0 highlighting.
8391
8392 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8393
8394 * dired.el (dired-build-subdir-alist): When file ends in colon,
8395 don't exit the loop, just disregard that file.
8396
8397 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * simple.el (line-move-finish): Handle corner case for fields in
8400 continued lines.
8401 (line-move-1): Remove flawed test for that case.
8402
8403 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8404
8405 * icomplete.el (icomplete-simple-completing-p): Use the correct
8406 name for the new variable, `icomplete-with-completion-tables'.
8407 (file local variables): Remove superfluous setting.
8408
8409 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8410
8411 * calendar/appt.el (appt-check): Fix typo for appointments just
8412 after midnight.
8413
8414 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8415
8416 * help.el (describe-key-briefly, describe-key): Don't expect an
8417 extra up event if a down-event is generated by a popup menu.
8418
8419 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8420
8421 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8422 local dictionary when changing the global dictionary.
8423
8424 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8425
8426 * icomplete.el (icomplete-with-completion-tables): List of
8427 specialized completion tables with which icomplete should
8428 operate. Include the new `internal-complete-buffer', so icomplete
8429 works with interactive buffer-selection.
8430 (icomplete-simple-completing-p): Add acceptance of specialized
8431 completion tables listed in icomplete-with-completion-tables.
8432
8433 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8434
8435 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8436
8437 * startup.el (command-line): Use `custom-reevaluate-setting' for
8438 `focus-follows-mouse'.
8439
8440 2006-09-22 Richard Stallman <rms@gnu.org>
8441
8442 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8443 explain why Save is not available.
8444
8445 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8446
8447 * woman.el (woman0-so): Use `let*', not `let'.
8448 (woman-horizontal-line): Remove unbalanced parenthesis.
8449
8450 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * woman.el: Make sure all the end-of-region markers we use have
8453 a non-nil insertion-type.
8454 (woman0-so): Move things around so we can use copy-marker.
8455 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8456 Adjust marker type.
8457 (woman2-process-escapes): Check marker type.
8458 (woman-horizontal-line): Dispense with the use of a marker.
8459
8460 2006-09-22 Jay Belanger <belanger@truman.edu>
8461
8462 * calc/calc-lang.el: Add Greek letters to math-variable-table
8463 property of tex.
8464
8465 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8466
8467 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8468
8469 2006-09-22 Masatake YAMATO <jet@gyve.org>
8470
8471 * add-log.el (add-log-current-defun): Use `forward-sexp'
8472 instead of `forward-word' to pick c++::symbol.
8473 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8474
8475 2006-09-22 Kenichi Handa <handa@m17n.org>
8476
8477 * bindings.el: Fix setting self-insert-command for multibyte
8478 characters in global-map.
8479
8480 2006-09-21 David Kastrup <dak@gnu.org>
8481
8482 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8483 doc string.
8484
8485 2006-09-21 Kenichi Handa <handa@m17n.org>
8486
8487 * language/european.el ("Latin-1"): Add windows-1252 to
8488 coding-priority.
8489 ("German"): Likewise.
8490
8491 2006-09-21 Kim F. Storm <storm@cua.dk>
8492
8493 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8494 Suggested by Miles Bader.
8495
8496 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8497 instead of add-to-list in the simple case.
8498
8499 2006-09-20 Kenichi Handa <handa@m17n.org>
8500
8501 * isearch.el (isearch-process-search-char): Cancel the previous change.
8502 (isearch-search-string): New function.
8503 (isearch-search): Use isearch-search-string.
8504 (isearch-lazy-highlight-search): Likewise.
8505
8506 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8507
8508 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8509 string to become an option.
8510
8511 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8514
8515 2006-09-20 Kim F. Storm <storm@cua.dk>
8516
8517 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8518 position t instead of trying both window-end and window-end - 1.
8519
8520 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8521
8522 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8523 hidden trees.
8524
8525 2006-09-20 David Kastrup <dak@gnu.org>
8526
8527 * mouse.el (mouse-posn-property): Improve doc string.
8528 (mouse-on-link-p): Change buffers for function calls on links.
8529
8530 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8531 buffer is read-only.
8532
8533 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8534
8535 * allout.el (allout-unprotected): Let inhibit-read-only only when
8536 buffer-read-only isn't set.
8537 (allout-annotate-hidden): Enable topic annotation during copies even
8538 when the buffer is read-only, eg for topic copies. Ensure that the loop
8539 advances, even when the span extends beyond the deletion region.
8540 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8541 rather than allout-exposure-changed-hook, as a stronger assertion.
8542 (allout-keybindings-list): Add bindings for
8543 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8544 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8545 Copy wrappers for allout-kill-line and allout-kill-topic.
8546 (allout-listify-exposed): Position correctly to accumulate lines.
8547
8548 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8549
8550 * simple.el (line-move-1): Escape field boundaries occurring
8551 exactly at point. Update goal column if constrained to a field.
8552 (line-move-finish): Escape field boundaries occurring exactly at point.
8553
8554 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8557 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8558
8559 2006-09-19 Kim F. Storm <storm@cua.dk>
8560
8561 * help.el (describe-key-briefly, describe-key): Simplify printing
8562 of descriptions by using format and %S. Fix "is undefined"
8563 messages to say "at that spot" for mouse events.
8564
8565 * simple.el (line-move-partial): Optimize. Try window-line-height
8566 before posn-at-point to get vpos of current line.
8567
8568 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8569
8570 * emulation/viper.el: Bump up version/date of update to reflect the
8571 substantial changes done in August 2006.
8572
8573 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8574 push-button are defined.
8575
8576 * ediff-util.el (ediff-add-to-history): New function.
8577
8578 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8579
8580 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8581
8582 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8583 Delete duplicate make-local-variable form.
8584 (conf-space-keywords): Add autoload cookie.
8585 Fix typo (`keywords', not `keyword').
8586
8587 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8588
8589 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8590 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8591 to x-gtk-use-old-file-dialog.
8592
8593 2006-09-18 Richard Stallman <rms@gnu.org>
8594
8595 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8596 that might come in during mouse tracking.
8597
8598 2006-09-18 Kim F. Storm <storm@cua.dk>
8599
8600 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8601 new window-line-height function. Further optimize by not calling
8602 pos-visible-in-window-p for window-end when window-line-height
8603 returns useful information.
8604
8605 2006-09-16 Richard Stallman <rms@gnu.org>
8606
8607 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8608 (conf-space-mode): Don't handle prefix arg.
8609 Delete conf-space-keywords-override code.
8610 Use add-hook.
8611 (conf-space-keywords): New command.
8612 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8613 Delete conf-space-keywords-override code.
8614 (conf-space-keywords-alist): Doc fix.
8615 (conf-space-font-lock-keywords): Doc fix.
8616 (conf-space-keywords-override): Var deleted.
8617
8618 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * startup.el (fancy-splash-screens): Don't switch to the scratch
8621 buffer; it may not be the next buffer.
8622
8623 2006-09-16 Romain Francoise <romain@orebokech.com>
8624
8625 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8626 in both messages.
8627
8628 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8629
8630 * progmodes/python.el (python-preoutput-filter):
8631 Fix arg order to string-match.
8632
8633 2006-09-16 Richard Stallman <rms@gnu.org>
8634
8635 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8636 font-lock-compile-keywords.
8637
8638 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8639 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8640
8641 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8642
8643 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8644
8645 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8646 and the data doesn't look like UTF8, send STRING instead.
8647
8648 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8649
8650 * textmodes/flyspell.el (flyspell-check-region-doublons):
8651 New function to detect duplicated words.
8652 (flyspell-large-region): Use it.
8653
8654 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8655
8656 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8657
8658 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8659
8660 * help.el (describe-prefix-bindings): Use let, not let*.
8661
8662 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8663
8664 * allout.el (allout-regexp, allout-line-boundary-regexp)
8665 (allout-bob-regexp): Correct grouping and boundaries to fix
8666 backwards traversal.
8667 (allout-depth-specific-regexp, allout-depth-one-regexp):
8668 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8669 worse time in allout-ascend.
8670 (allout-doublecheck-at-and-shallower): Identify depth threshold
8671 below which topics are checked for and disqualified by containment
8672 discontinuities.
8673 (allout-hotspot-key-handler): Correctly handle multiple-key
8674 strokes. Remove some unused variables.
8675 (allout-mode-leaders): Clarify that mode-specific comment-start
8676 will be used.
8677 (set-allout-regexp): Correctly regexp-quote allout regexps to
8678 properly accept alternative header-leads and primary bullets with
8679 regexp-specific characters (eg, C "/*", mathematica "(*").
8680 Include new regular expressions among those configured.
8681 (allout-infer-header-lead-and-primary-bullet):
8682 Rename allout-infer-header-lead.
8683 (allout-recent-depth): Manifest as a variable as well as a function.
8684 (allout-prefix-data): Simplify into an inline instead of a macro,
8685 assuming current match data rather than being explicitly passed
8686 it. Establish allout-recent-depth value as well as
8687 allout-recent-prefix-beginning and allout-recent-prefix-end.
8688 (allout-aberrant-container-p): True when an item's immediate
8689 offspring discontinuously contained. Useful for disqualifying
8690 unintended topic prefixes, likely at low depths.
8691 (allout-goto-prefix-doublechecked): Elaborate version of
8692 allout-goto-prefix which disqualifies aberrant pseudo-items.
8693 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8694 get disqualification of aberrant containers.
8695 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8696 containers.
8697 (allout-beginning-of-current-entry): Position at start of buffer
8698 when in container (depth 0) entry.
8699 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8700 (allout-current-bullet): Strip text properties.
8701 (allout-get-prefix-bullet): Use right match groups.
8702 (allout-beginning-of-line, allout-next-heading):
8703 Disqualify aberrant containers.
8704 (allout-previous-heading): Disqualify aberrant containers, and
8705 change to regular (rather than inline) function, to allow
8706 self-recursion.
8707 (allout-get-invisibility-overlay): Increment so progress is made
8708 when the first overlay is not the sought one.
8709 (allout-end-of-prefix): Disqualify aberrant containers.
8710 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8711 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8712 outline.el outlines) functional again. Change the primary bullet
8713 along with the header-lead - level 1 new-style bullets now work.
8714 Engage allout-before-change-handler in mainline Emacs, not just
8715 XEmacs, to do undo handling.
8716 (allout-before-change-handler): Expose undo changes occurring in
8717 hidden regions. Use allout-get-invisibility-overlay instead of
8718 reimplementing it inline.
8719 (allout-chart-subtree): Use start rather than end of prefix in
8720 charts. Use allout-recent-depth variable.
8721 (allout-chart-siblings): Disqualify aberrant topics.
8722 (allout-beginning-of-current-entry): Position correctly.
8723 (allout-ascend): Use new allout-depth-specific-regexp and
8724 allout-depth-one-regexp for linear instead of O(N^2) or worse
8725 behavior.
8726 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8727 reimplementing an algorithm.
8728 (allout-up-current-level): Depend on allout-ascend, rather than
8729 reimplementing an algorithm. Return to start-point if we fail.
8730 (allout-descend-to-depth): Use allout-recent-depth variable
8731 instead of function.
8732 (allout-next-sibling): On traversal of numerous intervening
8733 topics, resort to economical allout-next-sibling-leap.
8734 (allout-next-sibling-leap): Specialized version of
8735 allout-next-sibling that uses allout-ascend cleverly, to depend on
8736 a regexp search to leap large numbers of contained topics, rather
8737 than arbitrarily many one-by-one traversals.
8738 (allout-next-visible-heading): Disqualify aberrant topics.
8739 (allout-previous-visible-heading): Position consistently when
8740 interactive.
8741 (allout-forward-current-level): Base on allout-previous-sibling
8742 rather than (differently) reimplmenting the algorithm. Remove some
8743 unused variables.
8744 (allout-solicit-alternate-bullet): Present default choice stripped
8745 of text properties.
8746 (allout-rebullet-heading): Use bullet stripped of text properties.
8747 Register changes using allout-exposure-change-hook.
8748 Disregard aberrant topics.
8749 (allout-shift-in): With universal-argument, make topic a peer of
8750 it's former offspring. Simplify the code by separating out
8751 allout-shift-out functionality.
8752 (allout-shift-out): With universal-argument, make offspring peers
8753 of their former container, and its siblings. Implement the
8754 functionality here, rather than inappropriately muddling the
8755 implementation of allout-shift-in.
8756 (allout-rebullet-topic): Respect additional argument for new
8757 parent-child separation function.
8758 (allout-yank-processing): Use allout-ascend directly.
8759 (allout-show-entry): Disqualify aberrant topics.
8760 (allout-show-children): Handle discontinuous children gracefully,
8761 extending the depth being revealed to expose them and posting a
8762 message indicating the situation.
8763 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8764 Leave cursor in correct position.
8765 (allout-hide-current-subtree): Use allout-ascend directly.
8766 Disqualify aberrant topics.
8767 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8768 a way that the yanks can restore it, as used to happen.
8769 (allout-yank-processing): Restore exposure layout as recorded by
8770 allout-kill-*, as used to happen.
8771 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8772 for preseving and restoring exposure layout across kills.
8773 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8774 (allout-encrypt-string): Strip text properties.
8775 Rearranged order and outline-headings for some of the
8776 miscellaneous functions.
8777 (allout-resolve-xref): No need to quote the error name in the
8778 condition-case handler section.
8779 (allout-flatten): Classic recursive (and recursively intensive,
8780 without tail-recursion) list-flattener, needed by allout-shift-out
8781 when confronted with discontinuous children.
8782
8783 2006-09-16 Jason Rumney <jasonr@gnu.org>
8784
8785 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8786 on ms-windows.
8787 (dnd-open-unc-file): Remove.
8788 (dnd-open-local-file): Mention in doc string that it also handles
8789 remote files if the system natively supports unc file-names.
8790
8791 2006-09-15 Kim F. Storm <storm@cua.dk>
8792
8793 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8794 all necessary information about the event before erasing *Help*.
8795
8796 * simple.el (line-move-partial): Use window-line-visiblity to
8797 quickly check whether last line is partially visible, and only do
8798 the hard (and slow) part in that case.
8799
8800 2006-09-15 Jay Belanger <belanger@truman.edu>
8801
8802 * COPYING: Replace "Library Public License" by "Lesser Public
8803 License" throughout.
8804
8805 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8806
8807 * term/x-win.el (x-menu-bar-open): New function for F10.
8808
8809 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8812 Disallow filenames containing " -" to avoid confusion with libtool
8813 compilation messages. Suggested by Stefan Monnier.
8814
8815 2006-09-15 David Kastrup <dak@gnu.org>
8816
8817 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8818 instead of buffer position for `mouse-on-link-p'.
8819
8820 * mouse.el (mouse-posn-property): New function looking up the
8821 properties at a click position in overlays and text properties in
8822 either buffer or strings.
8823 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8824 of both `follow-link' as well as `mouse-face' properties.
8825 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8826 buffer position.
8827
8828 * help.el (describe-key-briefly): When reading a down-event on
8829 mode lines or scroll bar, swallow the following up event, too.
8830 Use the new mouse sensitity of `key-binding' for lookup.
8831 (describe-key): The same here.
8832
8833 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8834
8835 * play/life.el (life-patterns): Add a few more interesting patterns.
8836 (life-setup): Force `show-trailing-whitespace' to nil.
8837
8838 2006-09-14 Richard Stallman <rms@gnu.org>
8839
8840 * startup.el (fancy-splash-text): Change text to improve alignment.
8841 (fancy-splash-screens): Don't set non-standard tab width.
8842 Bind cursor-type temporarily, and make it easy to patch to
8843 preserve the splash buffer.
8844 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8845 (fancy-splash-screens): Display echo-area message explicitly.
8846 Don't set fancy-splash-help-echo.
8847
8848 * simple.el (line-number-mode): Group mode-line instead of
8849 editing-basics.
8850 (column-number-mode, size-indication-mode): Likewise.
8851
8852 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8853
8854 * time.el (display-time): Group mode-line instead of modeline.
8855
8856 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8857
8858 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8859
8860 * startup.el (fancy-splash-text): Move editing instructions to
8861 fancy-splash-head.
8862 (fancy-splash-head): Issue editing instructions.
8863 (fancy-splash-screens): Fixup whitespace.
8864
8865 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * bindings.el (mode-line-buffer-identification-keymap):
8868 Remove duplicate line.
8869
8870 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8871
8872 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8873 ignore lists.
8874
8875 2006-09-14 Kim F. Storm <storm@cua.dk>
8876
8877 * jit-lock.el (jit-lock-fontify-again): New function.
8878 (jit-lock-fontify-now): Use it instead of lambda form.
8879
8880 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8881
8882 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8883 (flyspell-auto-correct-word): Make ispell-filter local to these
8884 functions. Check that ispell-filter has new stuff before calling
8885 ispell-parse-output.
8886
8887 2006-09-13 Kim F. Storm <storm@cua.dk>
8888
8889 * simple.el (line-move-partial): Optimize.
8890
8891 2006-09-13 Richard Stallman <rms@gnu.org>
8892
8893 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8894 Delete spurious backquote.
8895
8896 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8897
8898 * net/rcirc.el (rcirc-print): Fix last change.
8899
8900 2006-09-12 Jay Belanger <belanger@truman.edu>
8901
8902 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8903
8904 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8905
8906 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8907 rcirc-show-maximum-output.
8908 (rcirc-mode): Remove window-scroll-function hook.
8909 (rcirc-scroll-to-bottom): Remove function.
8910 (rcirc-print): Recenter so point stays at the bottom of the window
8911 if point was already there.
8912
8913 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8914
8915 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8916 not to "t".
8917 * progmodes/compile.el (compilation-start): Likewise.
8918 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8919 Don't use expand-file-name on invocation-directory, since this
8920 might mishandle special characters in invocation-directory.
8921
8922 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * pcvs-defs.el: Remove * in defcustom's docstrings.
8925
8926 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8927
8928 * progmodes/compile.el (compilation-directory-properties):
8929 Doc fix for help-echo.
8930
8931 2006-09-12 Lars Hansen <larsh@soem.dk>
8932
8933 * desktop.el (desktop-read): Add comment.
8934
8935 2006-09-12 Kim F. Storm <storm@cua.dk>
8936
8937 * simple.el (next-error-highlight, next-error-highlight-no-select):
8938 Fix spelling error.
8939
8940 * subr.el (sit-for): Rework to use input-pending-p and cond.
8941 Return nil input is pending on entry also for SECONDS <= 0.
8942 (while-no-input): Use input-pending-p instead of sit-for.
8943
8944 2006-09-11 Richard Stallman <rms@gnu.org>
8945
8946 * simple.el (next-error-highlight, next-error-highlight-no-select):
8947 Fix custom type and doc strings.
8948
8949 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8952 (diff-apply-hunk): Use it to ask for confirmation.
8953
8954 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8955
8956 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8957
8958 2006-09-11 David Kastrup <dak@gnu.org>
8959
8960 * help.el (string-key-binding, describe-key-briefly)
8961 (describe-key): Remove `string-key-binding' and its callers since
8962 `key-binding' already caters for the proper lookup now.
8963
8964 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8967 (cfengine-mode): Use it. Fix \ syntax to be like /.
8968
8969 * bindings.el (mode-line-buffer-identification-keymap):
8970 Move initialization into declaration.
8971
8972 2006-09-10 Kim F. Storm <storm@cua.dk>
8973
8974 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8975 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8976 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8977 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8978
8979 2006-09-10 Richard Stallman <rms@gnu.org>
8980
8981 * dired-aux.el: Handle errors in recursive copy usefully.
8982 (dired-create-files-failures): New variable.
8983 (dired-copy-file): Remove condition-case.
8984 (dired-copy-file-recursive): Check for errors on all file
8985 operations, and add them to dired-create-files-failures.
8986 Check file file-date-erorr here too.
8987 (dired-create-files): Check dired-create-files-failures
8988 and report those errors too.
8989
8990 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8991
8992 * subr.el (add-to-list): New argument COMPARE-FN.
8993
8994 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8995
8996 * filecache.el (file-cache-add-directory)
8997 (file-cache-add-directory-list, file-cache-add-file)
8998 (file-cache-add-directory-using-find)
8999 (file-cache-add-directory-using-locate)
9000 (file-cache-add-directory-recursively): Add autoloads.
9001
9002 2006-09-09 Richard Stallman <rms@gnu.org>
9003
9004 * textmodes/conf-mode.el (conf-space-mode):
9005 Use hack-local-variables-hook instead of calling hack-local-variables.
9006 (conf-space-keywords-override): New variable.
9007 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9008 (conf-space-mode): Always make conf-space-keywords and
9009 conf-space-keywords-override local.
9010 Call conf-space-mode-internal directly as well as via hook.
9011
9012 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9013
9014 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9015 quasi-keywords.
9016
9017 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9020 (python-send-string): Be slightly more careful about adding \n.
9021
9022 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9023 kill it right away anyway.
9024
9025 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9026
9027 * international/codepage.el (cp850-decode-table): Fix a few codes.
9028 (cp858-decode-table): New variable.
9029
9030 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9031
9032 * net/ldap.el (ldap-search-internal): Doc fix.
9033
9034 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9035
9036 * play/life.el (life-display-generation): Test for input manually if
9037 `sleeptime' is negative or null.
9038
9039 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9040 (print-region-1): Substitute `%s' with the page title.
9041
9042 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9043
9044 * locate.el (locate-current-search): New variable.
9045 (locate): Set buffer local value. Use current buffer if it is
9046 in Locate mode.
9047 (locate-mode): Disable undo here.
9048 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9049 (locate-update): Use locate-current-search and locate-current-filter.
9050
9051 2006-09-08 David Kastrup <dak@gnu.org>
9052
9053 * desktop.el (desktop-read): When loading a desktop, disable
9054 saving it while the load progresses, and switch off a pending lazy
9055 load by calling `desktop-lazy-abort'.
9056
9057 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9058
9059 * window.el (mouse-autoselect-window-timer)
9060 (mouse-autoselect-window-position)
9061 (mouse-autoselect-window-window)
9062 (mouse-autoselect-window-now): New vars.
9063 (mouse-autoselect-window-cancel)
9064 (mouse-autoselect-window-select)
9065 (mouse-autoselect-window-start): New functions.
9066 (handle-select-window): Call `mouse-autoselect-window-start' when
9067 delayed window autoselection is enabled.
9068
9069 * cus-start.el (mouse-autoselect-window): Handle delayed window
9070 autoselection.
9071
9072 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9073 commands after which it is allowed to print in the echo area.
9074
9075 2006-09-08 Richard Stallman <rms@gnu.org>
9076
9077 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9078
9079 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9080 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9081
9082 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9083 (cancel-timer-internal): Add doc string.
9084 (cancel-function-timers): Doc fix.
9085 (with-timeout-handler, timer-event-last*): Add doc strings.
9086
9087 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9088
9089 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9090
9091 * dired.el (dired-log-summary): Add doc string.
9092
9093 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9094 (custom-group-menu-create): Not here.
9095
9096 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9097
9098 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9099
9100 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9101
9102 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9103 (mac-apple-event-map): Define its handler.
9104
9105 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9106
9107 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9108
9109 2006-09-07 Magnus Henoch <mange@freemail.hu>
9110
9111 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9112 clause.
9113
9114 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9115
9116 * info.el (Info-index): Bind completion-ignore-case.
9117
9118 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9119
9120 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9121 previous commit.
9122 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9123 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9124 burp in dedicated windows.
9125 (inferior-prolog-self-insert-command): New command.
9126 (inferior-prolog-mode-map): Use it.
9127
9128 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9129
9130 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9131
9132 * international/code-pages.el: Add cp858.
9133
9134 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9135
9136 * dnd.el: Fix bootstrapping.
9137
9138 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9139
9140 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9141 (dnd-open-remote-url): New function.
9142 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9143 not windows-nt.
9144
9145 2006-09-07 Jason Rumney <jasonr@gnu.org>
9146
9147 * dnd.el (dnd-open-remote-file-function): New variable.
9148 (dnd-open-unc-file): New function.
9149 (dnd-open-file): Call dnd-open-remote-file-function if set.
9150
9151 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9152
9153 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9154 pgg-passphrase-coding-system rather than locale-coding-system.
9155 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9156
9157 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * progmodes/prolog.el: Remove * in docstrings.
9160 (prolog-program-name): Add SWI prolog.
9161 (prolog-mode-menu): New menu.
9162 (prolog-mode): Set comment-add.
9163 (prolog-indent-line): Simplify. Use indent-line-to.
9164 (inferior-prolog-buffer): New var.
9165 (inferior-prolog-run, inferior-prolog-process): New funs.
9166 (run-prolog, switch-to-prolog): Rewrite, using them.
9167 (prolog-consult-region): Use inferior-prolog-buffer.
9168 (inferior-prolog-load-file): New function.
9169 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9170
9171 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9172 last word, if it's not the end of the paragraph.
9173
9174 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9175 file name.
9176
9177 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9178
9179 * frame.el (display-mm-dimensions-alist): New defcustom.
9180 (display-mm-height, display-mm-width): Use it.
9181
9182 2006-09-06 Simon Josefsson <jas@extundo.com>
9183
9184 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9185
9186 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9187
9188 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9189 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9190 string values.
9191
9192 2006-09-06 Kim F. Storm <storm@cua.dk>
9193
9194 * simple.el (line-move-partial): New function to do vscrolling for
9195 partially visible images / tall lines. Rewrite based on code
9196 previously in line-move. Simplify backwards vscrolling.
9197 (line-move): Use it. Simplify.
9198
9199 2006-09-05 Kim F. Storm <storm@cua.dk>
9200
9201 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9202
9203 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9204
9205 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9206 Process the `gcc-include' after the `gnu' rule.
9207
9208 2006-09-05 Kim F. Storm <storm@cua.dk>
9209
9210 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9211
9212 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9213
9214 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9215 compatibility.
9216
9217 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9218 inhibit-redisplay; encode passphrase with locale-coding-system.
9219
9220 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9221
9222 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9223
9224 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9225
9226 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9227 (gdb-var-list-children-regexp): Make type field optional.
9228
9229 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9230 e.g public, protected in C++.
9231
9232 2006-09-04 John Paul Wallington <jpw@pobox.com>
9233
9234 * simple.el (completion-show-help): New defcustom.
9235 (completion-setup-function): Heed it.
9236
9237 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9238
9239 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9240
9241 2006-09-04 Richard Stallman <rms@gnu.org>
9242
9243 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9244 (rsf-min-region-to-spam-list): Doc fix.
9245 (rsf-add-content-type-field): Doc fix.
9246
9247 * simple.el (kill-region): Explicitly test there is a region.
9248
9249 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9250
9251 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9252 sendmail in several common directories.
9253
9254 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9255
9256 * paths.el (sendmail-program): Removed.
9257
9258 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9259
9260 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9261 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9262 http://article.gmane.org/gmane.emacs.gnus.general/50457
9263
9264 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9267 mark after running the menu filter.
9268
9269 2006-09-03 Juri Linkov <juri@jurta.org>
9270
9271 * international/quail.el (quail-defrule-internal): Add a check
9272 if a key is a vector.
9273
9274 2006-09-02 Juri Linkov <juri@jurta.org>
9275
9276 * man.el (Man-topic-history): New variable.
9277 (man): Use it.
9278
9279 * woman.el (woman-topic-history): Change defvar to defvaralias
9280 for symbol `Man-topic-history'.
9281
9282 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9283 `comint-last-output-start' is a marker by using `markerp' and
9284 check if it has a position by using `marker-position', and use
9285 this position for `goto-char'.
9286
9287 * international/quail.el (quail-defrule-internal): Add missing
9288 `error' call for null key.
9289
9290 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9291
9292 * net/rcirc.el (rcirc-keywords): New variable.
9293 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9294 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9295 variables.
9296 (rcirc-responses-no-activity): New function.
9297 (rcirc-handler-generic): Check for responses in above.
9298 (rcirc-process-command): Add ?: character to arguments of raw
9299 server commands.
9300 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9301 `rcirc-dim-nicks'.
9302 (rcirc-gray-toggle): Remove unused variable.
9303 (rcirc-print): Remove some tracking logic, which is moved into
9304 markup functions.
9305 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9306 types.
9307 (rcirc-activity-string): Look for 'keyword in activity-types.
9308 (rcirc-window-configuration-change): Don't erase overlay-arrow
9309 unnecessarily.
9310 (rcirc-add-or-remove): New function.
9311 (rcirc-cmd-ignore): Use it.
9312 (rcirc-message-leader): Remove unused function.
9313 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9314 (rcirc-add-face): New function.
9315 (rcirc-facify): Use rcirc-add-face.
9316 (rcirc-url-regexp): Add parens.
9317 (rcirc-map-regexp): Remove function.
9318 (rcirc-mangle-regexp): Remove function.
9319 (rcirc-markup-text-functions): New variable.
9320 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9321 (rcirc-markup-body-text, rcirc-markup-attributes)
9322 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9323 (rcirc-markup-bright-nicks): New markup handler functions.
9324 (rcirc-nick-in-message-full-line): New face.
9325 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9326 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9327
9328 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9329
9330 * cus-start.el (hscroll-margin, hscroll-step)
9331 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9332 (x-use-underline-position-properties): Change version to "22.1"
9333 since they will appear there for the first time.
9334
9335 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9336
9337 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9338
9339 2006-08-31 Richard Stallman <rms@gnu.org>
9340
9341 * cus-edit.el (custom-save-variables): Slight cleanup.
9342 (Custom-no-edit): Renamed from custom-no-edit.
9343 (Custom-newline): Renamed from custom-newline.
9344 (custom-mode-map): Use new names.
9345
9346 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9347 about customization, rather than M-x customize, in the doc string
9348 made for the defcustom.
9349
9350 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9351
9352 2006-08-31 Romain Francoise <romain@orebokech.com>
9353
9354 * dired-x.el (dired-guess-shell-alist-default): Update.
9355
9356 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9357
9358 * custom.el (custom-theme-set-variables): Autoload packages before
9359 sorting the variables.
9360
9361 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9362
9363 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9364 Convert events to chars if XEmacs.
9365 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9366
9367 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9370 waiting for process.
9371
9372 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9373
9374 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9375 results in ASCII-only string, encode original one directly.
9376
9377 2006-08-29 Romain Francoise <romain@orebokech.com>
9378
9379 * startup.el (normal-splash-screen, fancy-splash-screens):
9380 Make buffer read-only and arrange to enter view mode if necessary.
9381
9382 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * hl-line.el (hl-line): New face.
9385 (hl-line-face): Use it.
9386
9387 * image-mode.el (image-mode): Fix last fix.
9388 Suggested by Kim F. Storm.
9389
9390 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9391
9392 Sync with Tramp 2.0.54.
9393
9394 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9395 of `=', because `tramp-get-remote-gid' might not always return an
9396 integer when expected.
9397 (tramp-register-file-name-handlers): `partial-completion-mode' is
9398 unknown to XEmacs.
9399 (tramp-time-diff): Don't use `floor', it might fail for large
9400 differences.
9401 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9402 `tramp-auto-save-directory' if unset in order to guarantee unique
9403 auto-save file names.
9404
9405 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * image-mode.el (image-mode): Display image as text on a terminal.
9408
9409 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9410
9411 * progmodes/python.el (python-send-command): Simplify.
9412 (run-python): Don't generate a new buffer unless `new' was specified.
9413 Make sure we send `import emacs' to the proper process.
9414
9415 * progmodes/python.el (python-send-command): Don't wait for the command
9416 to terminate. Don't fiddle with compilation-parsing-end.
9417
9418 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9421 Insert commentary after first line summary.
9422
9423 * woman.el (woman-follow): New function, based on `man-follow'.
9424 (woman-mode-map): Use it.
9425
9426 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9427 since ibuffer-do-sort-by-recency does not define a sorter.
9428
9429 2006-08-28 Kim F. Storm <storm@cua.dk>
9430
9431 * find-dired.el (find-dired): Use shell-quote-argument to properly
9432 escape ( and ) args. Also use it on {} and ; args in default
9433 value of find-ls-option string.
9434 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9435
9436 2006-08-27 Michael Olson <mwolson@gnu.org>
9437
9438 * emacs-lisp/tq.el: Small grammar fix in comments.
9439 (tq-enqueue): Check for existence of queue rather than the
9440 head queue item's question, which was a no-op.
9441 (tq-filter, tq-process-buffer): Make sure the process buffer
9442 exists before making it the current buffer.
9443
9444 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9445
9446 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9447 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9448 (special-event-map): Apply 2006-08-16 change for x-win.el.
9449
9450 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * progmodes/python.el (python-send-receive): Wait in the
9453 process's buffer so as to check the right buffer-local variables.
9454
9455 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9458 (defgroup checkdoc): Move to beginning.
9459
9460 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9461 (python-preoutput-continuation): Remove.
9462 (python-preoutput-filter): Simplify correspondingly.
9463 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9464 Loop around to catch embedded _emacs_out output.
9465 (run-python): Send the import&print command on a single line.
9466 (python-send-command): Send command&print on a single line.
9467 (python-send-string): Only add double \n if needed.
9468 (python-send-receive): Loop until the result comes.
9469 (python-mode-running): Defvar it.
9470 (python-setup-brm): Remove unused var `menu'.
9471 Only bind py-mode-map and `features' around brm-init.
9472 (python-calculate-indentation): Remove unused var `point'.
9473 (python-beginning-of-defun): Remove unused var `def-line'.
9474
9475 2006-08-25 Richard Stallman <rms@gnu.org>
9476
9477 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9478
9479 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9480
9481 * emulation/viper.el (viper-set-hooks): Use frame bindings for
9482 viper-vi-state-cursor-color.
9483 (viper-non-hook-settings): Don't set default
9484 mode-line-buffer-identification.
9485
9486 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9487 New fun.
9488 (viper-set-cursor-color-according-to-state)
9489 (viper-get-saved-cursor-color-in-replace-mode)
9490 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9491 viper-emacs-state-cursor-color.
9492
9493 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9494 (viper-undo): Use point if undo-beg-posn is nil.
9495 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9496 (viper-after-change-undo-hook): Don't use
9497 viper-emacs-state-cursor-color by default.
9498 (viper-undo): More sensible positioning after undo.
9499
9500 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9501 (viper-emacs-state-cursor-color): Default to nil, since this feature
9502 doesn't work well yet.
9503
9504 * ediff-mult.el (ediff-intersect-directories)
9505 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9506 always expand filenames.
9507
9508 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9509
9510 * tumme.el: Remove * in defcustoms's docstrings.
9511
9512 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9513
9514 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9515 Accept internal time format for SECS arg.
9516 (timer-relative-time): Doc fix.
9517
9518 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9519 adapted from Martin Rudalics.
9520 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9521 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9522 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9523 using sit-for.
9524
9525 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9526
9527 * cus-start.el (all): Add `overline-margin' and
9528 `x-underline-at-descent-line'.
9529
9530 2006-08-24 Kim F. Storm <storm@cua.dk>
9531
9532 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9533 to mean "use find -exec"; nil now unambiguously means auto-detect.
9534 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9535 Use shell-quote-argument to build grep-find-command and
9536 grep-find-template.
9537 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9538 Reported by Tom Seddon.
9539
9540 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9541
9542 * startup.el (fancy-splash-head): Give instructions for dismissing
9543 the splash screen for default startup too.
9544 (display-startup-echo-area-message, fancy-splash-screens)
9545 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9546 all splash text at once and keep the splash buffer around.
9547 (command-line-1): Give display-startup-echo-area-message a t arg.
9548
9549 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9550
9551 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9552 gnus frame is selected.
9553
9554 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9555
9556 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9557
9558 2006-08-22 Kim F. Storm <storm@cua.dk>
9559
9560 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9561 Add suffix matching for subdirs.
9562
9563 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9564
9565 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9566 mouse-yank-at-point is non-nil.
9567
9568 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9569
9570 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9571 a bit wider and remove fringes to fit initial output on line.
9572
9573 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * frame.el (blink-cursor-end): Only ignore the error we care about.
9576 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9577
9578 2006-08-21 Richard Stallman <rms@gnu.org>
9579
9580 * whitespace.el (whitespace-cleanup): Doc fix.
9581
9582 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9583
9584 * net/rcirc.el (rcirc-show-maximum-output): New var.
9585 (rcirc-buffer-process): If no buffer argument is supplied, use
9586 current-buffer.
9587 (rcirc-complete-nick): Complete to the last completed nick first.
9588 (rcirc-mode): Preserve the value of `rcirc-urls' across
9589 connections. Setup scroll function.
9590 (rcirc-scroll-to-bottom): New function.
9591 (rcirc-print): Use nick syntax around regexp work.
9592 Notice dim-nicks speaking only if they say our nick.
9593 (rcirc-update-activity-string): Do not show the modeline indicator
9594 if there are no live rcirc processes.
9595 (rcirc-cmd-ignore): Ignore case.
9596 (rcirc-browse-url-at-point): Fix off-by-one error.
9597
9598 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * progmodes/python.el: Remove * in defcustom docstrings.
9601 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9602 (python-mode): Set tab-width and indent-tabs-mode.
9603
9604 2006-08-20 Dave Love <fx@gnu.org>
9605
9606 * progmodes/python.el: Update to Dave Love's latest version.
9607 (python-font-lock-keywords, python-mode): Don't use
9608 font-lock-syntax-table, but match symbol elements explicitly instead.
9609 (python-mode-map): Add help, and a few more key bindings.
9610 (python-skip-comments/blanks): Move out of comments as well.
9611 (python-continuation-line-p): Behave better with unbalanced parens.
9612 (python-blank-line-p): New fun.
9613 (python-open-block-statement-p): Don't use a heuristic.
9614 (python-outdent-p): Better handle blocks-in-the-same-line.
9615 (python-calculate-indentation): Misc improvements.
9616 (python-comment-indent): Remove.
9617 (python-block-pairs): New var.
9618 (python-first-word): New fun.
9619 (python-indentation-levels): Handle more common cases.
9620 (python-indent-line-1): Add `leave' argument.
9621 (python-indent-region): New fun.
9622 (python-skip-out): New fun.
9623 (python-beginning-of-statement, python-end-of-statement): Use it.
9624 (python-next-statement): Return correct count even at eob.
9625 (python-end-of-block): Fix paren-typo.
9626 (python-imenu-create-index): Add module variables.
9627 (run-python): Add `new' arg.
9628 Check we're at a prompt before returning.
9629 (python-send-command): Move to end of buffer.
9630 Wait for prompt to return.
9631 (python-set-proc): New fun.
9632 (python-imports): New var.
9633 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9634 (python-eldoc-function): Try to move out of arg list.
9635 (python-outline-level): Offset by 1.
9636 (python-find-imports): New fun.
9637 (python-symbol-completions): Use python-imports.
9638 (python-module-path, ffap-alist): Add support for ffap.
9639 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9640 (python-insert-*, python-default-template, python-expand-template):
9641 Add templates/skeletons.
9642 (python-setup-brm): Support for Bicycle Repair Man.
9643 (python-abbrev-syntax-table): New var.
9644 (python-abbrev-pc-hook, python-pea-hook): New funs.
9645
9646 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9647
9648 * frame.el (blink-cursor-start): Set timer first.
9649 (blink-cursor-end): Ignore timer cancelling errors.
9650 Suggested by Ken Manheimer.
9651
9652 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9653
9654 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9655 Add autoload cookie.
9656
9657 2006-08-20 Richard Stallman <rms@gnu.org>
9658
9659 * simple.el (line-number-at-pos): Doc fix.
9660
9661 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9662 timer-activate-when-idle, so timer can run before Emacs becomes
9663 non-idle again.
9664
9665 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9666
9667 * whitespace.el (whitespace-cleanup-internal): New optional arg
9668 REGION-ONLY. If it's non-nil, modify the message to the user
9669 accordingly.
9670 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9671 a non-nil argument.
9672
9673 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9674
9675 * rect.el (spaces-string): Simplify and add doc string.
9676
9677 2006-08-17 Romain Francoise <romain@orebokech.com>
9678
9679 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9680
9681 2006-08-17 Richard Stallman <rms@gnu.org>
9682
9683 * compare-w.el (compare-windows): lambda's take an arg and pass
9684 it to compare-windows-skip-whitespace.
9685
9686 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9687
9688 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9689 the right buffer.
9690
9691 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9694 removed files.
9695
9696 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9697
9698 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9699 (gdb-locals-watch-map-1): Suppress keymap first.
9700 (gdb-edit-locals-map-1): New variable.
9701 (gdb-edit-locals-value): New function.
9702 (gdb-stack-list-locals-handler): Use them.
9703
9704 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9707 cursor would normally be drawn in the fringe.
9708
9709 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9710 Reported by Martin Rudalics <rudalics@gmx.at>.
9711
9712 2006-08-16 Richard Stallman <rms@gnu.org>
9713
9714 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9715 (special-event-map): Process drag-n-drop events this way.
9716
9717 * simple.el (move-beginning-of-line): Test whether fields
9718 would prevent motion back to line's first visible character.
9719 If so, stop where the fields would stop the motion.
9720
9721 * newcomment.el (comment-indent): Fully update INDENT
9722 before checking to see if it will change the text.
9723
9724 * cus-edit.el (custom-newline): New function.
9725 (custom-mode-map): Bind newline to custom-newline.
9726
9727 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9728 into ignore-whitespace.
9729 Check each buffer for its skip-function.
9730 Handle compare-windows-skip-whitespace special-case test
9731 by returning t from default skip function.
9732
9733 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9734
9735 * textmodes/org.el (org-clock-special-range)
9736 (org-clock-update-time-maybe): New functions.
9737 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9738 not only a-z.
9739 (org-agenda-get-blocks): Allow multiple blocks per headline.
9740 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9741 (org-export-html-title-format)
9742 (org-export-html-toplevel-hlevel): New options.
9743 (org-export-language-setup): Add support for Czech.
9744 (org-mode, org-insert-todo-heading, org-find-visible)
9745 (org-find-invisible, org-invisible-p, org-invisible-p2)
9746 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9747 (org-show-subtree, org-show-entry, org-make-options-regexp):
9748 Remove compatibility support for old outline-mode.
9749 (org-check-occur-regexp): Funtion removed.
9750 (org-on-heading-p, org-back-to-heading): Made defalias.
9751 (org-set-local): New defsubst.
9752 (org-set-regexps-and-options, org-mode)
9753 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9754 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9755 (org-remember-apply-template, org-table-edit-field)
9756 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9757 (org-set-autofill-regexps): Use `org-set-local'.
9758 (org-table-eval-formula): Fix bug with parsing of display flags.
9759
9760 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9761
9762 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9763 frame with fringe arrow. Suggested by Simon Marshall
9764 <simon.marshall@misys.com>.
9765 (gdb-stack-position): New variable.
9766 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9767 (gdb-frames-mode): Set gdb-stack-position to nil.
9768 Add to overlay-arrow-variable-list
9769 (gdb-reset): Delete gdb-stack-position from above list.
9770
9771 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9772
9773 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9774 read only.
9775
9776 2006-08-13 Romain Francoise <romain@orebokech.com>
9777
9778 * cus-theme.el (customize-create-theme)
9779 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9780
9781 * filesets.el (filesets-add-buffer): Ditto.
9782
9783 * pcvs.el (cvs-change-cvsroot): Ditto.
9784
9785 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9786
9787 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9788 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9789 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9790 expressions.
9791 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9792 Only search till end of line.
9793 Add face to function names in case of no filename.
9794 Add face to variable names of watchpoints.
9795
9796 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9797
9798 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9799 customization group.
9800
9801 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9802
9803 * allout.el (allout-prior-bindings, allout-added-bindings):
9804 Remove, after long deprecation.
9805 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9806 Add customization vars controlling allout-beginning-of-line and
9807 allout-end-of-line conveniences.
9808 (allout-header-prefix, allout-use-mode-specific-leader)
9809 (allout-use-mode-specific-leader, allout-mode-leaders):
9810 Revise docstrings.
9811 (allout-infer-header-lead): Change to be an alias for
9812 allout-infer-header-lead-and-primary-bullet.
9813 (allout-infer-header-lead-and-primary-bullet): New version of
9814 allout-infer-header-lead which assigns the primary bullet to the
9815 same as the header lead, when its being changed.
9816 (allout-infer-body-reindent): Apply regexp-quote instead of
9817 unconditionally prepending "\\", so that all literal
9818 allout-header-prefix and allout-primary-bullet strings are
9819 properly handled.
9820 (allout-add-resumptions): Add optional qualifier for extending or
9821 appending to existing values, rather than replacing them.
9822 (allout-view-change-hook): Clarify docstring.
9823 (allout-exposure-change-hook): Take explicit arguments, via
9824 run-hook-with-args.
9825 (allout-structure-added-hook)
9826 (allout-structure-deleted-hook)
9827 (allout-structure-shifted-hook): New hooks analogous to
9828 allout-exposure-change-hook for other kinds of structural outline
9829 edits.
9830 (allout-encryption-plaintext-sanitization-regexps): New encryption
9831 customization variable, by which cooperating modes can provde
9832 massage of the plaintext without actually being passed it.
9833 (allout-encryption-ciphertext-rejection-regexps)
9834 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9835 customization variables, by which cooperating modes can prohibit
9836 rare but possible ciphertext patterns from fouling their
9837 operation, with actually being passed the ciphertext.
9838 (allout-mode): Run activation and deactivation hooks after the
9839 minor-mode variable has been toggled, to clarify the mode
9840 disposition. The new encryption ciphertext rejection variable is
9841 used to ensure that the ciphertext does not contain text that
9842 would be recognized as outline structural elements by allout.
9843 Substite allout-beginning-of-line and allout-end-of-line for
9844 conventionall beginning-of-line and end-of-line bindings.
9845 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9846 activation!
9847 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9848 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9849 (allout-chart-subtree): Implement new mode, charting only the
9850 visible items in the subtree, when new 'visible' parameter is non-nil.
9851 (allout-end-of-subtree): Properly handle the last item in the buffer.
9852 (allout-pre-command-business, allout-command-counter):
9853 Increment an advertised counter so that cooperating enhancements can
9854 track revisions of items.
9855 (allout-open-topic): Run allout-structure-added-hook with suitable
9856 arguments.
9857 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9858 arguments.
9859 (allout-shift-out): Fix doubling for negative args and ensure call
9860 of allout-structure-shifted-hook by solely using allout-shift-in.
9861 (allout-kill-line, allout-kill-topic):
9862 Run allout-structure-deleted-hook with suitable arguments.
9863 (allout-yank-processing): Run allout-structure-added-hook with
9864 proper arguments.
9865 (allout-yank): Enclose activity in allout-unprotected.
9866 (allout-flag-region): Run allout-exposure-change-hook with
9867 suitable arguments, instead of making the callee infer the arguments.
9868 (allout-encrypt-string):
9869 Support allout-encryption-plaintext-sanitization-regexps,
9870 allout-encryption-ciphertext-rejection-regexps, and
9871 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9872 en/de cryption mode in symmetric encryption failure message.
9873 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9874 copy of the passphrase, and don't zero it or we'll corrupt the
9875 stashed copy.
9876 (allout-create-encryption-passphrase-verifier)
9877 (allout-verify-passphrase): Respect the new signature for
9878 allout-encrypt-string.
9879 (allout-get-configvar-values): Convenience for getting a
9880 configuration variable value and handling its absence gracefully.
9881
9882 2006-08-11 Romain Francoise <romain@orebokech.com>
9883
9884 * obsolete/zone-mode.el: Delete.
9885
9886 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9887
9888 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9889
9890 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9891
9892 * emacs-lisp/bindat.el (bindat-ip-to-string):
9893 Use `format-network-address' if possible.
9894
9895 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9896
9897 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9898
9899 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9900
9901 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9902 restore unread-command-events here.
9903 (edebug-display): Do it here, to detect sit-for interruptions.
9904
9905 2006-08-10 Romain Francoise <romain@orebokech.com>
9906
9907 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9908 (dns-mode-soa-auto-increment-serial): New user option.
9909 (dns-mode-soa-maybe-increment-serial): New function.
9910 (dns-mode): Add the latter to `write-contents-functions'.
9911
9912 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9913 Delete autoload cookies.
9914
9915 2006-08-10 John Wiegley <johnw@newartisans.com>
9916
9917 * eshell/em-glob.el (eshell-glob-chars-list)
9918 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9919
9920 2006-08-10 Richard Stallman <rms@gnu.org>
9921
9922 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9923 (facemenu-set-face): Doc fix.
9924 (facemenu-listed-faces): Doc fix.
9925
9926 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9927
9928 * avoid.el (mouse-avoidance-animating-pointer): New var.
9929 (mouse-avoidance-nudge-mouse): Use it.
9930 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9931 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9932 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9933 Don't activate if currently animating. All callers changed.
9934
9935 2006-08-09 John Wiegley <johnw@newartisans.com>
9936
9937 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9938 variable, which causes timeclock to report elapsed time worked,
9939 instead of just work remaining.
9940
9941 2006-08-09 Kenichi Handa <handa@m17n.org>
9942
9943 * international/latexenc.el (latexenc-find-file-coding-system):
9944 Fix for the case that the 2nd element of arg-list is a cons.
9945
9946 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9947
9948 * info.el (Info-fontify-node): Handle preceding `in' for note
9949 reference hiding rules.
9950
9951 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9954 mistake a closing " for an opening one.
9955
9956 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9957
9958 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9959
9960 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9961
9962 * complete.el (PC-do-completion): Filter out completions matching
9963 completion-ignored-extensions before checking whether there are
9964 multiple completions.
9965 Don't use `list' unnecessarily when building completion tables.
9966
9967 2006-08-06 Richard Stallman <rms@gnu.org>
9968
9969 * help.el (describe-mode): Make minor mode list more concise.
9970
9971 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9972
9973 * bindings.el: Give mode-line-format, mode-line-modes, and
9974 mode-line-position `standard-value' properties.
9975
9976 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9977
9978 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9979 "(file)node" instead of the file name.
9980
9981 2006-08-05 Richard Stallman <rms@gnu.org>
9982
9983 * faces.el (escape-glyph): Doc fix.
9984
9985 2006-08-04 Kenichi Handa <handa@m17n.org>
9986
9987 * international/mule-diag.el (describe-font): Improve docstring
9988 and error message. Use frame-parameter (not frame-parameters).
9989
9990 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9993 Correctly mark the end-of-docstring char.
9994
9995 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9996
9997 * simple.el (line-move-to-column): Constrain move-to-column to
9998 current field.
9999
10000 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10001
10002 * font-lock.el (font-lock-beg, font-lock-end)
10003 (font-lock-extend-region-functions): New vars.
10004 (font-lock-extend-region-multiline)
10005 (font-lock-extend-region-wholelines): New functions.
10006 (font-lock-default-fontify-region): Use them.
10007 (font-lock-extend-jit-lock-region-after-change): Only round up
10008 if font-lock-default-fontify-region will do it as well.
10009
10010 * font-lock.el (font-lock-extend-after-change-region-function):
10011 Rename from font-lock-extend-region-function.
10012 (font-lock-extend-region): Remove by inlining at call sites.
10013 (font-lock-after-change-function): Don't needlessly round up to a whole
10014 number of lines.
10015 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10016 the boundary conditions and the interactions between the various ways
10017 to extend the region.
10018
10019 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10022 modification status when forcing the second redisplay.
10023
10024 2006-08-03 Kim F. Storm <storm@cua.dk>
10025
10026 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10027
10028 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10031 doesn't look like a file name.
10032
10033 * complete.el (PC-expand-many-files): Avoid signalling an error when
10034 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10035
10036 2006-08-02 Andreas Schwab <schwab@suse.de>
10037
10038 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10039
10040 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * bindings.el (map): Make mode-line-buffer-identification-keymap
10043 before defining propertized-buffer-identification.
10044
10045 2006-08-01 Richard Stallman <rms@gnu.org>
10046
10047 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10048
10049 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10050
10051 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10052 default value.
10053 (gdb-find-source-frame): New function.
10054 (menu): Add to menu bar.
10055
10056 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10057
10058 * font-core.el (font-lock-extend-region-function)
10059 (font-lock-extend-region): Move to font-lock.el.
10060
10061 * font-lock.el (font-lock-extend-region-function)
10062 (font-lock-extend-region): Move from font-core.el. Simplify.
10063
10064 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10065 if needed.
10066 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10067 (jit-lock-after-change-extend-region-functions): New hook.
10068 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10069
10070 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10071 (font-lock-turn-on-thing-lock): Use it.
10072
10073 * longlines.el (longlines-show-region): Make it work on read-only
10074 buffers as well.
10075
10076 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10077
10078 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10079
10080 2006-07-31 Richard Stallman <rms@gnu.org>
10081
10082 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10083 (vhdl-speedbar-display-projects): Update old obsolete
10084 speedbar variable names.
10085
10086 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10087
10088 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10089 (gdb-stopped): Use it.
10090
10091 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10092
10093 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10094
10095 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10096 for load-history elements.
10097
10098 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10099
10100 * files.el (convert-standard-filename): For Cygwin, replace
10101 characters not allowed in Windows file names.
10102 (make-auto-save-file-name): Add Cygwin to the list of systems
10103 where the auto-save file name needs to be run through
10104 convert-standard-filename.
10105
10106 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10107
10108 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10109
10110 2006-07-28 Richard Stallman <rms@gnu.org>
10111
10112 * bindings.el (mode-line-frame-identification)
10113 (propertized-buffer-identification): Centralize the code
10114 to initialize the variable.
10115
10116 * progmodes/grep.el (grep-default-command): Catch errors from
10117 wildcard-to-regexp.
10118
10119 2006-07-29 Kim F. Storm <storm@cua.dk>
10120
10121 * progmodes/grep.el (grep-tag-default): New function.
10122 (grep-default-command, grep-read-regexp): Use it.
10123 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10124 as default if nothing else applies.
10125
10126 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10127
10128 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10129 Throw error if buffer is not in Dired and Wdired mode, respectively.
10130
10131 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10132
10133 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10134 self-insert-command keys don't activate buttons.
10135 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10136
10137 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10138
10139 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10140 faces for enable character.
10141
10142 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10143
10144 * Makefile.in (recompile): Update comment to reflect change
10145 on 2004-04-21.
10146
10147 2006-07-27 Richard Stallman <rms@gnu.org>
10148
10149 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10150 (customize-package-emacs-version): Change msg when pkg has no entry.
10151 (custom-no-edit): On a button, do like widget-button-press.
10152
10153 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10154
10155 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10156 S-tab and C-S-tab.
10157
10158 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10159
10160 * progmodes/which-func.el (which-function): Fix documentation/
10161 comment typo.
10162
10163 2006-07-26 Richard Stallman <rms@gnu.org>
10164
10165 * textmodes/ispell.el (ispell-word): If we replace the word,
10166 move point to the end. Insert before deleting.
10167
10168 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10169
10170 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10171 a timer.
10172
10173 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10174
10175 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10176 when at first image.
10177 (tumme-forward-image): Add prefix argument. Add error when at last
10178 image.
10179
10180 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * tabify.el (tabify-regexp): Use more specific regexps.
10183 (tabify): Avoid modifying the buffer unnecessarily.
10184
10185 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10186
10187 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10188 (tumme-format-properties-string): Handle empty `buf'.
10189 (tumme-get-comment): Change variable names inside `let'.
10190 Add missing `let' variable that cause font-lock problems.
10191 (tumme-write-comments): Change variable names inside `let'.
10192 Add missing `let' variable that cause font-lock problems.
10193 (tumme-forward-image): Rename from `tumme-forward-char'.
10194 (tumme-backward-image): Rename from `tumme-backward-char'.
10195
10196 2006-07-25 Masatake YAMATO <jet@gyve.org>
10197
10198 * progmodes/ld-script.el (ld-script-keywords)
10199 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10200 and add comments.
10201
10202 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10203
10204 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10205 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10206 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10207 for status indicator.
10208
10209 2006-07-24 Richard Stallman <rms@gnu.org>
10210
10211 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10212
10213 * subr.el (dolist, dotimes): Use interned symbols for locals.
10214 (--dotimes-limit--, --dolist-tail--): New defvars.
10215 (looking-back): Doc fix.
10216
10217 * replace.el (replace-match-string-symbols): Handle dotted lists.
10218
10219 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10220
10221 * tumme.el (tumme-write-tags): Add.
10222 (tumme-write-comments): Add.
10223 (tumme-tag-files): Change to use `tumme-write-tags'.
10224 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10225 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10226 (tumme-save-information-from-widgets): Change to use
10227 `tumme-write-comments' and `tumme-write-tags'.
10228 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10229 (tumme-write-tag): Remove.
10230 (tumme-write-comment): Remove.
10231 (tumme-display-previous-thumbnail-original): Remove empty line.
10232 (tumme-widget-list): Add punctuation.
10233
10234 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10235
10236 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10237
10238 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10239
10240 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10241 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10242 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10243
10244 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10245
10246 * mouse.el (mouse-on-link-p): Doc fix.
10247
10248 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10249
10250 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10251 Handle "C-h f `".
10252
10253 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10254
10255 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10256 column.
10257
10258 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10259
10260 * textmodes/table.el: Add move-beginning-of-line and
10261 move-end-of-line to Point Motion Only Group.
10262
10263 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10264
10265 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10266
10267 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10268
10269 * startup.el (user-mail-address): Initialize from the `EMAIL'
10270 environment variable first. Document this.
10271 (command-line): Ditto.
10272
10273 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10274
10275 * help-mode.el (help-function-def, help-variable-def)
10276 (help-face-def): Print a message in the minibuffer.
10277
10278 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10279
10280 * term/xterm.el (terminal-init-xterm): Fix key bindings
10281 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10282
10283 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10284
10285 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10286 where `(nth 1 command)' is a cons cell. Doc fix.
10287
10288 * textmodes/po.el (po-find-charset): Doc fix.
10289
10290 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10291
10292 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10293 (allout-beginning-of-current-line, allout-end-of-current-line)
10294 (allout-next-visible-heading, allout-open-topic)
10295 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10296 (allout-flag-current-subtree, allout-show-to-offshoot)
10297 (allout-hide-current-entry, allout-show-current-branches)
10298 (allout-hide-region-body, allout-old-expose-topic)
10299 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10300 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10301 containing `beginning-of-line' and `end-of-line' with
10302 `inhibit-field-text-motion' t.
10303
10304 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10305
10306 * frame.el (focus-follows-mouse): Document that it doesn't have
10307 any effect on MS-Windows.
10308
10309 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10312
10313 2006-07-20 Jay Belanger <belanger@truman.edu>
10314
10315 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10316
10317 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10318 New variables.
10319 (calc-alg-entry): Use `calc-alg-entry-history'.
10320 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10321 Remove reference to `calc-previous-alg-entry'.
10322 (calcAlg-edit, calcAlg-enter): Remove reference to
10323 `calc-previous-alg-entry'.
10324 (calcAlg-previous): Use `previous-history-element' instead of
10325 `calc-previous-alg-entry'.
10326 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10327 Change keybinding for `calcAlg-plus-minus', add keybindings for
10328 `previous-history-element' and `next-history-element'.
10329
10330 * calc/calc-rewr.el (calc-match): Remove reference to
10331 `calc-previous-alg-entry'.
10332
10333 * calc/calc-sel.el (calc-selection-history): New variable.
10334 (calc-enter-selection, calc-sel-mult-both-sides)
10335 (calc-sel-add-both-sides): Use `calc-selection-history'.
10336
10337 * calc/calc-map.el (calc-get-operator-history): New variable.
10338 (calc-get-operator): Use `calc-get-operator-history'.
10339
10340 * calc/calcalg3.el (calc-curve-fit-history): New variable.
10341 (calc-curve-fit): Use `calc-curve-fit-history'.
10342
10343 2006-07-20 Kenichi Handa <handa@m17n.org>
10344
10345 * international/mule-cmds.el (select-safe-coding-system): Fix the
10346 way of deciding eol-type of the coding system.
10347
10348 2006-07-20 Alan Mackenzie <acm@muc.de>
10349
10350 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10351 (c-lang-setvar): New macro.
10352 (c-make-init-lang-vars-fun): Use the initialization forms in
10353 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10354 (comment-start, comment-end, comment-start-skip): Change these from
10355 c-lang-defvar's to c-lang-setvar's.
10356
10357 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10358 which calls make-local-variable on the elements of
10359 c-emacs-variable-inits.
10360 (c-init-language-vars-for): Call this new macro.
10361
10362 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10363
10364 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10365 Try to rule out false positives due to time stamps.
10366 (compilation-mode-font-lock-keywords): Remove rules made redundant
10367 because of the above change. Add `segmentation fault' to the known and
10368 highlighted compilation termination messages.
10369
10370 2006-07-19 Kim F. Storm <storm@cua.dk>
10371
10372 * progmodes/grep.el (grep-find-ignored-directories):
10373 Add .svn and _darcs to list.
10374
10375 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10376
10377 * dired.el (dired-mode-map): Add key binding `C-te' for
10378 `tumme-dired-edit-comment-and-tags'.
10379
10380 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10381 image display buffer is displayed before call to
10382 `tumme-display-image.
10383 (tumme-dired-display-image): Make sure image display buffer is
10384 displayed before call to `tumme-display-image.
10385 (tumme-mouse-display-image): Make sure image display buffer is
10386 displayed before call to `tumme-display-image.
10387 (tumme-widget-list): Add.
10388 (tumme-dired-edit-comment-and-tags): Add.
10389 (tumme-save-information-from-widgets): Add.
10390
10391 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10394
10395 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10398 Revert inadvertently installed patch hunk.
10399
10400 * progmodes/compile.el (compilation-find-file): Handle the
10401 cases where the user selects a non-existent file.
10402
10403 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10406
10407 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10408
10409 * subr.el (sit-for): Just sleep-for if noninteractive.
10410
10411 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10414
10415 * custom.el (custom-autoload): Add `noset' argument.
10416 (custom-push-theme): Don't autoload the variable, let callers do it.
10417 (custom-theme-set-variables): Autoload the variable if necessary.
10418
10419 * cus-edit.el (custom-variable-state-set): If the variable was
10420 originally set outside custom, but to the same value as the default,
10421 consider it to be standard.
10422
10423 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10424 file *before* telling Emacs to add the autoloads, in case it fails.
10425
10426 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10427 Use `cond', push', and `dolist'.
10428
10429 2006-07-17 Richard Stallman <rms@gnu.org>
10430
10431 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10432 Add defvars to silence warnings.
10433
10434 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10435
10436 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10437 Don't highlight "Compiling file" messages as error.
10438
10439 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10440 file already exists.
10441
10442 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10443
10444 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10445 entry, don't assign to free var; simply return the extracted filename.
10446 (ff-treat-as-special): Incorporate common preamble from callers.
10447 (ff-other-file-name, ff-find-the-other-file):
10448 Update call to ff-treat-as-special.
10449
10450 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10451
10452 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10453
10454 * tumme.el (tumme-get-comment): Fix bug.
10455
10456 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10457
10458 * files.el: Remove spurious * in docstrings.
10459
10460 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10461
10462 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10463 grammar.
10464 (allout-beginning-of-current-line): Beware beginning of buffer.
10465 Also, a comment is simplified.
10466 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10467 when appropriate. (This fix enables use for other than
10468 bullet-hotspot operation.)
10469 (allout-hide-current-subtree): While escalating to sibling-close,
10470 make sure to situate on a topic.
10471
10472 2006-07-14 Kim F. Storm <storm@cua.dk>
10473
10474 * emulation/cua-base.el (cua-delete-selection)
10475 (cua-toggle-set-mark): New defcustoms.
10476 (cua-rectangle-modifier-key): Add `alt' modifier.
10477 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10478 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10479 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10480
10481 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10482
10483 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10484
10485 * allout.el: Require 'cl during byte-compilation/interactive load,
10486 for the `assert' macro.
10487 (allout-mode-deactivate-hook): New hook, run when allout mode
10488 deactivates.
10489 (allout-developer): New allout customization subgroup.
10490 (allout-run-unit-tests-on-load): New allout-developer
10491 customization variable, when true allout unit tests are run towards
10492 end of file load/eval.
10493 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10494 auto-fill-mode.
10495 (allout-resumptions): Remove, to be replaced by...
10496 (allout-add-resumptions): Register variable settings to be
10497 reinstated by `allout-do-resumptions'. The settings are made
10498 buffer-local, but the locality/globality of the suspended setting
10499 is restored on resumption.
10500 (allout-do-resumptions): Reinstate all settings suspended using
10501 `allout-add-resumptions'.
10502 (allout-test-resumptions): Unit tests (and intermediate variables)
10503 for resumptions.
10504 (allout-tests-globally-unbound, allout-tests-globally-true)
10505 (allout-tests-locally-true): Intermediate variables for
10506 resumptions unit tests.
10507 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10508 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10509 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10510 instead of retired `allout-resumptions'. For hook functions, use
10511 `local' parameter so hook settings are created and removed as
10512 buffer-local settings. Revise (resumptions) setting
10513 auto-fill-function so it is set only if already active. (The
10514 related fill-function settings are all made in either case, so
10515 that activating auto-fill-mode activity will have the custom
10516 allout-mode behaviors (hanging indent on topics, if configured for it).
10517 Remove all allout-exposure-category overlays on mode deactivation.
10518 (allout-hotspot-key-handler): New function extracted from
10519 `allout-pre-command-business', so the functionality can be used
10520 for other purposes, eg as a binding in an overlay.
10521 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10522 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10523 customization variable.
10524 (allout-run-unit-tests): Run the (currently quite small)
10525 repertoire of unit tests. Called just before the provide iff user
10526 has customized `allout-run-unit-tests-on-load' non-nil.
10527
10528 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10529
10530 * emacs-lisp/authors.el (authors-aliases): Update.
10531
10532 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10533
10534 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10535 gdb-source-window. Add dedicated argument.
10536 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10537 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10538 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10539 (gdb-display-locals-buffer): Use it.
10540
10541 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10542 Set gdb-source-window.
10543
10544 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10545
10546 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10547 minor modes, redundant with the custom-autoload line above.
10548
10549 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10550
10551 * longlines.el (longlines-post-command-function): Handle open-line too.
10552
10553 2006-07-12 Richard Stallman <rms@gnu.org>
10554
10555 * progmodes/grep.el (grep-last-buffer): Doc fix.
10556
10557 * info.el (Info-try-follow-nearest-node): Doc fix.
10558
10559 * emacs-lisp/edebug.el (edebug-instrument-function):
10560 Err if find-function-noselect gives no position.
10561
10562 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10563 If can't find definition, return nil for position.
10564 (find-function-do-it): Handle new return value
10565 of find-definition-noselect.
10566 (find-definition-noselect, find-variable-noselect): Doc fix.
10567 (find-function-noselect): Doc fix.
10568
10569 * help-mode.el (help-variable-def): Handle find-variable-noselect
10570 returning no position.
10571 (help-function-def): Likewise for find-function-search-for-symbol.
10572 (help-face-def): Likewise.
10573
10574 * help-fns.el (describe-variable): Handle find-variable-noselect
10575 returning no position.
10576
10577 * files.el (locate-file-completion): Avoid duplicates in result.
10578
10579 * cus-edit.el (custom-no-edit): New command.
10580 (custom-mode-map): Remap to custom-no-edit instead of
10581 using suppress-keymap.
10582
10583 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10584
10585 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10586 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10587 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10588
10589 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10590
10591 2006-07-11 Kim F. Storm <storm@cua.dk>
10592
10593 * ido.el (ido-copy-current-file-name): Use buffer-name if
10594 buffer-file-name is nil.
10595
10596 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10597
10598 * simple.el (undo-ask-before-discard): Set to nil.
10599
10600 * vc.el (vc-exec-after): Don't delete process manually.
10601 (vc-print-log): Run log-view-mode in process sentinel inside
10602 inhibit-read-only. Don't shrink window due to timing issues.
10603
10604 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10605 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10606
10607 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10610 Fix ambiguity introduced by last change.
10611 (compilation-find-file): Move save-excursion to where it may
10612 make sense. Fix a left over `find-file'.
10613
10614 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10615
10616 * textmodes/texinfmt.el (texinfo-format-separate-node):
10617 Insert a string before point, which fits documentation, not after.
10618 (texinfo-multitable-item): In a multitable row, insert any
10619 additional needed @tabs and spaces.
10620
10621 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10622
10623 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10624 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10625 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10626 instead of shell-command.
10627 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10628 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10629 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10630 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10631 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10632 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10633
10634 2006-07-11 Kim F. Storm <storm@cua.dk>
10635
10636 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10637 Remove special case for seconds < 0. Use (redisplay t) instead.
10638
10639 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10640
10641 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10642 avoid compilation error.
10643
10644 * subr.el (sit-for): New function.
10645
10646 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10647
10648 2006-07-10 Richard Stallman <rms@gnu.org>
10649
10650 * ldefs-boot.el (edebug): Update page.
10651
10652 2006-07-10 Kim F. Storm <storm@cua.dk>
10653
10654 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10655 to FOR-RELEASE and TODO.
10656
10657 2006-07-10 Romain Francoise <romain@orebokech.com>
10658
10659 * emacs-lisp/authors.el (authors-aliases): Update.
10660
10661 2006-07-10 Alan Mackenzie <acm@muc.de>
10662
10663 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10664 * cc-mode.el: Changes to eradicate eval-after-load.
10665
10666 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10669 on non-char events.
10670
10671 2006-07-09 Romain Francoise <romain@orebokech.com>
10672
10673 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10674 Don't highlight start/end markers as compilation messages.
10675
10676 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10677 to t.
10678
10679 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10682
10683 2006-07-08 Richard Stallman <rms@gnu.org>
10684
10685 * term/x-win.el (x-handle-display): Add doc string.
10686
10687 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10688
10689 * subr.el (def-edebug-spec): Move here.
10690 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10691
10692 * imenu.el (imenu-choose-buffer-index): Doc fix.
10693
10694 2006-07-08 Romain Francoise <romain@orebokech.com>
10695
10696 * term/x-win.el (x-display-name): Fix typo.
10697
10698 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10699
10700 * hexl.el (hexl-find-file): Doc fix.
10701
10702 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10703
10704 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10705
10706 * term/x-win.el (x-display-name): Doc fix.
10707
10708 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10709
10710 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10711 long prefixes.
10712 (fill-region-as-paragraph): Don't round up to a whole line.
10713 (fill-comment-paragraph): Don't include the code-before-the-comment
10714 when calling fill-region-as-paragraph.
10715
10716 * international/mule.el (make-char): Remove redundancy.
10717
10718 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10719 property may contain an anonymous function rather than a symbol.
10720
10721 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10722
10723 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10724 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10725
10726 * dirtrack.el (dirtrack-default-directory-function): Remove.
10727 (dirtrack-directory-function): Use file-name-as-directory.
10728 (dirtrack-windows-directory-function): Simplify.
10729 (dirtrack-forward-slash, dirtrack-backward-slash)
10730 (dirtrack-replace-slash): Remove.
10731 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10732 (dirtrack): Fix wrong parenthesizing; use match-string.
10733
10734 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10735 (inferior-octave-mode): Only change the buffer-local value of
10736 comint-dynamic-complete-functions.
10737 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10738 Move the initialization to the declaration.
10739 (inferior-octave-complete): Remove unused var `filter'.
10740
10741 * shell.el (shell-mode): Only change the buffer-local value of
10742 comint-dynamic-complete-functions.
10743
10744 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10745
10746 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10747 entry is skipped because it has been scheduled.
10748 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10749 changing `:org-archived' and `:org-comment' properties.
10750
10751 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10752
10753 * server.el (server-select-display): Don't make the temp frame
10754 minibuffer-only, in case it's not a temp frame.
10755 (server-process-filter): Don't delete the temp frame if it's the
10756 only one we have on that display.
10757
10758 * files.el (find-alternate-file): Doc fix.
10759
10760 2006-07-05 Richard Stallman <rms@gnu.org>
10761
10762 * files.el (abbreviate-file-name): Add save-match-data.
10763
10764 2006-07-03 Richard Stallman <rms@gnu.org>
10765
10766 * faces.el (read-face-name): Doc fix.
10767
10768 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10769
10770 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10771
10772 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10773
10774 * vc.el (vc-diff-internal): Fix prev change.
10775
10776 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10777
10778 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10779 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10780
10781 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10782
10783 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10784 fails if the symbol contains chars like ( or '.
10785 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10786 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10787 `short'.
10788
10789 2006-07-04 Kenichi Handa <handa@m17n.org>
10790
10791 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10792 the current one, don't call set-language-environment, but call one
10793 of set-language-environment-XXX to make INFO effective now.
10794 (set-language-environment): Call set-language-environment-XXX
10795 functions instead of doing the various setups directly.
10796 (set-language-environment-coding-systems): Delete argument eol-type.
10797 (set-language-environment-input-method)
10798 (set-language-environment-nonascii-translation)
10799 (set-language-environment-charset)
10800 (set-language-environment-fontset)
10801 (set-language-environment-unibyte): New functions.
10802
10803 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10804
10805 * locate.el (locate-update-when-revert): New option.
10806 (locate-update-path): New option (suggested by Michael Albinus).
10807 (locate-prompt-for-command): Whitespace change.
10808 (locate-update): No longer offer to update the locate database by
10809 default. Implement the two new options.
10810
10811 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10812
10813 * tooltip.el: Move comment about track-mouse...
10814
10815 * progmodes/gud.el: ...to here.
10816
10817 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10818
10819 * facemenu.el (facemenu-listed-faces): New var.
10820 (facemenu-unlisted-faces): Variable deleted.
10821 (facemenu-add-new-face): Use facemenu-listed-faces.
10822
10823 * emulation/viper-init.el, calendar/calendar.el:
10824 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10825
10826 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10827
10828 * textmodes/org.el (org-mode): Remove no invalid settings for
10829 calc embedded mode.
10830 (org-mode-p): New defsubst.
10831 (org-save-all-org-buffers): New function.
10832 (org-first-headline-recenter): Enclose outline-regexp in group
10833 delimiters.
10834 (org-set-tags): Keep single space after stars.
10835
10836 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10837
10838 * window.el (set-window-text-height): Only set window-min-height to
10839 1 if that's the requested size.
10840
10841 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10842 (diff-unified->context, diff-context->unified)
10843 (diff-reverse-direction): Make sure the end marker stays at the end.
10844 (diff-mode): Add the keymap table at the end of docstring.
10845 Use lexical-let rather than constructing a closure manually.
10846
10847 * files.el (find-file-noselect-1): Remove unused var assignment.
10848 (hack-local-variables-confirm): Print lists of strings as lists of
10849 strings rather than lists of symbols.
10850 (abbreviate-file-name, hack-local-variables-prop-line):
10851 Use match-string.
10852 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10853 (recover-session-finish): Use line-end-position.
10854
10855 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10856
10857 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10858
10859 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10860
10861 * progmodes/make-mode.el (makefile-macroassign-regex):
10862 Accept preceding keyword.
10863 (makefile-gmake-statements): Reorganize, now that makepp has
10864 "override" and also handle forgotten "override define".
10865 (makefile-makepp-statements): Add new "global", "override export"
10866 and "override global".
10867
10868 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10869
10870 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10871 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10872 (ada-no-auto-case): Fix typos in docstrings.
10873
10874 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10875
10876 * info.el (Info-find-node-2): Search for makeinfo version more
10877 carefully.
10878
10879 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10880
10881 * textmodes/org.el (org-prepare-agenda-buffers):
10882 Use `invisible-OK' argument for `org-end-of-subtree'.
10883 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10884 (org-beginning-of-item): Fix bug in regular expression for white line.
10885 (org-export-as-html): Enforce space after bullet in plain list items.
10886 (org-set-autofill-regexps): Require space after plain list bullet
10887 for paragraph-start.
10888 (org-ts-regexp3): New constant.
10889 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10890 (org-timestamp-up-day, org-timestamp-down-day)
10891 (org-timestamp-change): Work with inactive timestamps.
10892 (org-ts-regexp1): Don't allow brackets in time stamps.
10893
10894 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10895
10896 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10897 for ignoring links.
10898
10899 * faces.el (read-face-name): Use it.
10900
10901 2006-06-28 Juri Linkov <juri@jurta.org>
10902
10903 * buff-menu.el (list-buffers-noselect): Compare Info file
10904 with the string "dir" to detect Info directory.
10905
10906 * complete.el (partial-completion-mode): In lambda for
10907 `choose-completion-string-functions' use full function signature
10908 with 4 args, and move point to the end of the minibuffer only if arg
10909 `mini-p' is non-nil.
10910
10911 2006-06-28 John Paul Wallington <jpw@pobox.com>
10912
10913 * ibuffer.el (ibuffer-mode): Doc fix.
10914
10915 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10916
10917 * textmodes/org.el (org-context): New contexts :item-bullet,
10918 :latex-fragment, :latex-preview.
10919 (org-overlays-at, org-overlay-start, org-overlay-end):
10920 New compatibility functions.
10921 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10922 exact regexp that will be used during export.
10923 (org-latex-regexps): New variable.
10924 (org-cdlatex-mode): Improve advice for `texmathp'.
10925 (turn-on-org-cdlatex): New function.
10926
10927 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10928
10929 * term/mac-win.el (mac-handle-font-selection): Change keys of
10930 mac-atsu-font-table from strings to numbers.
10931 (mac-ts-caret-position): Use also when cursor-type is nil.
10932 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10933 Relax condition for using overlay strings.
10934 Use mac-ts-caret-position face when cursor-type is nil.
10935
10936 2006-06-26 Kim F. Storm <storm@cua.dk>
10937
10938 * help.el (view-emacs-news): Declare `res' in the right let* form.
10939
10940 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10941
10942 * net/rcompile.el (remote-compile): Replace ange-ftp based
10943 implementation by Tramp functions.
10944 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10945
10946 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10947
10948 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10949
10950 * international/fontset.el (setup-default-fontset): Fix a typo in
10951 the "Oriya-Akruti" registry name.
10952
10953 2006-06-23 Lars Hansen <larsh@soem.dk>
10954
10955 * desktop.el (desktop-full-file-name): New function.
10956 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10957 (desktop-revert): Use it.
10958 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10959 (desktop-after-read-hook): Add option list-buffers.
10960 (desktop-locals-to-save): Add tab-width.
10961 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10962 Fix docstring.
10963
10964 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10965
10966 * textmodes/org.el (org-cdlatex-mode-map)
10967 (org-cdlatex-texmathp-advice-is-done): New variables.
10968 (org-cdlatex-mode): New minor mode.
10969 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10970 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10971 (org-export-with-archived-trees): New option.
10972 (org-open-file): Remove the call to `convert-standard-filename'.
10973 (org-archive-tag, org-agenda-skip-archived-trees)
10974 (org-cycle-open-archived-trees)
10975 (org-sparse-tree-open-archived-trees): New options.
10976 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10977 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10978 New functions.
10979 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10980 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10981 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10982 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10983 Call `org-prepare-agenda-buffers'.
10984 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10985 (org-file-apps, org-file-apps-defaults-gnu)
10986 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10987 Handle remote files by forcing them to be opened in Emacs.
10988
10989 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10990
10991 * vc.el (vc-diff-knows-L): New variable.
10992 (vc-diff-internal): Use it to handle "diff" programs that don't
10993 understand -L. This works automatically, no user action is necessary.
10994
10995 2006-06-23 Daniel Brockman <daniel@brockman.se>
10996
10997 * net/rcirc.el (rcirc-default-user-full-name): Default to
10998 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10999 longer exists).
11000 (rcirc-process-list): Check `buffer-live-p' before attempting to
11001 switch to a buffer.
11002
11003 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11004
11005 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11006 based on rcirc-coding-system-alist.
11007
11008 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11009
11010 * cus-edit.el (customize-apropos): A better error message.
11011 (top level) <debug-ignored-errors>: Extend and update the list of
11012 ignored error messages.
11013
11014 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11015
11016 * complete.el (PC-do-completion): Retain capitalization of user
11017 input, when possible, even if completion-ignore-case is set.
11018
11019 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11020
11021 * generic-x.el (bat-generic-mode): Support .cmd files.
11022
11023 * dos-w32.el (top level): Use find-file-not-found-functions
11024 instead of the obsolete find-file-not-found-hooks.
11025
11026 2006-06-22 Kim F. Storm <storm@cua.dk>
11027
11028 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11029 to recognize mode name containing submodes, such as Grep/lw.
11030
11031 2006-06-21 Kim F. Storm <storm@cua.dk>
11032
11033 * simple.el (line-move-1): Check for move-end-of-line instead of
11034 end-of-line when setting temporary-goal-column.
11035
11036 2006-06-21 Miles Bader <miles@gnu.org>
11037
11038 * play/cookie1.el (cookie): Work properly when there's only one entry.
11039
11040 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11041
11042 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11043 (gdb-frame-handler): Generalize frame regexp for templates.
11044
11045 2006-06-20 Glenn Morris <rgm@gnu.org>
11046
11047 * calendar/appt.el (appt-display-format): Default value must be
11048 one of the customize options.
11049
11050 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11051
11052 * term/xterm.el (terminal-init-xterm): Update key availability info.
11053 Bind C-return.
11054
11055 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11056
11057 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11058
11059 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11060 whether or not a local variables list is defined.
11061
11062 * msb.el (msb): Move `sit-for' hack here to handle both
11063 "mouse-down and drag" and "mouse-up and select" situations.
11064 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11065
11066 2006-06-20 Kenichi Handa <handa@m17n.org>
11067
11068 * international/characters.el (word-combining-categories):
11069 Add entries for 2-byte Han characters.
11070
11071 2006-06-19 Richard Stallman <rms@gnu.org>
11072
11073 * bindings.el (mode-line-format): Save some mode line space.
11074
11075 * files.el (find-file-noselect): Improve the question wording.
11076 (basic-save-buffer-2): Mask UMASK against 666.
11077
11078 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11079 (mouse-drag-vertical-line): Call it.
11080
11081 * cus-edit.el (customize-option, customize-option-other-window):
11082 Error if SYMBOL is nil.
11083
11084 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11085
11086 * textmodes/org.el: Require noutline, also on XEmacs.
11087 (org-end-of-subtree): Return point.
11088 (org-dblock-start-re, org-dblock-end-re): New constants.
11089 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11090 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11091 (org-update-all-dblocks, org-find-dblock): New functions.
11092 (org-collect-clock-time-entries): New function.
11093 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11094 (org-fixup-indentation): Modify to deal correctly with lines
11095 starting with TAB. Only one argument DIFF now.
11096 (org-demote, org-promote): Call `org-fixup-indentation' with just
11097 one argument, DIFF.
11098 (org-mode): Don't mark buffer as modified when aligning tables.
11099 (org-clock-sum): Don't mark buffer modified when adding time sum
11100 properties.
11101 (org-export-as-html): Add support for a link validation function.
11102 (org-archive-all-done): New function.
11103 (org-archive-subtree): New prefix argument. When set, archive all
11104 done subtrees in this buffer.
11105 (org-remove-clock-overlays)
11106 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11107 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11108 (org-put-clock-overlay): Don't swallow last headline character
11109 when displaying overlay.
11110 (org-store-link): Link to `image-mode' with just the file name.
11111
11112 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11113
11114 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11115 Use read-key-sequence.
11116 (viper-after-change-undo-hook): Misc enhancements.
11117 (viper-after-change-undo-hook): New hook.
11118 (viper-undo): Use viper-after-change-undo-hook.
11119 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11120 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11121 clicking on that widget/button.
11122
11123 * emulation/viper.el (viper-mode): Allow a separate cursor color
11124 in Emacs state.
11125
11126 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11127 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11128 (ediff-set-actual-diff-options): New function.
11129 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11130 Use ediff-set-actual-diff-options.
11131 (ediff-extract-diffs): Catch errors.
11132 (ediff-whitespace): Add non-breakable space.
11133 (ediff-same-file-contents): Catch errors.
11134
11135 * ediff-mult.el (ediff-collect-custom-diffs):
11136 Save coding-system-for-read.
11137
11138 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11139 (ediff-vc-internal, ediff-vc-merge-internal):
11140 Use ediff-delete-version-file.
11141 (ediff-delete-version-file): New function.
11142
11143 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11144
11145 * ediff.el (ediff-directories, ediff-directory-revisions)
11146 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11147 (ediff-directories-internal, ediff-merge-directory-revisions)
11148 (ediff-merge-directory-revisions-with-ancestor)
11149 (ediff-directories3): Use read-directory-name.
11150
11151 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11152
11153 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11154 Remove superfluous part of regexp for brace matching which is handled
11155 by `scan-lists' call.
11156
11157 2006-06-16 Richard Stallman <rms@gnu.org>
11158
11159 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11160
11161 * files.el (basic-save-buffer-2): For a new precious file,
11162 use the default modes in the return value.
11163
11164 * facemenu.el (facemenu-color-alist): Doc fix.
11165
11166 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11167
11168 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11169
11170 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11171
11172 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11173 (mac-utxt-to-string): Use it.
11174 (mac-ts-update-active-input-area): Use mac-ae-number.
11175
11176 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11177
11178 * term.el (term-handle-scroll, term-delete-lines)
11179 (term-insert-lines): Fix off by one errors.
11180
11181 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11182
11183 * net/tramp.el (tramp-touch): Use UTC to express time.
11184
11185 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11186
11187 * mail/sendmail.el (mail-send): Search explicitly for
11188 mail-header-separator when checking for corrupted header lines.
11189
11190 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11191
11192 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11193 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11194 (gdb-init-1): Initialise them.
11195 (gdb-starting): Reset gdb-printing
11196 (gdb-starting): Save value of gud-overlay-arrow-position.
11197 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11198 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11199 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11200 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11201
11202 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11205
11206 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11207
11208 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11209 (ldap-search-internal): Keep error messages, and a regexp fix.
11210
11211 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11212
11213 * files.el (hack-local-variables-confirm):
11214 Display string value using its printed representation.
11215
11216 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11217
11218 * server.el (server-edit): No-op if no server buffers exist.
11219
11220 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11221
11222 * textmodes/page-ext.el (pages-directory-for-addresses):
11223 Including `pages-directory-address-mode' in the function results
11224 in the message "Buffer in which pages were found is deleted".
11225
11226 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11227
11228 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11229 clocking functions.
11230
11231 (org-agenda-clock-in, org-check-running-clock)
11232 (org-clock-out-if-current, org-remove-clock-overlays)
11233 (org-put-clock-overlay): New functions.
11234 (org-clock-marker, org-clock-file-total-minutes)
11235 (org-clock-overlays): New variables.
11236 (org-clock-display, org-clock-sum, org-clock-cancel)
11237 (org-clock-out, org-clock-in): New commands.
11238 (org-export): New function.
11239 (org-emph-re): New constant.
11240 (org-set-emph-re, org-do-emphasis-faces): New functions.
11241 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11242 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11243 (org-export-html-convert-emphasize): Use the configurable emphasis.
11244 (org-cleaned-string-for-export): Make multiline emphasis visible
11245 to the exporter. New optional argument PARAMETERS.
11246 (org-export-as-html): Specify :emph-multiline parameter to
11247 `org-cleaned-string-for-export'.
11248
11249 2006-06-10 Richard Stallman <rms@gnu.org>
11250
11251 * help.el (help-for-help-internal): Clean up help text.
11252
11253 2006-06-10 Andreas Schwab <schwab@suse.de>
11254
11255 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11256 in doc string.
11257
11258 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11259
11260 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11261
11262 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11263 spaces after the comment start.
11264
11265 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11266
11267 * play/pong.el (pong-init-buffer):
11268 Fill buffer with spaces instead of ^A.
11269
11270 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11271 launched asynchronously, delete its process instead of being cool.
11272 (ispell-async-processp): Check for `delete-process' existence
11273 instead of `kill-process' one for consistency.
11274
11275 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11276
11277 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11278 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11279 in mode line at startup.
11280
11281 2006-06-08 Kim F. Storm <storm@cua.dk>
11282
11283 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11284 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11285 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11286 (ido-file-internal): Pass full file name to write-file.
11287 (ido-read-internal): Only pop stack elements automatically if they
11288 actually match an existing directory or file name.
11289
11290 2006-06-07 Kenichi Handa <handa@m17n.org>
11291
11292 * international/mule.el (find-auto-coding): Don't handle the short
11293 name `char-trans'.
11294
11295 * files.el (hack-local-variables-prop-line)
11296 (hack-local-variables): Cancel the previous change.
11297
11298 2006-06-06 Jesper Harder <harder@phys.au.dk>
11299
11300 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11301
11302 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11303
11304 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11305 diff-default-read-only is non-nil.
11306 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11307 (diff-refine-hunk): Set inhibit-read-only to t.
11308
11309 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11310 modifying the *Diff* buffer.
11311 (diff-process-filter): New filter function for diff process that
11312 sets inhibit-read-only to t when modifying the *Diff* buffer.
11313
11314 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11315
11316 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11317 insertion point and control the number of empty lines.
11318 (org-paste-subtree): Limit the number of empty lines at the end of
11319 the inserted tree.
11320 (org-agenda): Use buffer name of current file for narrowing.
11321 (org-export-as-xml): Command removed.
11322 (org-export-xml-type): Option removed.
11323 (org-mode-map): Call `org-export-as-xoxo' directly.
11324 (org-get-indentation): New optional argument LINE.
11325 (org-fix-indentation, org-remove-tabs): New functions.
11326 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11327 correct indentation for headlines that are converted it items.
11328 (org-skip-comments): Remove table lines that contain narrowing
11329 cookies but no other non-empty fields.
11330 (org-set-tags): Allow groups of mutually exclusive tags.
11331 (org-cmp-time): Sort 24:21 before items without time.
11332 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11333 (org-open-at-point): Require double colon also for numbers.
11334
11335 2006-06-06 Kim F. Storm <storm@cua.dk>
11336
11337 * ido.el (ido-default-file-method, ido-default-buffer-method):
11338 Make choice values consistent with corresponding command names.
11339 (ido-visit-buffer): Update accordingly. Default to selected-window.
11340
11341 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11342
11343 * progmodes/gud.el (gud-running): Fix doc string.
11344 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11345 (gud-tooltip-modes): Add python-mode.
11346 (gud-tooltip-print-command): Add pdb. Remove perldb.
11347
11348 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11349
11350 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11351 Quote $(EMACS).
11352
11353 2006-06-05 Richard Stallman <rms@gnu.org>
11354
11355 * faces.el (defined-colors): Doc fix.
11356
11357 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11358
11359 * vc.el (vc-process-filter): Inhibit undo info collection around
11360 call to insert.
11361 (vc-setup-buffer): Likewise for call to erase-buffer.
11362 (vc-do-command): Likewise for call to process-file.
11363
11364 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11365
11366 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11367 for gud-go.
11368 (gud-common-init): Other debuggers may trigger error.
11369
11370 2006-06-05 Kenichi Handa <handa@m17n.org>
11371
11372 * international/mule.el (find-auto-coding):
11373 Handle enable-character-translation in file header.
11374
11375 2006-06-04 Kim F. Storm <storm@cua.dk>
11376
11377 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11378 (authors-fixed-entries): Fix spelling.
11379 (authors-canonical-file-name): Don't report error for wildcards.
11380
11381 * help.el (view-emacs-news): Rewrite to support new NEWS,
11382 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11383 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11384 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11385
11386 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11387
11388 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11389 exec constructs like `foo bar`.
11390 (sh-quoted-subshell): New helper function to search for a possibly
11391 nested subshell (like `` or $()) within a "" quoted string.
11392 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11393 (sh-apply-quoted-subshell): Flag quote characters inside a
11394 subshell, which is itself already in a quoted region, as
11395 punctuation, since this is the closest to what they actually are.
11396 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11397 sh-apply-quoted-subshell.
11398 (sh-font-lock-syntactic-face-function): Apply the new face for
11399 text inside `` instead of the old font-lock-string-face.
11400
11401 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11402
11403 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11404 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11405 (mac-bytes-to-text-range, mac-ae-text-range-array)
11406 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11407 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11408 (mac-ts-unicode-for-key-event): New functions.
11409 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11410 (mac-handle-font-selection): Use mac-ae-number.
11411 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11412 New variables.
11413 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11414 (mac-ts-converted-text, mac-ts-selected-converted-text)
11415 (mac-ts-block-fill-text, mac-ts-outline-text)
11416 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11417 (mac-ts-hilite-style-faces): New constant.
11418 (mac-apple-event-map): Bind text input events.
11419 (mac-dispatch-apple-event): Use command-execute instead of
11420 call-interactively.
11421 (global-map): Don't bind mac-apple-event.
11422 (special-event-map): Bind mac-apple-event.
11423
11424 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11425
11426 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11427 file name.
11428 (emacs): Enclose the value of $(EMACS) in quotes.
11429
11430 2006-06-02 Juri Linkov <juri@jurta.org>
11431
11432 * international/mule.el (sgml-html-meta-auto-coding-function):
11433 Remove the condition `(search-forward "<html" size t)'.
11434 Replace `\"' with `[\"']?' in `re-search-forward'.
11435
11436 2006-06-02 Kenichi Handa <handa@m17n.org>
11437
11438 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11439 as well as `coding'.
11440 (hack-local-variables): Likewise.
11441
11442 * international/mule.el (enable-character-translation):
11443 Put permanent-local and safe-local-variable properties.
11444 (find-auto-coding): Handle char-trans: tag.
11445
11446 2006-06-02 Juri Linkov <juri@jurta.org>
11447
11448 * international/mule.el (sgml-html-meta-auto-coding-function):
11449 Limit the search by the end of the HTML header (if any).
11450
11451 2006-06-01 Richard Stallman <rms@gnu.org>
11452
11453 * subr.el (with-current-buffer): Doc fix.
11454
11455 2006-06-02 Masatake YAMATO <jet@gyve.org>
11456
11457 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11458 Almost rewrite. Underlines over all lines of gcov output are too
11459 uncomfortable to read. Suggested by Dan Nicolaescu.
11460
11461 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11462
11463 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11464
11465 * shell.el (shell-mode): Use shell-mode-map in docstring.
11466
11467 * comint.el (comint-send-input): Do not add help-echo and
11468 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11469
11470 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11471
11472 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11473
11474 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11475
11476 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11477 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11478 look up the stack and pop up GUD buffer if necessary.
11479 (gdb-frames-select): Remove redundant call to gud-display-frame.
11480 (gdb-info-threads-custom): Keep point at start of buffer.
11481 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11482
11483 2006-05-31 Juri Linkov <juri@jurta.org>
11484
11485 * replace.el (query-replace-read-from, query-replace-read-to):
11486 Bind `history-add-new-input' to nil. Call `add-to-history'.
11487
11488 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11489
11490 * textmodes/table.el: Convert all HTML tags to lower case for
11491 XHTML compatibility.
11492
11493 2006-05-31 Masatake YAMATO <jet@gyve.org>
11494
11495 * progmodes/compile.el:
11496 (compilation-error-regexp-alist-alist::gcov-called-line):
11497 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11498
11499 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11500
11501 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11502 Revert inadvertent changes made with last commit.
11503
11504 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11505
11506 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11507 New functions.
11508
11509 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11510
11511 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11512
11513 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11514 only matches in the right place.
11515 (org-upcoming-deadline): New face.
11516 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11517 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11518 and make it an option.
11519 (org-export-ascii-bullets): New option.
11520 (org-export-as-html): Many changes to emit valid XHTML.
11521 (org-par-open): New variable.
11522 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11523 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11524 (org-timeline): Pass `org-timeline-show-empty-dates' to
11525 `org-get-all-dates'. Interpret empty dates returned by
11526 `org-get-all-dates'.
11527 (org-get-all-dates): New argument EMPTY. Add dates without
11528 entries to the list, mark large ranges of empty dates.
11529 (org-point-in-group, org-context): New functions.
11530
11531 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11532
11533 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11534
11535 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11536 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11537 to C-mouse-3 (for 2 button mice).
11538 (gdb-send): Do the right thing for C-d.
11539
11540 * speedbar.el (speedbar-detach): Delete.
11541 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11542 it breaks things.
11543 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11544
11545 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11546
11547 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11548 Makeppfile.
11549
11550 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11551 Add makepp diagnostic.
11552
11553 2006-05-29 Richard Stallman <rms@gnu.org>
11554
11555 * window.el (fit-window-to-buffer): Doc fix.
11556
11557 * help.el (temp-buffer-max-height): Doc fix.
11558
11559 * subr.el (with-current-buffer): Doc fix.
11560
11561 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11562
11563 * term/x-win.el: Bind F10 to menu-bar-start if available.
11564
11565 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11566
11567 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11568 uses with a simple test.
11569 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11570 (term-send-raw-string, term-send-raw, term-mouse-paste)
11571 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11572 (term-handle-exit, term-read-input-ring)
11573 (term-previous-matching-input-string)
11574 (term-previous-matching-input-string-position)
11575 (term-previous-matching-input-from-input)
11576 (term-replace-by-expanded-history, term-send-input)
11577 (term-skip-prompt, term-bol, term-send-invisible)
11578 (term-kill-input, term-delchar-or-maybe-eof)
11579 (term-backward-matching-input, term-check-source)
11580 (term-proc-query, term-emulate-terminal)
11581 (term-handle-colors-array, term-process-pager, term-pager-line)
11582 (term-pager-bob, term-unwrap-line, term-word)
11583 (term-dynamic-complete-filename)
11584 (term-dynamic-complete-as-filename)
11585 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11586 unlesses.
11587
11588 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11591 during bootstrapping.
11592
11593 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11594 Basically undo the change of 2006-05-26: use extra arguments instead of
11595 dynamic scoping.
11596 (ewoc-locate): Remove unused var `footer'.
11597
11598 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11599
11600 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11601
11602 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11603 (generate-file-autoloads): Obey it. Return whether autoloads were
11604 added at point or not.
11605 (update-file-autoloads): Use this new return value.
11606 Remove redundant test for the presence of an autoload cookie.
11607
11608 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11609 This one calls hack-local-variables.
11610 (generate-file-autoloads, update-file-autoloads): Use it.
11611
11612 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11613 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11614 (bibtex-sort-entry-class-alist): Don't set the global value.
11615 (bibtex-init-sort-entry-class-alist): New fun.
11616 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11617 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11618 of bibtex-init-sort-entry-class.
11619
11620 2006-05-28 Richard Stallman <rms@gnu.org>
11621
11622 * subr.el (load-history-regexp): If FILE is relative, insist
11623 entire last name component must match it.
11624 (load-history-filename-element, load-history-regexp): Doc fixes.
11625
11626 2006-05-29 Kim F. Storm <storm@cua.dk>
11627
11628 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11629 `pos' and `raw-data' for clarity, as eval forms may access these.
11630
11631 2006-05-28 Kim F. Storm <storm@cua.dk>
11632
11633 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11634
11635 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11636
11637 * progmodes/make-mode.el (makefile-browser-map)
11638 (makefile-mode-syntax-table): Move initialization inside declaration.
11639 (makefile-fill-paragraph): Use the default comment-filling code.
11640
11641 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11642
11643 * replace.el (query-replace-defaults): New variable.
11644 (query-replace-read-from): Use `query-replace-defaults' for
11645 default value, instead of history list.
11646 (query-replace-read-to): Update `query-replace-defaults'.
11647
11648 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11649
11650 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11651 with no X toolkit.
11652
11653 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11654
11655 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11656 (tumme-show-all-from-dir): Add autoload.
11657
11658 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11659
11660 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11661 (tumme-remove-tag): Fix bug.
11662
11663 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11664
11665 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11666 FOOTER args. Update unique caller.
11667 (ewoc-delete): Compute last node once before looping.
11668 (ewoc--node-branch): Merge into unique caller.
11669 (ewoc--node): Don't define constructor make-ewoc--node for this
11670 structure.
11671 (ewoc): Add member `hf-pp' to this structure.
11672 (ewoc--wrap): New func.
11673 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11674 header/footer pretty-printers. Save header/footer pretty-printer.
11675 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11676
11677 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11678
11679 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11680
11681 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11682 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11683 Tag'. Change "Compare directories..." to "Change Directories...".
11684 Move tumme commands to Operate, Regexp and Immediate menus.
11685 Change "Add Comment" to "Add Image Comment". Change "Add Image
11686 Tag" to "Add Image Tags".
11687
11688 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11689 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11690 `tumme-delete-tag'.
11691
11692 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11693
11694 * shell.el (shell-mode): Call shell-dirtrack-mode after
11695 list-buffers-directory is made a local variable, to avoid setting
11696 the default value.
11697
11698 2006-05-26 Kevin Ryde <user42@zip.com.au>
11699
11700 * info.el (Info-index-next): Use where-is-internal to report
11701 actual binding of Info-index-next, rather than hard-coded `,'.
11702
11703 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11704
11705 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11706 and "Find Command in Manual" to here.
11707
11708 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11709 Info-current-file as the file name.
11710
11711 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11712
11713 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11714 overrides will now be done a different way.
11715 (ses-set-parameter): Reapply this function for undo.
11716 (ses-set-header-row): Reconstruct header row during undo.
11717 (ses-widen): New function.
11718 (ses-goto-data, ses-reconstruct-all): Use new function.
11719 (ses-command-hook): Widen buffer during undo, before unupdating
11720 the cells.
11721 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11722 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11723 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11724 formula hasn't been executed yet.
11725
11726 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11727
11728 * comint.el (comint-kill-whole-line): Rename arg to count.
11729 Fix doc string.
11730
11731 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11732
11733 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11734 to copy-file.
11735
11736 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11737
11738 * simple.el (toggle-truncate-lines): Make arg optional for
11739 backward compatibility.
11740
11741 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11742
11743 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11744 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11745 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11746 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11747 (ewoc--adjust): Use ewoc--current-dll.
11748 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11749
11750 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11751
11752 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11753 compact error message.
11754 (org-tags-view): Refresh category table in each file.
11755 (org-table-justify-field-maybe): Remove superfluous arguments to
11756 `format'.
11757 (org-export-as-html): Insert "<p>" before postamble.
11758 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11759
11760 2006-05-26 Kenichi Handa <handa@m17n.org>
11761
11762 * textmodes/po.el (po-find-charset): Pay attention to the case
11763 FILENAME is a cons (NAME . BUFFER).
11764 (po-find-file-coding-system-guts): Likewise.
11765
11766 * arc-mode.el (archive-set-buffer-as-visiting-file):
11767 Call find-operation-coding-system with (FILENAME . BUFFER).
11768
11769 * tar-mode.el (tar-extract): Call find-operation-coding-system
11770 with (FILENAME . BUFFER).
11771
11772 * international/mule.el (decode-coding-inserted-region):
11773 Call find-operation-coding-system with (FILENAME . BUFFER).
11774
11775 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11776
11777 * image-mode.el (image-toggle-display): Use buffer contents to
11778 generate image for a remote file.
11779
11780 2006-05-25 Juri Linkov <juri@jurta.org>
11781
11782 * replace.el (query-replace-read-from, query-replace-read-to):
11783 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11784
11785 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11786
11787 * whitespace.el (whitespace-cleanup): Change to cleanup
11788 region if one is active.
11789 * whitespace.el (whitespace-cleanup-internal): New internal method.
11790
11791 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11792
11793 * dired.el (dired-mode-map): Add help-echo strings to tumme
11794 commands. Bind `tumme-dired-display-image' to C-t i.
11795
11796 * tumme.el (tumme-display-image): Change documentation string slightly.
11797 (tumme-dired-display-image): Add call to `display-buffer'.
11798
11799 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11800
11801 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11802 Signal error if RAW-DATA is a multibyte string.
11803
11804 2006-05-24 Richard Stallman <rms@gnu.org>
11805
11806 * subr.el (with-local-quit): When handling `quit' signal,
11807 make a chance for quit-flag to cause a quit.
11808
11809 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11810 (ad-disable-advice): Add autoloads.
11811
11812 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11813
11814 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11815
11816 * dired.el (dired-mode-map): Change menu items for tumme as per
11817 suggestions in emacs-devel.
11818
11819 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11820
11821 * dired.el (dired-mode-map): Fix breakage.
11822
11823 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11824
11825 * tumme.el (tumme-display-dired-image): Rename to...
11826 (tumme-dired-display-image): ...this.
11827 (tumme-track-movement): Change default value to t.
11828 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11829 used from `tumme-next-line-and-display' and similar commands.
11830
11831 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11832 Immediate menu. Add some tumme commands there.
11833
11834 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11835
11836 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11837
11838 2006-05-24 Chong Yidong <cyd@mit.edu>
11839
11840 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11841 menu entries that open submenus.
11842
11843 2006-05-24 Alan Mackenzie <acm@muc.de>
11844
11845 * startup.el (command-line): For names of preloaded files, don't
11846 append ".elc" (now done in Fload), and call file-truename on the
11847 lisp directory.
11848
11849 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11850 match ANY loaded file with the right name, not just those in
11851 load-path. Put a regexp matching the file name into
11852 after-load-alist, rather than the name itself.
11853
11854 * subr.el (load-history-regexp, load-history-filename-element)
11855 (do-after-load-evaluation): New functions.
11856
11857 * international/mule.el (load-with-code-conversion): Do the
11858 eval-after-load stuff by calling do-after-load-evaluation.
11859
11860 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11861
11862 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11863 has not been killed.
11864
11865 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11866
11867 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11868 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11869 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11870 Optionally set error message in reply.
11871
11872 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11873
11874 * textmodes/org.el (org-open-at-point): Use renamed variable
11875 `org-confirm-shell-link-function'.
11876 (org-confirm-shell-link-function): Rename from
11877 `org-confirm-shell-links'.
11878 (org-export-directory): New function.
11879 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11880 (org-export-icalendar): Use `org-export-directory'.
11881 (org-indent-item): Keep cursor position.
11882 (org-link-file-path-type): New option.
11883 (org-export-as-html): Fix bug with plain lists starting in
11884 column 0.
11885 (org-export-as-html): Remove deadline formatting, this happens
11886 now already in `org-html-handle-time-stamps'.
11887 (org-export-html-style): Deadline class removed.
11888 (org-insert-labeled-timestamps-at-point): New option.
11889 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11890 of `hide-sublevels 1', in case the first headline is not level 1.
11891 (org-overview, org-content): New fuction.
11892 (org-cycle-global-status, org-cycle-subtree-status): Make these
11893 variables buffer-local.
11894 (org-global-cycle): New command.
11895 (org-shifttab): Use `org-global-cycle'.
11896 (org-insert-heading, org-insert-item): Go to end of new
11897 headline/item after creating it.
11898 (org-export-visible): Rename from `org-export-copy-visible'.
11899 Now creates a temporary org-file and applies an exporting command
11900 to it.
11901 (org-table-eval-formula): Support for lisp forms.
11902 (org-agenda-todo-ignore-scheduled): New option.
11903 (org-agenda-get-todos): Use new option
11904 `org-agenda-todo-ignore-scheduled'.
11905 (org-export-html-inline-images): New value `maybe'.
11906 (org-export-as-html): Inlining of images dependent on link description.
11907 (org-archive-subtree): Check for end-of-buffer before trying
11908 `kill-line'.
11909 (org-agenda-follow-mode): New option.
11910 (org-export-with-tags, org-export-with-timestamps): New options.
11911 (org-html-handle-time-stamps): New function.
11912 (org-keyword-time-regexp): New variable.
11913 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11914 (org-agenda-todo-list-sublevels): New option.
11915 (org-html-level-start): When TITLE is nil, just close all levels.
11916 (org-parse-key-lines, org-parse-export-options): Remove functions,
11917 replaced by `org-infile-export-plist'.
11918 (org-combine-plists, org-infile-export-plist)
11919 (org-default-export-plist): New functions.
11920 (org-export-html-preamble, org-export-html-postamble)
11921 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11922 New variables.
11923 (org-export-publishing-directory): New option.
11924 (org-export-as-html, org-export-as-ascii): Use the new property
11925 lists for settings.
11926 (org-export-copy-visible, org-export-as-xoxo):
11927 Respect `org-export-publishing-directory'.
11928 (org-link-search, org-store-link, org-file-apps): Support for
11929 links to BibTeX database entries..
11930 (org-get-current-options, org-set-regexps-and-options):
11931 Implement logging as a startup option.
11932 (org-store-link): Make sure context string is never empty
11933 (org-insert-link): Use relative path when possible.
11934 (org-at-item-checklet-p): New function.
11935 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11936 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11937 (org-metaright, org-metaup, org-metadown, org-shiftup)
11938 (org-shiftdown, org-shiftright, org-shiftleft)
11939 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11940 Dispatch using `call-interactively'.
11941 (org-call-with-arg): New defsubst.
11942 (org-tag-alist, org-use-fast-tag-selection): New options.
11943 (org-complete): Use `org-tag-alist'.
11944 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11945 (org-next-item, org-previous-item): New commands.
11946 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11947 make command.
11948 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11949
11950 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11951
11952 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11953 (ewoc-filter): Use `ewoc-delete'.
11954
11955 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11956
11957 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11960 Signal more user-friendly error messages.
11961
11962 * complete.el (PC-do-completion): Undo the addition of implicit
11963 wildcards if they did not lead to finding any match.
11964 (read-file-name-internal): Don't add the final > if the completion is
11965 not finished.
11966
11967 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11968
11969 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11970 Quote safe-local-variable predicate.
11971
11972 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11973
11974 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11975
11976 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11977
11978 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11979
11980 * progmodes/make-mode.el (makefile-special-targets-list)
11981 (makefile-macro-table, makefile-target-table): Mark as risky.
11982 (makefile-query-one-target-method): Make this the alias for the
11983 following variable.
11984 (makefile-query-one-target-method-function): Make this the real name.
11985
11986 * textmodes/artist.el (artist-text-renderer): Make this the alias
11987 for the following variable.
11988 (artist-text-renderer-function): Make this the real name.
11989
11990 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11991 the alias for the following variable.
11992 (flyspell-generic-check-word-predicate): Make this the real name.
11993
11994 * textmodes/ispell.el (ispell-format-word): Make this the alias
11995 for the following variable.
11996 (ispell-format-word-function): Make this the real name.
11997 (ispell-message-text-end): Mark as risky.
11998
11999 * skeleton.el (skeleton-transformation, skeleton-filter)
12000 (skeleton-pair-filter): Make these the aliases for the following
12001 variables.
12002 (skeleton-transformation-function, skeleton-filter-function)
12003 (skeleton-pair-filter-function): Make these the real names.
12004
12005 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12006 and skeleton-pair-filter-function.
12007
12008 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12009 alias for the following variable.
12010 (sgml-transformation-function): Make this the real name.
12011 (sgml-tag-alist): Mark as risky.
12012
12013 2006-05-21 Richard Stallman <rms@gnu.org>
12014
12015 * simple.el (kill-region): Interactively, pass point, then mark.
12016
12017 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12018
12019 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12020
12021 2006-05-21 Romain Francoise <romain@orebokech.com>
12022
12023 * dired-x.el (dired-mode-map): Don't bind M-g.
12024
12025 2006-05-20 Richard Stallman <rms@gnu.org>
12026
12027 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12028 (dired-goto-file): Doc fix.
12029
12030 2006-05-21 Kim F. Storm <storm@cua.dk>
12031
12032 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12033 way to enable built-in cua-mode if user loads older CUA-mode package.
12034
12035 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12036 if default-filename is specified.
12037
12038 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12039
12040 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12041
12042 * info.el (info-apropos): Make sure current-file and current-node
12043 have non-nil values. Speed up by using add-to-list instead of
12044 manual consing.
12045
12046 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12047
12048 * progmodes/make-mode.el (makefile-mode): Doc fix.
12049
12050 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12051
12052 * dired-aux.el (dired-do-shell-command): Doc fix.
12053
12054 2006-05-20 Kevin Ryde <user42@zip.com.au>
12055
12056 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12057 ``(custom-manual :tag "Foo" "(foo)Node")''.
12058
12059 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12060
12061 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12062 value is an integer.
12063
12064 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12065
12066 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12067 "format".
12068 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12069
12070 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12071
12072 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12073 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12074
12075 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12076
12077 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12078 regexp for keywords.
12079
12080 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12081
12082 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12083 replace-regexp-in-string.
12084
12085 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12086 encode, and escape file name on conversion to URL.
12087
12088 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12089
12090 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12091 Don't unescape URL.
12092 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12093
12094 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12095 on conversion to URLs.
12096
12097 * net/browse-url.el (browse-url-file-url): Encode file name on
12098 conversion to URL.
12099
12100 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12101 conversion to URL.
12102
12103 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12104
12105 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12106
12107 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12108
12109 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12110 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12111
12112 2006-05-19 Glenn Morris <rgm@gnu.org>
12113
12114 * calendar/diary-lib.el (diary-bahai-date)
12115 (list-bahai-diary-entries, mark-bahai-diary-entries)
12116 (mark-bahai-calendar-date-pattern): Not interactive.
12117 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12118 (diary-entries-list): Change format of 4th element in each entry.
12119 (diary-list-entries): Use add-to-diary-list.
12120 (diary-goto-entry): Handle the case where the buffer visiting the
12121 diary has been killed.
12122 (fancy-diary-display): Add 'locator to button rather than 'marker.
12123 Only generate temp-face when there are marks to apply.
12124 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12125 (diary-fancy-date-pattern): New variable.
12126 (diary-time-regexp): Doc fix.
12127 (diary-anniversary, diary-time): New faces.
12128 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12129 diary-time-regexp. Add font-lock-multiline property where needed.
12130 Use new faces diary-anniversary and diary-time.
12131 (diary-fancy-font-lock-fontify-region-function): New function, to
12132 handle multiline font-lock pattern in fancy diary.
12133 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12134 (diary-font-lock-keywords): Tweak time regexp. Use new face
12135 diary-time.
12136
12137 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12138
12139 * international/code-pages.el (mik): Table corrected.
12140
12141 2006-05-18 Kim F. Storm <storm@cua.dk>
12142
12143 * progmodes/grep.el (grep-find): Don't check grep-find-command
12144 before running command (breaks non-interactive usage).
12145
12146 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12147
12148 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12149 (ewoc--insert-new-node): Don't insert trailing newline.
12150 Instead, adjust successor nodes's start markers.
12151 (ewoc--refresh-node): Delete all text from current node's start
12152 marker to the next one's; adjust successor nodes's start markers.
12153 (ewoc--create): Doc fixes.
12154 (ewoc--refresh): Don't insert newline.
12155 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12156 * pcvs.el (cvs-make-cvs-buffer):
12157 Specify extra newline for ewoc's header and footer.
12158 (cvs-update-header): Update initial header recognition.
12159 Append newline to final header and footer values.
12160 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12161
12162 2006-05-17 Richard Stallman <rms@gnu.org>
12163
12164 * files.el (file-name-extension): Doc fix.
12165
12166 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12167
12168 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12169 we can explicitly enable/disable rather than toggle.
12170 (shell-mode): Use it.
12171 (shell-cd): Don't try to reproduce what `cd' does.
12172
12173 2006-05-17 Kim F. Storm <storm@cua.dk>
12174
12175 * ido.el (ido-read-internal): Use only nondirectory part of
12176 default item.
12177
12178 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12179
12180 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12181 (ewoc-nth): Doc fix.
12182
12183 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12184
12185 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12186
12187 * international/mule.el (auto-coding-alist): Add .lha to files
12188 read with no-conversion.
12189
12190 * files.el (auto-mode-alist): Add .lha files to archive file
12191 extensions.
12192
12193 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12194 Convert csize to integer when computing offsets within the
12195 compressed archive file.
12196
12197 2006-05-16 Kim F. Storm <storm@cua.dk>
12198
12199 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12200 with read-from-minibuffer.
12201
12202 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12203
12204 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12205 (byte-compile-warnings): Fix safe-local-variable property.
12206
12207 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12208
12209 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12210 (allout-stylish-prefixes, allout-numbered-bullet)
12211 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12212 predicates to qualify `safe-local-variable' property, when
12213 available, else use equivalent lambda.
12214 (allout-current-topic-collapsed-p): Do the right thing regarding
12215 trailing blank lines.
12216
12217 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * server.el (server-start): Only create a directory if needed.
12220 (server-edit, server-unload-hook): server-start => server-mode.
12221 (kill-emacs-hook): Cleanup upon exit.
12222
12223 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12224
12225 * hexl.el (hexlify-buffer): Encode process arguments manually.
12226
12227 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12228
12229 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12230 call to gdb-tooltip-print.
12231
12232 2006-05-15 Romain Francoise <romain@orebokech.com>
12233
12234 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12235 systems, default to "tar" since those systems probably have GNU tar.
12236
12237 2006-05-14 Lars Hansen <larsh@soem.dk>
12238
12239 * desktop.el (desktop-missing-file-warning): Fix docstring.
12240 (desktop-restore-file-buffer): Correct question asked on missing file.
12241
12242 2006-05-14 Kim F. Storm <storm@cua.dk>
12243
12244 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12245 Add CUA move property.
12246
12247 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12248
12249 * custom.el (custom-push-theme): Load the variable before checking
12250 its `standard-value'.
12251
12252 2006-05-13 Lars Hansen <larsh@soem.dk>
12253
12254 * desktop.el (desktop-save): Use with-temp-buffer.
12255
12256 2006-05-12 Glenn Morris <rgm@gnu.org>
12257
12258 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12259 * calendar/calendar.el (calendar-mode-map):
12260 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12261 * calendar/appt.el (appt-check, appt-make-list): Refer to
12262 diary-view-entries, diary-list-entries, diary-show-all-entries
12263 rather than obsolete aliases.
12264
12265 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12266
12267 * simple.el (line-move-finish): Avoid calling point motion hooks
12268 while processing intangibility.
12269
12270 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12271
12272 * term/xterm.el (terminal-init-xterm): Fix typo.
12273
12274 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12275
12276 * allout.el (allout-view-change-hook): Mark as being deprecated,
12277 to be replaced by `allout-exposure-change-hook'.
12278 (allout-exposure-change-hook): New, replacing
12279 `allout-view-change-hook'.
12280 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12281 in addition to `allout-view-change-hook'.
12282 (allout-show-bodies, allout-old-style-prefixes)
12283 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12284 lambda forms to prevent their showing up in variable help
12285 presentations as inscrutable byte-compiled code.
12286 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12287 Use string-or-null-p to qualify safe-local-variable values.
12288 (allout-reindent-bodies): Use memq to qualify matches against
12289 valid safe-local-variable values. Also, quote the lambda as above.
12290 (allout-use-mode-specific-leader): Add missing candidate-value
12291 symbols, use memq, and quote the lambda.
12292 (allout-overlay-interior-modification-handler): Remove unused
12293 variables `msg' and 'opened'.
12294 (allout-hidden-p): Constrain invisibility consideration to allout's
12295 invisibility spec, disregarding invisibility for other reasons.
12296
12297 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12298
12299 * files.el (version-control): Correct safe values.
12300
12301 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12302
12303 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12304
12305 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12306 (ewoc--insert-new-node): New func.
12307 Update callers of deleted funcs to use it, instead.
12308
12309 2006-05-11 Glenn Morris <rgm@gnu.org>
12310
12311 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12312 obsolete alias `show-all-diary-entries'.
12313 (make-diary-entry): Not interactive.
12314 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12315 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12316 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12317 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12318 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12319 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12320
12321 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12322
12323 * calendar/calendar.el (calendar-french-date-string)
12324 (calendar-mayan-date-string, calendar-chinese-date-string)
12325 (calendar-astro-date-string, calendar-iso-date-string)
12326 (calendar-islamic-date-string, calendar-bahai-date-string)
12327 (calendar-hebrew-date-string, calendar-coptic-date-string)
12328 (calendar-ethiopic-date-string, calendar-persian-date-string):
12329 These functions are not interactive.
12330
12331 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12332
12333 * files.el: Balance parentheses.
12334
12335 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12336
12337 * files.el, newcomment.el, outline.el, simple.el,
12338 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12339 * progmodes/cc-vars.el, progmodes/compile.el:
12340 Move `safe-local-variable' declarations to the respective files.
12341
12342 * help-fns.el (describe-variable): Don't print safe-var if it is
12343 byte-code. Improve wording as suggested by Luc Teirlinck.
12344
12345 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12346
12347 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12348 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12349 Use a token for pending-triggers to ensure gdb-var-update
12350 gets called once per user input again for pre-GDB 6.4.
12351 (gdb-var-delete): Match on more complex expressions.
12352 (gdb-var-list-children-handler, gdb-var-create-handler):
12353 Use a token for consistency.
12354
12355 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12356
12357 * textmodes/org.el (org-read-date, org-goto-calendar)
12358 (org-agenda-goto-calendar):
12359 Bind `view-calendar-holidays-initially' to nil.
12360
12361 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12362
12363 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12364 Update all callers to do it there, instead.
12365
12366 2006-05-10 Glenn Morris <rgm@gnu.org>
12367
12368 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12369 prefix arg case, to avoid view-diary-entries-initially error.
12370 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12371 (calendar-date-is-legal-p): Handle dates with no day part.
12372
12373 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12374
12375 * comint.el (comint-insert-input): Just make it when
12376 comint-use-prompt regexp is nil (default) and with the mouse.
12377 (comint-copy-old-input): Reinstate from 2004-06-23.
12378 (comint-mode-map): Bind C-c C-m to it.
12379
12380 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12381
12382 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12383 Remove spurious move to point-max (new comint behavior fixes).
12384
12385 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12386 compatibility function (Emacs 18/19).
12387 (idlwave-is-continuation-line): Always return point at start of
12388 previous non-blank continuation line.
12389 (keyword-parameters): Fix continued comment font-lock matcher.
12390 (idlwave-font-lock-fontify-region): Written, use as
12391 font-lock-fontify-region-function, to fix continued keyword
12392 fontification issues.
12393
12394 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12395
12396 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12397 (mac-service-selection, mac-service-open-file)
12398 (mac-service-open-selection, mac-service-mail-selection)
12399 (mac-service-mail-to, mac-service-insert-text): Rename from
12400 mac-services-*. All uses changed.
12401 (mac-apple-event-map): Rename event symbol `services' to `service'.
12402
12403 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12404
12405 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12406 (ewoc--node-enter-first, ewoc--node-enter-last)
12407 (ewoc--delete-node-internal): Merge funcs into unique callers.
12408
12409 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12410
12411 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12412 return value of read-from-minibuffer for empty input.
12413
12414 2006-05-09 Miles Bader <miles@gnu.org>
12415
12416 * comint.el (comint-insert-input): Remove redundant calls to setq
12417 and goto-char.
12418
12419 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12420
12421 * comint.el (comint-insert-input): Make it work when
12422 comint-use-prompt-regexp is t.
12423
12424 2006-05-10 Miles Bader <miles@gnu.org>
12425
12426 * subr.el (field-at-pos): New function.
12427
12428 * comint.el (comint-insert-input): Use it.
12429
12430 2006-05-09 Juri Linkov <juri@jurta.org>
12431
12432 * battery.el (battery-linux-proc-acpi): Also try
12433 `/proc/acpi/thermal_zone/THR2/temperature'.
12434
12435 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12436 for now unused lambda `string-or-null'.
12437
12438 * add-log.el (change-log-default-name): Put `string-or-null-p'
12439 instead of lambda on `safe-local-variable' property.
12440
12441 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12442 `region-end' instead of `mark' and `point'.
12443 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12444 Operate on region in Transient Mark mode when the mark is active.
12445 Use `region-beginning' and `region-end' instead of `mark' and
12446 `point'.
12447 (diff-hunk-text, diff-goto-source): Doc fix.
12448
12449 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12450 face `mode-line-buffer-id' for mode-line buffer face instead of
12451 hard-coded `(:weight bold)'.
12452
12453 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12454 buffer-undo-list to t (undo-ask is reproducible by visiting
12455 nested archives).
12456
12457 2006-05-09 Kim F. Storm <storm@cua.dk>
12458
12459 * progmodes/grep.el (rgrep): Set default directory of *grep*
12460 buffer if we start M-x rgrep in the *grep* buffer and choose
12461 a different base directory.
12462
12463 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12464
12465 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12466 completion also when ido is loaded.
12467
12468 2006-05-09 Masatake YAMATO <jet@gyve.org>
12469
12470 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12471 "warning" and "import".
12472 (cpp-font-lock-keywords): Added "warning".
12473
12474 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12475
12476 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12477
12478 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12479
12480 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12481 pages at a time, if we signal the end, we should indeed reach that end.
12482
12483 2006-05-08 David Reitter <david.reitter@gmail.com>
12484
12485 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12486 output during execution of the body.
12487
12488 2006-05-08 Kim F. Storm <storm@cua.dk>
12489
12490 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12491
12492 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12493
12494 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12495 Use with-current-buffer.
12496
12497 2006-05-07 Kim F. Storm <storm@cua.dk>
12498
12499 * subr.el (add-to-history): Remove keep-dups arg.
12500
12501 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12502 to nil around call to add-to-history.
12503
12504 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12507 than after a buffer modification.
12508
12509 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12510
12511 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12512 call to...
12513 (gud-watch): ...here so speedbar is raised for already watched
12514 expressions.
12515 (gdb-speedbar-refresh): Delete function.
12516 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12517 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12518 earlier change).
12519 (gdb-var-evaluate-expression-handler)
12520 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12521
12522 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12523 Update localized contents for all buffers except ignored modes.
12524
12525 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12526
12527 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12528 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12529 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12530 (mac-handle-font-panel-closed, mac-handle-font-selection):
12531 New functions.
12532 (mac-font-panel-mode): New minor mode.
12533 (mac-apple-event-map): Add bindings for toolbar toggle button and
12534 font panel.
12535 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12536
12537 2006-05-07 John Paul Wallington <jpw@pobox.com>
12538
12539 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12540 Avoid `regexp-opt'; simplify regexp for readability.
12541
12542 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12543
12544 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12545 * files.el (buffer-stale-function):
12546 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12547 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12548 links to the main manual, not to emacs-xtra.
12549
12550 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12551
12552 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12553 MacJapanese if text is ASCII-only.
12554
12555 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12556
12557 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12558 unless so nil isn't returned.
12559 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12560
12561 2006-05-06 Kim F. Storm <storm@cua.dk>
12562
12563 * subr.el (add-to-history): New function.
12564
12565 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12566 (ediff-merge-files-with-ancestor):
12567 * env.el (setenv):
12568 * isearch.el (isearch-update-ring):
12569 * server.el (server-visit-files):
12570 * progmodes/grep.el (lgrep, rgrep):
12571 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12572 * progmodes/xscheme.el (xscheme-insert-expression):
12573 Use add-to-history.
12574
12575 * kmacro.el (kmacro-push-ring): Use add-to-history.
12576 (kmacro-ring-length): Remove unused defun.
12577 (kmacro-start-macro): Use kmacro-push-ring.
12578
12579 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12580
12581 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12582 directly instead of a lambda expression that calls it.
12583
12584 2006-05-06 Kim F. Storm <storm@cua.dk>
12585
12586 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12587 instead of compute-motion.
12588
12589 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12590
12591 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12592 change.
12593
12594 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12595
12596 * startup.el (command-line-1): Refer to "Pure Storage" on
12597 pure-space-overflow.
12598
12599 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12600
12601 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12602 provided faces once they all have been used up.
12603
12604 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12605
12606 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12607 reference to the Lisp manual to the warning about pure space
12608 overflow.
12609
12610 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12611
12612 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12613 argument to avoid the call to `ispell-internal-change-dictionary'
12614 when not needed.
12615 (ispell-change-dictionary): Use this argument and call
12616 `ispell-internal-change-dictionary' after the possible change
12617 to `ispell-local-dictionary'.
12618 (ispell-internal-change-dictionary): Check for a change in
12619 personal dictionary use too.
12620
12621 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12622
12623 * startup.el (command-line): On MS-Windows, probe "~", not
12624 "~USER", for warning about non-existent home directory.
12625
12626 * arc-mode.el (archive-l-e): New optional argument `float' means
12627 generate a float value.
12628 (archive-arc-summarize, archive-lzh-summarize)
12629 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12630 with 3rd argument non-nil when file's size is being computed.
12631 Format the file sizes with %8.0f instead of %8d.
12632
12633 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12634
12635 * cus-start.el (all): Add mac-dnd-known-types.
12636
12637 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12638 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12639 (mac-TIFF-to-string): New functions.
12640 (x-get-selection, x-selection-value)
12641 (mac-select-convert-to-string): Use them.
12642 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12643 (mac-dnd-types-alist): New customization variable.
12644 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12645 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12646 (mac-dnd-handle-drag-n-drop-event): New functions.
12647 (mac-drag-n-drop): Remove function.
12648 (global-map): Bind drag-n-drop and M-drag-n-drop to
12649 mac-dnd-handle-drag-n-drop-event.
12650
12651 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12652
12653 * progmodes/perl-mode.el (perl-beginning-of-function):
12654 Skip anonymous subs.
12655
12656 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12657
12658 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12659 regexp-opt at run time.
12660
12661 * term.el (term-handle-ansi-escape): Fix off by one error.
12662
12663 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12664
12665 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12666 (gdb-init-1, gdb-post-prompt): ...and references to it.
12667 (gdb-frame-handler): Strip directory name from filename if present.
12668
12669 * progmodes/gud.el (gdb-force-update): Delete defvar
12670 (gud-speedbar-buttons): ...and references to it. Use window-start
12671 to try to keep positon in watch expression.
12672
12673 2006-05-03 Richard Stallman <rms@gnu.org>
12674
12675 * simple.el (next-history-element, previous-history-element): Doc fix.
12676
12677 * isearch.el (isearch-update-ring): Doc fix.
12678
12679 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12680
12681 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12682 into consideration. Replace one arm ifs with whens.
12683
12684 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12685
12686 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12687 (menu): Fix typo.
12688
12689 2006-05-02 Miles Bader <miles@gnu.org>
12690
12691 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12692
12693 2006-05-02 Jay Belanger <belanger@truman.edu>
12694
12695 * calc/calc-embed.el (calc-override-minor-modes-map)
12696 (calc-override-minor-modes): New variables.
12697 (calc-do-embedded): Make sure that Calc keystrokes aren't
12698 overwritten by minor modes.
12699
12700 2006-05-02 Chong Yidong <cyd@mit.edu>
12701
12702 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12703
12704 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12705
12706 * startup.el (command-line-1): Refer to Lisp manual when
12707 pure-space-overflow occurs.
12708
12709 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12710 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12711 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12712 (version-control): Don't use `t' for safe-local-variable declarations.
12713
12714 2006-05-01 Richard Stallman <rms@gnu.org>
12715
12716 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12717 M-r, M-R, M-A, M-SPC or M-DEL.
12718 (diff-mode-map): diff-refine-hunk now on C-c C-w
12719 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12720
12721 * help-mode.el (help-mode): view-exit-action calls delete-window
12722 only when it is safe and possible.
12723
12724 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12725 in messages.
12726
12727 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12728
12729 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12730 in the default tool-bar-map.
12731
12732 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12733
12734 * net/tramp.el (tramp-completion-file-name-handler-alist)
12735 (tramp-run-real-handler, tramp-completion-run-real-handler)
12736 (tramp-completion-handle-file-name-all-completions)
12737 (tramp-completion-handle-file-name-completion): Autoload them.
12738 (tramp-completion-handle-file-exists-p)
12739 (tramp-completion-handle-file-name-directory)
12740 (tramp-completion-handle-file-name-nondirectory)
12741 (tramp-completion-handle-expand-file-name): Remove them.
12742 (tramp-handle-file-name-directory): Return the real directory name.
12743 Returning "/" only doesn't need to be necessary any longer.
12744 (tramp-file-name-handler): Make special attention when in hostname
12745 completion mode.
12746 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12747 (tramp-register-file-name-handlers):
12748 Register `tramp-completion-file-name-handler' only when
12749 `partial-completion-mode' is enabled.
12750 (tramp-completion-handle-file-name-all-completions):
12751 Delete directory part from results.
12752 (tramp-get-completion-methods, tramp-get-completion-user-host):
12753 Discard deleting "/", it doesn't work after the change of
12754 `tramp-handle-file-name-directory' above.
12755
12756 2006-05-01 Kim F. Storm <storm@cua.dk>
12757
12758 * progmodes/grep.el (grep-expand-template): Use save-match-data
12759 and symbol-value.
12760
12761 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12762
12763 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12764 Use select-frame-set-input-focus instead of raise-frame.
12765 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12766
12767 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12768
12769 * progmodes/gud.el (gud-def): Add %c case.
12770 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12771 (gud-format-command): Make match case sensitive. Match on %F.
12772
12773 2006-04-30 Glenn Morris <rgm@gnu.org>
12774
12775 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12776 (cal-tex-preamble): Use cal-tex-preamble-extra.
12777 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12778 than alias `list-diary-entries'.
12779
12780 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12781
12782 * help-fns.el (describe-variable): Add info about safe local variables.
12783
12784 2006-04-29 Richard Stallman <rms@gnu.org>
12785
12786 * bindings.el (mode-line-format): help-echo doc fixes.
12787
12788 * net/tramp.el (tramp-file-name-handler-alist): Delete
12789 expand-file-name and other operations that can cause spurious loading.
12790
12791 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * files.el (safe-local-variable-p): Remove support for the special
12794 value t.
12795
12796 * textmodes/paragraphs.el (sentence-end-without-space):
12797 Fix safety predicate.
12798 (sentence-end-double-space, sentence-end-without-period)
12799 (paragraph-ignore-fill-prefix):
12800 * textmodes/fill.el (colon-double-space):
12801 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12802
12803 * subr.el (booleanp): New fun.
12804
12805 * textmodes/reftex-vars.el (reftex-guess-label-type):
12806 Tighten the safety predicate.
12807
12808 2006-04-28 Kim F. Storm <storm@cua.dk>
12809
12810 * progmodes/grep.el (defgroup grep): Doc fix.
12811 (grep-auto-highlight): Remove.
12812 (grep-template): New defcustom.
12813 (grep-find-template): Rename from grep-tree-template.
12814 (grep-files-aliases): Rename from grep-tree-files-aliases.
12815 Remove "all" alias, add "l" alias.
12816 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12817 (grep-find-ignored-directories): New defcustom to replace
12818 grep-tree-ignore-CVS-directories, to facilitate ignoring
12819 subdirectories for multiple version control systems.
12820 (grep-mode-map): Add Recursive grep item to GREP menu.
12821 (grep-regexp-history, grep-files-history): New defvars.
12822 (grep-probe): New helper function.
12823 (grep-compute-defaults): Use it to simplify code.
12824 Adapt to name changes.
12825 Use `.' as base in grep-find-template rather than <D>.
12826 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12827 Call grep-compute-defaults unconditionally.
12828 (grep-expand-keywords): New defconst.
12829 (grep-expand-template): Rename from grep-expand-command-macros.
12830 Simplify via grep-expand-keywords. Look at case-fold-search instead
12831 of grep-tree-ignore-case to add -i option.
12832 Bind case-fold-search to nil while matching keywords.
12833 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12834 (grep-read-regexp, grep-read-files): New helper functions.
12835 (rgrep): Rename from grep-tree. Rework to use proper histories.
12836 Adapt to changes in defcustoms and functions above.
12837 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12838
12839 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12840
12841 * net/tramp.el (tramp-completion-file-name-handler):
12842 Disable Tramp's functionality while loading Tramp itself.
12843 (tramp-register-file-name-handlers): That's a defsubst now.
12844 Code from `tramp-repair-jka-compr' moved here. Apply it via
12845 `after-init-hook'.
12846 (tramp-repair-jka-compr): Remove.
12847
12848 2006-04-27 Jay Belanger <belanger@truman.edu>
12849
12850 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12851 read expression when `math-read-big-expr' doesn't work.
12852
12853 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12854
12855 * startup.el (command-line-1): Display warning when
12856 pure-space-overflow is non-nil.
12857
12858 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12859
12860 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12861 risky.
12862
12863 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12864
12865 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12866 Return the URL or nil if none can be generated.
12867
12868 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12869
12870 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12871 byte compiler warnings.
12872 (gud-basic-call, gud-find-expr): Let user select an expression
12873 for printing. Print expression as well as value in GUD buffer.
12874
12875 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12876
12877 * allout.el: Remove local autoload declaration for
12878 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12879 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12880 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12881 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12882 (allout-stylish-prefixes, allout-numbered-bullet)
12883 (allout-file-xref-bullet, allout-presentation-padding)
12884 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12885 safe-local-variable with suitable value spec, and add autoload
12886 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12887 (move-beginning-of-line, move-end-of-line): Repair so these compat
12888 functions now actually resituate the point, when appropriate.
12889
12890 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12891
12892 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12893
12894 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12895 (add-log-iso8601-time-string): Fix call to format-time-string.
12896
12897 2006-04-26 Kim F. Storm <storm@cua.dk>
12898
12899 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12900
12901 2006-04-26 Masatake YAMATO <jet@gyve.org>
12902
12903 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12904 Add support for "//" style comments. Remove `b' flag
12905 from ?* in `asm-mode-syntax-table'.
12906
12907 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * follow.el: Use (featurep 'xemacs) everywhere.
12910 (follow-mode): Use define-minor-mode.
12911 (follow-mode-map): Move initialization into the declaration.
12912 Use command remapping.
12913 (follow-emacs-version-xemacs-p): Remove.
12914 (follow-submit-feedback): Remove.
12915
12916 * allout.el (allout-layout, allout-passphrase-verifier-string)
12917 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12918
12919 * textmodes/reftex-vars.el (reftex-vref-is-default)
12920 (reftex-fref-is-default, reftex-guess-label-type):
12921 Tighten up a bit the safety predicate.
12922
12923 * textmodes/paragraphs.el (sentence-end-double-space)
12924 (sentence-end-without-period, sentence-end-without-space)
12925 (page-delimiter, paragraph-ignore-fill-prefix):
12926 Tighten up a bit the safety predicate.
12927
12928 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12929
12930 * progmodes/python.el (python-continuation-line-p)
12931 (python-beginning-of-statement): syntax-ppss may return
12932 a negative depth.
12933 (python-mode): Don't forcefully enable font-lock.
12934
12935 * time-stamp.el (time-stamp-start, time-stamp-end)
12936 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12937
12938 * add-log.el: Remove spurious * in docstrings.
12939 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12940 (add-change-log-entry): Use it here, since it's not specific
12941 to iso8601.
12942 (add-log-iso8601-time-string): Don't use it here any more.
12943 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12944
12945 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12946
12947 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12948
12949 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12950 (rcirc-toggle-low-priority): Doc fix.
12951 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12952 ChanServ regexp.
12953 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12954 #emacs.
12955 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12956 (rcirc-decode-coding-system): Use utf-8 as the default.
12957 (rcirc-multiline-minor-mode): Set the fill-column.
12958 (rcirc-format-response-string): Display bright and dim nicks.
12959 (rcirc-browse-url): Update interactive spec to fill ARG.
12960 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12961 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12962
12963 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12964
12965 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12966 case for @Article, etc.
12967
12968 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12969
12970 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12971 Added with autoload cookie.
12972 (tramp-unload-file-name-handlers): Rename from
12973 `tramp-unload-file-name-handler-alist'.
12974
12975 2006-04-23 Romain Francoise <romain@orebokech.com>
12976
12977 * comint.el (comint-match-partial-filename): Doc fix.
12978
12979 2006-04-21 Glenn Morris <rgm@gnu.org>
12980
12981 * calendar/cal-menu.el (calendar-mode-map): Refer to
12982 `diary-view-entries' rather than alias `view-diary-entries'.
12983 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12984
12985 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12986
12987 * progmodes/antlr-mode.el (antlr-default):
12988 * cus-edit.el (custom-documentation):
12989 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12990 in defface.
12991
12992 2006-04-21 Kim F. Storm <storm@cua.dk>
12993
12994 * image.el (image-type): New defun split out of create-image.
12995 (create-image): Use it.
12996
12997 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12998
12999 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13000 (org-open-at-point): Remove the "...done" message to keep output
13001 in the echo area visible.
13002 (org-export-as-xoxo): Fix call to `indent-region'.
13003
13004 2006-04-21 Kevin Ryde <user42@zip.com.au>
13005
13006 * international/mule.el (keyboard-coding-system): defcustom
13007 info-link fixes: "Specify Coding" has been split, keyboard now in
13008 "Terminal Coding", and "Single-Byte Character Support" is now
13009 "Unibyte Mode".
13010
13011 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13012
13013 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13014 Use font-lock-warning-face for any errors e.g. no stack.
13015 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13016
13017 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13018
13019 * progmodes/sh-script.el (sh-shell): Mark as safe.
13020
13021 * newcomment.el (comment-start, comment-start-skip)
13022 (comment-end-skip, comment-end): Mark as safe.
13023
13024 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13025
13026 * textmodes/org.el (org-deadline-announce): Face removed.
13027 (org-level-faces, org-n-levels): Convert to constant.
13028 (org-compatible-face): New function.
13029 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13030 (org-level-5, org-level-6, org-level-7, org-level-8)
13031 (org-special-keyword, org-warning, org-headline-done, org-link)
13032 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13033 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13034 Face definition revised for better color tty support.
13035 (org-bold-re, org-italic-re, org-underline-re): New constants.
13036 (org-set-font-lock-defaults): Use the new constants.
13037 (org-agenda-highlight-todo): New function.
13038 (org-agenda-todo): Fix bug with point at end of line.
13039 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13040 Fontify TODO keywords.
13041 (org-insert-link): Preserve relative path in ../ links.
13042 (org-export-as-html): Convert links pointing to .org files into
13043 links that will work beteen the exported HTML files.
13044 (org-todo-list): Fix bug when arg=0.
13045 (org-insert-heading): More fine-tuning.
13046
13047 2006-04-19 Romain Francoise <romain@orebokech.com>
13048
13049 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13050 from `rmail-mime-charset-pattern'.
13051
13052 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13053
13054 * progmodes/python.el (python-mode): Fix typo.
13055
13056 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13057
13058 * comint.el (comint-previous-input): Don't clobber input line
13059 when moving off either end of the input history ring.
13060 (comint-delete-input): New function, used by
13061 `comint-previous-input' and others.
13062 (comint-previous-matching-input):
13063 Use `coming-delete-input'. Save the partial input if leaving the
13064 edit line. Goto point-max before deleting input to avoid
13065 partial input fragments hanging around.
13066 (comint-restore-input): New function, used by `comint-previous-input'.
13067
13068 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13069
13070 * imenu.el (imenu--index-alist): Balance parentheses.
13071
13072 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13073
13074 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13075
13076 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13077
13078 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13079 file is nil.
13080
13081 2006-04-18 Richard Stallman <rms@gnu.org>
13082
13083 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13084
13085 * imenu.el (imenu-create-index-function, imenu--index-alist)
13086 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13087 (imenu-default-create-index-function, imenu--generic-function):
13088 Doc fixes.
13089
13090 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13091
13092 * help-mode.el (help-mode): Set view-exit-action to delete window.
13093
13094 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13095 now works by passing nil as arg.
13096
13097 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13098
13099 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13100 (read-abbrev-file): Provide default when reading filename.
13101
13102 * files.el (enable-local-variables): Allow :all as value.
13103 (hack-local-variables): Implement that value.
13104 (safe-local-variable-values, safe-local-eval-forms)
13105 (enable-local-variables): Mark as risky.
13106 (find-file-visit-truename, kept-old-versions): Mark safe.
13107
13108 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13109 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13110 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13111
13112 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13113
13114 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13115 Use forward-line so as to get to BOL even in the presence of fields.
13116 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13117 in return.
13118 (inferior-tcl): Tell tclsh to work in interactive mode.
13119
13120 * complete.el (partial-completion-mode):
13121 Use 'choose-completion-string-functions to make sure that
13122 choose-completion fills the minibuffer properly.
13123
13124 * complete.el (PC-old-read-file-name-internal): Remove.
13125 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13126 of read-file-name-internal.
13127 (partial-completion-mode): Enable/disable this advice.
13128
13129 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13130
13131 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13132 of 2006-04-17.
13133
13134 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13135
13136 * textmodes/org.el (org-insert-heading): Insert heading before
13137 current if at beginning of line.
13138 (org-todo, org-date): New faces.
13139 (org-table-align): Make sure tooltip window contains full text.
13140 (org-no-properties): New defsubst.
13141 (org-set-font-lock-defaults): Use new faces.
13142
13143 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13144
13145 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13146 for root variables.
13147
13148 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13149 (gdb-frame-address): Re-use to identify frame for watch expression.
13150 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13151 variables.
13152 (gdb-init-1, gdb-source, gdb-post-prompt)
13153 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13154 (gdb-frame-handler): Get gdb-frame-address.
13155
13156 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13157
13158 Sync with Tramp 2.0.53.
13159
13160 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13161 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13162 (tramp-completion-file-name-handler): Add autoload cookie for
13163 adding to `file-name-handler-alist'.
13164
13165 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13166 the prompt. If it returns earlier (when detecting an error
13167 message), the rest of the output will merge accidently with the
13168 output of the next command. Reported by M Jared Finder
13169 <jared@hpalace.com>.
13170
13171 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13172 for `process-file', in order to let it work for older Emacsen too.
13173
13174 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13175
13176 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13177 (tex-font-lock-keywords-3): Use it.
13178
13179 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * newcomment.el (comment-add): New function.
13182 (comment-region-default, comment-dwim): Use it.
13183
13184 2006-04-15 Michael Olson <mwolson@gnu.org>
13185
13186 * emacs-lisp/tq.el: Improve comments.
13187 (tq-queue-head-question): New accessor function.
13188 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13189 Update for modified queue structure.
13190 (tq-queue-add): Accept `question' argument.
13191 (tq-queue-pop): If a question is pending, send it.
13192 (tq-enqueue): Accept new optional argument `delay-question'.
13193 If this is non-nil, and at least one other question is pending a
13194 response, queue the question rather than sending it immediately.
13195
13196 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13197
13198 * calendar/appt.el (appt-add): Check whether an appointment is
13199 already present in appt-time-msg-list. Simplify code.
13200
13201 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13202
13203 * progmodes/cc-langs.el (c-mode-menu):
13204 Don't presume c-subword-mode is bound.
13205
13206 2006-04-13 Bill Wohler <wohler@newt.com>
13207
13208 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13209 (customize-package-emacs-version): Use cdr instead of cadr now
13210 that alists use dotted pairs.
13211
13212 * custom.el (defcustom): Fix docstring for :package-version.
13213
13214 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13215
13216 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13217 (tramp-handle-shell-command): Display output buffer only when
13218 `tramp-display-shell-command-buffer' is true.
13219 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13220
13221 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13222
13223 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13224 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13225
13226 2006-04-13 Romain Francoise <romain@orebokech.com>
13227
13228 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13229 leaving temporary .cvsignore buffers behind.
13230
13231 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13232
13233 * textmodes/org.el (org-set-regexps-and-options)
13234 (org-get-current-options): Better names for the startup folding
13235 options.
13236
13237 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13238
13239 * vc.el (vc-annotate): Arrange for point to end up at the same
13240 line number as in the original, but only when using a new buffer.
13241
13242 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13243
13244 * files.el (hack-one-local-variable-eval-safep):
13245 Recognize `edebug-form-spec' for `put', but only if it passes
13246 `edebug-basic-spec'. Generalize `put' handling.
13247
13248 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13249 vetting file-local form specs.
13250
13251 * allout.el (allout-layout): Autoload its `safe-local-variable'
13252 property.
13253
13254 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13255
13256 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13257 (org-agenda-mouse-1-follows-link)
13258 (org-mouse-1-follows-link): New options.
13259 (org-format-agenda-item): Fix bug if TAGS is nil.
13260 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13261
13262 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13263
13264 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13265 GDB 6.1+ gives full filename for "info sources" so use
13266 file-name-nondirectory.
13267
13268 2006-04-12 Romain Francoise <romain@orebokech.com>
13269
13270 * subr.el (read-passwd): Bind `message-log-max' to nil.
13271
13272 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * progmodes/perl-mode.el (perl-indent-new-calculate):
13275 Recompute parse-start after jumping backward by a whole sexp.
13276
13277 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13280 window configuration.
13281 (vc-annotate-display-select): Select the buffer so that current-buffer
13282 (and selected-window) is the output buffer at the end of vc-annotate.
13283
13284 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13285
13286 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13287 8-color terminals, to use all of the colors in a sensible order.
13288 256-color terminals work well with the standard map.
13289 (vc-annotate-lines): Only strip the first color character if it
13290 is "#", to allow for terminal-style named colors.
13291 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13292 the correct buffer is scrolled.
13293
13294 2006-04-11 Richard Stallman <rms@gnu.org>
13295
13296 * emacs-lisp/bytecomp.el (byte-compile-file):
13297 Bind enable-local-variables to :safe, and make normal-mode obey it.
13298
13299 * files.el (enable-local-variables): Allow value :safe.
13300 (normal-mode): Doc fix.
13301 (hack-local-variables): Implement enable-local-variables = :safe.
13302 (hack-local-variables-confirm): Don't prevent quitting.
13303
13304 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 * loadhist.el (unload-feature): A bit of sanity check of
13307 load-history entries. Cancel timer-vars before unbinding them.
13308
13309 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13310 quote special chars, and make the trick work on the hex part of the
13311 buffer as well.
13312 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13313 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13314
13315 * startup.el (normal-splash-screen): Fix last change so we don't wait
13316 2 minutes if we don't show the splash screen.
13317
13318 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13319
13320 * textmodes/org.el (org-export-plain-list-max-depth)
13321 (org-table-spaces-around-separators)
13322 (org-radio-targets, org-activate-camels)
13323 (org-table-spaces-around-invisible-separators): Options removed.
13324 (org-time-stamp-rounding-minutes, org-remember-templates)
13325 (org-ellipsis, org-activate-links, org-descriptive-links):
13326 New options.
13327 (org-remember-apply-template, org-current-time)
13328 (org-finish-edit-table-field)
13329 (org-link-unescape, org-link-escape)
13330 (org-string-width, org-table-clean-line, org-html-do-expand)
13331 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13332 (org-read-agenda-file-list): New functions.
13333 (org-table-edit-field)
13334 (org-table-create-or-convert-from-region): New commands
13335 (org-table-toggle-vline-visibility): Command removed.
13336 (org-table-convert-region): Made a command.
13337 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13338 Replace with the normal org- functions.
13339 (org-self-insert-command): Don't trigger realign unnecessarily
13340 when blanking a field that is not full.
13341 (org-mode): `Set buffer-invisibility-spec' for links.
13342 (org-activate-links2): Hide link part and only show descriptive
13343 part of the link.
13344 (org-insert-link): Modify for new linking system.
13345 (org-store-link): Store description separately, for use by
13346 `org-insert-link'.
13347 (org-table-align): Use `org-string-width'.
13348 (defgroup): Completely new group structure for custom variables.
13349 (org-agenda-files): Option: Single file name allowed. Function:
13350 Optional argument unrestrited means ignore any restricitons.
13351 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13352 trying to modify the menu. Use generalized access to
13353 `org-agenda-files.'
13354 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13355 (org-agenda-file-to-front, org-remove-file, org-diary)
13356 (org-tags-view, org-export-icalendar-all-agenda-files)
13357 (org-export-icalendar-combine-agenda-files): Use generalized
13358 access to `org-agenda-files'.
13359 (org-remember-handler): Correctly preserve heading if present.
13360 (org-table-insert-row, org-table-insert-hline): Deal with
13361 invisible characters.
13362
13363 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13364
13365 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13366 (vc-annotate-color-map): New 18 element constant
13367 value/saturation, rotating hue colormap, from red->blue.
13368 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13369 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13370 (vc-annotate): To avoid killing the required local variables,
13371 set them before the end of `with-output-to-temp-buffer', and
13372 after first switching to annotate-mode.
13373 (vc-annotate-warp-version): Add buffer argument in goto-line to
13374 ensure annotation, not source, is scrolled.
13375
13376 2006-04-10 Bill Wohler <wohler@newt.com>
13377
13378 * custom.el (defcustom, custom-handle-keyword):
13379 Add :package-version keyword.
13380 (custom-add-package-version): New function. Sets value of new
13381 property 'custom-package-version from :package-version keyword.
13382 (defcustom): Create Common Keywords section in docstring.
13383 (defface, defgroup): Replace definitions of a select few keywords
13384 with a reference to the Common Keywords in defcustom.
13385 (defcustom, defface, defgroup): Replace reference to Customization
13386 chapter in manual with hyperlink.
13387
13388 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13389 (customize-changed-options): Add check for custom-package-version.
13390 (customize-package-emacs-version): New function to look up Emacs
13391 version corresponding to the given package version.
13392
13393 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13394 defun name, in similar fashion to find-variable-regexp.
13395
13396 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13397
13398 * international/mule-cmds.el (set-locale-environment): Fix last
13399 change for when the locale's preferences don't specify any encoding.
13400
13401 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13402
13403 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13404 so the defined var/fun doesn't need to be quoted.
13405
13406 2006-04-10 Richard Stallman <rms@gnu.org>
13407
13408 * finder.el (finder-mode-map): Add n and p bindings.
13409
13410 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13411
13412 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13413 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13414 (gdb-setup-windows): Put something in source window if we can't find
13415 the source file.
13416 (gdb-frame-handler): Make it work again with just assembly.
13417 (gdb-data-list-register-values-handler): Make it work when there is
13418 no stack.
13419
13420 2006-04-09 Richard Stallman <rms@gnu.org>
13421
13422 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13423 specs while looking for charset.
13424
13425 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13426
13427 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13428 Make them faces.
13429 (lm-font-lock-keywords): Update appropriately.
13430
13431 2006-04-10 Kim F. Storm <storm@cua.dk>
13432
13433 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13434 it can also replace buffer-substring-no-properties.
13435
13436 * emulation/cua-base.el (cua-delete-region, cua-paste)
13437 (cua-repeat-replace-region): Use filter-buffer-substring.
13438
13439 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13440 (cua-cut-region-to-global-mark): Likewise.
13441
13442 * emulation/cua-rect.el (cua--extract-rectangle)
13443 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13444
13445 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13446
13447 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13448 entry-type. Add field delimiters to numerical fields if they are
13449 not present.
13450
13451 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13452
13453 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13454 string-const to return value.
13455 (bibtex-remove-delimiters): Use it.
13456
13457 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13460 cl-byte-compile-compiler-macro unless it exists.
13461
13462 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13463
13464 * files.el (hack-local-variables-confirm) <offer-save>:
13465 Clarify message text. Suggested by Ralf Angeli.
13466
13467 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13468
13469 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13470 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13471 instead of `buffer-substring' and `delete-region'. (Most of the
13472 code actually copied from `kill-region'.)
13473
13474 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13475
13476 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13477 (rcirc-default-port): Rename from rcirc-port.
13478 (rcirc-default-nick): Rename from rcirc-nick.
13479 (rcirc-default-user-name): Rename from rcirc-user-name.
13480 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13481 (rcirc-low-priority-flag): New variable.
13482 (rcirc-decode-coding-system): New defcustom.
13483 (rcirc-encode-coding-system): New defcustom.
13484 (rcirc-coding-system-alist): New defcustom.
13485 (rcirc-multiline-major-mode): New defcustom.
13486 (rcirc-nick): New internal variable.
13487 (rcirc-process): Remove variable.
13488 (rcirc-server-buffer): New variable.
13489 (rcirc): Update to use rcirc-default-* variables above.
13490 (rcirc-connect): Do not add window-configuration-hook-here.
13491 (rcirc-server): New internal variable.
13492 (rcirc-connect): Do not send keepalive pings if
13493 rcirc-keepalive-seconds is nil.
13494 (with-rcirc-server-buffer): New macro.
13495 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13496 (rcirc-server-name): Rename from rcirc-server.
13497 (rcirc-buffer-process): New function.
13498 (rcirc-buffer-nick): New function.
13499 (rcirc-buffer-target): Remove function.
13500 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13501 New commands.
13502 (rcirc-mode-map): Change binding of C-c C-l to
13503 rcirc-toggle-low-priority.
13504 (rcirc-mode): Initialize coding system based on
13505 rcirc-coding-system-alist. New change-major-mode-hook to part the
13506 channel on a mode change. Make kill-buffer-hook buffer-local.
13507 (rcirc-change-major-mode-hook): New function.
13508 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13509 (rcirc-last-post-time): New variable.
13510 (rcirc-process-message): Store the last time user posted a message
13511 to this target.
13512 (rcirc-multiline-minor-mode): New mode.
13513 (rcirc-multiline-minor-mode-map): New mode map.
13514 (rcirc-edit-multiline): Put multiline-edit buffer in
13515 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13516 (rcirc-print): Ignore any line starting with an ignored nick.
13517 (rcirc-print): Decode using rcirc-decode-coding-system.
13518 (rcirc-track-minor-mode): Update global-mode-string when disabling
13519 this mode.
13520 (minor-mode-alist): Add LowPri indicator.
13521 (rcirc-toggle-low-priority): New function.
13522 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13523 next lowpriority buffer with activity.
13524 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13525 last time the user posted a message in to the target.
13526 (rcirc-update-activity-string): New formatting for low priority
13527 buffers.
13528 (rcirc-split-activity): New function.
13529 (rcirc-handler-PART, rcirc-handler-KICK)
13530 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13531 (rcirc-nick-away-alist): New variable.
13532 (rcirc-handler-301): New handler. Away messages are printed once
13533 per change.
13534
13535 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13536
13537 * info.el (Info-follow-nearest-node): Doc fix.
13538
13539 * international/mule-cmds.el (set-locale-environment): Make sure
13540 the coding-system preferred by the locale's language has the same
13541 EOL conversion type as the original buffer-file-coding-system.
13542 (locale-language-names): Add a few MS Windows language codes.
13543
13544 2006-04-07 Richard Stallman <rms@gnu.org>
13545
13546 * simple.el (eval-expression): Doc fix.
13547
13548 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13549 (eval-defun): Doc fixes.
13550
13551 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13552
13553 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13554
13555 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13556
13557 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13558 GDB list command without argument for greater generality.
13559
13560 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13561
13562 * subr.el (string-or-null-p): New function.
13563
13564 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13565
13566 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13567
13568 * files.el: Update comment about safe-local-variable declarations.
13569
13570 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13571
13572 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13573 See idlwave.org.
13574
13575 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13576 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13577
13578 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13579 See idlwave.org.
13580
13581 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13582 version 6.0 (minimal changes). See idlwave.org.
13583
13584 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13585 6.0 (minimal changes). See idlwave.org.
13586
13587 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13588
13589 2006-04-06 Romain Francoise <romain@orebokech.com>
13590
13591 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13592 symmetric encryption features and a new asynchronous interface to
13593 GnuPG. This new version is version 1.4, plus whitespace changes.
13594
13595 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13596
13597 * files.el: Move some `safe-local-variable' declarations to the
13598 respective files.
13599
13600 * textmodes/ispell.el (ispell-check-comments)
13601 (ispell-local-dictionary): Mark as safe.
13602
13603 * abbrev.el (abbrev-mode): Mark as safe.
13604
13605 * add-log.el (change-log-default-name): Mark as safe.
13606
13607 * textmodes/reftex-vars.el (reftex-vref-is-default)
13608 (reftex-fref-is-default, reftex-level-indent)
13609 (reftex-guess-label-type): Mark as safe.
13610
13611 * textmodes/fill.el (colon-double-space): Mark as safe.
13612
13613 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13614 (sentence-end-double-space, sentence-end-without-period)
13615 (sentence-end-without-space, sentence-end, sentence-end-base)
13616 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13617
13618 2006-04-06 Kim F. Storm <storm@cua.dk>
13619
13620 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13621 the :set-after list.
13622 (ido-downcase-unc-hosts): New user option. Default on.
13623 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13624 when it is set, as regexps are now applied on the fly.
13625 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13626 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13627 on the fly, but only when ido-process-ignore-lists is set.
13628 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13629 Only downcase names if ido-downcase-unc-hosts is set.
13630
13631 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13632
13633 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13634
13635 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13636
13637 2006-04-05 Kim F. Storm <storm@cua.dk>
13638
13639 * ido.el (ido-mode): Set after ido-unc-hosts and
13640 ido-ignore-unc-host-regexps.
13641 (ido-save-history): Save ido-unc-hosts-cache.
13642 (ido-load-history): Load ido-unc-hosts-cache.
13643 (ido-reread-directory): Refresh unc hosts cache in // dir.
13644
13645 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13646 to nil while displaying slash screen.
13647
13648 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13649
13650 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13651 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13652
13653 2006-04-05 Kenichi Handa <handa@m17n.org>
13654
13655 * international/characters.el: Setup cases of Latin, Greek, and
13656 Cyrillic characters in CJK charsets.
13657
13658 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13659
13660 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13661 default-enable-multibyte-characters. This reverts the change from
13662 revision 6.17 which is no longer necessary because the passphrase
13663 is sent separately now. GnuPG messages are unreadable under
13664 multibyte locales with default-enable-multibyte-characters set to nil.
13665
13666 2006-04-04 Andreas Schwab <schwab@suse.de>
13667
13668 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13669 and `byte-compile-warnings' as `safe-local-variable'.
13670
13671 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13672
13673 * man.el (Man-mode-map): Restore the \r binding.
13674 (Man-abstract-xref-man-page): If Man-target-string is a function,
13675 call it.
13676 (Man-highlight-references): Use Man-default-man-entry to get the
13677 target. Deal with xrefs too.
13678 (Man-highlight-references0): Don't call the target function.
13679
13680 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13681 cannot deal with it.
13682
13683 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13684
13685 * pgg-gpg.el: Clean up process buffers every time gpg processes
13686 complete.
13687
13688 2006-04-04 Kenichi Handa <handa@m17n.org>
13689
13690 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13691 here.
13692 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13693 Temporarily bind inhibit-field-text-motion to t.
13694
13695 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * startup.el (normal-splash-screen): Only set mode-line-format in the
13698 splash buffer, so as not to interfere when debugging the code.
13699 Ignore errors when switching buffer.
13700
13701 2006-04-03 Romain Francoise <romain@orebokech.com>
13702
13703 * dired.el (dired-dnd-protocol-alist): Fix typo.
13704
13705 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13706
13707 * savehist.el (savehist): Add :version.
13708 (savehist-ignored-variables): New variable.
13709 (savehist-minibuffer-hook): Don't save variables listed in
13710 `savehist-ignored-variables'.
13711
13712 * dired.el (dired-dnd-protocol-alist): Mention that change does
13713 only apply to new buffers in doc string.
13714
13715 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13716
13717 * recentf.el (recentf-open-files-item): Include newline in button
13718 field, so opening a file will work, when the point is at the end
13719 of the file name. Allow, for example, to [i]search a file by
13720 extension and just push RET to open it.
13721
13722 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13723
13724 * pgg-gpg.el (pgg-gpg-process-filter)
13725 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13726
13727 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13728 lines, temporary fix.
13729
13730 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13731
13732 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13733
13734 2006-04-02 Richard Stallman <rms@gnu.org>
13735
13736 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13737
13738 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13739
13740 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13741 header-mouse-map.
13742
13743 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13744 (ibuffer-mode-header-map): New keymaps.
13745 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13746 and keybindings for column headers.
13747 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13748 property.
13749
13750 2006-04-02 Drew Adams <drew.adams@oracle.com>
13751
13752 * speedbar.el (speedbar-after-create-hook): Doc fix.
13753
13754 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13755
13756 * shell.el (shell-directory-tracker)
13757 (shell-dynamic-complete-command): Doc fixes.
13758
13759 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13760
13761 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13762 terminals.
13763
13764 2006-04-01 Kim F. Storm <storm@cua.dk>
13765
13766 * ido.el (ido-unc-hosts-cache): New defvar.
13767 (ido-unc-hosts): If value of defcustom is a function, call it to
13768 get list of UNC hosts. Add function-item choices to specify
13769 ido-unc-hosts-net-view or user function.
13770 (ido-ignore-unc-host-regexps): New defcustom.
13771 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13772 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13773 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13774
13775 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13778 wwidth.
13779
13780 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13781
13782 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13783 (ido-max-work-file-list, ido-switch-buffer)
13784 (ido-read-file-name-as-directory-commands):
13785 Fix typos in docstrings.
13786
13787 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13788
13789 * term/mac-win.el (mac-system-coding-system): Define and use after
13790 Mac-specific coding systems are ready.
13791
13792 2006-03-27 Romain Francoise <romain@orebokech.com>
13793
13794 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13795
13796 * ldefs-boot.el: Update.
13797
13798 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13799
13800 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13801 passphrases when it is not needed.
13802 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13803 passphrase stuff from gpg, should only be necessary when you use
13804 gpg with a smartcard.
13805
13806 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13807
13808 * comint.el (comint-dynamic-list-completions): Allow user to
13809 select *Completions* buffer.
13810
13811 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13812
13813 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13814
13815 2006-03-26 Andreas Schwab <schwab@suse.de>
13816
13817 * progmodes/gud.el (gdb): Only complain about multiple debugging
13818 when the gdb process is still running.
13819
13820 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13821
13822 * mail/rmail.el (tool-bar-map): Defvar it.
13823 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13824 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13825
13826 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13827
13828 * help.el (print-help-return-message): Suggest to use
13829 display-buffer instead of switch-to-buffer-other-window to restore
13830 the previous window without selecting it.
13831
13832 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13833
13834 * frame.el (select-frame-by-name): Call x-focus-frame also when
13835 window-system is mac.
13836
13837 * term/mac-win.el: Adjust Courier font specifications in
13838 x-fixed-font-alist.
13839 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13840 when directly encoding to UTF-16 in native byte order, no BOM.
13841
13842 2006-03-25 Kim F. Storm <storm@cua.dk>
13843
13844 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13845 (cua--init-keymaps): Use it instead of fixed C-return.
13846 (cua-mode): Set after it.
13847
13848 * emulation/cua-rect.el (cua--init-rectangles):
13849 Use cua-rectangle-mark-key instead of fixed C-return.
13850
13851 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13852
13853 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13854 "run" in .gdbinit.
13855 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13856
13857 2006-03-24 Romain Francoise <romain@orebokech.com>
13858
13859 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13860 `display-buffer-other-frame'.
13861
13862 2006-03-24 Kim F. Storm <storm@cua.dk>
13863
13864 * apropos.el (apropos-synonyms): Add selection => region.
13865
13866 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13867
13868 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13869 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13870 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13871 (gdb-data-list-register-values-regexp)
13872 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13873 Future proof against new fields being added to MI output.
13874 (gdb-send): Don't treat backslashes for program input as
13875 continuations.
13876 (gdb-assembler-handler): Don't use window-start for this handler.
13877 (gdb-frame-handler): Don't change to hollow arrow if overlay
13878 arrow doesn't move to new frame.
13879
13880 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13881
13882 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13883 prevent compiler warnings.
13884 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13885 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13886 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13887 buffer too.
13888
13889 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13890
13891 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13892 make-network-process, so we can use the same code in Gnus v5-10
13893 too and have this file fully synchronized with that release.
13894
13895 2006-03-23 Romain Francoise <romain@orebokech.com>
13896
13897 * ibuf-ext.el (ibuffer-read-filter-group-name):
13898 Use `ibuffer-generate-filter-groups' to make completion list match
13899 the filter groups that are really displayed in the Ibuffer buffer.
13900 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13901
13902 2006-03-23 Kenichi Handa <handa@m17n.org>
13903
13904 * international/mule-cmds.el (sort-coding-systems): Describe that
13905 the argument is modified in docstring.
13906
13907 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13908
13909 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13910 (pgg-gpg-update-agent): New function.
13911 (pgg-gpg-use-agent-p): New function.
13912 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13913 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13914 (pgg-gpg-sign-region): Use it.
13915
13916 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13917
13918 * cus-edit.el (custom-face-set): Call custom-push-theme before
13919 face-spec set so that `changed' theme is correctly saved.
13920 (custom-face-reset-standard): Reset to recalculated face rather
13921 than defface spec.
13922
13923 * custom.el (custom-push-theme): Only save `changed' theme if the
13924 current face does not match the defface specs.
13925
13926 2006-03-21 Simon Josefsson <jas@extundo.com>
13927
13928 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13929 <wilde@sha-bang.de>.
13930 (pgg-gpg-use-agent): New variable.
13931 (pgg-gpg-process-region): Use it.
13932 (pgg-gpg-encrypt-region): Likewise.
13933 (pgg-gpg-encrypt-symmetric-region): Likewise.
13934 (pgg-gpg-decrypt-region): Likewise.
13935 (pgg-gpg-sign-region): Likewise.
13936 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13937
13938 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13939
13940 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13941 bracket links.
13942
13943 2006-03-21 Kim F. Storm <storm@cua.dk>
13944
13945 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13946 fringe-indicator-alist instead of modifying global value.
13947 (gdb-frame-handler): Likewise.
13948
13949 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13950
13951 * diff-mode.el (diff-function): Make it inherit from diff-header
13952 instead of diff-context.
13953
13954 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13955 bitmap.
13956 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13957 change names in macro above for consistency.
13958 (gdb-frame-handler): Use hollow-right-triangle for all selected
13959 frames which except the innermost (where execution has stopped).
13960 (gdb-reset): Reset buffer-local values of overlay-arrow.
13961
13962 2006-03-20 Richard Stallman <rms@gnu.org>
13963
13964 * simple.el (set-mark-command): Doc fix.
13965
13966 * files.el (display-buffer-other-frame): New command.
13967 (ctl-x-4-map): Bind C-x 5 C-o to it.
13968
13969 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13970
13971 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13972 rather than just defer-time, in case defer-time has been changed but
13973 the timer isn't running yet.
13974 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13975
13976 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13977
13978 * help-mode.el (help-follow-symbol): New function.
13979 Essentially identical to the old `help-follow', but do not let
13980 `push-button' do the work when on an xref.
13981 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13982
13983 2006-03-19 Richard Stallman <rms@gnu.org>
13984
13985 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13986 preceded by the word `program'.
13987 (help-follow-mouse, help-follow): Throw error if not on xref.
13988 Delete no longer used args.
13989
13990 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13991
13992 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13993 annotation ensure gud-overlay-arrow-position is redisplayed.
13994
13995 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13996
13997 * textmodes/bibtex.el (bibtex-include-OPTkey)
13998 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13999 (bibtex-autokey-name-case-convert)
14000 (bibtex-autokey-titleword-case-convert): Make these the aliases
14001 for the following two variables.
14002 (bibtex-autokey-name-case-convert-function)
14003 (bibtex-autokey-titleword-case-convert-function): Make these the
14004 real names.
14005 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14006 bibtex-font-lock-crossref sublists.
14007 (bibtex-mode): Revert 2005-12-30 change (which made
14008 completion-ignore-case buffer-local).
14009 (bibtex-url): Simplify.
14010
14011 2006-03-19 Kim F. Storm <storm@cua.dk>
14012
14013 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14014 cursor property value to 2 (to align with C level change).
14015
14016 2006-03-19 Bill Wohler <wohler@newt.com>
14017
14018 * image.el (image-load-path-for-library): Shorten first line in
14019 docstring.
14020
14021 2006-03-18 Richard Stallman <rms@gnu.org>
14022
14023 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14024
14025 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14026
14027 * isearch.el (isearch-other-meta-char): Handle user bindings for
14028 shifted control characters.
14029
14030 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14031
14032 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14033 part that matches email addresses, file names, etc.
14034
14035 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14036
14037 * term/w32-win.el (mouse-set-font):
14038 Mention w32-list-proportional-fonts in the doc string.
14039
14040 2006-03-18 Kim F. Storm <storm@cua.dk>
14041
14042 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14043 (ido-unc-hosts): New user option to explicitly define list of know
14044 UNC-style hosts for completion.
14045 (ido-cache-unc-host-shares-time): New user option.
14046 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14047 New helper functions for UNC file-name support.
14048 (ido-may-cache-directory): Check for UNC host. Simplify.
14049 (ido-wash-history): Clean out old UNC hosts.
14050 (ido-nonreadable-directory-p): UNC hosts are always readable.
14051 (ido-directory-too-big-p): UNC hosts are never too big.
14052 (ido-set-current-directory): Handle UNC root path.
14053 (ido-file-name-all-completions): Complete UNC host names from
14054 ido-unc-hosts list. Cache UNC host shares.
14055 (ido-make-file-list-1): Don't filter UNC root.
14056 (ido-exhibit): Check for // in root directory, and switch to UNC
14057 mode by setting ido-current-directory to //.
14058
14059 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14060
14061 * cus-edit.el (customize-changed-options): Mention explicit
14062 version number as default in prompt.
14063
14064 2006-03-17 Bill Wohler <wohler@newt.com>
14065
14066 * image.el (image-load-path-for-library): Minor docstring fix.
14067
14068 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14069
14070 * textmodes/org.el (org-read-date): Include subgroup 5 into
14071 replacement text.
14072 (org-popup-calendar-for-date-prompt): Fix customization type.
14073
14074 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14075
14076 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14077 (gdb-continuation): New variable.
14078 (gdb-send): Deal with continuation lines.
14079
14080 * progmodes/gud.el (gud-gdb-complete-command)
14081 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14082 expressions.
14083 (gud-tooltip-mode): Use buffer-local value.
14084
14085 2006-03-16 Kim F. Storm <storm@cua.dk>
14086
14087 * ido.el (ido-edit-input): Use selected match, if any.
14088
14089 2006-03-16 Bill Wohler <wohler@newt.com>
14090
14091 * image.el (image-load-path-for-library): Prefer user's images in
14092 image-load-path.
14093
14094 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14095
14096 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14097 when checking for attempt to drag leftmost or rightmost scrollbar.
14098
14099 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14100
14101 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14102 (gdb-force-mode-line-update): New function.
14103 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14104 (gdb-exited): Use them.
14105 (gdb-signal): New function.
14106 (gdb-annotation-rules): Provide a rule for it.
14107
14108 2006-03-16 Kenichi Handa <handa@m17n.org>
14109
14110 * international/mule.el (auto-coding-regexp-alist): Add entries
14111 for Unicode BOM.
14112
14113 * sort.el (sort-build-lists): Temporarily bind
14114 inhibit-field-text-motion to t.
14115
14116 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14117
14118 * locate.el (locate-command, locate-make-command-line)
14119 (locate-fcodes-file, locate-update-command)
14120 (locate-prompt-for-command, locate, locate-with-filter)
14121 (locate-get-file-positions): Doc fixes.
14122 (locate-buffer-name, locate-header-face): Remove leading `*' in
14123 defcustom.
14124 (locate-filter-output): Use `keep-lines' instead of its alias
14125 `delete-non-matching-lines'.
14126 (locate-get-filename, locate-get-dirname): Add introductory comment.
14127 (locate-find-directory-other-window): Give appropriate error
14128 message if used outside main listing.
14129
14130 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14131
14132 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14133 the new extend-region feature.
14134 (font-lock-after-change-function): Update correspondingly.
14135 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14136 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14137
14138 2006-03-15 Bill Wohler <wohler@newt.com>
14139
14140 * image.el (image-load-path-for-library): Fix example by not
14141 recommending that one binds image-load-path. Just defvar it to
14142 placate compiler and only use it if previously defined.
14143
14144 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14145
14146 * textmodes/org.el (org-insert-centered): Use `string-width' to
14147 make underlining work for wide characters.
14148 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14149 TAB to `org-cycle', to make sure that no binding in
14150 `outline-mode-map' can supercede it.
14151
14152 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14153
14154 * allout.el: Increment version to 2.2.1 in file commentary.
14155
14156 (allout-version): Increment to 2.2.1.
14157
14158 (allout-default-layout): New customization variable, used when the
14159 file lacks a specific allout-layout. Uses allout-layout-type for
14160 recursively nested definition.
14161
14162 (allout-layout-type): Widget defining allout layouts, necessary for
14163 self-recursive definition.
14164
14165 (allout-mode): Incorporate allout-default-layout as fallback for
14166 allout-layout.
14167
14168 (allout-layout): Mark as 'safe-local-variable', and refer mention
14169 fallback to `allout-default-layout' in absence of a specified value.
14170 (allout-passphrase-verifier-string)
14171 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14172
14173 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14174
14175 (allout-get-encryption-passphrase-verifier): Use correct name of
14176 passphrase verifier in docstring.
14177
14178 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14179
14180 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14181 elements.
14182 (gdb-find-watch-expression): Make it work for arrays too.
14183 Follow change to gdb-var-list.
14184 (gud-watch): Allow the user to enter variable name with a prexix
14185 arg. Create keybindings.
14186 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14187 (gdb-var-list-children-handler, gdb-var-update-handler)
14188 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14189 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14190 Follow change to gdb-var-list.
14191 (gdb-starting): Don't show the overlay arrows when program is running.
14192
14193 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14194 gdb-var-list.
14195
14196 2006-03-14 Bill Wohler <wohler@newt.com>
14197
14198 * image.el (image-load-path-for-library): Pass value of path
14199 rather than symbol. Always return list of directories.
14200 Guarantee that image directory comes first.
14201
14202 2006-03-14 Alan Mackenzie <acm@muc.de>
14203
14204 * font-core.el (font-lock-extend-region\(-function\)?.):
14205 New function/variable.
14206
14207 * font-lock.el (font-lock-after-change-function):
14208 Call font-lock-extend-region. Obey font-lock-lines-before.
14209 (font-lock-default-fontify-region): Remove reference to
14210 font-lock-lines-before.
14211
14212 * jit-lock.el (jit-lock-after-change):
14213 Call font-lock-extend-region. Obey font-lock-lines-before.
14214
14215 2006-03-14 David Ponce <david@dponce.com>
14216
14217 * tree-widget.el (tree-widget-themes-load-path)
14218 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14219
14220 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14221
14222 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14223 (rcirc-print): Mark the start of text at the end of the prompt.
14224 (rcirc-track-minor-mode): Add autoload cookie.
14225 (rcirc-update-activity-string): Add space to front of mode-line
14226 indicator.
14227
14228 2006-03-13 Miles Bader <miles@gnu.org>
14229
14230 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14231 (rcirc-abbrev-nick): Remove function.
14232 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14233
14234 2006-03-13 David Ponce <david@dponce.com>
14235
14236 * tree-widget.el: Handle themes across all occurrences of the main
14237 themes sub-directory found in tree-widget-themes-load-path.
14238 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14239 (tree-widget--locate-sub-directory): Return all occurrences.
14240 (tree-widget-themes-path): New function.
14241 Replace tree-widget-themes-directory, and return a list of directories.
14242 (tree-widget-set-parent-theme)
14243 (tree-widget-lookup-image): Use it.
14244
14245 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14246
14247 * textmodes/org.el (org-link-search): Avoid self-matching of
14248 links, allow target text to be distributed over several lines.
14249 (org-search-not-link): New function.
14250 (org-set-regexps-and-options, org-get-current-options):
14251 New startup options.
14252 (org-export-as-html): Take odd-level setting from local variable.
14253 (org-fontify-emphasized-text): New option.
14254 (org-set-font-lock-defaults): Include emphasized text.
14255 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14256 (org-font-lock): Customize group renamed from `org-faces'.
14257
14258 2006-03-13 John Paul Wallington <jpw@pobox.com>
14259
14260 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14261 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14262
14263 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14264
14265 * cus-start.el (all): Delete :version keyword for members of the
14266 fringe group, since the entire group is new in 22.1.
14267
14268 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14269
14270 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14271 map if value is hexadecimal (an address).
14272 (gud-watch): Only search roots for existing watch expressions.
14273 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14274 prevent caching problems with speedbar-update-directory-contents.
14275
14276 2006-03-12 Juri Linkov <juri@jurta.org>
14277
14278 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14279 before comparing with `low' and `warn'.
14280
14281 * info.el (Info-dir-remove-duplicates): Move point to the
14282 beginning of the current line after deleting the entries from
14283 redundant heading. Use marker for `limit' and compare it with
14284 point before calling `re-search-forward'.
14285
14286 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14287
14288 * simple.el (yank): Fix typo in docstring.
14289
14290 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14291
14292 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14293 messages, where "D" is the 6th character.
14294
14295 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14296
14297 * simple.el (yank): Fix last change.
14298
14299 2006-03-11 David Ponce <david@dponce.com>
14300
14301 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14302 before merging elements from the standard ispell-dictionary-alist.
14303 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14304 alist, and return the new alist.
14305
14306 2006-03-11 Richard Stallman <rms@gnu.org>
14307
14308 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14309
14310 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14311 the way it is implemented is too unclean.
14312
14313 * simple.el (kill-region, yank): Doc fix.
14314
14315 * battery.el (battery-echo-area-format): Doc fix.
14316 (battery-mode-line-format): Likewise.
14317 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14318 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14319
14320 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14321
14322 * progmodes/octave-mod.el (octave-indent-for-comment):
14323 Behave according to do string.
14324
14325 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14326
14327 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14328 Be visible only if major mode is Mail Mode.
14329
14330 * textmodes/flyspell.el (flyspell-external-point-words)
14331 (flyspell-process-localwords): Fix last changes.
14332
14333 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14334
14335 * calendar/holidays.el (list-holidays): Doc fix.
14336
14337 * international/mule.el (auto-coding-alist): Add .odt
14338 (OpenOffice's open document) files.
14339
14340 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14341 document) files. Mention in the doc string the need to sync with
14342 auto-coding-alist.
14343
14344 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14345
14346 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14347 enable-local-variables is set to always query, or there is no
14348 savable variable.
14349
14350 2006-03-10 Bill Wohler <wohler@newt.com>
14351
14352 * image.el (image-load-path-for-library): Merge at least three
14353 functions from Gnus and MH-E into this one function that can now
14354 be shared.
14355
14356 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14357
14358 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14359 gdb-remove-mouse-face and remove help-echo too.
14360 (gdb-enqueue-input): Correct conditional clause.
14361
14362 2006-03-10 Glenn Morris <rgm@gnu.org>
14363
14364 * calendar/calendar.el (calendar-holidays): Doc fix.
14365 * calendar/holidays.el (list-holidays): Doc fix.
14366
14367 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14368
14369 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14370 it gets called in gdb-prompt anyway.
14371 (gdb-use-separate-io-buffer): Only restore window arrangement for
14372 gdb-many-windows.
14373 (gdb-enqueue-input): Make it harder to send GDB input when program
14374 is running.
14375 (gdb-buffer-list): New variable.
14376 (gdb-remove-mouse-face): New function.
14377 (gdb-starting): Use it when GDB input won't get sent.
14378
14379 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14380
14381 * help.el (view-lossage): Remove trailing whitespace before
14382 inserting "\n".
14383
14384 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14385
14386 * files.el (hack-local-variables-confirm):
14387 Set coding-system-for-read to nil before writing to .emacs.
14388
14389 * arc-mode.el (archive-extract): Check if an existing buffer name
14390 comes from a different archive.
14391
14392 * help.el (describe-key-briefly): If KEY is a down event, read and
14393 discard the up event.
14394
14395 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14396
14397 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14398 be edited and use font-lock-warning-face for any changes.
14399
14400 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14401 (gdb-edit-value): Use it to report any errors.
14402
14403 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14404
14405 * help.el (describe-key): Remove leftover test code.
14406
14407 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14408
14409 * textmodes/org.el: Move defvars out of eval-when-compile.
14410 Use buffer-file-name variable.
14411 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14412 arg `file'.
14413 (org-level-faces): Remove startup dependency.
14414 (org-cycle, org-map-tree, org-scan-tags)
14415 (org-remember-handler): Don't call `outline-level' directly.
14416 (org-mhe-search-all-folders): New option.
14417 (org-mhe-get-message-folder-from-index)
14418 (org-mhe-get-message-folder): Fix indexing search.
14419 (org-format-agenda-item): Handle nil TAGS argument.
14420 (org-cleaned-string-for-export, org-activate-target-links)
14421 (org-make-target-link-regexp): Deal with empty radio target list.
14422 (org-tag): New face.
14423 (org-get-level-face): New function.
14424 (org-set-font-lock-defaults): Simplify setup for headlines.
14425 (org-complete): Pass common substring to `display-completion-list'.
14426
14427 2006-03-06 David Ponce <david@dponce.com>
14428
14429 * tree-widget.el: Update Commentary header.
14430 (tree-widget-theme-name): Ignore parent themes.
14431 (tree-widget-set-parent-theme): New function.
14432 (tree-widget-set-theme): Use it.
14433 (tree-widget-set-image-properties): Move definition. Does nothing
14434 if image properties have already been set.
14435 (tree-widget-image-properties): Move definition. Receive an image
14436 name. Set the :pointer property.
14437 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14438 Don't set the :pointer image property.
14439 (tree-widget-convert-widget): New function. Handle :dynargs
14440 compatibility here.
14441 (tree-widget): Use it to :convert-widget. Add the :expander-p
14442 predicate to control when the :expander function is entered.
14443 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14444 (tree-widget-value-create): Handle :expander-p. widget-apply
14445 :expander.
14446 (tree-widget-expander-p): New function. Default value of the
14447 :expander-p property.
14448
14449 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14450
14451 * help.el (describe-key): Properly handle the return value of
14452 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14453 remaps. Handle string and vector `follow-link' values.
14454
14455 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14456
14457 * complete.el (PC-expand-many-files): Try be more careful when parsing
14458 the shell's output.
14459
14460 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * outline.el (hide-sublevels): Provide better interactive default.
14463
14464 2006-03-06 Kenichi Handa <handa@m17n.org>
14465
14466 * international/fontset.el (create-fontset-from-fontset-spec):
14467 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14468
14469 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14470
14471 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14472 backslashes instead of one in regexp.
14473 (gud-tooltip-dereference): Add missing optional argument.
14474
14475 2006-03-04 John Paul Wallington <jpw@pobox.com>
14476
14477 * wdired.el (toplevel): Require `cl' at compile-time.
14478
14479 2006-03-04 Andreas Schwab <schwab@suse.de>
14480
14481 * server.el (server-process-filter): Handle errors during
14482 evaluation of the argument.
14483
14484 2006-03-03 John Paul Wallington <jpw@pobox.com>
14485
14486 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14487 escape parentheses at beginning of line.
14488 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14489 (t-mouse-mode): Remove period from end of error message.
14490
14491 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14492
14493 * textmodes/flyspell.el (flyspell-process-localwords):
14494 Be case-sensitive.
14495
14496 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14497
14498 * cus-edit.el (custom-quote): Remove function, since it has been
14499 moved to custom.el.
14500
14501 * font-lock.el (lisp-font-lock-keywords-2)
14502 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14503 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14504 they have no special meaning.
14505
14506 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14507 indirect buffer gets killed before indirect buffer. Use dolist.
14508
14509 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14510
14511 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14512 value instead of a literal constant (1) on more pauses.
14513
14514 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14515
14516 * textmodes/flyspell.el (flyspell-external-point-words):
14517 Be case-sensitive.
14518
14519 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14520
14521 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14522 with "www".
14523
14524 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14525
14526 * allout.el: Restablish intermediate missing comment header to
14527 preserve outline structure.
14528 (allout-beginning-of-current-entry): Skip invisible text.
14529 (allout-open-topic): Fix opening a topic at end-of-buffer.
14530 (allout-minor-mode): Move nearer to allout-mode function.
14531
14532 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14533
14534 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14535
14536 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14537
14538 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14539 is nil.
14540
14541 * progmodes/gud.el (gud-speedbar-menu-items):
14542 Use buffer-local-value and add missing :visible keyword.
14543
14544 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14545
14546 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14547
14548 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14549 must be `follow-link'.
14550
14551 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14552
14553 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14554 formatting: No nested anchors.
14555 (org-all-targets): Fix bug with XEmacs compatibility.
14556 (org-read-date): Add (require 'parse-time).
14557 (org-set-tags): Fix bug with extra inserted space.
14558 (org-export-html-style): Define a style class for targets.
14559 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14560 (org-hide-leading-stars): New option.
14561 (org-hide): New face.
14562 (org-set-font-lock-defaults): Allow to hide leading stars.
14563 (org-get-legal-level, org-tr-level): New functions.
14564 (org-odd-levels-only): New option.
14565 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14566 (org-demote, org-promote): Deal with double-star levels.
14567 (org-convert-to-odd-levels): New command.
14568
14569 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14570
14571 * speedbar.el (speedbar-update-localized-contents): Try to
14572 preserve window-start.
14573 (speedbar-update-directory-contents): Try to preserve window-start
14574 and window-point.
14575 (speedbar-update-special-contents): Don't move back to start of window.
14576
14577 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14578 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14579 speedbar-timer-fn.
14580 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14581 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14582 instead of gdb-speedbar-timer-fn.
14583
14584 2006-02-28 Jay Belanger <belanger@truman.edu>
14585
14586 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14587 (math-compose-expr): Use latex option when calling
14588 `math-compose-tex-matrix' for latex mode.
14589
14590 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14591
14592 * speedbar.el: Re-instate comments about developing for speedbar
14593 [this is what info and gdb-ui use even if better methods exist now].
14594
14595 * t-mouse.el: New file.
14596 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14597 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14598 (t-mouse-make-event-element): Use posn-at-x-y instead.
14599 (t-mouse-make-event): Deal with Fedora Core 3.
14600 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14601 (t-mouse-mouse-position-function): New function. Use it instead
14602 of advising mouse-position.
14603 (t-mouse-mode): New minor mode.
14604 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14605
14606 2006-02-27 Glenn Morris <rgm@gnu.org>
14607
14608 * calendar/calendar.el (calendar-holidays): Doc fix.
14609
14610 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14611
14612 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14613 Re-introduce the concept of a source window.
14614 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14615 consistency with get-buffer-create.
14616 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14617 (gdb-data-list-register-values-handler)
14618 (gdb-stack-list-locals-handler): Try to preserve window-start as
14619 well as window-point.
14620 (gdb-display-source-buffer): New function (old concept).
14621 (gdb-goto-breakpoint): Use it.
14622
14623 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14624 for gdb-ui/gdb-mi (old concept).
14625
14626 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14627
14628 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14629 binding.
14630
14631 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14632
14633 * textmodes/reftex-sel.el (reftex-select-label-map)
14634 (reftex-select-bib-map): Add `follow-mouse' binding.
14635
14636 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14637
14638 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14639 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14640 Give :set functions to provide automatic updating.
14641 Update docstring. Give compiler defvars early in the file
14642 and move the defcustoms to a later spot where all called functions
14643 are defined.
14644 (jka-compr-file-name-handler-entry): Doc fix.
14645 (jka-compr-compression-info-list--internal)
14646 (jka-compr-mode-alist-additions--internal)
14647 (jka-compr-load-suffixes--internal): New variables.
14648 (jka-compr-install): Set the three above variables.
14649 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14650 (jka-compr-update, jka-compr-set): New functions.
14651 (auto-compression-mode): Doc fix.
14652
14653 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14654 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14655 Use jka-compr-compression-info-list--internal,
14656 jka-compr-mode-alist-additions--internal and
14657 jka-compr-load-suffixes--internal.
14658
14659 * files.el (load-library):
14660 * loadhist.el (file-loadhist-lookup):
14661 * startup.el (command-line):
14662 * subr.el (locate-library):
14663 * emacs-lisp/autoload.el (update-directory-autoloads):
14664 * emacs-lisp/find-func.el (find-library-suffixes):
14665 Use `get-load-suffixes' instead of `load-suffixes'.
14666
14667 * subr.el (locate-library):
14668 * emacs-lisp/find-func.el (find-library-name):
14669 Use `load-file-rep-suffixes' instead of '("").
14670
14671 2006-02-26 Kim F. Storm <storm@cua.dk>
14672
14673 * ido.el (ido-save-history, ido-load-history): Simplify.
14674 Don't use find-file-noselect to avoid interference from other modes.
14675
14676 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14677
14678 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14679 to use the default shell if filename is not available.
14680 Reported by Giorgos Keramidas.
14681
14682 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14683
14684 * progmodes/etags.el (tags-completion-table): Do completion from
14685 all the tables in the current list, as documented in the manual.
14686
14687 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14688
14689 * CC Mode Update to 5.31.3.
14690
14691 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14692
14693 * progmodes/cc-mode.el (c-postprocess-file-styles):
14694 Bind inhibit-read-only to t, around the call to
14695 c-remove-any-local-eval-or-mode-variables, so that it works on a
14696 RO file.
14697
14698 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14699
14700 * progmodes/cc-awk.el: Correct a typo.
14701
14702 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14703
14704 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14705 c-hungry-delete-backwards, at the request of RMS. Leave the old
14706 name as an alias.
14707
14708 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14709
14710 * progmodes/cc-mode.el: Correct a typo.
14711
14712 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14713
14714 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14715
14716 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14717
14718 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14719 brace-else-brace (error due to mbeg, mend being undefined).
14720
14721 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14722
14723 * progmodes/cc-mode.el: File Local variables: Solve the problem
14724 where both `mode' and c-file-offsets are specified: `mode' will
14725 overwrite c-f-o's settings:
14726 (c-remove-any-local-eval-or-mode-variables): New function.
14727 (c-postprocess-file-styles): Call the above new function, within
14728 c-tentative-buffer-change, to splat `mode' and `eval' before the
14729 second hack-local-variables.
14730
14731 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14732
14733 * progmodes/cc-mode.el:
14734 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14735 (c-after-change): Protect the match data with save-match-data.
14736 It was getting corrupted by c-after-change-check-<>-operators.
14737
14738 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
14739 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14740 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14741
14742 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14743 with save-match-data. It was being corrupted when Font Lock was
14744 not enabled.
14745
14746 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14747
14748 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14749 Mode and Subword Mode.
14750
14751 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14752 real labels ("case 1:" or "foo:") from non-labels ("public:").
14753 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14754 coding; c-f-t-2 doesn't move over a token at EOB.
14755
14756 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14757
14758 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14759 (c-update-modeline): Concatenate the minor mode indicators
14760 directly onto mode-name, removing c-submode-indicators.
14761 Sometimes, c-s-i got separated from the mode name on the mode line.
14762
14763 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14764 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14765
14766 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14767
14768 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14769 error message when there's an evaluation error to show whether
14770 it's loaded from source or not.
14771 (c-filter-ops): Make it available at runtime too to work when
14772 `c-make-init-lang-vars-fun' needs to evaluate from source.
14773
14774 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14775
14776 * help.el (help): Revert last part of 2006-02-23 change (deletion
14777 of the `provide' call).
14778
14779 2006-02-23 Juri Linkov <juri@jurta.org>
14780
14781 * compare-w.el (compare-windows-highlight): Add new value
14782 `persistent' and change :type from `boolean' to `choice'.
14783 (compare-windows-overlays1, compare-windows-overlays2):
14784 New internal variables.
14785 (compare-windows-highlight): If compare-windows-highlight is
14786 `persistent', add current overlays to compare-windows-overlays[12]
14787 instead of adding compare-windows-dehighlight to pre-command-hook.
14788 (compare-windows-dehighlight): Delete all overlays from
14789 compare-windows-overlays[12].
14790
14791 * info.el (Info-search): Don't bind search-spaces-regexp to
14792 Info-search-whitespace-regexp in non-regexp isearch mode.
14793
14794 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14797
14798 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14799
14800 * textmodes/org.el (org-xemacs-p)
14801 (org-export-html-show-new-buffer, org-table-may-need-update)
14802 (org-insert-item, org-mhe-get-message-real-folder)
14803 (org-mhe-get-message-folder-from-index)
14804 (org-mhe-get-message-folder, org-mhe-get-message-num)
14805 (org-mhe-get-header, org-make-org-heading-search-string)
14806 (org-make-org-heading-camel, org-table-sort-lines)
14807 (org-format-org-table-html, org-format-table-table-html):
14808 Fix typos in docstrings.
14809
14810 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14811
14812 * textmodes/org.el (org-cleaned-string-for-export)
14813 (org-solidify-link-text): New function.
14814 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14815 XEmacs, just to silence the compiler.
14816 (org-export-as-ascii, org-export-as-html-and-open):
14817 Use `org-cleaned-string-for-export' and create internal links.
14818 (org-follow-mhe-link): Require mh-e, use folder.
14819
14820 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14821
14822 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14823
14824 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14825 gdb-debug-log-length.
14826 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14827 it a real ring but...
14828 (gud-gdba-marker-filter): ...make it work like mark-ring.
14829 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14830 (gdb-mouse-jump): New function. Add bindings.
14831
14832 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14833
14834 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14835 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14836 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14837 (gdb-debug-log-length): Customize it's length.
14838 (gud-watch, gdb-var-create-handler): Display function::var format
14839 but don't use to create variable object.
14840 (gdb-var-create-handler): Use message-box in place of message.
14841 (gdb-stopped): Call gdb-exited if signalled.
14842
14843 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14844
14845 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14846
14847 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14848
14849 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14850 if `reftex-try-all-extensions' is set.
14851
14852 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14853 fail silently when there is no valid argument at point.
14854 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14855 `fail-silently' argument. From a patch by David Reiter.
14856
14857 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14858 New commands.
14859 (org-mark-ring): New variable.
14860 (org-mark-ring-length): New option.
14861 (org-open-at-point, org-goto, org-open-file): Push old position
14862 onto the mark ring.
14863 (org-add-hook): New function.
14864 (org-export-table-remove-special-lines): New option.
14865 (org-skip-comments, org-format-org-table-html): Respect new
14866 option `org-export-table-remove-special-lines'.
14867 (org-open-file): Allow special command configuration for
14868 directory link.
14869 (org-file-apps): Fix bugs in customize type, added setting
14870 for directories.
14871 (org-activate-tags, org-format-agenda-item, org-complete)
14872 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14873 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14874 (org-link-search, org-make-org-heading-search-string)
14875 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14876 (org-radio-targets, org-file-link-context-use-camel-case)
14877 (org-activate-camels): New options.
14878 (org-update-radio-target-regexp, org-all-targets)
14879 (org-make-target-link-regexp, org-activate-target-links):
14880 New functions.
14881 (org-make-org-heading-search-string): New function.
14882 (org-store-link, org-insert-link): Use new option
14883 `org-file-link-context-use-camel-case'.
14884 (org-activate-camels): Use new option `org-activate-camels'.
14885 (org-link-regexp): Add mhe prefix.
14886 (org-open-at-point, org-store-link): Support for mhe links.
14887 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14888 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14889 (org-mhe-get-header, org-follow-mhe-link): New functions.
14890 (org-remove-angle-brackets, org-add-angle-brackets):
14891 New functions.
14892 (org-bracket-link-regexp): New constant.
14893 (org-read-date): Fix bug that was rejecting all typed dates.
14894 (org-link-search): Make hierarchy above visible after a match.
14895 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14896 (org-store-link): Fix bug with link creation when cursor is in
14897 an empty line.
14898 (org-open-at-point): Fix bug with matching a link.
14899 Fixed buggy argument sequence in call to `org-view-tags'.
14900 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14901 (org-prefix-has-tag): New variable.
14902 (org-format-agenda-item): Remove tags from headline
14903 if appropriate.
14904 (org-agenda-remove-tags-when-in-prefix): New option.
14905
14906 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14907
14908 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14909 Fix the regular expressions.
14910
14911 2006-02-21 Richard M. Stallman <rms@gnu.org>
14912
14913 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14914 if there's no other specific basis.
14915
14916 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14917 as variables at all.
14918 (unsafep-variable): Rename arg; doc fix.
14919
14920 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14921
14922 * calendar/appt.el (diary-selective-display): Add defvar.
14923
14924 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14925
14926 * isearch.el (search-whitespace-regexp): Fix custom type.
14927
14928 * help.el (describe-key-briefly): Compute interactive args
14929 in same was as before previous change.
14930
14931 * files.el (enable-local-variables): Doc fix.
14932
14933 2006-02-21 Kim F. Storm <storm@cua.dk>
14934
14935 * fringe.el: Cleanup as file is now pre-loaded.
14936 (fringe-bitmaps): Initialize unconditionally.
14937 (fringe-mode, set-fringe-style): Remove autoload cookies.
14938
14939 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14940
14941 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14942 `horizontal-bar'.
14943 (fringe-cursor-alist): Use `horizontal-bar'.
14944
14945 2006-02-20 Kim F. Storm <storm@cua.dk>
14946
14947 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14948 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14949
14950 * loadup.el: Load "fringe" on window systems.
14951
14952 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14953
14954 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14955 out of scope components.
14956
14957 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14958 default.
14959
14960 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14961
14962 * custom.el (customize-mark-to-save, customize-mark-as-set):
14963 Load the symbol first.
14964
14965 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14966
14967 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14968 strech spec so it doesn't display as "^J" on the header line
14969 when `Buffer-menu-use-header-line' is t.
14970
14971 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14972
14973 * speedbar.el (speedbar-make-button): Keep text properties
14974 of string arguments if desired.
14975
14976 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14977 expessions.
14978
14979 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14980 of speedbar.
14981
14982 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14983
14984 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14985 to value of `read-file-name-completion-ignore-case'.
14986
14987 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14988
14989 * custom.el (customize-mark-as-set): Push to `user' theme.
14990
14991 * cus-edit.el (custom-save-variables): Allow unthemed values.
14992 (customize-set-variable): Push setting to `user' theme.
14993
14994 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14995
14996 * progmodes/gud.el: Don't require font-lock as it's now
14997 automatically loaded.
14998 (gud-speedbar-buttons): Replace gdb-var-changed with
14999 gdb-force-update.
15000
15001 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15002 gdb-var-changed.
15003 (gdb-post-prompt): Use it.
15004 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15005 (gdb-var-update-handler, gdb-var-delete)
15006 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15007 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15008 gdb-force-update in gdb-post-prompt.
15009 (gdb-reset): Clear watch expressions from speedbar when quitting.
15010
15011 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15012
15013 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15014 (viper-change-state-to-vi, viper-change-state-to-emacs):
15015 Make aware of cursor coloring in the Emacs state.
15016 (viper-special-read-and-insert-char): Use read-char-exclusive.
15017 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15018
15019 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15020 New variable.
15021
15022 * emulation/viper-util.el (viper-save-cursor-color)
15023 (viper-get-saved-cursor-color-in-replace-mode)
15024 (viper-get-saved-cursor-color-in-insert-mode)
15025 (viper-restore-cursor-color): Make aware of the cursor color
15026 in Emacs state.
15027 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15028
15029 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15030 (ediff-ignore-case-option3, ediff-actual-diff-options)
15031 (ediff-actual-diff3-options): New variables to control case sensitivity.
15032 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15033 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15034 (ediff-toggle-ignore-case): New function.
15035 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15036
15037 * ediff-help.el (ediff-long-help-message-narrow2)
15038 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15039 (ediff-long-help-message-word-mode): Add ignore-case command.
15040 (ediff-help-for-quick-help): Add ignore-case command.
15041
15042 * ediff-merg.el: Move provide to the end.
15043
15044 * ediff-ptch.el: Move provide to the end.
15045
15046 * ediff-wind.el: Move provide to the end.
15047
15048 * ediff-mult.el: Move provide to the end.
15049 (ediff-set-meta-overlay): Enable follow-link.
15050
15051 * ediff.el: Move provide to the end.
15052 Break recursive load cycle in eval-when-compile.
15053 (ediff-patch-buffer): Better heuristics.
15054
15055 * ediff-util.el: Move provide to the end.
15056 Break recursive load cycle in eval-when-compile.
15057 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15058 defuns.
15059 (ediff-submit-report): Pass the values of ediff-diff3-program,
15060 ediff-diff3-options.
15061
15062 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15063
15064 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15065 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15066 `' (for example, in the docstring of `windmove-default-keybindings').
15067
15068 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15069
15070 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15071 shadow face. Don't provide binding to edit variable when it is
15072 out of scope.
15073
15074 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15075 (gdb-var-update-handler): Detect out of scope variables with pre
15076 GDB 6.4 too.
15077 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15078 Reset status of variable objects to nil in update handlers.
15079 (gdb-var-update-handler-1): Detect when a variable object comes
15080 in scope. setcar on var changes gdb-var-list directly.
15081
15082 2006-02-17 Juri Linkov <juri@jurta.org>
15083
15084 * ffap.el (ffap) <defface>: Add explicit face declaration.
15085 (ffap-highlight): Use face `ffap' directly instead of checking
15086 for its existence.
15087
15088 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15089 `visible-ok' of `other-buffer' to find the right original buffer.
15090
15091 * info.el (Info-search): Skip `Local Variables' node.
15092
15093 2006-02-17 Juri Linkov <juri@jurta.org>
15094
15095 * info.el (Info-find-file): Check for symbols `apropos', `history',
15096 `toc' in the input filename, and return these symbols as is.
15097 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15098 `history', `toc' instead of strings.
15099 (Info-set-mode-line): For non-string Info-current-file use the
15100 symbol's name inside **.
15101 (Info-isearch-push-state): Add quote before Info-current-file and
15102 Info-current-node.
15103 (Info-isearch-pop-state): Use `equal' instead of `string='.
15104 (Info-extract-pointer, Info-following-node-name): Use
15105 `match-string-no-properties' instead of `match-string'.
15106 (Info-up): Check `old-file' for `stringp'.
15107 (Info-history): Use `equal' instead of `string-equal'.
15108 Check `file' for `stringp'.
15109 (Info-history): Use symbol `history' instead of string as first arg
15110 of `Info-find-node'.
15111 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15112 `toc' instead of string.
15113 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15114 instead of `buffer-substring', and `match-string-no-properties'
15115 instead of `match-string'.
15116 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15117 instead of strings.
15118 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15119 Use symbol `apropos' instead of string.
15120 (Info-copy-current-node-name): Check `Info-current-file' for
15121 `stringp' and construct a command with `Info-find-node' from it.
15122 (Info-fontify-node): Use `match-string-no-properties' instead of
15123 `match-string' and check file names for `stringp'.
15124 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15125 `history', `toc' instead of strings.
15126
15127 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15128
15129 * files.el: Rearrange functions and variables in the file local
15130 variables section.
15131
15132 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15133
15134 * files.el: Add truncate-lines, ispell-check-comments and
15135 ispell-local-dictionary as safe local variables.
15136
15137 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15138
15139 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15140 out of scope variables.
15141 (gud-speedbar-buttons): Use unless.
15142
15143 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15144 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15145 (gdb-show-changed-values): Also use for out of scope variables.
15146 (gdb-var-update-handler-1): Note if variable goes out of scope.
15147
15148 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15149
15150 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15151 default to global variable values for unsupplied args.
15152 (rcirc-get-buffer-create): Fix bug with setting the target.
15153 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15154 test for rcirc-always-use-server-buffer-flag here.
15155 (rcirc-response-formats): Add %N, which is a facified nick. %n
15156 uses the default face. Change the ACTION format string. If the
15157 "nick" is the server, don't print anything for that field.
15158 Comment fixes.
15159 (rcirc-target-buffer): Don't test
15160 rcirc-always-use-server-buffer-flag here.
15161 (rcirc-print): Squeeze extra spaces out of the text before message.
15162 (rcirc-put-nick-channel): Strip potential "@" char from nick
15163 before adding them to nick table.
15164 (rcirc-url-regexp): Improve to match address like "foo.com".
15165
15166 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15167
15168 * allout.el (allout-hidden-p): Move this defsubst before
15169 allout-overlay-interior-modification-handler, where it is first
15170 used.
15171
15172 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15173
15174 * allout.el: Use allout invisible-text overlays instead of
15175 selective display for concealed text. Also, lots of general
15176 cleanup, and improved compatibility code.
15177
15178 (allout-version): Incremented, corrected, revised, and refined
15179 module commentary.
15180
15181 (provide 'allout): Moved to the bottom, added a require of overlay.
15182
15183 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15184 `except-current'.
15185 (allout-write-file-hook-handler): Minimize delay.
15186 (count-trailing-whitespace-region): New function so
15187 auto-encryption of current topic can resituate cursor exactly.
15188 PGP/GPG encryption trims trailing whitespace from lines, which
15189 must be accounted for across encryption then decryption.
15190
15191 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15192 just plain "\C-c", to avoid intruding on user's keybinding space.
15193
15194 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15195 parameter, so user request to provide a new password is done.
15196
15197 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15198 Refined mechanism for auto-filling behavior while in allout mode.
15199
15200 (allout-mode): Explicitly specify the mode map in the docstring.
15201 Clarify provision for various write-file hook var names.
15202 Adjusted for invisible-text overlays instead of selective-display.
15203
15204 (allout-depth): Really return 0 if not within any topic. This
15205 rectifies `allout-beginning-of-level' and sequence numbering
15206 errors that occur when cutting and pasting numbered topics.
15207 Changed from a in-line subst to a regular function, as well.
15208
15209 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15210
15211 (allout-end-of-subtree, allout-end-of-subtree)
15212 (allout-end-of-entry, allout-end-of-current-heading)
15213 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15214 (allout-show-children, allout-show-to-offshoot)
15215 (allout-hide-current-entry, allout-show-current-entry): Rectified
15216 handling of trailing blank lines between items.
15217
15218 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15219 (allout-current-depth, allout-unprotected, allout-hidden-p)
15220 (allout-on-current-heading-p, allout-listify-exposed)
15221 (allout-chart-subtree, allout-goto-prefix)
15222 (allout-back-to-current-heading, allout-get-body-text)
15223 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15224 (allout-hide-region-body, allout-toggle-subtree-encryption)
15225 (allout-encrypt-string, allout-encrypted-key-info)
15226 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15227 (allout-file-vars-section-data): Adjusted for use with
15228 invisible-text overlays instead of selective-display.
15229
15230 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15231 Reworked for use with invisible text overlays.
15232
15233 (allout-current-topic-collapsed-p): New function.
15234
15235 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15236 to know when to close the containing topic.
15237
15238 (allout-pre-command-business, allout-post-command-business):
15239 Simplify undo-batching and dynamic isearch exposure.
15240
15241 (allout-set-overlay-category): New for invisible-text overlays.
15242 Sets properties of allout-overlay-category, used by
15243 allout-flag-region to set invisible-text overlay properties.
15244 (allout-get-invisibility-overlay): Get the first qualifying
15245 invisibility overlay, so we can find the extent of it.
15246 (allout-back-to-visible-text): Get to just before the beginnining
15247 of the current invisibility overlay, if any.
15248
15249 (allout-overlay-insert-in-front-handler)
15250 (allout-overlay-interior-modification-handler)
15251 (allout-before-change-handler, allout-isearch-end-handler): New
15252 functions to handle extraordinary actions affecting concealed
15253 text.
15254
15255 (allout-flag-region): Use overlays instead of selective-display
15256 for invisible text - by inheritence from the properties of
15257 allout-overlay-category in mainline Emacs, and applied
15258 property-by-property in XEmacs, some recent versions of which
15259 don't inherit the properties from the category. Provisions to
15260 respond to concealed-text edits simplified drastically.
15261
15262 (allout-isearch-rectification, allout-isearch-was-font-lock)
15263 (allout-isearch-expose, allout-enwrap-isearch)
15264 (allout-isearch-abort, allout-pre-was-isearching)
15265 (allout-isearch-prior-pos, allout-isearch-did-quit)
15266 (allout-isearch-dynamic-expose)
15267 (allout-hide-current-entry-completely): Functions deleted.
15268
15269 (allout-undo-aggregation): Explicit undo aggregation no longer
15270 necessary due to transition away from selective-display.
15271
15272 (set-allout-regexp, allout-up-current-level)
15273 (allout-next-visible-heading, allout-forward-current-level)
15274 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15275 (allout-kill-line, allout-yank-processing, allout-show-children)
15276 (allout-expose-topic, allout-old-expose-topic)
15277 (allout-listify-exposed, allout-insert-latex-header)
15278 (allout-toggle-subtree-encryption, allout-encrypt-string)
15279 (remove-from-invisibility-spec, allout-hide-current-subtree):
15280 Ditched unused variables.
15281
15282 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15283
15284 * textmodes/ispell.el (ispell-change-dictionary): Call
15285 ispell-buffer-local-dict instead of
15286 ispell-accept-buffer-local-defs.
15287 (ispell-local-dictionary-alist): Accept as valid any coding-system
15288 supported by Emacs.
15289 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15290 changed to iso-8859-3.
15291
15292 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15293
15294 * speedbar.el (speedbar-frame-width): Make an inline function
15295 instead of a macro. Use frame-width.
15296 (speedbar-try-completion, speedbar-update-contents)
15297 (speedbar-timer-fn): Use consp.
15298 (speedbar-update-localized-contents): Try to preserve point.
15299
15300 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15301 (menu): Re-order menu items.
15302 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15303 field.
15304 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15305 (gdb-post-prompt): Speed things by not forcing update.
15306
15307 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15308
15309 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15310 press and perform default action if we get a mouse movement event.
15311
15312 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15313
15314 * calendar/icalendar.el (icalendar--get-event-property)
15315 (icalendar--get-event-property-attributes): Fix typos in
15316 docstrings.
15317
15318 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15319 docstring.
15320
15321 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * bs.el (bs-mode): Use `buffer-disable-undo'.
15324 (bs--get-file-name): Simplify.
15325 (bs-show-in-buffer): Mark the buffer as not modified.
15326
15327 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15328
15329 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15330 widget-button-click.
15331
15332 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15333 (custom-mode): Update docstring.
15334
15335 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15336 binding.
15337
15338 * files.el (hack-local-variables-confirm): Allow scrolling if the
15339 file variable list is too long. Kill temp buffer after use.
15340
15341 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15342
15343 * progmodes/gud.el (gdb): Improve doc string.
15344 (gdb-script-font-lock-keywords): Expand allowed character set.
15345
15346 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15347 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15348 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15349 (gdb-separate-io-stop, gdb-separate-io-eof):
15350 Rename from gdb-inferior-* to gdb-separate-*.
15351 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15352
15353 2006-02-14 Jay Belanger <belanger@truman.edu>
15354
15355 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15356 expression is a symbol before checking that it is bound.
15357
15358 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15359 test to see if equation can be solved.
15360
15361 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15362
15363 * wid-edit.el (widget-button-click): Use :pressed-face property
15364 for overlay face, if it exists.
15365
15366 * cus-edit.el (custom-manual, custom-add-see-also)
15367 (custom-add-parent-links, custom-group-link): Add :pressed-face
15368 property to links.
15369
15370 * files.el (hack-local-variables): Remove ignored variables before
15371 checking if any variables need setting.
15372
15373 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15374
15375 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15376
15377 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15378
15379 * help.el (where-is): Fix message for remapped commands.
15380
15381 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15382 Fix typos in docstrings.
15383
15384 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15385
15386 * files.el (safe-local-variable-values): New option.
15387 (hack-local-variables-prop-line): Return a list of variable-value
15388 pairs if MODE-ONLY is non-nil.
15389 (hack-local-variables): Construct list of variable-value pairs,
15390 and apply or reject them in one go. Ask for confirmation if
15391 variables are not known safe.
15392 (hack-local-variables-confirm): Complete rewrite. Support
15393 `safe-local-variable-values'.
15394 (enable-local-variables): Update docstring to reflect new
15395 behavior.
15396 (ignored-local-variables): Ignore ignored-local-variables and
15397 safe-local-variable-values.
15398 (safe-local-variable-p): New function.
15399 (risky-local-variable-p): `safe-local-variable' property check
15400 moved to safe-local-variable-p.
15401 (hack-one-local-variable): Checks moved to hack-local-variables.
15402
15403 (byte-compile-dynamic, c-basic-offset, c-file-style)
15404 (c-indent-level, comment-column, fill-column, fill-prefix)
15405 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15406 (no-update-autoloads, outline-regexp, page-delimiter)
15407 (paragraph-start, paragraph-separate, sentence-end)
15408 (sentence-end-double-space tab-width, version-control):
15409 Add `safe-local-variable' property.
15410
15411 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15412
15413 * icomplete.el, play/landmark.el: Change nonexistent
15414 `outline-layout' file variable to `allout-layout'.
15415
15416 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15417
15418 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15419 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15420 to gud-comint-buffer.
15421 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15422 gdb-ui.el for gdb-mi.el.
15423 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15424 registers buffer to gdb-get-changed-registers.
15425 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15426 deletion of catchpoints (throw and catch).
15427 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15428 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15429 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15430 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15431 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15432
15433 2006-02-13 Jay Belanger <belanger@truman.edu>
15434
15435 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15436 expression is a symbol before checking that it is bound.
15437
15438 2006-02-13 Richard M. Stallman <rms@gnu.org>
15439
15440 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15441 for the minibuffer too, but not if resize-mini-windows will interfere.
15442
15443 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15444 inside `interactive' spec.
15445 (describe-key-briefly-internal, describe-key-internal):
15446 Functions merged back into their callers.
15447
15448 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15449
15450 * info.el (info-xref-visited): Inherit from info-xref too.
15451 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15452 when propertizing Info-current-file and Info-current-node.
15453
15454 2006-02-13 Juri Linkov <juri@jurta.org>
15455
15456 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15457 (tumme-thumb-name): Fix per-directory format.
15458
15459 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15460
15461 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15462
15463 2006-02-12 Miles Bader <miles@gnu.org>
15464
15465 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15466
15467 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15468
15469 * tumme.el: Remove history section. If someone needs the it, it
15470 can always be found in CVS.
15471
15472 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15473
15474 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15475 about the Thumbnail Managing Standard option.
15476
15477 2006-02-12 Richard M. Stallman <rms@gnu.org>
15478
15479 * subr.el (substitute-key-definition): Doc fix.
15480
15481 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15482
15483 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15484
15485 * info.el (Info-mode): Doc fix.
15486
15487 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15488
15489 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15490
15491 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15492 because on Solaris a POSIX compatible "id" is needed. Reported by
15493 Magnus Henoch <mange@freemail.hu>.
15494
15495 2006-02-12 Juri Linkov <juri@jurta.org>
15496
15497 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15498 (tumme) <defgroup>: Change :group to `multimedia'.
15499 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15500 Managing Standard.
15501 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15502 Fix dostring.
15503 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15504 and %y. Fix docstring.
15505 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15506 (tumme-cmd-create-standard-thumbnail-command): New user options.
15507 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15508 is `standard'. Fix docstring.
15509 (tumme-thumb-width, tumme-thumb-height): New user options.
15510 (tumme-external-viewer): Try to find various viewers.
15511 (tumme-get-thumbnail-image): Use `create-image' instead of
15512 constructing the `image' structure.
15513 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15514 `standard'.
15515 (tumme-thumb-name): Add file name generation for standard storage.
15516 Simplify code for other storages.
15517 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15518 Add modification time %m and thumbnail-nq8 %q.
15519 Use `tumme-cmd-create-standard-thumbnail-command' if
15520 tumme-thumbnail-storage is `standard'.
15521 (tumme-dired-insert-marked-thumbs): New autoload command.
15522 (tumme-dired-after-readin-hook): New function.
15523 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15524 `tumme-thumb-size'.
15525 (tumme-display-image): Replace size-x %x and size-y %y with
15526 width %w and height %h.
15527
15528 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15529 `tumme-dired-insert-marked-thumbs'.
15530
15531 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15532
15533 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15534 include path).
15535 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15536 matching tag.
15537
15538 2006-02-12 Miles Bader <miles@gnu.org>
15539
15540 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15541 New variables.
15542 (rcirc-abbrev-nick): New function.
15543 (rcirc-format-response-string): Rewrite to use the formats in
15544 `rcirc-response-formats' and expand escape sequences therein.
15545 A text-property `rcirc-text' is added over the actual response
15546 text to make easy to find inside the returned string.
15547 (rcirc-print): When filling, just look for the `rcirc-text'
15548 text-property to find the appropriate fill prefix, instead of
15549 using hardwired patterns.
15550
15551 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15552
15553 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15554 Managing Standard.
15555
15556 2006-02-11 Kim F. Storm <storm@cua.dk>
15557
15558 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15559 Don't use insert-buffer; do insert-buffer-substring directly.
15560 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15561
15562 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15563
15564 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15565 with inhibit-read-only. Suggested by Stefan Monnier.
15566 (revert-buffer): Let insert-file-contents discard
15567 buffer-undo-list. Simplify code.
15568 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15569
15570 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15571
15572 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15573
15574 * help.el (describe-key-briefly): Now a wrapper for
15575 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15576 to t. Populate yank-menu if empty.
15577 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15578 (describe-key): Now a wrapper for describe-key-internal. Bind
15579 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15580 (describe-key-internal): Renamed from describe-key.
15581
15582 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15583
15584 * progmodes/glasses.el (glasses-separator): Doc fix.
15585 (glasses-original-separator): New defcustom.
15586 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15587
15588 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15589
15590 * mwheel.el (mouse-wheel-up-event): Doc fix.
15591
15592 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15593
15594 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15595 (tumme-dir): New function. Copied from thumbs.el.
15596
15597 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15598
15599 * desktop.el (desktop-outvar): Fix typo.
15600 (desktop-save-buffer-p): Doc fix.
15601
15602 * subr.el (substitute-key-definition): Fix typo.
15603
15604 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15605
15606 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15607 when window-system is mac.
15608
15609 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15610
15611 2006-02-10 Kim F. Storm <storm@cua.dk>
15612
15613 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15614 indirect-function instead of using condition-case.
15615
15616 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15617
15618 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15619 less `colloquial'...
15620
15621 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15622
15623 * tumme.el: Add a couple of todo items.
15624
15625 2006-02-09 Lars Hansen <larsh@soem.dk>
15626
15627 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15628 (highlight-changes-mode): Don't change desktop-locals-to-save.
15629
15630 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15631
15632 * image-mode.el (image-toggle-display): Clear image cache if using
15633 filename.
15634
15635 2006-02-09 Masatake YAMATO <jet@gyve.org>
15636
15637 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15638 a `dired-man' target.
15639
15640 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15641 boundary of symbols.
15642
15643 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15644
15645 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15646
15647 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15648
15649 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15650 `mapcar'; return nil.
15651
15652 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15653
15654 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15655 some other event.
15656
15657 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15658
15659 * net/rcirc.el (rcirc-startup-channels-alist):
15660 Add irc.freenode.net and #emacs as defaults.
15661 (rcirc-ignore-all-activity-flag): Remove variable.
15662 (rcirc-authinfo): New variable.
15663 (rcirc-authinfo-filename): Remove variable.
15664 (rcirc-always-use-server-buffer-flag): New flag.
15665 (rcirc): M-x rcirc will automatically connect without prompting.
15666 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15667 connection in lisp.
15668 (rcirc-process-server-response-1): Remove everything but the nick
15669 portion of the sender so it doesn't need to be done everywhere
15670 else. Update related code.
15671 (global-map): Remove global keybindings.
15672 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15673 (rcirc-send-input): Split into several functions.
15674 (rcirc-process-input-line, rcirc-process-message)
15675 (rcirc-process-command): New functions.
15676 (rcirc-target-buffer): New function to determine where to route
15677 messages.
15678 (rcirc-user-nick): Save match data.
15679 (rcirc-toggle-ignore-buffer-activity)
15680 (rcirc-update-activity-string): Remove global ignore functionality,
15681 which can be done now by toggling rcirc-track-minor-mode.
15682 (rcirc-track-minor-mode-map): New keymap.
15683 (rcirc-track-minor-mode): New minor-mode.
15684 (ignore): Make the ignore output nicer. Always print it when
15685 adding or removing nicks.
15686 (rcirc-url-regexp): Improve.
15687 (rcirc-mangle-text): Remove properties before using text in the
15688 modeline.
15689 (rcirc-authenticate): Authentication data comes from
15690 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15691 (rcirc-server-prefix): Inherit from rcirc-server.
15692
15693 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15694
15695 * Makefile.in (compile): Append "|| true" to the end of the `find'
15696 command, like compile-always does.
15697
15698 2006-02-08 Sam Steingold <sds@gnu.org>
15699
15700 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15701 output from a dead connection.
15702
15703 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15704
15705 * dired.el (dired-mode-map): Add more bindings for tumme.
15706
15707 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15708
15709 * wdired.el (wdired-mode-map): Use remap.
15710 (wdired-get-filename): Massage.
15711 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15712 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15713 `keymap' property rather than `local-map'.
15714
15715 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15716
15717 * tumme.el (tumme-get-thumbnail-image): New utility function.
15718 Suggested by from Chong Yidong.
15719 (tumme-dired-with-window-configuration): Rename from
15720 `tumme-dired'. Add code to save window configuration.
15721 (tumme-restore-window-configuration): New command to restore the
15722 window configuration that `tumme-dired-with-window-configuration'
15723 saves before it changes the window configuration.
15724 (tumme-show-all-from-dir): New command to display thumbnails for
15725 all files in a directory entered by the user, like M-x thumbs.
15726 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15727 have been created.
15728 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15729 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15730 Remove obsolete test function.
15731
15732 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15733
15734 * vc.el (small-temporary-file-directory): Remove defvar; there's
15735 a defcustom for it in files.el.
15736
15737 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15738 Fix typo in message.
15739 (tumme-gallery-generate): Fix typo in `error' message.
15740 (tumme-display-window-height-correction)
15741 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15742 (tumme-line-up-interactive): Dox fixes.
15743 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15744 (tumme-restore-window-configuration, tumme-format-properties-string)
15745 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15746 Fix typos in docstrings.
15747
15748 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15749
15750 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15751
15752 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15753
15754 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15755 User should use hook if desired.
15756
15757 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15758 buffer if necessary.
15759 (gdb-delete-frame-or-window): New function.
15760 (gdb-breakpoints-mode-map): Bind "q" to it.
15761
15762 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15763
15764 * textmodes/nroff-mode.el: Clean up name space.
15765 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15766 (nroff-mode): Obey the global setting of nroff-electric-mode.
15767 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15768
15769 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15770
15771 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15772
15773 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15774
15775 2006-02-06 Lars Hansen <larsh@soem.dk>
15776
15777 * generic-x.el (etc-fstab-generic-mode): Add file system types
15778 cifs and usbdevfs. Allow special chars in file names.
15779
15780 2006-02-05 Jay Belanger <belanger@truman.edu>
15781
15782 Update copyright notices of the files in lisp/calc.
15783
15784 2006-02-05 Romain Francoise <romain@orebokech.com>
15785
15786 Update copyright notices of all files in the lisp/play directory.
15787
15788 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15789
15790 * ldefs-boot.el: Regenerate.
15791
15792 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15793
15794 2006-02-05 Kim F. Storm <storm@cua.dk>
15795
15796 * files.el (magic-mode-regexp-match-limit): New defvar.
15797 (set-auto-mode): Use it to limit magic-mode-alist matching.
15798
15799 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15800
15801 * info.el (Info-index, Info-mode): Improve the description of the
15802 `i' command.
15803
15804 * ldefs-boot.el: Regenerate.
15805
15806 2006-02-03 Werner Lemberg <wl@gnu.org>
15807
15808 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15809 greedy to find the closing bracket in \*[...] and similar
15810 expressions. This is a first rough fix -- many additional
15811 refinements are necessary to make nroff mode really usable with groff.
15812
15813 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15814
15815 * international/mule-cmds.el (set-locale-environment):
15816 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15817 libX11.
15818
15819 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15820
15821 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15822 archive are created in archive-tmpdir.
15823
15824 2006-02-02 John Paul Wallington <jpw@pobox.com>
15825
15826 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15827 (ibuffer-fontification-alist): Use it.
15828 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15829 to "* z" and the Ibuffer Mark menu.
15830
15831 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15832
15833 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15834
15835 * textmodes/table.el (*table--cell-describe-mode)
15836 (*table--cell-describe-bindings): Undo last change since
15837 print-help-return-message is not obsoleted by anything at all.
15838
15839 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15840
15841 * emulation/cua-base.el (cua-mode): Doc fix.
15842
15843 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15844
15845 * dframe.el (dframe-handle-make-frame-visible)
15846 (dframe-handle-iconify-frame, dframe-get-focus)
15847 (dframe-select-attached-frame, dframe-power-click)
15848 (dframe-frame-mode): Fix typos in docstrings.
15849
15850 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15851 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15852 Fix typos in docstrings.
15853
15854 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15855 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15856 (hi-lock-archaic-interface-message-used)
15857 (hi-lock-file-patterns-range): Fix typos in docstrings.
15858
15859 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15860 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15861
15862 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15863 Fix typo in docstring.
15864
15865 * net/newsticker.el (newsticker--decode-iso8601-date)
15866 (newsticker--set-customvar, newsticker--buffer-insert-item)
15867 (newsticker--do-run-auto-mark-filter)
15868 (newsticker--parse-generic-feed): Doc fixes.
15869 (newsticker--retrieval-timer-list, newsticker-url-list)
15870 (newsticker-hide-immortal-items-in-echo-area)
15871 (newsticker-hide-obsolete-items-in-echo-area)
15872 (newsticker-new-item-face, newsticker--enclosure)
15873 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15874 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15875 (newsticker--parse-generic-feed, newsticker--cache-contains)
15876 (newsticker--stat-num-items, newsticker-download-enclosures):
15877 Fix typos in docstrings.
15878
15879 * net/rcirc.el (rcirc-debug): Doc fix.
15880 (rcirc-fill-column, rcirc-receive-message-hooks)
15881 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15882 (rcirc-mode, rcirc-generate-new-buffer-name)
15883 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15884 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15885 Fix typos in docstrings.
15886 (rcirc-print): "?\ " -> "?\s".
15887 (rcirc-cmd-join): Improve argument/docstring consistency.
15888
15889 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15890
15891 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15892 before narrow-to-region.
15893
15894 2006-02-01 Richard M. Stallman <rms@gnu.org>
15895
15896 * simple.el (move-beginning-of-line): Scan properly for invis change.
15897
15898 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15899
15900 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15901
15902 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15903 change bit only when id-format is 'integer. Reported by Matt
15904 Hodges <M.P.Hodges@rl.ac.uk>.
15905
15906 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15907
15908 * hilit-chg.el (highlight-changes-initial-state)
15909 (highlight-changes-global-initial-state): Doc fixes.
15910 (highlight-changes-global-modes, global-highlight-changes):
15911 Fix typos in docstrings.
15912
15913 2006-02-01 Kim F. Storm <storm@cua.dk>
15914
15915 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15916 transient-mark-mode in doc string.
15917
15918 2006-01-31 Richard M. Stallman <rms@gnu.org>
15919
15920 * replace.el (multi-occur): Doc fix.
15921 (multi-occur-in-matching-buffers): Rename from
15922 multi-occur-by-filename-regexp. Prefix arg says match
15923 buffer names instead of file names.
15924
15925 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15926
15927 * bs.el: Allow non-default values of `bs-header-lines-length'.
15928 (bs--running-in-xemacs): Remove (not needed anymore).
15929 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15930 instead of `shrink-window', thus avoiding having to compute the
15931 height of the window.
15932 (bs--up): Wrap around even when there's no header.
15933 (bs--down): Use `forward-line' instead of `next-line'.
15934
15935 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15936
15937 * image-mode.el (image-toggle-display): Use file name if possible,
15938 instead of unnecessarily allocating a (possibly huge) lisp string.
15939
15940 2006-01-30 John Paul Wallington <jpw@pobox.com>
15941
15942 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15943 because the `assert' macro signals it at runtime.
15944
15945 * emacs-lisp/cl.el (toplevel): Remove definition of
15946 `cl-assertion-failed' condition.
15947
15948 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15949
15950 * thumbs.el (thumbs-marked-list): Make buffer-local and
15951 permanent-local.
15952 (thumbs-insert-thumb): Make help-echo non-sticky.
15953 (thumbs-file-alist): Use eolp as check for (non)-image.
15954
15955 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15956
15957 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15958 (ediff-before-session-group-setup-hooks)
15959 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15960 Fix typos in docstrings.
15961
15962 * window.el (bw-dir, bw-eqdir, balance-windows)
15963 (split-window-keep-point): Fix typos in docstrings.
15964
15965 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15966 (org-quote-string, org-calendar-to-agenda-key)
15967 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15968 (org-show-following-heading, org-tags-column)
15969 (org-use-tag-inheritance, org, org-allow-space-in-links)
15970 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15971 (org-enable-table-editor, org-calc-default-modes)
15972 (org-table-allow-automatic-line-recalculation)
15973 (org-export-html-style, org-export-with-fixed-width)
15974 (org-export-with-sub-superscripts, org-special-keyword)
15975 (org-formula, org-time-grid, org-table-may-need-update)
15976 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15977 (org-goto-quit, org-get-indentation, org-end-of-item)
15978 (org-move-item-down, org-move-item-up)
15979 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15980 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15981 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15982 (org-agenda-log-mode, org-agenda-toggle-diary)
15983 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15984 (org-agenda-file-to-end, org-agenda-no-heading-message)
15985 (org-agenda-get-closed, org-format-agenda-item)
15986 (org-cmp-priority, org-cmp-category, org-cmp-time)
15987 (org-agenda-change-all-lines, org-agenda-diary-entry)
15988 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15989 (org-link-search, org-camel-to-words, org-open-file)
15990 (org-remember-handler, org-table-convert-region)
15991 (org-table-move-row-down, org-table-move-row-up)
15992 (org-table-copy-region, org-table-wrap-region)
15993 (org-table-toggle-vline-visibility)
15994 (org-table-get-vertical-vector, org-table-modify-formulas)
15995 (org-table-get-specials, org-recalc-commands)
15996 (org-table-rotate-recalc-marks, org-table-eval-formula)
15997 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15998 (org-level-color-stars-only, org-insert-heading):
15999 Fix typos in docstrings.
16000 (last-arg): Add defvar.
16001
16002 * makefile.w32-in (WINS): Add erc.
16003 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16004
16005 2006-01-29 Bill Wohler <wohler@newt.com>
16006
16007 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16008 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16009 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16010 (mh-autoloads): Don't use comments on otherwise empty lines.
16011
16012 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16013
16014 * emulation/viper.el (viper-major-mode-modifier-list):
16015 Add insert-state and vi-state entries for erc-mode.
16016 (viper-go-away, viper-set-hooks): Add and remove
16017 viper-comint-mode-hook from erc-mode-hook as appropriate.
16018
16019 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16020
16021 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16022
16023 * bs.el (bs--format-aux): Implement `middle' alignment as
16024 described in the docstring for `bs-attributes-list'.
16025 (bs--get-name): Simplify. Don't pad the buffer name.
16026
16027 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16028
16029 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16030 English aspell dictionary is installed, use the first entry of
16031 ispell-dictionary-alist-1.
16032
16033 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16034
16035 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16036 Doc fix.
16037
16038 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16039
16040 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16041 for `process-file', in order to let it work for older Emacsen too.
16042
16043 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16044
16045 * international/latexenc.el: Add a suitable `coding:' tag.
16046 (latexenc-find-file-coding-system): Undo last change.
16047
16048 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16049
16050 * international/latexenc.el (latexenc-find-file-coding-system):
16051 Make sure latexenc-main-file is a regular file and is readable.
16052
16053 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16054
16055 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16056 Pass FILE to vc-user-login-name.
16057
16058 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16059
16060 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16061
16062 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16063 there are no more images to display.
16064 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16065 the next image.
16066
16067 2006-01-26 Richard M. Stallman <rms@gnu.org>
16068
16069 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16070
16071 * wid-edit.el (advertised-widget-backward): New alias.
16072 (widget-keymap): Use advertised-widget-backward for S-TAB.
16073
16074 * tumme.el: Correct the keywords.
16075 (tumme-dir-max-size): Use defvar.
16076 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16077
16078 * simple.el (move-beginning-of-line): Take account of fields.
16079 (clone-indirect-buffer-other-window): Take args like
16080 clone-indirect-buffer, and work like it.
16081
16082 * help-fns.el (describe-function): Don't pass `nil' as default.
16083
16084 * files.el (risky-local-variable-p): Follow var aliases.
16085
16086 * subr.el (lazy-completion-table): Doc fix.
16087
16088 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16089 global binding of `line'.
16090
16091 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16092
16093 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16094 Tramp.
16095
16096 * vc.el (vc-default-dired-state-info): Pass FILE to
16097 vc-user-login-name.
16098 (vc-default-update-changelog): Don't use vc-user-login-name, we
16099 don't need it here.
16100
16101 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16102 no longer necessary.
16103
16104 2006-01-25 Kenichi Handa <handa@m17n.org>
16105
16106 * international/mule.el (decode-char): Avoid the overhead of
16107 calling utf-lookup-subst-table-for-decode if
16108 utf-translate-cjk-mode is nil.
16109 (encode-char): Avoid the overhead of calling
16110 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16111 nil.
16112
16113 2006-01-22 Kenichi Handa <handa@m17n.org>
16114
16115 * international/mule.el (make-subsidiary-coding-system): Reset
16116 `coding-system-define-form' property of subsidiaries to nil.
16117 Avoid duplicated entry in coding-system-alist.
16118 (make-coding-system): Avoid duplicated entry in
16119 coding-system-alist.
16120 (define-coding-system-alias): Likewise.
16121
16122 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16123
16124 * completion.el: Minor fixes in introductory comment.
16125 (completion-def-wrapper): Fix alist.
16126
16127 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16128
16129 * thumbs.el (thumbs-new-image-size): New function.
16130 (thumbs-increment-image-size-element)
16131 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16132 (thumbs-decrement-image-size): Delete.
16133 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16134 temp files and use to resize.
16135 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16136 Use increment argument to enlarge/shrink. Preserve point.
16137 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16138 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16139 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16140 (thumbs-mark, thumbs-unmark): Preserve point.
16141 (thumbs-modify-image): Keep old temp files and use to modify.
16142 Cleanup old temp files at load time. Preserve point.
16143 (thumbs-view-image-mode-map): Use new command names.
16144
16145 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16146
16147 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16148
16149 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16150 the nastiest part of the cyclic dependency.
16151 (cal-menu-update): Use dotimes and calendar-increment-month.
16152
16153 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16154 (calendar-week-start-day): Add an :initializer.
16155 (calendar-mode-map): Use suppress-keymap, and command remapping.
16156 (describe-calendar-mode): Setup xref-stack info for the back button.
16157 (calendar-star-date): Insert before delete.
16158 (calendar-set-mode-line): Add file-modified info if applicable.
16159 (calendar-increment-month): New function.
16160
16161 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16162
16163 * font-lock.el (lisp-font-lock-keywords-2):
16164 Recognize "& keywords" only at word boundaries.
16165
16166 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16167
16168 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16169 and permanent-local.
16170 (thumbs-max-image-number): New variable.
16171 (thumbs-do-thumbs-insertion): Use them.
16172 (thumbs-per-line): Change default to 4.
16173 (thumbs-marked-list): Rename from thumbs-markedL.
16174 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16175 (thumbs-rename-images): Use -list instead of L for internal variables.
16176 (thumbs-call-convert): Use call-process instead of shell-command.
16177 (thumbs-insert-thumb): Add filename as help-echo to each image.
16178 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16179 Give dir to thumbs-show-thumbs-list.
16180 (thumbs-show-thumbs-list): Set default-directory to that of images.
16181 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16182 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16183 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16184 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16185
16186 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16187
16188 * ses.el (ses-read-cell): Provide a default value.
16189
16190 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16191
16192 * term/w32-win.el (image-library-alist): Add additional names for
16193 GIF library.
16194
16195 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16196
16197 * international/latexenc.el (latexenc-find-file-coding-system):
16198 Add file-regular-p check.
16199
16200 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16201
16202 * simple.el (clone-buffer): Don't show the new buffer in the same
16203 window.
16204
16205 2006-01-23 Juri Linkov <juri@jurta.org>
16206
16207 * faces.el (link, link-visited): New faces based on default values
16208 of `info-xref' and `info-xref-visited'.
16209
16210 * info.el (info-xref): Inherit from `link'.
16211 (info-xref-visited): Inherit from `link-visited'.
16212
16213 * cus-edit.el (custom-buffer-create-internal): Use widget type
16214 `custom-manual' instead of `info-link' and don't set properties
16215 `button-face' and `mouse-face' explicitly.
16216 (custom-browse-group-tag, custom-browse-variable-tag)
16217 (custom-browse-face-tag): Inherit from widget class
16218 `custom-group-link' instead of `push-button'.
16219 (custom-button-unraised): Inherit from `underline' face.
16220 (custom-link): Inherit from `link' face. Fix doc and group.
16221 (custom-add-parent-links, custom-group-value-create): Don't set
16222 properties `button-face' and `mouse-face' explicitly for
16223 `custom-group-link' widget.
16224 (custom-group-link): Add properties `button-face' and `mouse-face'
16225 to widget definition.
16226 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16227 editable-field's :keymap property.
16228 (custom-mode): Fix docstring: substitute keybindings for
16229 `widget-forward' and `widget-backward' from `widget-keymap',
16230 `widget-complete' from `custom-field-keymap', replace old
16231 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16232
16233 * desktop.el (desktop-load-file): Check for `fboundp' before
16234 calling `symbol-function'.
16235
16236 * simple.el (clone-buffer, clone-indirect-buffer)
16237 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16238 `read-string'. Fix prompts.
16239
16240 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16241
16242 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16243
16244 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16245
16246 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16247
16248 * startup.el (inhibit-splash-screen, initial-scratch-message):
16249 Doc fixes.
16250
16251 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16252
16253 Sync with Tramp 2.0.52.
16254
16255 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16256 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16257 `tramp-unload-tramp' for checklist.
16258
16259 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16260 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16261 (tramp-unload-file-name-handler-alist)
16262 (tramp-unload-tramp): New defuns.
16263 (tramp-advice-PC-expand-many-files): New defadvice.
16264 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16265 removed.
16266 (tramp-handle-expand-file-name): Remove double slash.
16267 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16268 It doesn't matter, because it will be converted later on.
16269 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16270 implementation was just heuristic.
16271 (tramp-post-connection): Set uid and gid properties.
16272 (tramp-convert-file-attributes): Set file's gid change bit.
16273 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16274 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16275 in case of su(do)? methods. The home directory of the local user
16276 will be taken else.
16277 (tramp-open-connection-telnet)
16278 (tramp-open-connection-rsh, tramp-open-connection-su)
16279 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16280 local shell prompt could hurt. Reported by Romain Francoise
16281 <romain@orebokech.com>.
16282 (tramp-let-maybe): Add `edebug-form-spec' property.
16283 (tramp-handle-expand-file-name): Bind `default-directory' locally
16284 to "/" in order to avoid problems with UNC shares or Cygwin
16285 mounts.
16286 (tramp-md5-function): Fix typo in error message.
16287
16288 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16289
16290 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16291 for byte-compiler pacification.
16292
16293 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16294
16295 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16296 ID-FORMAT `string'. This allows us to get rid of
16297 `vc-user-login-name UID'.
16298
16299 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16300
16301 2006-01-22 John Paul Wallington <jpw@pobox.com>
16302
16303 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16304
16305 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16306
16307 * emacs-lisp/find-func.el (find-definition-noselect)
16308 (find-variable-noselect): Search variables in C source code too.
16309 (find-function-C-source, find-function-noselect, find-function)
16310 (find-function-other-frame, find-variable-noselect, find-variable)
16311 (find-variable-other-frame, find-variable-at-point):
16312 Fix docstrings.
16313
16314 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16315
16316 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16317
16318 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16319
16320 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16321 Default to disabling the "Save affix" question.
16322
16323 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16324
16325 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16326 the first arg to run-python.
16327
16328 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16329
16330 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16331 is not loaded.
16332
16333 2006-01-20 Jay Belanger <belanger@truman.edu>
16334
16335 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16336 limit is 0.
16337
16338 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16339 the correct variable.
16340
16341 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16342
16343 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16344 link. Fixed buggy argument sequence in call to `org-view-tags'.
16345 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16346 (org-prefix-has-tag): New variable.
16347 (org-format-agenda-item): Remove tags from headline if
16348 appropriate.
16349 (org-agenda-remove-tags-when-in-prefix): New option.
16350 (org-get-tags-at): New function.
16351
16352 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16353
16354 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16355 (thumbs-find-image): Move image name and number from buffer name
16356 to mode name. Set thumbs-buffer. Preserve point so that large
16357 images remain visible.
16358 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16359 order.
16360 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16361 mode name.
16362 (thumbs-next-image, thumbs-previous-image): Make them work.
16363
16364 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16365
16366 * cus-edit.el (custom-buffer-create-internal): State in the text above
16367 the whole buffer buttons that they do not operate on hidden items.
16368 (custom-face-menu): Use `custom-face-save' instead of
16369 `custom-face-save-command'.
16370 (custom-face-save-command): Make it an alias for `custom-face-save'
16371 and declare it obsolete.
16372 (custom-face-save): Doc fix.
16373
16374 * dired.el (dired-no-confirm): Add quote.
16375 (dired-subdir-alist-pre-R): Add quote in
16376 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16377
16378 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16379
16380 * textmodes/table.el (table-mode-indicator): Typo in last change.
16381
16382 2006-01-19 Richard M. Stallman <rms@gnu.org>
16383
16384 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16385 Fixes bug reported in Nov 2005.
16386
16387 * isearch.el (isearch-forward): Doc fix.
16388
16389 * dired.el (dired-move-to-filename-regexp): Define as alias.
16390 (dired-no-confirm): Use defcustom.
16391 (dired-subdir-alist-pre-R): Put defvar at top level.
16392
16393 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16394
16395 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16396 Mark as risky.
16397
16398 * simple.el (set-mark-command): Doc fix.
16399 (clone-indirect-buffer-other-window):
16400 Read arg like clone-indirect-buffer.
16401 (move-beginning-of-line): Skip invisible newlines.
16402
16403 2006-01-19 Masatake YAMATO <jet@gyve.org>
16404
16405 * progmodes/cpp.el (cpp-edit-load): Make the order of
16406 listed conditions in a base C code buffer and its associate
16407 CPP Edit buffer the same.
16408
16409 2006-01-19 Kenichi Handa <handa@m17n.org>
16410
16411 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16412 (rmail-mime-feature): Likewise.
16413 (rmail-require-mime-maybe): Use display-warning to show a warning
16414 message.
16415
16416 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16417 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16418
16419 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16420
16421 * array.el: Move defvars out of eval-when-compile.
16422 (array-make-template): Replace undeclared global var with a local one.
16423 (array-mode): Inline initialization functions.
16424 (array-init-local-variables, array-init-max-row)
16425 (array-init-max-column, array-init-columns-per-line)
16426 (array-init-field-width, array-init-rows-numbered)
16427 (array-init-line-length, array-init-lines-per-row): Remove.
16428
16429 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16430 (doc-mode-map): Define explicitly.
16431 (doctor-txtype): Use mapc.
16432
16433 * textmodes/table.el: Move defvars out of eval-when-compile.
16434 Remove harmful code meant to avoid byte-compiler warnings.
16435 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16436 specification that checks table-fixed-width-mode directly.
16437 (table-recognize-region, table-recognize-cell):
16438 Use restore-buffer-modified-p.
16439 (table-fixed-width-mode): Remove code that refreshes
16440 table-fixed-mode-indicator.
16441 (*table--cell-describe-bindings, *table--cell-describe-mode):
16442 Avoid obsolete name print-help-return-message.
16443 (table--test-cell-list): Don't use replace-regexp from elisp.
16444 (table--point-entered-cell-function, table--point-left-cell-function):
16445 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16446
16447 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16448 that was after the end of file. Use buffer-file-name variable.
16449 (org-timestamp-change): Use with-current-buffer.
16450 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16451 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16452 `file'.
16453
16454 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16455 (fortran-break-line): Remove unused var `opoint'.
16456 (fortran-abbrev-start): Obey help-event-list.
16457
16458 2006-01-18 Jesper Harder <harder@phys.au.dk>
16459
16460 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16461
16462 2006-01-18 Masatake YAMATO <jet@gyve.org>
16463
16464 * progmodes/make-mode.el (makefile-imake-mode): New mode
16465 derived from makefile-mode.
16466 (makefile-imake-mode-syntax-table): New syntax table
16467 derived from makefile-mode-syntax-table.
16468 (makefile-mode): Write about makefile-imake-mode in doc string.
16469 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16470 (makefile-imake-font-lock-keywords): New font lock keywords.
16471
16472 * files.el (auto-mode-alist): Add Imakefile.
16473
16474 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16475
16476 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16477 loading the file rather than when turning on flyspell-mode.
16478
16479 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16480
16481 * cus-edit.el (customize-rogue): Minor doc fix.
16482
16483 2006-01-17 Juri Linkov <juri@jurta.org>
16484
16485 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16486 instead of the file at the mark as default if the file at the mark
16487 is the same as the file at point or if dired-dwim-target-directory
16488 is not the same as the current directory and the mark is not active.
16489
16490 * log-view.el (log-view-minor-wrap): Use the same logic to get
16491 revisions as `log-view-diff'.
16492
16493 * info.el (Info-revert-find-node): Check for Info-current-file
16494 before preserving new-history.
16495
16496 * man.el (Man-heading-regexp): Add `/'.
16497
16498 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16499 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16500
16501 2006-01-16 Juri Linkov <juri@jurta.org>
16502
16503 * faces.el (mode-line-faces): New defgroup.
16504 (mode-line-highlight): Move definition after new defgroup.
16505 (mode-line, mode-line-inactive, mode-line-highlight):
16506 Replace :group `modeline' with `mode-line-faces'.
16507 (mode-line-buffer-id): New face.
16508 (modeline-buffer-id): New face alias.
16509 (vertical-border): Remove :group `modeline'.
16510
16511 * bindings.el (propertized-buffer-identification): Use face
16512 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16513 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16514 (mode-line-buffer-identification-keymap): For mouse-1 replace
16515 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16516 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16517 mouse-3.
16518
16519 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16520 Buffer-menu-buffer. Doc fix.
16521 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16522 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16523 `Buffer-menu-buffer'.
16524
16525 * info.el (Info-mode-line-node-keymap): New defvar.
16526 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16527 Propertize Info-current-node with `mode-line-buffer-id' and
16528 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16529
16530 * time.el (display-time-mail-face): Replace :group `faces' with
16531 `mode-line-faces'.
16532
16533 2006-01-16 Kenichi Handa <handa@m17n.org>
16534
16535 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16536
16537 * language/european.el (cp1252): New alias for windows-1252.
16538
16539 * international/mule.el (autoload-coding-system): Prepare for EOL
16540 variants.
16541
16542 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16543
16544 * term.el (term-raw-map): Add mapping for insert.
16545 (term-send-insert): New.
16546 (term-mode): Make variables local here instead of doing it in
16547 `term-emulate-terminal'.
16548 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16549 Scroll reverse needs to take into account the scroll region.
16550 Saving and restoring the cursor should save the color attributes too.
16551 (term-reset-terminal): Reset the scroll region.
16552 (term-handle-ansi-escape): Cursor up and down should take into
16553 account the scroll region.
16554 (term-set-scroll-region): Rename from `term-scroll-region'.
16555 Move to 0,0 after setting the region.
16556 (term-handle-scroll): Handle scroll up.
16557 (term-down): Fix off by one error.
16558 (term-delete-lines): Do not delete outside the scroll region.
16559 (term-insert-lines): Take into account the scroll region.
16560
16561 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16562
16563 * textmodes/ispell.el (ispell-internal-change-dictionary)
16564 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16565 (start, end): Move declaration outside of eval-when-compile.
16566
16567 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16568 (flyspell-mode-on): Use it.
16569
16570 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16571 ispell-kill-ispell-hook.
16572
16573 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16574
16575 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16576 (Custom-reset-saved): Do not ask for confirmation in single option
16577 buffers.
16578
16579 2006-01-13 Richard M. Stallman <rms@gnu.org>
16580
16581 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16582
16583 2006-01-13 Romain Francoise <romain@orebokech.com>
16584
16585 * add-log.el (add-change-log-entry, change-log-merge):
16586 Conditionally use `hard-newline'.
16587
16588 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16589
16590 * wid-edit.el (widget-field-end): If the overlay is no longer
16591 associated with a buffer, behave as if the overlay didn't exist.
16592
16593 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16594 Make sure the links use the `custom-link' face.
16595
16596 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16599 (ld-script-mode): Don't set indent-line-function since we don't
16600 have one.
16601
16602 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16603
16604 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16605 application.
16606 (org-file-apps-defaults-gnu): Use mailcap as the default for
16607 selecting an application on a UNIX system.
16608 (org-agenda-show-tags): New command.
16609 (org-table-insert-hline): Keep cursor in current table line.
16610 (org-table-convert): Offset effect of modifying
16611 `org-table-insert-hline'.
16612 (org-format-agenda-item): New optional argument TAG.
16613 (org-compile-prefix-format): Handle %T format for the tag.
16614 (org-expand-wide-chars): New function.
16615 (org-table-insert-row, org-table-insert-hline):
16616 Use `org-expand-wide-chars'.
16617 (org-open-file): Fix bug in program launch.
16618 (org-get-time-of-day): Fix bug with times before 1am.
16619 (org-agenda-menu): Add tags commands.
16620
16621 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16622
16623 * textmodes/ispell.el (ispell-init-process): Include the used
16624 dictionary in ispell process start message.
16625 (ispell-internal-change-dictionary): When flyspell-mode is active
16626 and dictionary is changed, make sure ispell process is restarted
16627 and flyspell word cache cleared out for the current buffer.
16628 (ispell-change-dictionary): Make sure flyspell word cache is
16629 cleared out in all buffers with active flyspell mode when
16630 dictionary is globally changed.
16631 Call ispell-internal-change-dictionary after dictionary change.
16632
16633 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16634
16635 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16636
16637 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16638 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16639 years. Fix small differences wrt Makefile.in.
16640 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16641 Makefile.in does.
16642
16643 2006-01-12 Bill Wohler <wohler@newt.com>
16644
16645 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16646 mh-search.el.
16647
16648 2006-01-12 Masatake YAMATO <jet@gyve.org>
16649
16650 * progmodes/ld-script.el: Update copyright year.
16651
16652 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16653
16654 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16655 Don't add widget if setting undefined.
16656
16657 2006-01-12 John Paul Wallington <jpw@pobox.com>
16658
16659 * help-fns.el (describe-variable): Remove newlines from void
16660 variable output.
16661
16662 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16663
16664 * wdired.el (wdired-mode-map): Add help echo for
16665 wdired-abort-changes.
16666
16667 * man.el (Man-file-name-regexp): Adjust for a list of files.
16668
16669 2006-01-12 Masatake YAMATO <jet@gyve.org>
16670
16671 * progmodes/ld-script.el (auto-mode-alist): Support
16672 suffix conventions used in netbsd and eCos.
16673
16674 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16675
16676 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16677 (custom-variable-menu, custom-face-menu, custom-group-menu)
16678 (Custom-mode-menu): Change names of menu items. (As discussed on
16679 emacs-devel.)
16680 (custom-face-menu): Add "Undo Edits" item.
16681
16682 * startup.el (init-file-user): defcustom -> defvar.
16683
16684 * tooltip.el (tooltip-mode): Doc fix.
16685
16686 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16687
16688 * reveal.el (reveal-post-command): window-buffer signals an error on
16689 dead windows rather than returning nil.
16690 (reveal-open-new-overlays): An overlay might die while we open others.
16691
16692 2006-01-11 Bill Wohler <wohler@newt.com>
16693
16694 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16695 phrasing in docstring.
16696
16697 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16698 can give some systems gas. Add new file mh-buffers.el.
16699
16700 2006-01-06 Masatake YAMATO <jet@gyve.org>
16701
16702 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16703 C preprocessor forward ported from GNU Emacs 21.2.
16704
16705 * progmodes/asm-mode.el (asm-font-lock-keywords):
16706 Use `cpp-font-lock-keywords'.
16707
16708 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16709
16710 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16711 of $ for "\\.ld[s]?".
16712
16713 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16714
16715 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16716 (tcl-indent-line): Return `noindent' if inside a string.
16717
16718 * progmodes/flymake.el (flymake-split-string): Remove more than one
16719 empty string at beg/end of the result.
16720 (flymake-find-buildfile, flymake-find-possible-master-files):
16721 Use expand-file-name.
16722 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16723 since expand-file-name does it for us. Use directory-file-name.
16724 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16725 (flymake-ler-get-type, flymake-ler-get-text)
16726 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16727 (flymake-current-line-no): Remove spurious interactive spec.
16728 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16729 (flymake-check-include): Remove arg inc-path merged into inc-name.
16730 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16731 Arg regexp-list replaced by a simple regexp.
16732 (flymake-master-make-header-init, flymake-master-tex-init):
16733 Correspondingly replace regexp-list with a regexp. Fix regexp.
16734
16735 2006-01-10 Simon Josefsson <jas@extundo.com>
16736
16737 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16738 describing AUTH PLAIN fix.
16739
16740 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16741
16742 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16743 (report-emacs-bug): Don't record initial prompt text.
16744 Instead, add text properties to prompting text.
16745 (report-emacs-bug-hook): Delete prompting text.
16746
16747 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16748
16749 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16750 `dirs'. Adjust callers.
16751
16752 2006-01-09 John Paul Wallington <jpw@gnu.org>
16753
16754 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16755
16756 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * reveal.el (reveal-open-new-overlays): New extracted fun.
16759 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16760 using them. Simplify the code.
16761 (reveal-post-command): Use them. Fix up obsolete windows in
16762 reveal-open-spots.
16763
16764 * progmodes/flymake.el: Use `require' rather than autoload for
16765 XEmacs's overlays.
16766 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16767 Delete. Use file-relative-name instead.
16768 (flymake-get-syntax-check-program-args, flymake-perl-init):
16769 Simplify the resulting code.
16770
16771 * log-view.el (log-view-file-re, log-view-message-re): Add support
16772 for DaRCS output.
16773
16774 2006-01-09 Alex Schroeder <alex@gnu.org>
16775
16776 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16777 identifiers sometimes added in square brackets at the beginning of
16778 subject lines.
16779
16780 2006-01-07 Richard M. Stallman <rms@gnu.org>
16781
16782 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16783 (Custom-reset-current, Custom-reset-saved): Change question text.
16784 (Custom-reset-standard): Likewise.
16785 (custom-variable-reset-saved): Doc fix.
16786
16787 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16788
16789 * startup.el (init-file-user): Doc fix.
16790
16791 2006-01-07 Alex Schroeder <alex@gnu.org>
16792
16793 * mail/rmail.el (rmail-current-subject): New function.
16794 (rmail-current-subject-regexp): New function.
16795 (rmail-next-same-subject): Use it.
16796
16797 * mail/rmailsum.el (rmail-summary-by-topic):
16798 Use rmail-current-subject and rmail-current-subject-regexp.
16799 (rmail-summary-next-same-subject): Ditto.
16800
16801 * net/rcirc.el (rcirc-send-input): No longer check whether the
16802 process is open, since not all commands need an open process.
16803 (rcirc-send-string): Check whether the process is open before
16804 sending anything.
16805 (rcirc-ignore-list): New option.
16806 (rcirc-ignore-list-automatic): New variable.
16807 (rcirc-print): Take rcirc-ignore-list into account.
16808 (rcirc-cmd-ignore): New command.
16809 (rcirc-ignore-update-automatic): New function.
16810 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16811 list if ignored nicks.
16812 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16813
16814 2006-01-06 David Reitter <david.reitter@gmail.com>
16815
16816 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16817 reflect the address to which the report will be sent.
16818
16819 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16820
16821 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16822 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16823
16824 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16825
16826 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16827
16828 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16829 the doc string: "functoin" => "function".
16830 * ldefs-boot.el: Likewise.
16831
16832 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16833 message text: "Duplicat" => "Duplicate".
16834
16835 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16836
16837 * files.el (basic-save-buffer-2): If backing-up failed, reset
16838 buffer-backed-up to nil.
16839
16840 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16841
16842 * progmodes/gud.el (gdb-script-skip-to-head)
16843 (gdb-script-calculate-indentation): Indent for breakpoint command
16844 lists also.
16845
16846 2006-01-05 Bill Wohler <wohler@newt.com>
16847
16848 * Makefile.in (compile-always): Add mh-autoloads dependency.
16849 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16850 provides it.
16851 (updates): Remove mh-autoloads dependency, since it probably has
16852 already run recently (via recompile).
16853
16854 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16855
16856 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16857 argument `force' to disable the flyspell-last-buffer optimization.
16858 (flyspell-mode-on): Use it.
16859
16860 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16861 flymake-simple-cleanup.
16862 (flymake-allowed-file-name-masks): Use this new default.
16863 All the functions are now called in the right buffer rather than
16864 passing the buffer as argument.
16865 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16866 (flymake-parse-err-lines): Remove redundant buffer arg.
16867 (flymake-get-program-dir): Comment out unused function.
16868 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16869 Remove redundant buffer argument.
16870 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16871 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16872
16873 2006-01-05 Richard M. Stallman <rms@gnu.org>
16874
16875 * info.el (Info-find-node): Don't record previous node if have none.
16876 (info): Go to directory only if history is empty.
16877
16878 * simple.el (mark): Doc fix.
16879
16880 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16881
16882 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16883 already of desired type.
16884 (mac-ae-list): Coerce parameter to "list" type.
16885 (mac-dispatch-apple-event): Replace cadr part of event with a
16886 dummy position so that event-start returns it.
16887
16888 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16889
16890 * textmodes/org.el (org-end-of-subtree): New function.
16891 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16892 Use `org-end-of-subtree'.
16893 (org-agenda, org-agenda-convert-date): Protect calls to
16894 `fit-window-to-buffer'.
16895 (org-tags-view): Force matching of sublevels when doing a
16896 todo-only search. Define the correct redo command, including the
16897 arguments.
16898 (org-agenda-redo): Display message.
16899 (org-check-for-org-mode): New function.
16900 (org-agenda-type): New variable.
16901 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16902 Set `org-agenda-type'.
16903 (org-agenda-check-type): New function.
16904 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16905 (org-agenda-week-view, org-agenda-day-view)
16906 (org-agenda-next-date-line, org-agenda-previous-date-line)
16907 (org-agenda-log-mode, org-agenda-toggle-diary)
16908 (org-agenda-toggle-time-grid, org-agenda-date-later)
16909 (org-agenda-date-prompt, org-agenda-diary-entry)
16910 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16911 (org-agenda-convert-date, org-agenda-menu):
16912 Use `org-agenda-check-type'.
16913 (org-make-overlay, org-delete-overlay)
16914 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16915 New compatibility functions.
16916 (org-calendar-select-mouse): New command.
16917
16918 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16919
16920 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16921 (Custom-reset-standard): Fix y-or-n-p messages.
16922 (custom-link): New face for links.
16923 (custom-buffer-create-internal, custom-manual): Use it.
16924 (custom-face-save): Push to theme-face before setting face spec.
16925
16926 * wid-edit.el (widget-default-mouse-face-get): New function.
16927 (widget-specify-button): Handle mouse-face like button-face.
16928
16929 * custom.el (load-theme): Clear old theme settings if reloading.
16930
16931 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16932
16933 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16934 "Erase Customization" button back to same position it occupies in
16935 the individual State menus.
16936
16937 2006-01-04 Kim F. Storm <storm@cua.dk>
16938
16939 * wid-edit.el (key-sequence): Rework widget to read key binding
16940 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16941 (widget-key-sequence-default-value): Default value for empty sequence.
16942 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16943 (widget-key-sequence-read-event): New command for C-q.
16944 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16945 (widget-key-sequence-value-to-external): New functions.
16946
16947 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16950 Use expand-file-name.
16951 (flymake-delete-temp-directory): Use expand-file-name,
16952 file-name-directory, and directory-file-name.
16953 (flymake-strrchr): Delete.
16954 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16955 to the init-f function.
16956 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16957 (flymake-init-find-buildfile-dir)
16958 (flymake-init-create-temp-source-and-master-buffer-copy)
16959 (flymake-simple-make-init-impl, flymake-simple-make-init)
16960 (flymake-master-make-init, flymake-master-make-header-init)
16961 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16962 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16963 (flymake-xml-init): Remove corresponding redundant buffer argument.
16964 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16965 the default anyway. Clean up regexps.
16966
16967 * progmodes/flymake.el (flymake-temp-source-file-name)
16968 (flymake-master-file-name, flymake-temp-master-file-name)
16969 (flymake-base-dir): New buffer-local vars.
16970 (flymake-buffer-data, flymake-get-buffer-value)
16971 (flymake-set-buffer-value): Replace those hash-tables by the new
16972 buffer-local vars. Update callers.
16973
16974 * progmodes/flymake.el (flymake-check-start-time)
16975 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16976 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16977 Move definition, so we can remove redundant earlier declaration.
16978 (flymake-replace-regexp-in-string, flymake-split-string)
16979 (flymake-get-temp-dir): Use defalias.
16980 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16981 (flymake-xemacs-window-edges): Remove unused function.
16982 (flymake-get-point-pixel-pos): Move.
16983 (flymake-pid-to-names, flymake-reg-names)
16984 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16985 Replace by a simple list flymake-processes and by process-buffer.
16986 Update callers. Other than simplify the code, it uses buffers rather
16987 than buffer-names so it doesn't get confused by uniquify.
16988 (flymake-buffer-data): The global value should just be nil.
16989
16990 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16991 Optimize the body of a defalias like any other code.
16992
16993 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16994 Make sure we've setup font-lock's vars. It may influence which
16995 function we then call.
16996 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16997 here since it's too late anyway.
16998
16999 2006-01-03 Romain Francoise <romain@orebokech.com>
17000
17001 * startup.el (fancy-splash-tail, normal-splash-screen):
17002 Update copyright year.
17003
17004 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17005
17006 * mouse.el (mouse-drag-track): Rename, from
17007 `mouse-drag-region-1'. Includes optional argument required to
17008 enable post-drag event processing (e.g. delete region keys).
17009 Can be used without this argument to track a mouse region and operate
17010 on it as soon as the drag completes.
17011 (mouse-drag-region): Use `mouse-drag-track'.
17012
17013 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17014
17015 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17016 Move to `custom-buffer' group.
17017
17018 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17019 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17020 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17021 (custom-theme-face-menu): New variables.
17022 (custom-theme-add-variable, custom-theme-variable-action)
17023 (custom-variable-reset-theme, custom-theme-delete-variable)
17024 (custom-face-reset-theme, custom-theme-face-action)
17025 (custom-theme-delete-face, custom-theme-merge-theme)
17026 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17027
17028 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17029
17030 * custom.el: Move Custom Themes commentary to start of theme code.
17031 (custom-known-themes): Rename `standard' theme to `changed'.
17032 (custom-push-theme): Caller no longer specifies what theme to use
17033 when doing `reset'---the setting is simply removed from the theme.
17034 Delete MODE from `theme-value' and `theme-settings' properties.
17035 (custom-declare-theme): Ignore &rest args since we don't use them.
17036
17037 (custom-loaded-themes): Delete variable.
17038 (custom-theme-load-themes, custom-theme-loaded-p)
17039 (custom-theme-value): Delete functions.
17040
17041 (custom-declare-theme): Signal error on invalid theme names.
17042 (provide-theme): custom-loaded-themes was deleted.
17043 (load-theme): Load the file unconditionally.
17044 (enable-theme): Call `load-theme' if theme is undefined.
17045 (custom-enabled-themes): Only update value for successful loads.
17046 (disable-theme): Complete from enabled themes when interactive.
17047 (custom-variable-theme-value): Calculate theme value directly.
17048
17049 (custom-theme-reset-variables, custom-reset-variables): Mark as
17050 XEmacs compatibility functions. We don't actually use these.
17051
17052 * cus-edit.el (custom-variable-state-set):
17053 Use custom-variable-theme-value instead of custom-theme-value.
17054 (custom-face-state-set): Rename `standard' theme to `changed'.
17055 (custom-save-variables, custom-save-faces): Delete unneeded
17056 references to custom-reset-variables.
17057 (custom-save-resets): Delete function.
17058 (custom-save-variables, custom-save-faces): MODE argument deleted.
17059 (custom-save-variables, custom-save-faces): Ignore theme values.
17060
17061 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17062 compatibility function.
17063
17064 2006-01-01 Richard M. Stallman <rms@gnu.org>
17065
17066 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17067 (Custom-reset-current, Custom-reset-saved): Likewise.
17068 (Custom-reset-standard): Show message if aborted.
17069 (custom-mode): Doc fix, describing those commands.
17070
17071 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17072 put on event-kind property.
17073
17074 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17075
17076 * custom.el (provide-theme): Ban `user' theme name.
17077 (custom-enabling-themes): New variable.
17078 (enable-theme): Don't enable user if custom-enabling-themes is t.
17079 (custom-enabled-themes): Make it a defcustom.
17080 (custom-theme-recalc-face): No-op if face is undefined.
17081
17082 * cus-edit.el (custom-button-mouse): New variable.
17083 (custom-button-mouse): New face.
17084 (custom-raised-buttons, custom-mode): Use it.
17085
17086 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17087
17088 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17089
17090 * progmodes/gud.el (gud-display-line): Support hl-line in the
17091 source buffer.
17092
17093 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17094
17095 * mouse.el (mouse-drag-window-above): Verify that the found window
17096 overlaps with the given window in the horizontal dimension.
17097
17098 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17099
17100 * Makefile.in (cvs-update): New target.
17101
17102 * makefile.w32-in (cvs-update): Ditto.
17103
17104 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17105
17106 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17107 (custom-new-theme-mode-map): New variable.
17108
17109 2005-12-30 Richard M. Stallman <rms@gnu.org>
17110
17111 * custom.el (custom-load-themes): Function deleted.
17112
17113 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17114 (custom-save-variables): Don't delete or add custom-load-themes call.
17115
17116 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17117
17118 * cus-start.el: Add `visible-cursor'.
17119
17120 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17121 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17122 (flymake-process-filter): Switch to buffer before calling it instead.
17123 (flymake-post-syntax-check, flymake-highlight-err-lines)
17124 (flymake-delete-own-overlays, flymake-parse-err-lines)
17125 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17126 (flymake-count-lines, flymake-parse-residual):
17127 Remove constant buffer argument.
17128 (flymake-start-syntax-check-for-current-buffer): Remove.
17129 Update callers to use flymake-start-syntax-check instead.
17130 (flymake-display-err-menu-for-current-line):
17131 Remove unused var `mouse-pos'.
17132 (flymake-restore-formatting): Comment out unused function.
17133 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17134 argument, use current-buffer instead. Update callers.
17135
17136 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17137
17138 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17139 buffer-local because choose-completion-delete-max-match requires
17140 that we set completion-ignore-case (i.e., binding via let is not
17141 sufficient).
17142 (bibtex-complete): Always set completion-ignore-case and
17143 choose-completion-string-functions. The latter is needed because
17144 choose-completion-string-functions keeps its value if we quit the
17145 *Completions* buffer without requesting a completion.
17146
17147 2005-12-30 Andreas Schwab <schwab@suse.de>
17148
17149 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17150
17151 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17152
17153 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17154
17155 2005-12-30 Juri Linkov <juri@jurta.org>
17156
17157 * locate.el (locate-fcodes-file, locate-header-face)
17158 * progmodes/delphi.el (delphi-other-face)
17159 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17160
17161 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17162 group `paren-showing-faces'.
17163
17164 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17165 (goto-address): Fix docstring.
17166
17167 * net/webjump.el (webjump-sample-sites): Update URLs.
17168
17169 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17170
17171 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17172
17173 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17174
17175 * font-lock.el (font-lock-compile-keywords): Signal an error when
17176 font-lock-set-defaults hasn't been called.
17177
17178 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17179
17180 * subr.el (noreturn, 1value): Doc fixes.
17181
17182 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17183
17184 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17185 that assoc-string returns nil.
17186
17187 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17188
17189 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17190 (bibtex-entry-type-str, bibtex-empty-field-re)
17191 (bibtex-search-backward-string, bibtex-preamble-prefix)
17192 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17193 (bibtex-any-valid-entry-type): New variable.
17194 (bibtex-parse-field-name): Simplify.
17195 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17196 (bibtex-preamble-prefix): Include left delimiter.
17197 (bibtex-search-forward-field, bibtex-search-backward-field):
17198 Allow unbounded search past entry boundaries (required by bibtex-pop).
17199 (bibtex-text-in-field-bounds): Use push.
17200 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17201 (bibtex-parse-preamble, bibtex-valid-entry)
17202 (bibtex-beginning-first-field): New functions.
17203 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17204 (bibtex-map-entries): Fix docstring.
17205 (bibtex-flash-head): New arg prompt. Simplify.
17206 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17207 (bibtex-insert-kill): Simplify. Always insert text past the
17208 current field or entry.
17209 (bibtex-format-entry): Use bibtex-parse-field.
17210 (bibtex-pop): Use bibtex-beginning-of-entry and
17211 bibtex-end-of-entry to initiate the search. Insert empty field if
17212 we found ourselves.
17213 (bibtex-print-help-message): New args field and comma.
17214 Handle entry keys.
17215 (bibtex-make-field): Use bibtex-beginning-of-entry.
17216 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17217 invalid entry.
17218 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17219 Handle preambles. Simplify code for thorough test.
17220 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17221 New arg comma. Handle entry heads.
17222 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17223 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17224 New arg comma.
17225 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17226 (bibtex-fill-field): Simplify.
17227 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17228 bibtex-parse-field.
17229 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17230 (bibtex-complete): Use bibtex-parse-preamble.
17231
17232 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17233
17234 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17235 Display name of expression instead of convenience variable.
17236 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17237
17238 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17239 toggle-gud-tooltip-dereference.
17240 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17241 (gud-tooltip-tips): ...here when dereferencing.
17242
17243 2005-12-28 Bill Wohler <wohler@newt.com>
17244
17245 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17246
17247 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17250 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17251 (vc-annotate-display-autoscale): Adjust call.
17252 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17253 Fix interactive spec.
17254 (vc-annotate-time-span): Remove.
17255 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17256 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17257 (vc-annotate-display-select): Use new name.
17258
17259 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17260 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17261 Correct the construction of span entries. Simplify.
17262 (vc-annotate-display-select): Fix the nil case.
17263 (vc-annotate): Remove obsolete (and now broken) code.
17264 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17265 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17266
17267 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17268
17269 * subr.el (lazy-completion-table): Correct typo in docstring.
17270
17271 * startup.el (command-line): Use `custom-reevaluate-setting' for
17272 `send-mail-function'.
17273
17274 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17275
17276 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17277
17278 * mail/smtpmail.el (smtpmail-try-auth-methods):
17279 Send credentials together with "AUTH PLAIN" command.
17280
17281 2005-12-27 Richard M. Stallman <rms@gnu.org>
17282
17283 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17284 mouse-2, go back to previously selected window, so it's selected
17285 when mouse-2 command runs.
17286
17287 2005-12-27 Juri Linkov <juri@jurta.org>
17288
17289 * descr-text.el (describe-text-sexp): Use square brackets for
17290 button [Show] to distinguish it from the property value `show'.
17291 (describe-property-list): Use `insert-text-button' with
17292 `help-face' type instead of putting face in quotes, because button
17293 is not created automatically for a list of faces.
17294 (describe-text-properties-1): Put button-type value in quotes to
17295 distinguish from plain text "button".
17296 (describe-char): Display code point values in hex. Don't use
17297 `symbol-name' for `current-input-method' because it is a string.
17298 Use `insert-text-button' with `help-face' type instead of putting
17299 hardcoded face in quotes, because button is not created automatically.
17300
17301 2005-12-27 Richard M. Stallman <rms@gnu.org>
17302
17303 * progmodes/glasses.el (glasses-face): More specific custom type.
17304
17305 * files.el (set-visited-file-name): Doc fix.
17306
17307 * textmodes/flyspell.el (flyspell-external-point-words):
17308 Use local var buffer-scan-pos to advance scan for next misspelling.
17309 Advance it only after we find the misspelling.
17310
17311 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17312
17313 * textmodes/flyspell.el (flyspell-external-point-words):
17314 New criteria for finding the misspelling in the buffer.
17315
17316 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17317
17318 * help-mode.el (help-insert-string): Set help-xref-stack-item
17319 rather than call help-setup-xref.
17320
17321 * descr-text.el (describe-char): Revert previous changes for
17322 optional buffer argument.
17323
17324 2005-12-27 Juri Linkov <juri@jurta.org>
17325
17326 * help-mode.el (help-insert-string): New function. Save buffer
17327 contents in cases where it is impossible to recompute the old contents.
17328
17329 * descr-text.el (describe-char): Set help-xref-stack-item
17330 explicitly after buffer has been generated.
17331
17332 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17333
17334 * cus-start.el (all): Add x-gtk-show-hidden-files.
17335
17336 2005-12-26 Richard M. Stallman <rms@gnu.org>
17337
17338 * replace.el (perform-replace): Calculate match-again
17339 before skipping read-only matches.
17340
17341 * paren.el (paren-showing-faces): New group.
17342 (show-paren-match, show-paren-mismatch): Move to that group.
17343
17344 * button.el (button): Put into group `basic-faces'.
17345
17346 * progmodes/make-mode.el: Remove faces from group `faces'.
17347
17348 * apropos.el (apropos, apropos-value): Doc fix.
17349 (apropos-documentation): Doc fix.
17350
17351 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17352
17353 * subr.el (lazy-completion-table): Remove argument `args'.
17354
17355 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17356 Don't use the `args' argument of lazy-completion-table.
17357
17358 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17359
17360 * descr-text.el (describe-char): Add optional argument for buffer.
17361 Set buffer appropriately. Call help-setup-xref.
17362 Suggested by Stefan Monnier.
17363
17364 2005-12-26 Juri Linkov <juri@jurta.org>
17365
17366 * descr-text.el: Require `help-fns' at runtime. Don't require
17367 `button' for byte compilation.
17368 (describe-text-widget): Add `help-echo' for first button.
17369 Use `help-info' for second.
17370 (describe-property-list): Use `help-argument-name' instead of `italic'.
17371 (describe-text-category): Add prompt to interactive spec.
17372 Call `help-setup-xref'.
17373 (describe-char): Use `help-character-set'. Add `help-echo' for
17374 code point. Use `help-input-method'. Remove superfluous insert.
17375
17376 2005-12-25 Richard M. Stallman <rms@gnu.org>
17377
17378 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17379 at point, in case of narrowing.
17380
17381 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17382
17383 * locate.el (locate-header-face): Allow nil in type.
17384
17385 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17386
17387 2005-12-25 Romain Francoise <romain@orebokech.com>
17388
17389 * battery.el (battery-linux-proc-acpi): Also try
17390 `/proc/acpi/thermal_zone/THM0/temperature'.
17391
17392 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17393
17394 * custom.el (custom-push-theme): Fix docstring.
17395
17396 * cus-edit.el (custom-variable-set, custom-variable-save)
17397 (custom-variable-save): Custom-quote widget values.
17398 (customize-save-variable): Fix custom-push-theme call.
17399
17400 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17401
17402 * w32-fns.el (w32-batch-update-autoloads): New function.
17403
17404 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17405 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17406 from the command line.
17407
17408 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17409
17410 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17411 reset means to remove setting from theme entirely. Don't keep
17412 expanding theme-settings list; delete old entries if necessary.
17413
17414 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17415 customization" button one line up.
17416 (custom-themed): New face.
17417 (custom-magic-alist): New value, THEMED, for theme settings.
17418 (custom-variable-state-set, custom-face-state-set):
17419 Check theme-value instead of saved-value.
17420 (custom-variable-reset-standard, custom-face-reset-standard):
17421 Remove theme setting entirely. Recalculate new values.
17422 (custom-variable-set, custom-variable-set)
17423 (custom-variable-reset-saved, custom-variable-reset-backup)
17424 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17425 (custom-variable-save): Fix typos.
17426
17427 2005-12-23 Juri Linkov <juri@jurta.org>
17428
17429 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17430 Add autoload cookies.
17431 (edebug-outside-d-c-i-n-s-w): New variable.
17432 (edebug-display, edebug-outside-excursion): Use it to save the
17433 original value of default-cursor-in-non-selected-windows.
17434 Set default-cursor-in-non-selected-windows to t while Edebug
17435 is active.
17436 (edebug-mode, edebug-eval-mode): Doc fix.
17437
17438 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17439 with `buffer-substring-no-properties' to remove common substring
17440 highlighting.
17441
17442 * info.el (info-other-window, info): Rename function argument
17443 `file' to `file-or-node'.
17444 (Info-complete-menu-item): Use local variable `complete-nodes' to
17445 keep the global value of `Info-complete-nodes' unchanged for
17446 subsequent completions.
17447 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17448
17449 * simple.el (get-next-valid-buffer, last-buffer)
17450 (next-error-buffer-p, next-error-find-buffer)
17451 (minibuffer-history-sexp-flag): Doc fix.
17452
17453 * savehist.el (savehist-mode-hook): Add `:group'.
17454
17455 * log-view.el: Call autoload for vc-find-version.
17456 (log-view-current-file): Adjust subgroup numbers.
17457 (log-view-current-tag): Add `length'.
17458
17459 2005-12-23 Richard M. Stallman <rms@gnu.org>
17460
17461 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17462
17463 2005-12-23 Juri Linkov <juri@jurta.org>
17464
17465 * hi-lock.el (hi-lock-archaic-interface-message-used)
17466 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17467 (hi-lock-mode): Display "Hi" in the mode line only when
17468 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17469 (hi-lock-write-interactive-patterns):
17470 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17471 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17472 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17473 font-lock-add-keywords to t.
17474
17475 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17476
17477 * hi-lock.el (hi-lock-highlight-range): New variable.
17478 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17479 only if font-lock-fontified is non-nil. Remove overlays.
17480 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17481 font-lock-fontified is non-nil, otherwise use overlays (instead of
17482 text properties).
17483 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17484 New variables.
17485 (hi-lock-string-serialize): New function.
17486
17487 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17488
17489 * menu-bar.el (menu-find-file-existing): New function.
17490 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17491
17492 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17493
17494 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17495
17496 * vc.el: Remove unnecessary leading * in docstrings.
17497 (vc-annotate-mode-map): Move initialization into declaration.
17498 (vc-static-header-alist): Nitpick on the regexp.
17499 (vc-default-init-version): New fun.
17500 (vc-register): Use it.
17501 (vc-insert-headers): Use dolist.
17502 (vc-annotate-get-backend): Remove unused function.
17503 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17504 (vc-annotate-mode): Remove corresponding call.
17505 (vc-annotate-car-last-cons): Simplify.
17506 (vc-annotate-buffers): Remove var.
17507 (vc-annotate-backend): Make it buffer-local.
17508 (vc-annotate): Move the interaction to the interactive spec.
17509 Add a `buf' argument.
17510 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17511 killing&creating a vc-annotate buffer, which is very disruptive when
17512 the buffers are shown in dedicated frames.
17513
17514 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17515
17516 * descr-text.el: Add FSF as maintainer.
17517 (describe-text-mode, describe-text-mode-map)
17518 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17519 help-mode.
17520 (describe-text-widget, describe-text-sexp)
17521 (describe-property-list, describe-text-category)
17522 (describe-text-properties, describe-text-properties-1)
17523 (describe-char): Use help buttons instead of widgets.
17524 (describe-char-unicodedata-file): Make URL link in doc string.
17525
17526 2005-12-22 Richard M. Stallman <rms@gnu.org>
17527
17528 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17529 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17530 Don't include buttons that write a file when there's no file.
17531 (custom-variable-menu, custom-face-menu, custom-group-menu):
17532 Don't include commands that write a file when there's no file.
17533 (customize-browse): Reword the top-of-buffer help intro.
17534 (custom-buffer-create-internal): Fix previous change.
17535 (customize-changed-options-previous-release): Prev release is 21.1.
17536 (customize-changed-options): Doc fix.
17537 (customize-changed): New alias.
17538 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17539 Say "standard values".
17540 (Custom-reset-standard): Doc fix.
17541 (custom-face-reset-standard): Doc fix.
17542
17543 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17544
17545 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17546 even if font-lock-mode is non-nil since it may be t without having
17547 turned on font-lock-mode-internal.
17548 (font-lock-choose-keywords): Minor optimization.
17549 (font-lock-add-keywords, font-lock-remove-keywords)
17550 (font-lock-set-defaults): Don't call make-local-variable on a variable
17551 that we know to already be local.
17552
17553 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17554
17555 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17556 messages if in the minibuffer.
17557
17558 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17559
17560 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17561 (tex-mode-flyspell-verify, flyspell-get-word)
17562 (flyspell-external-point-words): Don't use point-min/max uselessly.
17563
17564 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17565 by Kevin Rodgers. Instead, just hide the completions buffer if we
17566 don't need to show it.
17567
17568 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17569
17570 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17571
17572 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17573
17574 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17575 delete-windows-on with an inexistent buffer.
17576
17577 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17578
17579 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17580 Delete defcustom variable :tag names.
17581
17582 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17583
17584 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17585 (log-view-font-lock-keywords): Ajust subgroup numbers.
17586 (log-view-current-tag): Don't hard code the number of subgroups.
17587
17588 2005-12-20 Juri Linkov <juri@jurta.org>
17589
17590 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17591 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17592
17593 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17594 (menu-bar-non-minibuffer-window-p): Instead of checking
17595 display-multi-frame-p, use selected-frame when menu-updating-frame
17596 is nil.
17597
17598 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17599
17600 * align.el (align-rules-list): Use [ \t] instead of \s-
17601 for column separators in text mode.
17602
17603 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17604
17605 * help-mode.el (help-customize-variable, help-customize-face):
17606 Don't pop help-xref-stack as help-follow no longer pushes
17607 anything on to it.
17608
17609 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17610
17611 * textmodes/org.el (org-agenda-custom-commands): New option.
17612 (org-agenda): Offer custom commands on splash screen.
17613 (org-make-tags-matcher): Parser for Boolean logic added.
17614 (org-agenda-set-tags): New command.
17615 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17616 (org-set-tags): Efficiency improvements.
17617 (org-auto-align-tags): New option.
17618 (org-todo, org-demote, org-promote): Realign tags.
17619 (org-tags-completion-function): Use also "&" and "|" as separators.
17620 (org-org-menu): Agenda commands simplified.
17621
17622 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17623
17624 * cus-edit.el (customize-apropos, customize-apropos-options):
17625 Docstring changes.
17626
17627 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17628
17629 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17630
17631 * longlines.el (longlines-mode): Wrap while widened.
17632 (longlines-decode-region, longlines-encode-region): Compute max
17633 just once.
17634
17635 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17636
17637 * cus-edit.el (mac): New group.
17638
17639 * cus-start.el (all): Add user options in macterm.c. Add test for
17640 Mac-related built-ins. Fix test for GTK-related built-ins.
17641
17642 * term/mac-win.el (mac-handle-language-change)
17643 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17644 (mac-services-open-selection, mac-services-mail-selection)
17645 (mac-services-mail-to, mac-services-insert-text)
17646 (mac-dispatch-apple-event): Add docstrings.
17647 (x-get-selection, mac-select-convert-to-string): Select coding
17648 system from `utf-16be' and `utf-16le' using `byteorder'.
17649
17650 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17651
17652 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17653 a "list" (lambda ...) rather than a real completion list.
17654
17655 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17656 lexical-let when encountering ((lambda (...) ...) ...).
17657
17658 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17659
17660 * progmodes/sh-script.el (sh-mode):
17661 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17662 * textmodes/picture.el (picture-mode): Update docstrings.
17663
17664 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17665
17666 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17667 commands enclosed in $(ARGQUOTE)s should not be split between two
17668 lines, as that will break with GNU Make >3.80, when sh.exe is used
17669 and arg quoting is with '..'.
17670 (autoloads): Don't break the quoted --eval expression between
17671 several lines.
17672
17673 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17674
17675 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17676 Capture error from printing circular structures.
17677
17678 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17679
17680 * wid-edit.el (widget-checkbox-action): Clear undo info.
17681
17682 2005-12-16 Bill Wohler <wohler@newt.com>
17683
17684 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17685 bar, not menubar in comment.
17686
17687 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17688
17689 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17690 After-change-functions should not clobber the match data.
17691
17692 2005-12-16 Juri Linkov <juri@jurta.org>
17693
17694 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17695 instead of `buffer-substring'.
17696 (completion-common-substring): Doc fix.
17697 (completion-setup-function): Use minibuffer-completion-contents
17698 instead of minibuffer-contents. Don't set common-string-length
17699 initially. Remove special handling of partial-completion-mode.
17700 Move computation of completion-base-size into one cond.
17701 Call completion-base-size-function in mainbuf. In computation of
17702 completion-base-size for file name completion don't move point to
17703 the end of the minibuffer. Move computation of common-string-length
17704 into one cond. Start putting faces only when common-string-length>=0.
17705 Add condition to put completions-common-part when
17706 common-string-length>0.
17707
17708 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17709 place point at the first different character in the minibuffer
17710 even if this position is at the beginning of the minibuffer.
17711
17712 * info.el (Info-read-node-name-1): In completion-base-size-function's
17713 lambda return 1 if common-substring or minibuffer-completion-contents
17714 starts with (, and 0 otherwise.
17715
17716 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17717 Use `crm-current-element' for second arg of `display-completion-list'.
17718
17719 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17720
17721 * files.el (set-auto-mode): Look for an interpreter specified on
17722 the first line also if search for mode specification succeeded,
17723 but the mode is not known.
17724
17725 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17726
17727 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17728 (org-open-at-point): Implement tag searches as links.
17729 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17730 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17731 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17732 (org-agenda-dispatch): New commands.
17733 (org-use-tag-inheritance, org-tags-column): New options.
17734 (org-tab-follows-link, org-return-follows-link): New options.
17735 (org-tags): New customize group.
17736 (org-start-icalendar-file): Get local time zone.
17737 (org-tags-completion-function): New function.
17738 (org-set-font-lock-defaults): Make sure links will also be
17739 highlighted inside headlines.
17740
17741 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17742
17743 * term.el (term-emulate-terminal):
17744 Let term-handle-ansi-terminal-messages override what Bash says about
17745 its current directory.
17746
17747 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17748
17749 * bindings.el (last-buffer): Move to simple.el.
17750 * simple.el (last-buffer): Move here.
17751 (get-next-valid-buffer): New function.
17752 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17753 (prev-buffer): Ditto. Rename to `previous-buffer'.
17754
17755 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17756 * bindings.el (global-map): Ditto.
17757
17758 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17759
17760 * cus-edit.el: Introductory comment change.
17761 (custom-magic-alist): Change message string for the `rogue' state.
17762
17763 2005-12-15 Richard M. Stallman <rms@gnu.org>
17764
17765 * tooltip.el: Delete defcustom variable :tag names.
17766
17767 * complete.el (partial-completion-mode): Doc fix.
17768
17769 * textmodes/flyspell.el (flyspell-external-point-words):
17770 Use save-excursion to ensure we don't move backward in the
17771 search loop, not even one character.
17772 (flyspell-delete-all-overlays): Use remove-overlays directly.
17773
17774 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17775 (ispell-start-process): Set that variable.
17776 Clear ispell-buffer-local-name.
17777 (ispell-internal-change-dictionary):
17778 Set ispell-current-dictionary after killing process.
17779 (ispell-buffer-local-dict):
17780 Don't set spell-personal-dictionary after killing process.
17781 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17782 (ispell-tex-skip-alists, ispell-html-skip-alists)
17783 (ispell-skip-region-alist): Mark as risky.
17784
17785 * net/newsticker.el (newsticker--retrieval-timer-list)
17786 (newsticker--display-timer, newsticker-running-p)
17787 (newsticker-ticker-running-p): Definitions moved up.
17788
17789 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17790
17791 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17792
17793 2005-12-15 David Ponce <david@dponce.com>
17794
17795 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17796 (recentf-edit-list, recentf-open-files): Signal an error when
17797 there is no recent file.
17798
17799 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17800
17801 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17802 read-only except for texinfo-format-region evaluation.
17803
17804 2005-12-14 Richard M. Stallman <rms@gnu.org>
17805
17806 * vc.el (vc-default-previous-version, vc-default-next-version)
17807 (vc-do-command): Doc fixes.
17808
17809 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17810
17811 * textmodes/bibtex.el (bibtex-expand-strings)
17812 (bibtex-autokey-expand-string, bibtex-name-part)
17813 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17814 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17815 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17816 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17817 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17818 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17819 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17820 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17821 (bibtex-beginning-of-last-entry): Remove.
17822 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17823 message if comma is missing but buffer is read-only.
17824 (bibtex-parse-field-text): Handle whitespaces at the end of field
17825 text. Return 3-element list with beginning and end of field text
17826 and end of field.
17827 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17828 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17829 (bibtex-search-forward-field, bibtex-search-backward-field):
17830 Search always delimited by limits of entry. Use more efficient
17831 search algorithms.
17832 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17833 bibtex-end-of-name-in-field.
17834 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17835 extracting the content of a field.
17836 (bibtex-text-in-field): Use search limits.
17837 (bibtex-parse-string-prefix): Handle empty string keys based on
17838 bibtex-string-empty-key.
17839 (bibtex-parse-string): Fix docstring.
17840 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17841 (bibtex-preamble-prefix, bibtex-strings): New functions.
17842 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17843 BibTeX entries (consistent with other BibTeX functions).
17844 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17845 (bibtex-search-entry): Fix docstring. Simplify.
17846 (bibtex-flash-head, bibtex-complete-string-cleanup)
17847 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17848 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17849 (bibtex-parse-entry): New optional arg content.
17850 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17851 Use bibtex-text-in-field-bounds.
17852 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17853 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17854 bibtex-parse-string-postfix.
17855 (bibtex-find-text-internal): New function.
17856 (bibtex-remove-delimiters): Use it.
17857 (bibtex-find-text): Use it. New optional arg help.
17858 (bibtex-complete): Handle BibTeX string and preamble entries.
17859 (bibtex-Preamble): Fix order of closing delimiters.
17860
17861 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17862
17863 * vc.el (vc-default-revert): New fun.
17864
17865 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17866
17867 2005-12-14 Romain Francoise <romain@orebokech.com>
17868
17869 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17870 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17871 (font-lock-remove-keywords): Likewise.
17872
17873 2005-12-14 Juri Linkov <juri@jurta.org>
17874
17875 * log-view.el (log-view-diff): Doc fix.
17876
17877 * isearch.el (isearch-query-replace): Use (mark) instead of
17878 isearch-opoint if mark is active in transient-mark-mode.
17879
17880 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17881
17882 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17883
17884 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17885
17886 * progmodes/cpp.el (cpp-face): New widget.
17887 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17888
17889 2005-12-14 Juri Linkov <juri@jurta.org>
17890
17891 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17892 around `erase-buffer' and `insert'.
17893
17894 * descr-text.el (describe-text-properties): Replace buffer name
17895 "*Help-2*" with "*Help*<2>".
17896 (describe-char): Add functions print-help-return-message,
17897 toggle-read-only. Use help-setup-xref with nil to not store
17898 describe-char in help-xref-stack. Use help-make-xrefs to
17899 make [back] button.
17900
17901 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17902
17903 * wdired.el (wdired-old-point): New internal variable.
17904 (wdired-change-to-wdired-mode): Set it buffer-locally.
17905 (wdired-abort-changes): Restore point after aborting changes.
17906
17907 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17908
17909 * vc.el (vc-do-command): Add a new value t for okstatus.
17910
17911 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17912 frame in case of errors.
17913
17914 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17915
17916 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17917 so it comes after "On the Left" in the menu.
17918
17919 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17920
17921 * cus-edit.el (customize-apropos, customize-apropos-options)
17922 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17923
17924 2005-12-12 Bill Wohler <wohler@newt.com>
17925
17926 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17927 non-writable Subversion-controlled files by saving window
17928 configuration before calling vc-do-command. vc-do-command calls
17929 pop-to-buffer on error which is unexpected during registration.
17930
17931 2005-12-12 Jay Belanger <belanger@truman.edu>
17932
17933 * calc/README: Update the summary of changes.
17934
17935 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * descr-text.el (describe-char): Rework last fix to solve the problem
17938 is the same way it's solved for everything else in that function
17939 (i.e. by extracting the info before setting up the *Help* buffer).
17940
17941 2005-12-12 Kim F. Storm <storm@cua.dk>
17942
17943 * subr.el (version-regexp-alist): Allow space as separator before
17944 non-numeric part, e.g. "1.0 alpha".
17945 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17946
17947 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17948
17949 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17950 Implement Logging and the keep-modes setting.
17951 (org-get-category): Make sure a string is returned.
17952 (org-log-done): New function.
17953 (org-log-done, org-closed-string): New options.
17954
17955 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17956
17957 * tooltip.el (tooltip-y-offset): Change default to 20.
17958
17959 2005-12-12 Richard M. Stallman <rms@gnu.org>
17960
17961 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17962
17963 * frame.el (display-hourglass): Doc fix.
17964
17965 * help.el (help-for-help-internal): Simplify entry for `a'.
17966
17967 * info.el (Info-on-current-buffer): Doc fix.
17968 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17969
17970 * startup.el (inhibit-splash-screen): Make this the real name.
17971 (inhibit-startup-message): Make this the alias.
17972 (command-line): Find only simple.el, and use its directory
17973 to fill in other preloaded files' names.
17974 (command-line): Deactivate the mark if deactivate-mark is set.
17975
17976 * international/mule.el (load-with-code-conversion):
17977 Bind deactivate-mark.
17978
17979 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17980
17981 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17982
17983 * cus-edit.el (customize-apropos): Avoid listing an option more
17984 than once under different aliases. No longer list user options
17985 that are not defined with defcustom (unless a prefix arg is given).
17986 Doc fix.
17987 (customize-apropos-options): Doc fix.
17988
17989 2005-12-11 Juri Linkov <juri@jurta.org>
17990
17991 * frame.el (set-background-color, set-foreground-color)
17992 (set-cursor-color, set-mouse-color, set-border-color):
17993 Add explicit prompts to read colors by `facemenu-read-color'.
17994 (show-trailing-whitespace, blink-cursor-delay)
17995 (blink-cursor-interval, display-hourglass, hourglass-delay):
17996 Remove tags.
17997 (display-hourglass, hourglass-delay): Doc fix.
17998 (cursor-in-non-selected-windows): Capitalize words in tag.
17999
18000 * faces.el (frame-background-mode): Replace `choice-item' keywords
18001 with `const' to not make [default] button. Change default value tag
18002 from `default' to `automatic'. Doc fix.
18003 (trailing-whitespace) <defface>: Change group `whitespace' to
18004 `whitespace-faces'.
18005
18006 2005-12-11 Richard M. Stallman <rms@gnu.org>
18007
18008 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18009
18010 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18011
18012 * term/mac-win.el: Create keymap for mac-apple-event-map.
18013
18014 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18015
18016 * tooltip.el (tooltip-mode): Move to start of file so that it
18017 appears at top of customize buffer.
18018
18019 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18020 Add the gud groupname.
18021 (gud-tooltip-mode): Add the tooltip groupname.
18022 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18023 avoid conflict with tooltip-use-echo-area.
18024
18025 2005-12-10 Romain Francoise <romain@orebokech.com>
18026
18027 * help.el (help-for-help-internal): Add `r' in doc string.
18028
18029 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18030
18031 * align.el (align-regexp, align-highlight-rule):
18032 Use region-beginning and region-end instead of point and mark, so that
18033 repetition (with `repeat-complex-command') recomputes the region
18034 bounds.
18035
18036 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18037
18038 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18039 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18040 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18041 (balance-windows): Rewrite using the above new functions.
18042
18043 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18044
18045 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18046 react if global-hi-lock-mode seems intended.
18047 (global-hi-lock-mode): Renamed from hi-lock-mode.
18048 (hi-lock-archaic-interface-message-used)
18049 (hi-lock-archaic-interface-deduce): New variables.
18050 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18051 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18052 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18053 Replace hi-lock-buffer-mode with hi-lock-mode.
18054
18055 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18056
18057 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18058 completion list, even after a partial completion has been
18059 inserted in the current buffer. If there are more than 1
18060 completion, redisplay the *Completions* buffer; if the
18061 completion is unique, delete the *Completions* window.
18062
18063 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18064
18065 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18066 strings and long subject lines that were broken into multiple
18067 lines at arbitrary places. Handle subjects that have "Re: " in
18068 the middle.
18069
18070 2005-12-10 John W. Eaton <jwe@octave.org>
18071
18072 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18073 comments or strings if octave-auto-indent is nil.
18074
18075 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18076
18077 * term/mac-win.el: Require url when compiling.
18078 Call mac-process-deferred-apple-events after loading init files.
18079 (mac-apple-event-map): New defvar. Define event handlers in it.
18080 (core-event, internet-event): New Apple event class symbols.
18081 (open-application, reopen-application, open-documents)
18082 (print-documents, open-contents, quit-application)
18083 (application-died, show-preferences, autosave-now, get-url):
18084 New Apple event ID symbols.
18085 (about): New HICommand ID symbol.
18086 (mac-event-spec, mac-event-ae): New macros.
18087 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18088 (mac-ae-selection-range, mac-ae-text-for-search)
18089 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18090 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18091 and Services menu events are now defined in mac-apple-event-map.
18092 (mac-drag-n-drop): Remove selection range handling.
18093
18094 2005-12-10 Kenichi Handa <handa@m17n.org>
18095
18096 * simple.el (zap-to-char):
18097 * isearch.el (isearch-process-search-char): Translate CHAR by
18098 translation-table-for-input.
18099
18100 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18101
18102 * foldout.el (foldout-exit-fold): Properly hide subtree.
18103
18104 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18105
18106 * files.el (save-buffer):
18107 * international/ucs-tables.el (ucs-set-table-for-input):
18108 * mail/mail-extr.el (mail-extract-address-components):
18109 * mail/sendmail.el (mail-mode): Reformat doc string.
18110
18111 2005-12-09 Juri Linkov <juri@jurta.org>
18112
18113 * isearch.el (isearch-highlight): Change main overlay priority
18114 from 1 to 1001. Simplify.
18115 (isearch-lazy-highlight-update): Change lazy overlay priority
18116 from 0 to 1000.
18117
18118 * replace.el (replace-highlight): Change overlay priority from
18119 1 to 1001.
18120
18121 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18122 Change overlay priority from 1 to 1001. Reuse existing overlay.
18123
18124 * compare-w.el (compare-windows-highlight): Change overlay
18125 priority from 1 to 1000.
18126
18127 * menu-bar.el (menu-bar-edit-menu): Add listp around
18128 pending-undo-list to disable menu item "undo" when pending
18129 undo list is empty.
18130
18131 * locate.el (locate): Disable undo in *Locate* buffer.
18132
18133 2005-12-09 Kim F. Storm <storm@cua.dk>
18134
18135 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18136
18137 2005-12-09 David Ponce <david@dponce.com>
18138
18139 * recentf.el: Improvement of the menu code.
18140 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18141 instead of menu hook.
18142 (recentf-show-menu, recentf-hide-menu): New functions.
18143 (recentf-menu-customization-changed, recentf-mode): Use them.
18144 (recentf-menu-action, recentf-max-menu-items)
18145 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18146 (recentf-arrange-by-rule-others)
18147 (recentf-arrange-by-rules-min-items)
18148 (recentf-arrange-by-rule-subfilter): Don't use
18149 `recentf-menu-customization-changed'.
18150 (recentf-arrange-rules): Likewise. Accept functions to compute
18151 sub-menu titles.
18152 (recentf-menu-filter): Likewise. Doc fix.
18153 (recentf-menu-value-shortcut): Doc fix.
18154 (recentf-dump-variable): Quote atom value.
18155 (recentf-make-menu-items): Update to use it as a menu filter.
18156 (recentf-match-rule): New function.
18157 (recentf-arrange-by-rule): Use it.
18158 (recentf-indirect-mode-rule): New function.
18159 (recentf-build-mode-rules): Use it.
18160 (recentf-dir-rule): New function.
18161 (recentf-arrange-by-dir): Use it.
18162 (recentf-filter-changer-current): Rename from
18163 `recentf-filter-changer-state'. All references updated.
18164 (recentf-filter-changer-alist): Update filter names.
18165 (recentf-filter-changer-select): New function.
18166 (recentf-filter-changer): Use it. Make a sub-menu from filters
18167 available in `recentf-filter-changer-alist'.
18168 (recentf-data-cache, recentf-clear-data)
18169 (recentf-update-menu): Remove. All references updated.
18170 (recentf-match-rule-p, recentf-build-dir-rules)
18171 (recentf-filter-changer-goto-next)
18172 (recentf-filter-changer-get-current)
18173 (recentf-filter-changer-get-next): Remove.
18174
18175 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18176
18177 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18178 buffer "Reset" button to "Reset to Current" for consistency with
18179 the State buttons.
18180
18181 2005-12-08 John Paul Wallington <jpw@pobox.com>
18182
18183 * ibuf-ext.el (define-ibuffer-filter filename):
18184 If `dired-directory' is a list then really use its car.
18185
18186 2005-12-08 Kim F. Storm <storm@cua.dk>
18187
18188 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18189 Fix indention of text on right side of replaced rectangle.
18190
18191 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18192
18193 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18194 No need to check gud-comint-buffer is bound.
18195 (gdb): Prevent multiple debugging when first session uses gdba.
18196
18197 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18198
18199 CC Mode update to 5.31.
18200
18201 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18202 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18203 We might do this function properly in the future).
18204
18205 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18206 New macros c-sentence-end and c-default-value-sentence end, to cope
18207 with Emacs 22's new function `sentence-end'.
18208
18209 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18210
18211 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18212 compat issue using `c-put-overlay' and `c-delete-overlay'.
18213
18214 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18215 New compat macros to handle overlays/extents.
18216
18217 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18218
18219 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18220 (for GNU Emacs 20.4).
18221
18222 * progmodes/cc-defs.el
18223 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18224
18225 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18226 highlighting mechanism so it will work in XEmacs too.
18227
18228 * progmodes/cc-defs.el: Insert c-int-to-char.
18229
18230 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18231 call to the new macro c-int-to-char. This solves XEmacs's
18232 regarding characters as different from integers.
18233
18234 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18235
18236 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18237 New internal helper.
18238
18239 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18240 construct to make the indirect face lookup work in XEmacs.
18241
18242 (c-cpp-matchers): Append the negation char face to the existing
18243 fontification, so that the cpp face doesn't disappear.
18244 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18245 and strings.
18246
18247 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18248 to map to `font-lock-negation-char-face' in emacsen where it exists.
18249
18250 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18251
18252 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18253
18254 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18255 Rename "c-subword-move-mode" as "c-subword-mode".
18256
18257 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18258 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18259
18260 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18261
18262 * progmodes/cc-mode.el: Added autoload directive for
18263 `c-subword-move-mode' for use in older emacsen.
18264
18265 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18266
18267 * progmodes/cc-mode.el:
18268 (i): Insert a binding for C-c C-backspace into
18269 c-bind-special-erase-keys which works in TTYs.
18270 (ii): Make sure that when file styles are used, any explicitly
18271 given style variables take priority over those in the style.
18272 Do this by calling `hack-local-variables' a second time.
18273
18274 * progmodes/cc-vars.el: Add language specific customization
18275 widgets for AWK to c-doc-comment-style, c-require-final-newline
18276 and c-default-style. Add a defcustom for awk-mode-hook.
18277 Give c-syntactic-element and c-syntactic-context doc-strings by
18278 directly setting their `variable-documentation' propery.
18279 This allows Emacs 22.1 to read these with C-h v.
18280
18281 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18282
18283 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18284
18285 * progmodes/cc-fonts.el, cc-vars.el
18286 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18287 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18288 Masatake YAMATO.
18289
18290 (c-doc-comment-style): Made GtkDoc default in C mode.
18291
18292 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18293 and C-c C-<delete>.
18294
18295 (c-bind-special-erase-keys): New function for use on
18296 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18297
18298 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18299 <delete> key behavior in XEmacs according to `delete-forward-p'.
18300 C.f. `c-electric-delete'.
18301
18302 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18303
18304 * progmodes/cc-mode.el: Give c-hungry-backspace and
18305 c-hungry-delete-forward permanent key bindings.
18306
18307 * progmodes/cc-cmds.el (c-electric-semi&comma):
18308 Bind c-syntactic-context for calls to "criteria functions", for
18309 consistency with other calls to user functions.
18310
18311 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18312 `current-prefix-arg', since this might be the prefix arg to a
18313 command which calls c-indent-command as a function. Change the
18314 interactive spec from "p" to "P".
18315
18316 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18317 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18318 was difficult to understand.
18319
18320 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18321
18322 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18323 first char of an identifier.
18324
18325 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18326 +" syntax in C++.
18327
18328 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18329
18330 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18331 auto-fill doesn't split a c-comment's last word from a hanging
18332 "*/" when a space is typed between them after fill-column.
18333
18334 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18335
18336 * progmodes/cc-styles.el (c-set-style)
18337 (c-setup-paragraph-variables): Abort the command if we're not in a
18338 CC Mode buffer.
18339
18340 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18341 with blank comment-prefix, and a blank line as the comment's
18342 second line.
18343
18344 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18345
18346 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18347 Incorporate the patterns added in the Emacs development branch
18348 for the new Emacs 22 face `font-lock-negation-char-face'.
18349
18350 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18351 of "red" since it stands out better in xterms and DOS terminals.
18352
18353 * progmodes/cc-engine.el (c-literal-faces):
18354 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18355
18356 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18357
18358 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18359 forcibly enable c-electric-flag.
18360
18361 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18362 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18363 after the comment-prefix of a C-style comment will close that comment.
18364
18365 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18366
18367 * progmodes/cc-fonts.el (c-basic-matchers-before)
18368 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18369 in Pike.
18370
18371 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18372 digraphs.
18373
18374 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18375 (c-cpp-message-directives, c-cpp-include-directives)
18376 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18377 (c-cpp-expr-directives): Introduce new language constants to
18378 control cpp syntax in a cleaner way.
18379
18380 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18381
18382 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18383
18384 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18385 (c-multiline-string-start-char): New language constants and
18386 variables to specify how newlines in string literals work.
18387
18388 (c-font-lock-invalid-string): Use them.
18389
18390 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18391 unbalanced close brace is entered. Optimization by avoiding going
18392 back over arbitrarily large blocks. Removed hints that this
18393 function only would be relevant/useful in AWK.
18394
18395 (c-electric-brace): Indent syntactically after the cleanups since
18396 lineup functions might do it differently then.
18397
18398 * progmodes/cc-engine.el, cc-langs.el
18399 (c-opt-op-identifier-prefix): New language constant and variable.
18400
18401 (c-just-after-func-arglist-p, c-after-special-operator-id)
18402 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18403
18404 * progmodes/cc-align.el, cc-engine.el
18405 (c-after-special-operator-id): New helper to handle C++ operator
18406 identifiers.
18407
18408 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18409 (c-guess-basic-syntax): Handle C++ operator identifiers in
18410 declarations.
18411
18412 * progmodes/cc-langs.el (c-assignment-operators): Add the
18413 trigraph version of ^= too.
18414
18415 * progmodes/cc-langs.el (c-assignment-operators): Add the
18416 trigraph version of |= in C++.
18417
18418 * progmodes/cc-fonts.el (c-font-lock-declarators):
18419 Handle `c-decl-hangon-kwds' after the identifier name.
18420
18421 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18422 whether an arglist is "nonempty", ignore a comment after the open
18423 paren if it isn't followed by a non-comment token on the same line.
18424
18425 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18426 Enable heuristics below the point to cope with classes inside special
18427 brace lists in Pike.
18428
18429 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18430
18431 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18432
18433 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18434
18435 * progmodes/cc-guess.el (cc-guess-install): New function to
18436 install an already guessed style in another buffer.
18437
18438 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18439 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18440 anyway if the change always is undone.
18441
18442 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18443
18444 Implement togglable electricity:
18445
18446 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18447 saying when it should be used.
18448
18449 * progmodes/cc-engine.el: Add the new buffer-local variable,
18450 c-electric-flag.
18451
18452 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18453 c-toggle-auto-newline.
18454
18455 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18456 c-toggle-auto-newline. Remove the binding for
18457 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18458 c-toggle-electric-state.
18459
18460 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18461
18462 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18463 c-\(forward\|backward\)-subword.
18464 (c-update-modeline): Add the new modeline flag `l' for
18465 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18466 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18467 Make the old name an alias of the new name.
18468 (c-toggle-electric-state): New function.
18469 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18470 Adapt these functions to do electric things only when
18471 c-electric-flag is non-nil.
18472 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18473 new functions from c-electric-brace.
18474 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18475 mode, so that the tentative extra newline doesn't change the
18476 syntax of the following brace.
18477 (c-electric-brace): Restructure by extracting the above functions.
18478 Tidy up the coding somewhat.
18479 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18480 restructure a bit.
18481
18482 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18483
18484 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18485 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18486
18487 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18488 (c-submode-indicators): Change name from `c-auto-hungry-string'
18489 since it's now used to track another submode.
18490
18491 (c-update-modeline): Convert to function and extended to check
18492 `c-subword-move-mode'.
18493
18494 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18495 Convert to compat aliases for `c-forward-subword' and
18496 `c-backward-subword'.
18497
18498 * progmodes/cc-subword.el: New functions and minor mode to handle
18499 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18500
18501 (c-forward-subword, c-backward-subword, c-mark-subword)
18502 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18503 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18504 Functions corresponding to the standard word handling functions.
18505
18506 (c-subword-move-mode): Minor mode that replaces all the standard
18507 word handling functions with their subword equivalences.
18508
18509 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18510
18511 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18512 entry for one-liner-defun.
18513
18514 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18515 name in its def-edebug-spec.
18516
18517 * progmodes/cc-cmds.el (c-electric-brace): Make the
18518 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18519 compacts space before a comment, if this will make things fit on
18520 one line.
18521
18522 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18523
18524 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18525
18526 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18527 clean-up one-liner-defun.
18528
18529 * progmodes/cc-styles.el: Add the new "awk" style.
18530
18531 * progmodes/cc-vars.el: Add description of one-liner-defun to
18532 c-cleanup-list's doc-string. New user options,
18533 c-max-one-liner-length. In c-default-style, set the default style
18534 for AWK to "awk".
18535
18536 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18537
18538 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18539 macros inside labels.
18540
18541 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18542 `c-at-statement-start-p' and `c-at-expression-start-p'.
18543
18544 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18545 error if the mark isn't set.
18546
18547 * progmodes/cc-engine.el (c-guess-continued-construct)
18548 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18549 accurately detect functions inside functions.
18550
18551 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18552 like `c-at-statement-start-p' that additionally recognizes commas
18553 and expression parentheses as delimiters.
18554
18555 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18556 to avoid heuristics that doesn't work for unclosed blocks.
18557 (c-at-statement-start-p): New function.
18558
18559 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18560 Objective-C directives, e.g. directives spanning lines should work
18561 reasonably well now.
18562
18563 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18564
18565 (c-forward-objc-directive): New function to move over any ObjC
18566 directive.
18567
18568 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18569 (c-basic-matchers-before): Use it.
18570
18571 (c-font-lock-objc-iip-decl): Remove.
18572
18573 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18574 in the template arglist recognition.
18575
18576 * progmodes/cc-styles.el (c-style-alist): Fix several
18577 inconsistencies in the Whitesmith style.
18578
18579 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18580 New lineup function to get lines after Whitesmith style blocks
18581 correctly indented.
18582
18583 (c-lineup-whitesmith-in-block): Back out the compensation for
18584 opening parens since it's done using `add' lists in the style
18585 definition instead. Don't use the anchor position since it varies
18586 too much between the syntactic symbols. :P
18587
18588 * progmodes/cc-vars.el (c-valid-offset): Update.
18589
18590 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18591 lists where the offsets are combined according to several
18592 different methods: `first', `min', `max', and `add'.
18593 Report offset evaluation errors with `c-benign-error' so that some kind
18594 of reindentation still is done.
18595
18596 * progmodes/cc-engine.el (c-guess-basic-syntax):
18597 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18598 `arglist-close'.
18599
18600 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18601 situations for `arglist-cont-nonempty' and `arglist-close'.
18602
18603 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18604
18605 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18606 cc-bytecomp-boundp' in a number of places.
18607
18608 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18609 macro related issue.
18610
18611 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18612
18613 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18614 list is now [asdf], a char class [:alpha:].
18615 Include code for char classes.
18616 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18617 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18618
18619 Remove (nearly all of) the cruft associated with AWK Mode's former
18620 concept of "virtual semicolons":
18621
18622 Adapt c-beginning-of-statement, c-end-of-statement (together with
18623 subfunctions) to use the new notion of "virtual semicolon" in
18624 place of the old awkward special handling for AWK. There remains
18625 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18626 * progmodes/cc-cmds.el:
18627 (c-ascertain-adjacent-literal): In the backwards direction, now
18628 recognises AWK regexp delimiters as string delimiters.
18629 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18630 check more rigorously for "end of macro".
18631 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18632 virtual semicolons;
18633 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18634 out the code for forward movement into ...
18635 (c-end-of-statement): Now contains the code for forward movement,
18636 adapted for virtual semicolons.
18637
18638 * progmodes/cc-engine.el:
18639 (c-ws*-string-limit-regexp): New regexp.
18640 (c-forward-single-comment, c-backward-single-comment): Comment out
18641 the (now redundant) "special" AWK stuff.
18642
18643 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18644 c-string-par-start, c-string-par-separate to be more like Text
18645 Mode than Fundamental Mode.
18646
18647 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18648
18649 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18650 to the fontified region so that fontification doesn't occur
18651 outside it (could happen e.g. when fontifying a line with an
18652 unfinished declaration).
18653
18654 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18655
18656 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18657 start of the file. ^L now separate sections of the file.
18658 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18659 (c-awk-one-line-possibly-open-string-re)
18660 (c-awk-regexp-one-line-possibly-open-char-class-re)
18661 (c-awk-one-line-possibly-open-regexp-re)
18662 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18663 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18664
18665 Amend the concept of "virtual semicolons" (in the indentation
18666 engine) for languages like AWK, such that they are now
18667 conceptually attached to end of the last token of a statement, not
18668 the end of the line. (In AWK Mode, however, the pertinent text
18669 property is still physically set on the EOL.) Remove the specific
18670 tests for awk-mode, thus facilitating the introduction of other
18671 language modes where EOLs can end statements.
18672 (Note: The funtionality in cc-cmds.el, specifically
18673 c-beginning/end-of-statement has yet to be amended.)
18674
18675 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18676 New macros.
18677
18678 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18679 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18680 c-vsemi-status-unknown-p-fn (in a new page).
18681
18682 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18683 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18684 numerous awkward forms like
18685 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18686 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18687 variable before-ws-ip, the place just after char-before-ip appears.
18688
18689 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18690 a comment.
18691
18692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18693
18694 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18695 `c-tentative-buffer-changes'.
18696
18697 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18698 convert to macro to choose between Emacs and XEmacs at compile time.
18699
18700 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18701
18702 (c-tentative-buffer-changes): New macro to handle temporary buffer
18703 changes in a convenient way.
18704
18705 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18706 for `c-tentative-buffer-changes'.
18707
18708 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18709 the checks for paren sexps between the point and the keyword, to
18710 avoid some false alarms.
18711
18712 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18713 Fixed a situation where an error could be thrown for unbalanced
18714 parens. Changed to make use of c-keyword-member' to avoid some
18715 repeated regexp matches.
18716
18717 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18718 These language variable are no longer necessary.
18719
18720 (c-block-stmt-kwds): New language constant used by
18721 c-looking-at-inexpr-block'.
18722
18723 (c-guess-basic-syntax): Remove an optional check that looked at
18724 the existence of the now removed language variables.
18725
18726 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18727 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18728 object instantiation expressions as declarations in some contexts.
18729 This bug only affected languages where the declarator can't be
18730 enclosed in parentheses.
18731
18732 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18733 insert newlines before and after substatement braces.
18734
18735 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18736 function declaration headers and the handling of C++ style member
18737 init lists.
18738
18739 (c-just-after-func-arglist-p): Rewritten to use
18740 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18741
18742 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18743
18744 (c-guess-basic-syntax): Adapt case 5B for the new
18745 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18746 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18747 covers all cases now).
18748
18749 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18750
18751 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18752
18753 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18754 c-string-par-start/separate c-sentence-end-with-esc-eol,
18755 initialised in c-setup-paragraph-variables, used in string
18756 scanning subroutines of c-beginning-of-statement.
18757
18758 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18759 which precedes the newly inserted `{'.
18760
18761 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18762
18763 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18764 function for declaration level blocks. It should now cope with
18765 templates better and also be a lot more comprehensible.
18766
18767 (c-looking-at-decl-block): The new function.
18768
18769 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18770 for compatibility.
18771
18772 (c-add-class-syntax, c-guess-continued-construct)
18773 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18774
18775 (c-decl-block-key): Change to tell apart ambiguous and
18776 unambiguous keywords. Pike specials are now handled directly in
18777 the code instead.
18778
18779 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18780 New language constants and variables to make the backward skip in
18781 `c-looking-at-decl-block' as tight as possible.
18782
18783 (c-nonsymbol-token-char-list): New language constant.
18784
18785 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18786 find balanced template arglists backwards.
18787
18788 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18789 making char classes for `c-syntactic-skip-backward'.
18790
18791 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18792 16D - can't be a class-close at that point.
18793
18794 * progmodes/cc-engine.el (c-guess-basic-syntax)
18795 (c-add-class-syntax): Don't narrow out the enclosing declaration
18796 level. This makes everything a lot easier, and it was actually
18797 only four small places that needed it to work. Some places that
18798 previously did `widen' are removed now, which has the effect that
18799 `c-guess-basic-syntax' never will look at things outside the
18800 current narrowment now. The anchor position for `topmost-intro'
18801 is affected by this, but it was so bogus it was basically useless
18802 before, and now it's equally bogus but in a slightly different way.
18803
18804 (c-narrow-out-enclosing-class): Gone.
18805
18806 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18807 the narrowed region.
18808
18809 (c-least-enclosing-brace): Remove silly optional argument.
18810
18811 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18812 the point could be left directly after an open paren when finding
18813 the beginning of the first decl in the block.
18814
18815 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18816 Specify which submatch to use.
18817
18818 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18819
18820 (c-decl-start-re): No longer any need for special treatment of
18821 ObjC due to the above.
18822
18823 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18824 presumably follows C in that regard.
18825
18826 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18827 New language constants to specify operator tokens inside
18828 identifiers in a more high level way.
18829
18830 (c-opt-identifier-prefix-key): New internal language constant.
18831
18832 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18833 (c-identifier-start, c-identifier-key): Now completely calculated
18834 from other constants.
18835
18836 (c-identifier-last-sym-match): Decommission since it's no longer used.
18837
18838 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18839
18840 * progmodes/cc-engine.el (c-forward-name): Remove the
18841 optimization when c-identifier-key is equal to c-symbol-key since
18842 it doesn't work in byte compiled files. Don't record empty
18843 regions as identifiers.
18844
18845 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18846 simplify access to `c-operators' and its likes.
18847
18848 (c-operator-list, c-all-op-syntax-tokens)
18849 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18850 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18851 (c-primary-expr-regexp, c-cast-parens): Use it.
18852
18853 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18854 an explicit language in functions.
18855
18856 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18857 variant of adornment.
18858
18859 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18860 variable.
18861
18862 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18863 the Pike value.
18864
18865 * progmodes/cc-engine.el (c-on-identifier)
18866 (c-simple-skip-symbol-backward): Small fix for handling "-"
18867 correctly in `skip-chars-backward'. Affected the operator lfun
18868 syntax in Pike.
18869
18870 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18871 diagnostic message about precompiled language vars not being used.
18872
18873 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18874 "__attribute__" is followed by a parenthesis.
18875
18876 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18877 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18878 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18879
18880 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18881 Internal cleanups to properly detect the declared identifiers in
18882 various declarations.
18883
18884 (c-decl-start-kwds): New language constant to recognize
18885 declarations that can start anywhere. Used for class declarations
18886 in Pike.
18887
18888 (c-specifier-key, c-not-decl-init-keywords)
18889 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18890 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18891
18892 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18893 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18894 handling of the compiler specific extension keywords into a new
18895 language constant `c-decl-hangon-kwds' that defines keyword
18896 clauses to be ignored in declarations.
18897
18898 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18899 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18900 Necessary to stop at the declared identifier in e.g. IDL valuetype
18901 declarations.
18902
18903 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18904 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18905 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18906 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18907 class and enum declarations as such and not as part of the type.
18908
18909 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18910 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18911
18912 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18913 declarations when there's some syntax error later on.
18914
18915 (c-complex-decl-matchers): Did away with a reference to
18916 `c-specifier-key'.
18917
18918 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18919 value - this variable is always dynamically bound.
18920
18921 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18922 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18923 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18924 functions that might do hidden buffer changes: All such internal
18925 functions are now marked instead of those that don't.
18926
18927 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18928 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18929 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18930 (c-literal-type): Allow these functions to make hidden buffer changes,
18931 so that they are free to use text property caching later on.
18932
18933 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18934 (c-electric-brace, c-electric-slash, c-electric-star)
18935 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18936 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18937 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18938 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18939 with the changed semantics of the functions above.
18940
18941 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18942 when macros occur in obscure places. Optimized the sexp movement
18943 a bit.
18944
18945 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18946
18947 Enhancements for c-beginning-of-statement to work in AWK Mode:
18948
18949 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18950 (completed statement) with `}' (statement completed by closing
18951 brace or semicolon) and `$' (statement completed by EOL).
18952
18953 (c-awk-virtual-semicolon-ends-prev-line-p)
18954 (c-awk-virtual-semicolon-ends-line-p)
18955 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18956 (c-awk-at-statement-end-p): New functions.
18957
18958 * progmodes/cc-cmds.el: Simplify the structure of functions
18959 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18960 two functions and c-beginning-of-statement to handle AWK Mode.
18961
18962 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18963 c-backward-single-comment for AWK mode. Attempt to clarify their
18964 doc-strings.
18965
18966 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18967
18968 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18969
18970 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18971 label handling. Labels are now recognized in a uniform and more
18972 robust way, regardless of context. Text properties are put on all
18973 labels to recognize the following declarations better.
18974 Multiword labels are handled both in indentation and fontification for
18975 the benefit of language extensions like Qt. For consistency, keywords
18976 in labels are now fontified with the label face instead.
18977 That also applies to "case" and "default".
18978
18979 (c-beginning-of-statement-1): Fix some bugs in the label
18980 handling. Disregard `c-nonlabel-token-key' in labels that begin
18981 with `c-label-kwds'.
18982
18983 (c-find-decl-spots): Support that the callback adds more
18984 `c-decl-end' spots to find.
18985
18986 (c-forward-decl-or-cast-1): Don't treat a list of plain
18987 identifiers followed by a colon as a declaration.
18988
18989 (c-forward-label): New function to recognize labels.
18990
18991 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18992 `c-forward-label'. Moved the label recognition cases (14 and 15)
18993 earlier since they aren't so context sensitive now. Handle labels
18994 on the top level gracefully. Moved access label recognition to
18995 the generic label case (CASE 15) - removed CASE 5E.
18996
18997 (c-font-lock-declarations): Add recognition of labels in the
18998 same round since we need to handle labels in parallell with other
18999 declarations to recognize both accurately. It should also improve
19000 speed.
19001
19002 (c-simple-decl-matchers, c-basic-matchers-after):
19003 Move `c-font-lock-labels' so that it only is used on decoration level 2
19004 since `c-font-lock-declarations' handles it otherwise.
19005
19006 (c-complex-decl-matchers): Remove the simplistic recognition of
19007 access labels.
19008
19009 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19010 with labels earlier.
19011
19012 (c-decl-start-re): New language variable to make
19013 `c-font-lock-declarations' stop for the special protection labels
19014 in Objective-C that start with `@'.
19015
19016 (c-label-key): Remove since it's no longer used.
19017
19018 (c-recognize-colon-labels, c-label-prefix-re): New language
19019 constants to support recognition of generic colon-terminated labels.
19020
19021 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19022 are colon terminated labels.
19023
19024 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19025 first argument starts with a special brace list.
19026
19027 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19028 (c-font-lock-declarations): Break out the declaration and cast
19029 recognition from `c-font-lock-declarations' to a new function, so
19030 that it can be used in the indentation engine.
19031
19032 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19033 up to the start of the literal. Fixed bug with the point on the
19034 wrong side of the search limit that could happen when the start
19035 position is inside a literal.
19036
19037 * progmodes/cc-engine.el (c-parse-state)
19038 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19039 so that it's kept a little bit back to increase the hit rate.
19040
19041 (c-parse-state): Change the macro handling and fixed some
19042 glitches. Macro context is checked more often than necessary now,
19043 but otoh less garbage conses are generated.
19044
19045 * progmodes/cc-engine.el (c-parse-state)
19046 (c-invalidate-state-cache): Cache the last position where
19047 `c-state-cache' applies. This can speed up refontification quite
19048 a bit in blocks where there are many non-brace parens before the point.
19049
19050 (c-state-cache-end): New variable for this.
19051
19052 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19053 cache variable.
19054
19055 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19056 get close initial continue positions when the start position is
19057 inside a literal or macro. Do not call the callback for spots
19058 before the start position (which can happen e.g. for `c-decl-end'
19059 spots inside comments). Optimize better in special cases when the
19060 region is a single line inside a literal or macro (typically when
19061 the current line is refontified).
19062
19063 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19064 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19065 entries from the paren state.
19066
19067 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19068 special case for "else if" clauses.
19069
19070 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19071 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19072
19073 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19074 New language variable to recognize the gcc extension with statement
19075 blocks inside expressions.
19076
19077 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19078 it somewhat more comprehensible. The argument AT-BLOCK-START is
19079 no longer used and hence removed.
19080
19081 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19082 to `c-add-stmt-syntax'.
19083
19084 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19085 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19086 This fixes bogus label recognition.
19087
19088 * progmodes/cc-engine.el (c-add-type, c-check-type)
19089 (c-forward-name, c-forward-type): Improve storage of template
19090 types in `c-found-types' so that they can be recognized better.
19091
19092 (c-syntactic-content): Add option to skip past nested parens.
19093
19094 * progmodes/cc-engine.el (c-forward-name):
19095 Set `c-last-identifier-range' all the time. It's less work that way.
19096 Handle that there might not be an identifier to store in
19097 `c-last-identifier-range'.
19098
19099 (c-forward-type): Handle that `c-last-identifier-range' might be
19100 nil from `c-forward-name'.
19101
19102 * progmodes/cc-defs.el (c-safe-scan-lists)
19103 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19104
19105 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19106 to work even if the form fails.
19107
19108 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19109 down in a large file in one go.
19110
19111 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19112
19113 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19114 function which is like `c-lineup-math' but returns nil instead of
19115 `c-basic-offset' when it doesn't match.
19116
19117 (c-lineup-math): Change to use `c-lineup-assignments'.
19118
19119 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19120
19121 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19122 c-beginning-of-statement. New subfunctions
19123 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19124
19125 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19126
19127 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19128 hardcoded char classes whereever possible. Changed a couple of
19129 places to use skip by syntax instead of skip by char class.
19130
19131 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19132 Fix a bug in the regexp that caused extreme backtracking.
19133
19134 * progmodes/cc-langs.el (c-block-comment-starter)
19135 (c-block-comment-ender): New language constants to specify in a
19136 single place how block comments look.
19137
19138 (c-comment-start-regexp, c-block-comment-start-regexp)
19139 (comment-start, comment-end, comment-start-skip)
19140 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19141 (c-syntactic-ws, c-nonempty-syntactic-ws)
19142 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19143 `c-line-comment-starter', `c-block-comment-starter' and
19144 `c-block-comment-ender'.
19145
19146 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19147 New language constants to break up things a bit.
19148
19149 (c-simple-ws): New language constant for simple whitespace.
19150
19151 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19152
19153 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19154 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19155 newlines. Allow and ignore nil elements in the list.
19156
19157 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19158
19159 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19160 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19161
19162 * progmodes/cc-cmds.el: Tidy up the comments in
19163 c-beginning-of-statement and subfunctions.
19164
19165 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19166 more flexible c-put-char-property and c-clear-char-properties.
19167 Add the author's email address.
19168
19169 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19170
19171 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19172 closing "*/" of a block comment.
19173
19174 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19175 subfunctions) so that it works at BOB and EOB.
19176
19177 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19178 c-beginning-of-statement, including new variable
19179 c-block-comment-start-regexp.
19180
19181 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19182
19183 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19184 symbols from `*-font-lock-extra-types' so that there's no need to
19185 use `regexp-opt' on those lists.
19186
19187 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19188 `c-type-modifier-kwds' is empty.
19189
19190 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19191 there are several strings on the same line.
19192
19193 * progmodes/cc-engine.el (c-literal-limits): Remove the
19194 compatibility function for older emacsen. `c-literal-limits-fast'
19195 has now taken the place of this function.
19196
19197 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19198 with older emacsen: We now require `pps-extended-state'.
19199
19200 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19201
19202 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19203 which obviates the need to hack sentence-end. This now handles
19204 escaped newlines in strings correctly. Correct minor bugs in
19205 c-move-over-sentence and in c-beginning-of-statement.
19206
19207 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19208 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19209 that movement over macros and code are rigorously separated from
19210 eachother. Correct a few incidental bugs.
19211
19212 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19213 Improve its doc-string. Improve the handling of certain specific cases.
19214
19215 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19216
19217 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19218 (c-guess-basic-syntax): Change the way class-level labels are
19219 recognized; they can now contain essentially any symbols.
19220
19221 (c-opt-extra-label-key): New language variable to cope with the
19222 special protection label syntax in Objective-C.
19223
19224 (c-opt-access-key): Remove; this is now handled better by
19225 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19226
19227 (c-complex-decl-matchers): Update to handle that
19228 `c-opt-access-key' no longer exists.
19229
19230 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19231 improved label recognition in `c-beginning-of-statement-1'.
19232
19233 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19234 Recognize bitfields better.
19235
19236 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19237 Remove some cruft and fixed a bug that could cause it to go to a
19238 position further down.
19239
19240 * progmodes/cc-langs.el, cc-engine.el
19241 (c-beginning-of-statement-1): Improve detection of labels in
19242 declaration contexts.
19243
19244 (c-beginning-of-decl-1): Use it.
19245
19246 (c-nonlabel-token-key): New language constant and variable needed
19247 by `c-beginning-of-statement-1'.
19248
19249 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19250 manifested itself due to the correction in `c-forward-sexp'.
19251
19252 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19253 Make these behave as documented when used at the buffer limits.
19254
19255 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19256 (c-type-decl-end-used): Made this a language variable.
19257
19258 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19259 correctly when `combine-after-change-calls' is used together with
19260 temporary narrowings.
19261
19262 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19263 Report labels correctly when the start point is immediately after the
19264 colon.
19265
19266 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19267 Remove since it isn't used anymore.
19268
19269 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19270 bracket arglists such as template parens in C++.
19271
19272 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19273 in the last check-in. Some optimization.
19274
19275 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19276 where it could stop at the same level in a preceding sexp when
19277 PAREN-LEVEL is set.
19278
19279 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19280 text property lookup only when it's needed.
19281
19282 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19283 Change the policy for paren marked angle brackets to be more
19284 persistent; once marked they remain marked even when they're found
19285 to be unbalanced in the searched region. This should keep the
19286 paren syntax around even when individual lines are refontified in
19287 multiline template arglists.
19288
19289 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19290 to control markup so that incorrect angle bracket arglists aren't
19291 marked in contexts where the correct value for
19292 `c-disallow-comma-in-<>-arglists' isn't known.
19293
19294 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19295 argument has become `c-parse-and-markup-<>-arglists'.
19296
19297 (c-remove-<>-arglist-properties): Remove - no longer used.
19298
19299 (c-after-change-check-<>-operators): New function used on
19300 `after-change-functions' to avoid that "<" and ">" characters that
19301 are part of longer operators have paren syntax.
19302
19303 (c-<>-multichar-token-regexp): New language variable used by
19304 `c-after-change-check-<>-operators'.
19305
19306 (c-after-change): Call `c-after-change-check-<>-operators'.
19307
19308 (c-font-lock-<>-arglists): Use the context properties set by
19309 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19310 correctly to avoid doing invalid markup.
19311
19312 (c-font-lock-declarations): Remove code that undoes the invalid
19313 markup done by `c-font-lock-<>-arglists'.
19314
19315 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19316 after `c-font-lock-declarations'.
19317
19318 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19319 Add paren-level feature.
19320
19321 (c-guess-basic-syntax): Improve the anchor position for
19322 `template-args-cont' in nested template arglists. There's still
19323 much to be desired in this area, though.
19324
19325 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19326
19327 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19328 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19329
19330 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19331
19332 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19333 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19334
19335 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19336 it doesn't work no longer are supported.
19337
19338 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19339 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19340 requires support for the syntax-table' text property, which rules
19341 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19342 cruft associated with those versions.
19343
19344 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19345 for the `syntax-table' text property, which rules out Emacs 19 and
19346 XEmacs < 21.4. Removed various compatibility cruft associated
19347 with those versions.
19348
19349 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19350 support for the `syntax-table' text property.
19351
19352 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19353 variable and use an extra quoted face name instead. All the
19354 emacsen flavors handle that correctly.
19355
19356 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19357 (c-font-lock-declarators, c-font-lock-declarations)
19358 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19359 property to mark the items in in declarator lists to handle
19360 refontification inside multiline declarations better.
19361
19362 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19363 construct like "a * b = c;" as a declaration.
19364
19365 2005-12-08 Kim F. Storm <storm@cua.dk>
19366
19367 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19368 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19369 select either meta, hyper, or super modifier for rectangle commands.
19370 (cua--rectangle-modifier-key): New defvar.
19371 (cua--M/H-key): Use it. Remove special case for `space'.
19372 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19373 on X, to meta otherwise. Always bind C-return to toggle
19374 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19375
19376 * emulation/cua-rect.el (cua-help-for-rectangle):
19377 Use cua--rectangle-modifier-key. Handle super modifier too.
19378 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19379 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19380
19381 * ido.el: Move Acknowledgements and History after Commentary.
19382 Minor changes to Commentary.
19383
19384 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19385 keymap if cua--prefix-override-timer is `shift'.
19386 (cua--shift-control-prefix): New function; emulate "type prefix
19387 key twice" functionality to handle shifted prefix key override.
19388 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19389 New commands.
19390 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19391
19392 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19393
19394 * textmodes/org.el (org-insert-heading): Try to do items before
19395 headings.
19396 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19397 (org-insert-item): New function.
19398 (org-renumber-ordered-list): Don't skip to higher level lists.
19399
19400 2005-12-08 Juri Linkov <juri@jurta.org>
19401
19402 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19403
19404 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19405
19406 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19407
19408 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19409 the constructed function name fun-1.
19410
19411 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19412 because such links don't lead to parent documentation.
19413
19414 2005-12-08 Kenichi Handa <handa@m17n.org>
19415
19416 * descr-text.el (describe-char): Use *Help-2* buffer if the
19417 current buffer is *Help*. Call describe-text-properties while
19418 setting the original buffer.
19419
19420 2005-12-07 Bill Wohler <wohler@newt.com>
19421
19422 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19423 and causes problems with non-MH users (such as Gnus users).
19424
19425 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19426
19427 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19428 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19429 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19430 command "info sources". Move calls to GDB command "list".
19431 (gdb-find-file-hook): Just use gdb-source-file-list.
19432 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19433 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19434 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19435 (gdb-data-list-register-values-handler): Use correct trigger name.
19436
19437 2005-12-07 Kim F. Storm <storm@cua.dk>
19438
19439 * ido.el (ido-completion-map): Rename from ido-mode-map.
19440 (ido-common-completion-map, ido-file-completion-map)
19441 (ido-file-dir-completion-map, ido-buffer-completion-map):
19442 Rename from ido-mode-....-map.
19443 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19444 (ido-setup-completion-map): Rename from ido-define-mode-map.
19445 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19446 to ido-completion-map.
19447
19448 2005-12-07 Kenichi Handa <handa@m17n.org>
19449
19450 * international/mule-cmds.el
19451 (set-display-table-and-terminal-coding-system): If the coding
19452 system specified in `unibyte-display' property is different from
19453 the arg coding-system, don't setup standard-display-table.
19454
19455 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19458 that comments end at \n, regardless of selective-display.
19459
19460 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19461
19462 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19463 (gdb-version): New variables.
19464 (gdb-source-file-list, gdb-register-names)
19465 (gdb-changed-registers): New variables for use with GDB 6.4+.
19466 (gdb-ann3): Replace with...
19467 (gdb-init-1, gdb-init-2): ...two new functions.
19468 (gdba, gdb-prompt): Call gdb-init-1.
19469 (gdb-get-version): New function. Call gdb-init-2 from here.
19470 (gud-watch): Make it work with mouse events too.
19471 (gdb-post-prompt): Don't add to queue until GDB version is known.
19472 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19473 (gdb-locals-mode): Use gdb-version.
19474 (gdb-memory-format-map, gdb-memory-unit-map)
19475 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19476 (gdb-locals-font-lock-keywords-1)
19477 (gdb-locals-font-lock-keywords-2): New variables.
19478 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19479 (gdb-set-gud-minor-mode-existing-buffers-1)
19480 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19481 (gdb-var-update-1, gdb-var-update-handler-1)
19482 (gdb-data-list-register-values-handler)
19483 (gdb-data-list-register-values-custom)
19484 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19485 (gdb-stack-list-locals-handler, gdb-get-register-names):
19486 New functions for use with GDB 6.4+.
19487 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19488 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19489 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19490 (gdb-stack-list-locals-regexp)
19491 (gdb-data-list-register-names-regexp): New regexps for use with
19492 GDB 6.4+.
19493
19494 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19495
19496 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19497
19498 2005-12-06 Nozomu Ando <nand@mac.com>
19499
19500 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19501 prompts work for AUTH PLAIN. Also reported by Steve Allan
19502 <seallan@verizon.net>.
19503
19504 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19505
19506 * frame.el (set-frame-parameter): Add doc string.
19507
19508 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19509
19510 * textmodes/org.el (org-occur-highlights): New variable.
19511 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19512 (org-highlight-sparse-tree-matches): New option.
19513 (org-do-occur): New function.
19514 (org-get-heading): Make it work also at beginning of line.
19515 (org-category-table): New variable.
19516 (org-get-category-table, org-get-category)
19517 (org-camel-to-words, org-link-search): New functions.
19518 (org-select-this-todo-keyword): New variable.
19519 (org-todo-list): New command.
19520 (org-shiftright, org-shiftleft): New commands.
19521 (org-agenda-todo): Add prefix argument.
19522 (org-show-hierarchy-above): New option.
19523 (org-show-todo-tree): Numerical prefix creates tree for specific
19524 TODO keyword.
19525 (org-outline-level): New function, to assign a level to plain
19526 lists items.
19527 (org-cycle-include-plain-lists): New option.
19528 (org-mode): Use `org-outline-level' as value of `outline-level'.
19529 (org-cycle): Temporarily switch `outline-regexp' if
19530 `org-cycle-include-plain-lists' is non-nil.
19531 (org-start-icalendar-file): Fix format bug.
19532 (org-agenda-get-day-entries): Create category table.
19533 (org-agenda-get-todos, org-agenda-get-timestamps)
19534 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19535 (org-agenda-get-blocks): Use `org-get-category'.
19536 (org-context-in-file-links): Rename from
19537 `org-line-numbers-in-file-links'.
19538
19539 2005-12-06 Romain Francoise <romain@orebokech.com>
19540
19541 * window.el (balance-windows): Delete extraneous third arg in call
19542 to `enlarge-window'.
19543
19544 2005-12-06 Kenichi Handa <handa@m17n.org>
19545
19546 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19547
19548 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19549
19550 * progmodes/gdb-ui.el (gdb-var-create-handler)
19551 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19552 (gdb-var-list-children-handler, gdb-var-update-handler):
19553 Current buffer is already gdb-partial-output-buffer, don't
19554 make it current again.
19555
19556 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19557
19558 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19559 (list-buffers-noselect): Use it.
19560
19561 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19562
19563 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19564 (mail-yank-ignored-headers): Use regexp-opt.
19565 (mail-mode-map): Move initialization into declaration.
19566 (mail-sent-via): Remove unused shadowed var `to-line'.
19567 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19568 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19569 (mail-do-fcc): Use dolist and push.
19570 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19571 (mail-yank-ignored-headers): Don't autoload.
19572
19573 2005-12-05 Kenichi Handa <handa@m17n.org>
19574
19575 * international/mule-cmds.el (set-language-info-internal): New fun.
19576 (set-language-info): Call set-language-info-internal to update
19577 language-info-alist. If LANG-ENV is the current one, call
19578 set-language-environment to make INFO effective now.
19579 (set-language-info-alist): Likewise.
19580 (locale-language-names): With locale "en", use English
19581 lang. env. but set the default codings to iso-8859-1.
19582
19583 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19584
19585 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19586 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19587 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19588 for plain strings.
19589 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19590 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19591 Create registers buffer if necessary. Echo new state in minibuffer.
19592 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19593
19594 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19595
19596 * info.el (Info-fontify-node): Match external links using
19597 non-directory part of filename.
19598
19599 2005-12-04 Juri Linkov <juri@jurta.org>
19600
19601 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19602 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19603 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19604 because there is no customization option for it.
19605
19606 * font-lock.el (lisp-font-lock-keywords-1):
19607 Add define-global-minor-mode.
19608
19609 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19610
19611 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19612 properties on the constructed variable names.
19613
19614 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19615 Put `definition-name' properties on the constructed function names
19616 next-sym and prev-sym.
19617
19618 * emacs-lisp/find-func.el (find-function-regexp):
19619 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19620 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19621 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19622 and easy-menu-define.
19623
19624 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19625 easy-mmode-define-global-mode and define-global-minor-mode.
19626 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19627
19628 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19629 instead of easy-mmode-define-global-mode.
19630
19631 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19632 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19633
19634 * cus-edit.el (customize-group, customize-group-other-window):
19635 Filter out autoloaded options from the group completion list by
19636 using heuristics that autoloaded groups don't have `custom-autoload'
19637 property on their symbols (they have only `custom-loads').
19638
19639 * simple.el (completion-setup-function): Put completions-common-part
19640 face on complete completion string too (i.e. completion string
19641 without completions-first-difference face).
19642
19643 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19644
19645 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19646
19647 * view.el (view-mode): Doc fix.
19648
19649 * disp-table.el (standard-display-european): Add to the warning
19650 message a reference to the doc string.
19651
19652 * play/yow.el (apropos-zippy): Call print-help-return-message,
19653 similar to other Help and Apropos commands.
19654
19655 * help.el (print-help-return-message): If pop-up-frames is
19656 non-nil, set up help-return-method to delete the help window and,
19657 possibly, its frame as well, and don't display message about
19658 scrolling the help window. Doc fix.
19659 (help-return-method): Doc fix.
19660
19661 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19662
19663 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19664 whereby names of length one or names starting with a
19665 symbol-constituent character would not be returned.
19666
19667 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19668
19669 * subr.el (atomic-change-group): Add edebug and indentation spec.
19670
19671 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * completion.el (save-completions-file-name): Fix typo in last change.
19674
19675 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19676
19677 * info.el: Move back/forward history to the beginning of the tool bar.
19678
19679 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19680
19681 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19682 Add fset of allout-real-isearch-abort during compile to fix
19683 byte-compilation warnings.
19684 (allout-mode-p): Move definition of this macro above all uses, or
19685 byte compilation in barren Emacs (eg, during Emacs build) will
19686 lack the definition.
19687 (allout-mode): Move this variable above any uses, or byte
19688 compilation will fail.
19689 (allout-resolve-xref): Remove use of personal file-reference function.
19690 (allout-toggle-current-subtree-encryption): Do the current (ie,
19691 visible containing) topic, rather than nearest around point. Doc fix.
19692 (allout-toggle-subtree-encryption): New function, workhorse that
19693 works on nearest topic containing point.
19694 (allout-encrypt-string): Signal requirement for newer version of pgg.
19695 (allout-resumptions): Doc fix.
19696
19697 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19698
19699 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19700
19701 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19702
19703 * textmodes/flyspell.el (flyspell-external-point-words):
19704 Consider a misspelling as found in the string search if: (a) misspelling
19705 and found string lengths match, or (b) misspelling is found as
19706 element in a boundary-chars separated longer string, or (c)
19707 ispell-program-name is really ispell and misspelling is found as
19708 part of a TeX string. After successful match move beginning of
19709 search region to end of match. Warn about not found misspellings
19710 once the process is done.
19711 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19712
19713 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19714
19715 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19716 tool bar (removed inadvertently).
19717
19718 2005-12-02 Juri Linkov <juri@jurta.org>
19719
19720 * log-view.el (log-view-diff): Clarify doc string.
19721
19722 2005-12-01 Bill Wohler <wohler@newt.com>
19723
19724 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19725 triggers lm-verify errors.
19726
19727 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19728
19729 * simple.el (transient-mark-mode, line-number-mode)
19730 (column-number-mode, size-indication-mode): Remove `:require nil'.
19731
19732 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19733
19734 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19735 in the margin also.
19736 (gdb-breakpoints-mode-map): Use D instead of d for
19737 gdb-delete-breakpoint.
19738 (gdb-get-frame-number): Require a number to match on.
19739 (gdb-threads-mode-map): Add follow-link binding.
19740
19741 2005-11-30 Jason Rumney <jasonr@gnu.org>
19742
19743 * isearch.el (isearch-mode-map): Avoid exiting search on
19744 language-change event.
19745
19746 2005-11-30 Romain Francoise <romain@orebokech.com>
19747
19748 * speedbar.el (speedbar-default-position): New defcustom.
19749 (speedbar-frame-reposition-smartly): Use it.
19750
19751 * dframe.el (dframe-reposition-frame-emacs): Fix position
19752 computation for `left' location.
19753 Update copyright year.
19754
19755 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19756
19757 * help.el (help-map): Move initialization into declaration.
19758
19759 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19760
19761 * help-fns.el (help-argument-name): Don't autoload.
19762 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19763 to be re-loaded when customizing the `help' group.
19764
19765 2005-11-30 John Paul Wallington <jpw@gnu.org>
19766
19767 * help-fns.el (describe-function-1): Fill arglist output.
19768
19769 2005-11-30 Kim F. Storm <storm@cua.dk>
19770
19771 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19772 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19773 after revert-buffer (or anything else which kills all local variables).
19774
19775 * apropos.el (apropos-parse-pattern): Doc fix.
19776 Set apropos-regexp directly, rather than expecting callers to do so.
19777 (apropos-command, apropos, apropos-value, apropos-documentation):
19778 Simplify calls to apropos-parse-pattern.
19779
19780 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19781
19782 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19783 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19784 (hi-lock-write-interactive-patterns): Use comment-region.
19785
19786 * longlines.el (longlines-mode): Add mail-setup-hook.
19787
19788 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19789
19790 * simple.el (sendmail-user-agent-compose, next-line):
19791 Conditionally use hard-newline.
19792
19793 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19794
19795 * international/latexenc.el (latex-inputenc-coding-alist):
19796 Reword doc string.
19797
19798 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19799
19800 * help.el (describe-key-briefly, describe-key): Recognize default
19801 bindings.
19802
19803 2005-11-29 Romain Francoise <romain@orebokech.com>
19804
19805 * view.el (view-inhibit-help-message): New defcustom.
19806 (view-mode-enter): Use it.
19807
19808 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19809
19810 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19811 Preserve user position.
19812
19813 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19814
19815 * font-lock.el: Throw error if facemenu is not loaded to prevent
19816 accidental change of loading order in loadup.el. (Suggested by RMS.)
19817
19818 * loadup.el: Add comment explaining why facemenu must be loaded
19819 before font-lock.
19820
19821 2005-11-28 Jay Belanger <belanger@truman.edu>
19822
19823 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19824 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19825
19826 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19827
19828 * calc/calc-embed.el (calc-do-embedded): Update help message.
19829
19830 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19831
19832 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19833
19834 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19835
19836 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19837 called-interactively-p.
19838 (elp-profilable-p): Rename from elp-not-profilable-p.
19839 Invert result and take into account macros and autoloaded functions.
19840 (elp-instrument-function): Update call.
19841 (elp-instrument-package): Update call. Add completion.
19842 (elp-pack-number): Use match-string.
19843 (elp-results-jump-to-definition-by-mouse): Merge into
19844 elp-results-jump-to-definition and then remove.
19845 (elp-output-insert-symname): Make help echo text single-line.
19846
19847 * replace.el (query-replace-map): Move initialization into declaration.
19848 (occur-engine): Use with-current-buffer.
19849 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19850 (occur-mode-mouse-goto): Replace with an alias.
19851
19852 2005-11-28 Juri Linkov <juri@jurta.org>
19853
19854 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19855
19856 * term/w32-win.el: Bind [S-tab] to [backtab].
19857
19858 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19859 `Info-find-file' to t.
19860
19861 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19862 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19863 and same-window-regexps.
19864 (occur-next-error): Don't move point for arg 0.
19865
19866 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19867
19868 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19869
19870 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19871
19872 * log-edit.el (log-edit-changelog-use-first): New var.
19873 (log-edit-changelog-ours-p): Use it.
19874 (log-edit-insert-changelog): Set it with new arg `use-first'.
19875 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19876 (log-edit-hook): Add them to the list of suggested options.
19877
19878 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19879 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19880 redundant work.
19881 (flyspell-mode-on): Use add-hook for after-change-functions.
19882 (flyspell-mode-off): Use remove-hook for after-change-functions.
19883 (flyspell-changes): Make it buffer-local.
19884 (flyspell-after-change-function): Make it non-interactive. Use push.
19885 (flyspell-post-command-hook): Check input-pending-p while processing
19886 the potentially long list of buffer changes.
19887
19888 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19889
19890 * buff-menu.el (list-buffers-noselect): Display the selected
19891 frame's buffer list, not the global one.
19892
19893 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19894
19895 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19896 that (list last-input-event) works as in interactive spec.
19897
19898 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19899
19900 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19901 `facemenu-keymap' needs to be defined when font-lock is loaded.
19902 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19903
19904 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19905
19906 * completion.el: Remove useless leading * in defcustom docstrings.
19907 (save-completions-file-name): Use ~/.emacs.d if available.
19908 (completion-standard-syntax-table): Rename from
19909 cmpl-standard-syntax-table and fold initialization into declaration,
19910 thus removing cmpl-make-standard-completion-syntax-table.
19911 (completion-lisp-syntax-table, completion-c-syntax-table)
19912 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19913 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19914 (symbol-under-point, symbol-before-point)
19915 (symbol-under-or-before-point, symbol-before-point-for-complete)
19916 (add-completions-from-c-buffer): Use with-syntax-table.
19917 (make-completion): Don't return a list of completion entries.
19918 Update callers.
19919 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19920 (completion-initialize): Rename from initialize-completions.
19921 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19922 (kill-emacs-save-completions): Collect stats here.
19923 (save-completions-to-file, load-completions-from-file):
19924 Use with-current-buffer.
19925 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19926 into a function. Move all calls to toplevel.
19927 (completion-lisp-mode-hook): New fun.
19928 (completion-c-mode-hook, completion-setup-fortran-mode):
19929 Set the syntax-table here. Use local-set-key.
19930 (completion-saved-bindings): New var.
19931 (dynamic-completion-mode): Make it into a proper minor mode.
19932 (load-completions-from-file): Remove unused var `num-uses'.
19933
19934 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19935 constructor if it is explicitly overridden.
19936
19937 * complete.el (PC-completion-as-file-name-predicate):
19938 Use minibuffer-completing-file-name.
19939 (partial-completion-mode): Use find-file-not-found-functions.
19940 (PC-lisp-complete-symbol): Use with-syntax-table.
19941 (PC-look-for-include-file): Remove dead setq.
19942 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19943 (PC-complete): Use with-current-buffer.
19944
19945 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19946 escape single quotes.
19947
19948 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19949
19950 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19951 of `if' whose condition always returned nil. Doc fix.
19952
19953 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19954 window's buffer the current buffer around the call to
19955 `list-buffers-noselect'. This is necessary to mark that buffer
19956 with a `.' in the Buffer Menu when called from Lisp, for instance
19957 by Auto Revert Mode.
19958
19959 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19960
19961 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19962 attaching to it.
19963 (gdb-pre-prompt): Make sure gdb-error is reset.
19964
19965 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19966 with a child process, detect it.
19967 (gud-speedbar-buttons): Match regexp more carefully.
19968
19969 2005-11-27 Richard M. Stallman <rms@gnu.org>
19970
19971 * mouse.el (mouse-drag-move-window-bottom):
19972 Use adjust-window-trailing-edge.
19973
19974 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19975
19976 * simple.el (blink-matching-open): Ignore
19977 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19978 (blink-matching-paren-on-screen): Update docstring.
19979
19980 * paren.el (show-paren-mode): No longer change
19981 `blink-matching-paren-on-screen'.
19982
19983 2005-11-27 John Paul Wallington <jpw@pobox.com>
19984
19985 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19986 (gdb-threads-select, gdb-edit-register-value):
19987 Use `posn-set-point' instead of `mouse-set-point' because the
19988 latter is not fbound when configured without X.
19989
19990 2005-11-27 Kim F. Storm <storm@cua.dk>
19991
19992 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19993 existing face when partially highlighting a TAB in a rectangle.
19994
19995 2005-11-26 Kim F. Storm <storm@cua.dk>
19996
19997 * ido.el (ido-mode-map): Doc fix.
19998 (ido-mode-common-map, ido-mode-file-map)
19999 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20000 (ido-define-mode-map): Rewrite. Select one of the new maps as
20001 parent for ido-mode-map instead of building from scratch.
20002 (ido-init-mode-maps): New defun to initialize new maps.
20003 (ido-mode): Call it.
20004 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20005 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20006
20007 2005-11-26 John Paul Wallington <jpw@pobox.com>
20008
20009 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20010 `mouse-set-point' because the latter is not fbound when configured
20011 without X.
20012
20013 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20014
20015 * files.el (file-relative-name): Doc fix.
20016
20017 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20018
20019 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20020 non-empty string for secondary prompt PS2.
20021
20022 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20023
20024 * progmodes/compile.el (compilation-setup): Fix last change.
20025
20026 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20027
20028 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20029 (gdb-mouse-toggle-breakpoint-margin)
20030 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20031 Add gdb-server-prefix to keep out of command history.
20032 (gdb-edit-register-value): New function.
20033 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20034 (gdb-info-registers-custom): Use above map.
20035
20036 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20037
20038 * custom.el (enable-theme): Signal error if argument is not a
20039 theme. Don't recalculate a face if it's not loaded yet.
20040
20041 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20042 the `user' theme is in effect.
20043
20044 * info.el (Info-on-current-buffer): Record actual filename in
20045 Info-current-file, instead of t, or a fake filename if a non-file
20046 buffer. Make autoload.
20047 (Info-find-node, Info-revert-find-node): No need to check for
20048 Info-current-file nil.
20049 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20050 Info-current-file is now never `t'.
20051 (Info-fontify-node): Many simplifications due to Info-current-file
20052 always being valid. Use Info-find-file to find node filename.
20053
20054 2005-11-25 David Kastrup <dak@gnu.org>
20055
20056 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20057 new character, then delete" in order to preserve markers.
20058
20059 2005-11-25 David Ponce <david@dponce.com>
20060
20061 * recentf.el (recentf-arrange-by-rule): Handle a special
20062 `auto-mode-alist'-like "strip suffix" rule.
20063 (recentf-build-mode-rules): Handle second level auto-mode entries.
20064
20065 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20066
20067 * emulation/viper-keym.el (viper-ESC-key): Use different values
20068 in terminal and window modes.
20069
20070 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20071 add jde-javadoc-checker-report-mode.
20072
20073 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20074
20075 * ediff.el (ediff-date): Change the date of last update.
20076
20077 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20078
20079 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20080 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20081 (hi-lock-mode): New global minor mode.
20082 (turn-on-hi-lock-if-enabled): New function.
20083 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20084 Change arguments to regexp and face instead of a font-lock pattern.
20085 Directly set face property, instead of refontifying.
20086 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20087 (hi-lock-find-patterns): Use line-number-at-pos.
20088
20089 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20090 arguments for hi-lock-set-pattern.
20091 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20092 Call font-lock-fontify-buffer.
20093 (hi-lock-find-file-hook, hi-lock-current-line)
20094 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20095
20096 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20097 turned off.
20098
20099 * progmodes/compile.el (compilation-setup): Don't fiddle with
20100 font-lock-defaults.
20101
20102 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20103
20104 * progmodes/gdb-ui.el (gdb-var-create-handler)
20105 (gdb-var-list-children-handler): Find values for all variable
20106 objects. gud-speedbar-buttons decides whether to display them.
20107
20108 2005-11-24 Romain Francoise <romain@orebokech.com>
20109
20110 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20111 buffer name with a space.
20112
20113 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20114
20115 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20116 `org-export-local-list-max-depth'. Change default value to 3.
20117 (org-auto-renumber-ordered-lists)
20118 (org-plain-list-ordered-item-terminator): New options.
20119 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20120 (org-get-indentation, org-get-string-indentation)
20121 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20122 New functions.
20123 (org-move-item-down, org-move-item-up): New commands.
20124 (org-export-as-html): New classes for CSS support. Bug fix in
20125 regular expression detecting fixed-width regions. Respect
20126 `org-local-list-ordered-item-terminator'.
20127 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20128 also a list item.
20129 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20130 New item moving functions.
20131
20132 2005-11-24 Juri Linkov <juri@jurta.org>
20133
20134 * isearch.el (isearch-repeat): With empty search ring set
20135 `isearch-error' to the error string instead of signaling error
20136 with the function `error'.
20137
20138 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20139
20140 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20141
20142 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20143
20144 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20145 and variable.
20146 (gdb-var-create-handler, gdb-var-list-children-handler):
20147 Don't match on "char **...".
20148 (gdb-var-update-handler): Find values for all variable objects.
20149 (gdb-info-frames-custom): Identify frames by leading "#".
20150
20151 * progmodes/gud.el (gud-speedbar-menu-items): Add
20152 gdb-speedbar-auto-raise as radio button.
20153 (gud-speedbar-buttons): Raise speedbar if requested.
20154 Don't match on "char **...".
20155 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20156 Make it editable.
20157
20158 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20159
20160 * info.el (Info-fontify-node): Handle the case where
20161 Info-current-file is t.
20162
20163 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20164
20165 * simple.el (blink-matching-open): Fix off-by-one in last change.
20166
20167 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20168
20169 * term/mac-win.el: Don't change default directory.
20170
20171 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20172
20173 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20174 buffers correctly. (It used to throw an error in such buffers.)
20175 Make it ask for confirmation in group buffers and other Custom
20176 buffers containing more than one customization item.
20177
20178 2005-11-22 John Paul Wallington <jpw@gnu.org>
20179
20180 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20181 property on mail and url overlays.
20182 (goto-address-at-point): Use `posn-set-point' instead of
20183 `mouse-set-point' because the latter is not fbound when configured
20184 without X.
20185
20186 2005-11-22 Lars Hansen <larsh@soem.dk>
20187
20188 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20189 (ls-lisp-classify, ls-lisp-format): Delete call to
20190 ls-lisp-parse-symlink.
20191 (ls-lisp-handle-switches): Handle symlinks to directories as
20192 directories when ls-lisp-dirs-first in non-nil.
20193
20194 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20195
20196 * startup.el (command-line): Make sure that loaddefs.el is handled
20197 correctly in load-history.
20198
20199 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20200
20201 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20202 (gdb-struct-string, gdb-array-string): New constants.
20203 (gdb-info-locals-handler): Use them.
20204 (gdb-reset): Reset gdb-var-list to nil.
20205
20206 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20209 in patterns.
20210
20211 2005-11-21 Juri Linkov <juri@jurta.org>
20212
20213 * custom.el (defcustom): Update link types in docstring.
20214
20215 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20216
20217 * custom.el (defgroup): Add doc-string-elt info.
20218
20219 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20220
20221 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20222
20223 * newcomment.el (comment-enter-backward): Fix last fix.
20224
20225 * simple.el (blink-matching-open):
20226 * paren.el (show-paren-function): Allow new paren-class info.
20227
20228 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20229
20230 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20231 handled automagically.
20232
20233 2005-11-20 Andreas Schwab <schwab@suse.de>
20234
20235 * descr-text.el (describe-char): When copying overlays put them
20236 over the full char description instead of just the first character
20237 of it.
20238
20239 2005-11-20 Juri Linkov <juri@jurta.org>
20240
20241 * simple.el (what-cursor-position):
20242 * descr-text.el (describe-char): Use Lisp-readable syntax
20243 for octal and hex. Reorder decimal, octal and hex values.
20244 Remove excess whitespace in the output. Use `=' in `column='
20245 like in `point=' and `Hscroll='.
20246
20247 * international/mule-cmds.el (encoded-string-description):
20248 Use Lisp-readable syntax for hex.
20249
20250 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20251
20252 * newcomment.el (comment-enter-backward): Handle the case where the
20253 comment is closed by EOB.
20254
20255 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20256
20257 * longlines.el (longlines-before-revert-hook)
20258 (longlines-after-revert-hook): New functions.
20259 (longlines-mode): Turn off longlines temporarily when reverting.
20260 Add a message-setup-hook.
20261 (longlines-decode-buffer): New function.
20262 (longlines-wrap-line): Preserve marker positions.
20263
20264 2005-11-19 Andreas Schwab <schwab@suse.de>
20265
20266 * emacs-lisp/shadow.el: Handle compressed files.
20267
20268 2005-11-19 Romain Francoise <romain@orebokech.com>
20269
20270 * net/browse-url.el (browse-url-default-browser): Signal an error
20271 if no usable browser can be found, rather than try to load w3.
20272
20273 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20274
20275 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20276 replacing existing properties.
20277 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20278 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20279 tty specs.
20280 (rcirc-server-prefix, rcirc-server): New faces.
20281 (rcirc-url-regexp): Generate with rx macro.
20282 (rcirc-last-server-message-time): New variable.
20283 (rcirc-filter): Record time of last message.
20284 (rcirc-keepalive): Kill processes that did not send a message
20285 since the last ping.
20286 (rcirc-mode): Give rcirc-topic a local binding here.
20287
20288 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20289
20290 * subr.el (read-passwd): Fontify the prompt as we do with other
20291 prompts.
20292
20293 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20294
20295 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20296 binding buffer-read-only to nil.
20297
20298 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20299
20300 * complete.el (partial-completion-mode):
20301 Mention completion-auto-help in the doc string.
20302
20303 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20304 more Lisp-ish way.
20305
20306 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20307
20308 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20309 digits, not 8, to avoid misalignment for files larger than 100MB.
20310
20311 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20312
20313 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20314 Mention "keyboard shortcuts" in the help text.
20315
20316 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20317
20318 * startup.el (fancy-splash-default-action): Discard only
20319 mouse-down and succeeding mouse-up events in the splash screen
20320 window so that drag-n-drop event can be processed.
20321
20322 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20323
20324 * longlines.el (longlines-mode): Add hacks for mail-mode and
20325 message-mode.
20326
20327 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20328
20329 * textmodes/org.el (org-table-sort-lines): New command.
20330 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20331 (org-add-file): Command removed, use `org-agenda-file-to-front'
20332 instead.
20333 (org-export-icalendar): Use `org-icalendar-combined-name'.
20334 (org-cycle-agenda-files, org-agenda-file-to-end)
20335 (org-agenda-file-to-front): New commands.
20336 (org-table-tab-jumps-over-hlines, org-export-html-style):
20337 New options.
20338 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20339 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20340 New functions.
20341 (org-fill-paragraph): Call `org-table-align' in tables.
20342 (org-mode): Call `org-set-autofill-regexps'.
20343 (org-export-as-html): Support for local handformatted lists.
20344 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20345 (org-export-local-list-max-depth): New option.
20346 (org-html-expand): Use `org-html-protect'.
20347
20348 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20349
20350 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20351 to "p".
20352 (gdb): Move definition of gud-pp to...
20353
20354 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20355 speedbar.
20356 (gdb-find-watch-expression): New function.
20357
20358 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20359
20360 * faces.el (face-attribute, set-face-attribute): Mention existence
20361 of `:ignore-defface' setting in docstring.
20362
20363 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20364
20365 * simple.el (completion-setup-function): Fix last change.
20366
20367 2005-11-17 John Paul Wallington <jpw@pobox.com>
20368
20369 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20370 Use `posn-set-point' instead of `mouse-set-point' because the
20371 latter is not fbound when configured without X.
20372
20373 * comint.el (comint-insert-input): Likewise.
20374
20375 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20376
20377 * simple.el (hard-newline): New variable.
20378 (sendmail-user-agent-compose, next-line): Use it.
20379
20380 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20381 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20382 (mail-mail-reply-to, mail-mail-followup-to)
20383 (mail-position-on-field, mail-signature, mail-yank-original)
20384 (mail-attach-file): Likewise.
20385
20386 * mail/mailheader.el (mail-header-format)
20387 (mail-header-format-function): Likewise.
20388
20389 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20390
20391 2005-11-17 Juri Linkov <juri@jurta.org>
20392
20393 * font-lock.el (font-lock-faces): Rename this defgroup from
20394 `font-lock-highlighting-faces'.
20395 (font-lock-comment-face, font-lock-comment-delimiter-face)
20396 (font-lock-string-face, font-lock-doc-face)
20397 (font-lock-keyword-face, font-lock-builtin-face)
20398 (font-lock-function-name-face, font-lock-variable-name-face)
20399 (font-lock-type-face, font-lock-constant-face)
20400 (font-lock-warning-face, font-lock-negation-char-face)
20401 (font-lock-preprocessor-face)
20402 (font-lock-regexp-grouping-backslash)
20403 (font-lock-regexp-grouping-construct): Rename :group from
20404 `font-lock-highlighting-faces' to `font-lock-faces'.
20405
20406 * cus-edit.el (lisp, c, tex):
20407 * progmodes/ada-mode.el (ada):
20408 * progmodes/asm-mode.el (asm):
20409 * progmodes/cperl-mode.el (cperl-faces):
20410 * progmodes/cpp.el (cpp):
20411 * progmodes/dcl-mode.el (dcl):
20412 * progmodes/f90.el (f90):
20413 * progmodes/fortran.el (fortran):
20414 * progmodes/icon.el (icon):
20415 * progmodes/idlwave.el (idlwave-misc):
20416 * progmodes/m4-mode.el (m4):
20417 * progmodes/make-mode.el (makefile):
20418 * progmodes/meta-mode.el (meta-font):
20419 * progmodes/modula2.el (modula2):
20420 * progmodes/octave-mod.el (octave):
20421 * progmodes/pascal.el (pascal):
20422 * progmodes/perl-mode.el (perl):
20423 * progmodes/prolog.el (prolog):
20424 * progmodes/ps-mode.el (PostScript-edit):
20425 * progmodes/scheme.el (scheme):
20426 * progmodes/sh-script.el (sh-script):
20427 * progmodes/simula.el (simula):
20428 * progmodes/tcl.el (tcl):
20429 * textmodes/nroff-mode.el (nroff):
20430 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20431 * textmodes/sgml-mode.el (sgml):
20432 * textmodes/texinfo.el (texinfo):
20433 Add :link (custom-group-link font-lock-faces) to defgroup.
20434
20435 * hi-lock.el (hi-lock): Rename this defgroup from
20436 `hi-lock-interactive-text-highlighting'. Change parent group from
20437 `faces' to `font-lock'. Add link to the manual.
20438 (hi-lock-mode, hi-lock-file-patterns-range)
20439 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20440 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20441 (hi-lock-faces): Add :group `faces'.
20442
20443 * cus-edit.el (custom-variable-prompt): Clarify the code.
20444
20445 * faces.el (face-read-string): Set the default value arg of
20446 completing-read.
20447
20448 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20449
20450 * rfn-eshadow.el (file-name-shadow-properties)
20451 (file-name-shadow-tty-properties, file-name-shadow-mode):
20452 Remove autoloads, because the file is now preloaded.
20453
20454 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20455
20456 * printing.el (easy-menu-intern): Don't define.
20457 (pr-get-symbol): Use easy-menu-intern only if defined.
20458
20459 * simple.el (blink-matching-open): Simplify a bit.
20460 (completion-setup-function): Fix the case of partial-completion-mode
20461 when the minibuffer's contents start with "-".
20462 Obey completion-base-size-function even when
20463 minibuffer-completing-file-name is non-nil.
20464
20465 2005-11-16 Richard M. Stallman <rms@gnu.org>
20466
20467 * net/eudcb-ph.el (eudc-ph-open-session):
20468 Use set-process-query-on-exit-flag.
20469
20470 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20471
20472 * international/ucs-tables.el (ucs-set-table-for-input):
20473 Use make-local-variable, not make-variable-buffer-local.
20474
20475 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20476 Improve warning message text.
20477
20478 * savehist.el (savehist-save-hook): Add :group.
20479
20480 * menu-bar.el (menu-bar-help-menu):
20481 Rename Find Extra Packages to External Packages.
20482
20483 * cus-edit.el (Custom-reset-standard): Verify that
20484 :custom-standard-value prop exists before calling it.
20485
20486 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20487
20488 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20489
20490 * wid-edit.el (color): Enclose %t in %{...%}.
20491
20492 * cus-edit.el (face): Enclose %t in %{...%}.
20493
20494 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20495
20496 * savehist.el (savehist-mode-hook): Re-add the var.
20497 (savehist-mode): Use it.
20498
20499 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20500
20501 * textmodes/flyspell.el: Fix commenting convention.
20502 Remove unnecessary leading * in custom docstrings.
20503 (flyspell-emacs): Remove unused var.
20504 (flyspell-delete-region-overlays): Use remove-overlays.
20505 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20506 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20507 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20508 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20509 (make-flyspell-overlay): Don't locally reuse a global name.
20510 (flyspell-highlight-incorrect-region)
20511 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20512 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20513 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20514 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20515 Wrap calls to accept-process-output inside with-local-quit since it's
20516 often called from a post-command-hook.
20517 (flyspell-correct-word, flyspell-auto-correct-word):
20518 Use ispell-send-string.
20519 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20520
20521 * calendar/diary-lib.el (diary-list-entries): Also hide the
20522 terminating newline.
20523
20524 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20525
20526 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20527 window-system, to allow fonts on tty.
20528
20529 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20530
20531 * progmodes/gud.el (gud-speedbar-item-info): New function.
20532 (gud-install-speedbar-variables): Use it to display data type
20533 of watch expression as a tooltip in speedbar.
20534
20535 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20536
20537 * font-core.el (global-font-lock-mode): Add :version keyword,
20538 because default was changed.
20539
20540 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20541
20542 * startup.el (command-line): Use `custom-reevaluate-setting' for
20543 `file-name-shadow-mode'.
20544
20545 * loadup.el: Preload rfn-eshadow.
20546
20547 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20548 Add :version keyword.
20549 (file-name-shadow-properties, file-name-shadow-tty-properties)
20550 (file-name-shadow): Add :version keyword.
20551
20552 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20553 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20554 in the custom-group property of the symbol frames and the fringe
20555 group got no link to its parent group frames.
20556 Doc fix.
20557
20558 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20559
20560 * progmodes/gud.el (gud-stop-subjob): New function.
20561 (gud-menu-map, gud-tool-bar-map): Use it.
20562
20563 2005-11-16 Kim F. Storm <storm@cua.dk>
20564
20565 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20566 than kill it.
20567 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20568 to a more useful/logical place.
20569
20570 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20571
20572 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20573 go buttons complementary.
20574
20575 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20576
20577 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20578 (rfn-eshadow-sifn-equal): New function.
20579 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20580
20581 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20582
20583 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20584 Quote `-' in string.
20585
20586 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20587 rcirc-mode buffers come up in Emacs state.
20588
20589 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20590 operation.
20591
20592 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20593
20594 * term.el (term-termcap-format): Fix typos.
20595 (term-down): Fix the negative argument case.
20596
20597 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20598
20599 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20600 2005-08-15.
20601 (gdb-ann3): New command gud-go.
20602 (menu): Accomodate gdb-mi.el.
20603 (gdb-assembler-custom): Make buffer of selected window current
20604 so that set-window-point works.
20605
20606 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20607 buttons and include new ones.
20608
20609 2005-11-16 Kim F. Storm <storm@cua.dk>
20610
20611 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20612 (gud-menu-map): Use it.
20613
20614 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20615
20616 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20617 that works correctly for Custom and that does not override a user
20618 who disables it.
20619
20620 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20621 (help-xref-interned, help-follow): Make hyperlinks for variables
20622 that are unbound, but have a non-nil variable-documentation property.
20623
20624 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20625 mode hook. (It conflicted with defcustoms for some mode hooks.)
20626 Use the `variable-documentation' property to give the mode hook a
20627 docstring and expand that docstring.
20628
20629 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20630
20631 * savehist.el (savehist-mode): Don't bother with
20632 `custom-set-minor-mode'.
20633 (savehist-coding-system): Check XEmacs version.
20634 (history-length): Declare also at run time.
20635 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20636 Don't set the customize state.
20637 (savehist-minibuffer-hook): Special case for when
20638 minibuffer-history-variable is equal to t.
20639
20640 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20641
20642 * files.el (write-file): Refresh VC status.
20643
20644 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20645 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20646 than fundamental-mode to see if the mode was set.
20647
20648 2005-11-14 Romain Francoise <romain@orebokech.com>
20649
20650 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20651 dummy function in `eval-when-compile' to avoid compiler warning.
20652 Require `man' at compile time.
20653
20654 2005-11-14 Jay Belanger <belanger@truman.edu>
20655
20656 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
20657 calcFunc-powerexpand.
20658 (math-write-out-power): Rename it to math-powerexpand; have it
20659 handle negative exponents.
20660 (calc-writeoutpower): Rename it to calc-powerexpand.
20661
20662 * calc/calc-ext.el: Change calcFunc-writeoutpower and
20663 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20664 autoloads.
20665 Add calcFunc-ldiv to autoloads.
20666
20667 * calc/calc-arith.el (calcFunc-ldiv): New function.
20668
20669 * calc/calc.el (calc-left-divide): New function.
20670
20671 2005-11-14 Juri Linkov <juri@jurta.org>
20672
20673 * cus-edit.el (custom-variable-prompt): Set the default value arg
20674 of completing-read.
20675
20676 * cus-dep.el (custom-make-dependencies): Reverse the list of
20677 found dependencies.
20678
20679 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20680
20681 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20682 Highlighting" entry, it is on by default now.
20683 (menu-bar-options-save): Do not save global-font-lock-mode.
20684
20685 2005-11-13 Richard M. Stallman <rms@gnu.org>
20686
20687 * textmodes/flyspell.el (flyspell-large-region):
20688 Call flyspell-accept-buffer-local-defs.
20689
20690 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20691
20692 * textmodes/flyspell.el (flyspell-notify-misspell):
20693 Fix misspelling of "Misspelling".
20694 (flyspell-process-localwords): New function.
20695 (flyspell-large-region): Call flyspell-process-localwords and
20696 flyspell-delete-region-overlays.
20697 (flyspell-delete-region-overlays): New function.
20698 (flyspell-delete-all-overlays): Call that.
20699
20700 2005-11-13 Richard M. Stallman <rms@gnu.org>
20701
20702 * help.el (help-for-help-internal): Improve doc of C-h a.
20703 (describe-key): Improve prompt; doc fix.
20704
20705 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20706
20707 * vc-svn.el (vc-svn-registered): Catch all errors.
20708
20709 * cus-dep.el (custom-make-dependencies): Typo.
20710
20711 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20712
20713 * net/tramp-util.el (top): Fix compilation warning.
20714
20715 2005-11-13 Kim F. Storm <storm@cua.dk>
20716
20717 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20718
20719 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20720
20721 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20722 (gud-speedbar-buttons): Match on "const char *" too.
20723
20724 * progmodes/gdb-ui.el (gdb-var-create-handler)
20725 (gdb-var-list-children-handler): Match on "const char *" too.
20726 (gdb-var-evaluate-expression-handler): Match on empty string.
20727 (gdb-var-update-handler): Only call
20728 gdb-var-evaluate-expression-handler when required.
20729
20730 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20731
20732 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20733 selected window. This still doesn't work for speedbar.
20734 (gud-speedbar-buttons): Handle string expressions properly.
20735
20736 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20737 (gdb-var-create-handler): Handle string expressions properly.
20738 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20739 Handle string expressions properly. Move "type" field into regexp.
20740
20741 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20742
20743 * bookmark.el (bookmark-maybe-message): New function to reduce
20744 code duplication: invokes `message' iff baud-rate is high enough.
20745 (bookmark-write-file): Use above instead of an inline conditional.
20746 (bookmark-load): Same.
20747
20748 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20749
20750 * bookmark.el (bookmark-write-file): Don't visit the destination
20751 file, just write the data to it using write-region. This is
20752 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20753 change to avoid visiting the file in the first place.
20754
20755 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20756
20757 * hi-lock.el (hi-lock-mode): Set the default value of
20758 font-lock-defaults.
20759
20760 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20761
20762 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20763 arg to `file-attributes'.
20764 (find-lisp-format): The UID and GID can now be strings.
20765
20766 2005-11-12 Kim F. Storm <storm@cua.dk>
20767
20768 * help.el (help-map): Bind C-h d to apropos-documentation.
20769
20770 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20771 when point is at end-of-buffer.
20772
20773 * apropos.el (apropos-match-face): Doc fix.
20774 (apropos-sort-by-scores): Add new choice `verbose'.
20775 (apropos-documentation-sort-by-scores): New defcustom.
20776 (apropos-pattern): Now contains the pattern entered by the user.
20777 (apropos-pattern-quoted): New defvar.
20778 (apropos-regexp): New defvar, containing the regexp corresponding
20779 to apropos-pattern.
20780 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20781 (apropos-read-pattern): New defun. Use it to read pattern arg in
20782 interactive calls; returns list of words for a word list, and
20783 string for a regexp.
20784 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20785 parses a list of words or regexp as returned by apropos-read-pattern.
20786 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20787 (apropos-score-doc): Return a very high score if the string
20788 entered by the user matches literally.
20789 (apropos-variable): Doc fix. Use apropos-read-pattern.
20790 (apropos-command): Doc fix. Use apropos-read-pattern and
20791 apropos-parse-pattern. Call apropos-print with nosubst=t.
20792 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20793 apropos-parse-pattern.
20794 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20795 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20796 apropos-documentation-sort-by-scores. Call apropos-print with
20797 nosubst=t.
20798 (apropos-documentation-internal): Pass doc string through
20799 substitute-key-definition before adding text properties.
20800 Highlight substring matching literal user input if possible.
20801 (apropos-documentation-check-doc-file): Remove locals beg and end.
20802 Fix calculation of score (as added twice). Pass doc string through
20803 substitute-key-definition before adding text properties.
20804 (apropos-documentation-check-elc-file): Pass doc string through
20805 substitute-key-definition before adding text properties.
20806 Highlight substring matching literal user input if possible.
20807 (apropos-print): Add new arg NOSUBST; if set, command and variable
20808 doc strings have already been passed through substitute-key-definition.
20809 Add code to handle apropos-accumulator items without score element
20810 for backwards compatibility (e.g. with woman package).
20811 Only show scores if apropos-sort-by-scores is `verbose'.
20812
20813 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20814
20815 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20816 Add jka-compr-load-suffixes to load-suffixes.
20817
20818 * jka-compr.el: Require jka-cmpr-hook.
20819 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20820 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20821 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20822 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20823 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20824 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20825 (jka-compr-uninstall): Remove entries from
20826 jka-compr-added-to-file-coding-system-alist after they are used.
20827 (jka-compr-error): Remove unused var `curbuf'.
20828 (jka-compr-file-local-copy): Remove unused var `notfound'.
20829
20830 2005-11-10 Romain Francoise <romain@orebokech.com>
20831
20832 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20833
20834 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20835
20836 * progmodes/gud.el (gud-menu-map): Move parentheses.
20837 (gdb): New command gud-pv.
20838
20839 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20840
20841 * tar-mode.el: Remove spurious or unnecessary leading stars
20842 in docstrings.
20843 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20844 (tar-parse-octal-integer-safe): Use mapc.
20845 (tar-header-block-summarize): Remove unused var `ck'.
20846 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20847 cleared before. Obey default-enable-multibyte-characters.
20848 Use mapconcat. Simplify setting of tar-header-offset.
20849 (tar-mode-map): Move initialization inside delcaration.
20850 (tar-flag-deleted): Use `abs'.
20851 (tar-expunge-internal): Remove unused var `line'.
20852 (tar-expunge-internal): Don't hardcode point-min==1.
20853 (tar-expunge): Widen while doing set-buffer-multibyte.
20854 (tar-rename-entry): Use file-name-coding-system.
20855 (tar-alter-one-field): Don't hardcode point-min==1.
20856 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20857 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20858
20859 2005-11-10 Masatake YAMATO <jet@gyve.org>
20860
20861 * add-log.el (add-log-current-defun): Handle class::method
20862 notation of c++. Fix incorrect comment.
20863
20864 2005-11-10 Alan Mackenzie <acm@muc.de>
20865
20866 * help-fns.el (describe-variable): Make C-h v work when a variable
20867 has variable documentation yet is unbound.
20868
20869 2005-11-10 Masatake YAMATO <jet@gyve.org>
20870
20871 * man.el (Man-highlight-references): Set an empty
20872 string to `Man-arguments' if it is nil.
20873 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20874
20875 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20876
20877 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20878 commenting conventions.
20879
20880 * cus-dep.el (custom-make-dependencies): Simplify.
20881 Better follow the commenting conventions.
20882
20883 2005-11-09 Richard M. Stallman <rms@gnu.org>
20884
20885 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20886 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20887 All uses changed.
20888 (apropos-rewrite-regexp): Doc fix.
20889 (apropos-variable, apropos-command, apropos, apropos-value):
20890 Change prompt; carry through the argument renaming.
20891
20892 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20893
20894 * find-lisp.el: Require dired.
20895 (find-lisp-find-dired-internal): Do not call
20896 `abbreviate-file-name' on DIR.
20897
20898 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20899
20900 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20901
20902 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20903
20904 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20905 when using the speedbar.
20906 (gdb): New command gud-pp.
20907 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20908
20909 2005-11-09 Juri Linkov <juri@jurta.org>
20910
20911 * replace.el (occur-excluded-properties): New defcustom.
20912 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20913
20914 2005-11-08 Jay Belanger <belanger@truman.edu>
20915
20916 * calc/calc-units.el (math-convert-units): Replace any composite
20917 unit by its definition.
20918
20919 2005-11-08 Lars Hansen <larsh@soem.dk>
20920
20921 * emacs-lisp/autoload.el (update-directory-autoloads):
20922 Add obsolete function alias.
20923
20924 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20927 comment-indent-function.
20928 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20929
20930 * reveal.el (reveal-post-command): Rework the handling of
20931 reveal-open-spots, so as to be more reliable. There were several
20932 tricky corner cases where an open spot might be lost, or where
20933 a closed spot might end up on the list of open spots.
20934 Only reveal text that's ellipsised.
20935
20936 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20937
20938 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20939
20940 2005-11-07 John Paul Wallington <jpw@gnu.org>
20941
20942 * ibuffer.el (ibuffer): Search iconified frames too when
20943 getting Ibuffer buffer's window.
20944
20945 2005-11-06 Richard M. Stallman <rms@gnu.org>
20946
20947 * progmodes/compile.el (compilation-internal-error-properties):
20948 save-excursion around the computation of MARKER.
20949
20950 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20951
20952 * textmodes/flyspell.el (flyspell-external-point-words):
20953 flyspell-get-word returns a list, not just a string.
20954
20955 2005-11-06 John Paul Wallington <jpw@pobox.com>
20956
20957 * ibuffer.el (ibuffer): Search all visible frames when getting
20958 Ibuffer buffer's window.
20959
20960 2005-11-07 Masatake YAMATO <jet@gyve.org>
20961
20962 * man.el (Man-reference-regexp): Accept spaces between
20963 `Man-name-regexp' and `Man-section-regexp'.
20964 (Man-apropos-regexp): New variable.
20965 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20966 if available.
20967 (Man-highlight-references, Man-highlight-references0):
20968 Handle the case when `Man-arguments' includes "-k".
20969 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20970 `TARGET'. `TARGET' can be a number, function or nil.
20971
20972 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20973
20974 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20975 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20976 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20977 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20978 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20979 (gdb-send-item): Use buffer-local-value and simplify.
20980
20981 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20982
20983 * startup.el (command-line): Use `custom-reevaluate-setting' for
20984 `global-font-lock-mode'.
20985
20986 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20987 by default, except in batch mode or when the -D option is given.
20988
20989 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20990 specified keyword args on to `define-minor-mode'. Update docstring.
20991
20992 2005-11-05 Romain Francoise <romain@orebokech.com>
20993
20994 * replace.el (occur-engine): Add marker at end of line, too.
20995
20996 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20997
20998 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20999 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21000 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21001 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21002 argument to all these routines, so the passphrase can be managed
21003 externally and passed in to the system.
21004 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21005 pgg-add-passphrase-to-cache function.
21006
21007 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21008 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21009 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21010 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21011 argument to all these routines, so the passphrase can be managed
21012 externally and passed in to the system.
21013 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21014 function.
21015
21016 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21017
21018 * font-lock.el: Don't deal with font-lock-face-attributes here,
21019 move the code ...
21020
21021 * startup.el (command-line): ... here. Use face-spec-set instead
21022 of custom-declare-face.
21023
21024 * faces.el (face-spec-set): Reset the face if spec is not nil.
21025
21026 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21027
21028 * newcomment.el (comment-region-internal): Box more tightly in the
21029 common case where there's no TAB in the boxed text.
21030
21031 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21032
21033 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21034 up-node.
21035
21036 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21037
21038 * net/newsticker.el: Commentary updated. Code formatting changed.
21039 (newsticker-version): Change to "1.9".
21040 (newsticker, newsticker-feed): Doc fix.
21041 (newsticker-url-list): Doc fix. Add option "Weekly".
21042 (newsticker-retrieval-interval): Add option "Weekly".
21043 (newsticker-headline-processing): Doc fix.
21044 (newsticker-auto-mark-filter): Remove.
21045 (newsticker-auto-mark-filter-list): New.
21046 (newsticker-layout, newsticker-sort-method): Doc fix.
21047 (newsticker-hide-old-items-in-newsticker-buffer)
21048 (newsticker-heading-format, newsticker-item-format)
21049 (newsticker-desc-format): Doc fix.
21050 (newsticker-show-all-rss-elements): Remove.
21051 (newsticker-show-all-news-elements): New.
21052 (newsticker-faces, newsticker-ticker): Doc fix.
21053 (remove-from-invisibility-spec): Code formatting.
21054 (newsticker--process-ids): New.
21055 (newsticker-mode): Doc fix.
21056 (newsticker-mode): Change mode-line-format.
21057 (newsticker-start): Remove debug output.
21058 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21059 (newsticker-w3m-show-inline-images): Code formatting.
21060 (newsticker-next-item): Call `force-mode-line-update'.
21061 (newsticker-previous-item): Call `force-mode-line-update'.
21062 (newsticker-next-feed): Call `force-mode-line-update'.
21063 (newsticker-previous-feed): Call `force-mode-line-update'.
21064 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21065 (newsticker-show-old-items): Do not show descs.
21066 (newsticker-hide-entry): Hide too much.
21067 (newsticker-hide-entry, newsticker-show-entry)
21068 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21069 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21070 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21071 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21072 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21073 (newsticker-get-news): Call `force-mode-line-update'.
21074 Collect process ids.
21075 (newsticker--sentinel): Change coding system handling.
21076 Move image retrieval to new functions newsticker--get-logo-url-*.
21077 Move feed parsing to new functions newsticker--parse-*.
21078 Update list of process ids.
21079 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21080 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21081 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21082 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21083 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21084 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21085 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21086 (newsticker--decode-coding-string): Remove.
21087 (newsticker--decode-numeric-entities): Check input. Format code.
21088 (newsticker--remove-whitespace): Check input.
21089 (newsticker--do-forget-preformatted): Doc fix.
21090 (newsticker--decode-rfc822-date): Allow for missing time.
21091 (newsticker--update-process-ids): New.
21092 (newsticker--image-sentinel): Change comment.
21093 (newsticker--image-read): Change error message.
21094 (newsticker--imenu-goto): Doc fix. Show headline title.
21095 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21096 (newsticker--buffer-do-insert-text): Clean whitespace in
21097 html-rendered headline title. Code formatting.
21098 Call `newsticker--buffer-print-extra-elements'.
21099 (newsticker--buffer-print-extra-element): Remove.
21100 (newsticker--buffer-print-extra-elements): New.
21101 (newsticker--buffer-do-print-extra-element): New.
21102 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21103 large sizes.
21104 (newsticker--run-auto-mark-filter)
21105 (newsticker--do-run-auto-mark-filter):
21106 Use `newsticker-auto-mark-filter-list'.
21107
21108 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21109
21110 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21111 (rcirc-print): Force redisplay before running hooks. Do long
21112 buffer truncation after making new text read-only. Deal with nil
21113 text when decoding strings. If TARGET is nil, use either the
21114 currently selected buffer, if it is an rcirc buffer and of the
21115 same process or the process buffer.
21116 (rcirc-mode): Remove header-line. Recompute short buffer names.
21117 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21118 (rcirc-short-buffer-name): Add variable.
21119 (rcirc-kill-buffer-hook): Recompute short buffer names.
21120 Remove nick from private channel.
21121 (rcirc-send-input): Send command text to current-buffer.
21122 Don't clear overlay arrow here.
21123 (rcirc-short-buffer-name): Return a short buffer name.
21124 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21125 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21126 buffer-name abbreviations.
21127 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21128 Do not touch nick-table when killing a parted channel.
21129 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21130 Clear arrow from current buffer if it is now hidden.
21131 (rcirc-current-buffer): Add variable.
21132 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21133 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21134 Remove -face from names.
21135 (rcirc-update-activity-string): Print "DND" when globally ignoring
21136 activity.
21137 (rcirc-ignore-buffer-activity-flag): Rename from
21138 rcirc-ignore-channel-activity.
21139 (rcirc-ignore-all-activity-flag): Doc fix.
21140 (rcirc-channels): Remove variable.
21141 (rcirc-kill-buffer-hook):
21142 (rcirc-get-buffer-create): Add nick to private channel.
21143 (rcirc-multiline-edit-submit): Remove tabs.
21144 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21145 folded.
21146 (rcirc-remove-nick-channel): Bug fix.
21147 (rcirc-toggle-ignore-buffer-activity): Rename from
21148 rcirc-toggle-ignore-channel-activity.
21149 (rcirc-record-activity): Add buffers to the front of the list.
21150 (rcirc-update-activity): Remove killed buffers from list.
21151 (rcirc-process-server-response-1): Remove last argument if it is
21152 null before calling handler.
21153 (rcirc): Add "rcirc" defcustom prefix.
21154 (rcirc-prompt): Simplify default prompt.
21155 Use custom-initialize-default.
21156 (rcirc-private-chats): Remove variable.
21157 (rcirc-prompt): Change initialization.
21158 (rcirc-version): Remove function.
21159 (rcirc-id-string): Add constant.
21160 (rcirc-last-buffer): Remove variable.
21161 (rcirc-buffer-alist): Add variable.
21162 (rcirc-connect): Update variable setup.
21163 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21164 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21165 default.
21166 (rcirc-handler-generic): Trigger activity.
21167 (rcirc-send-message): Create the buffor of the target.
21168 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21169 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21170 (rcirc-multiline-edit-cancel): Remove function.
21171 (rcirc-set-last-buffer): Remove function.
21172 (rcirc-get-any-buffer): Add function.
21173 (rcirc-join-channels): Don't print /join text.
21174 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21175 messages.
21176 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21177 (rcirc-handler-NOTICE): Recognize CTCP responses.
21178 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21179 constructing TOPIC string for buffers we are not JOINed.
21180 (rcirc-handler-CTCP-response): Add handler.
21181 (rcirc-multiline-edit-submit): Restore the window-configuration
21182 before adjusting point.
21183 (rcirc): Add customization group.
21184 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21185 (rcirc-user-full-name, rcirc-startup-channels-alist)
21186 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21187 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21188 (rcirc-input-ring-size, rcirc-read-only-flag)
21189 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21190 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21191 Change defvar to defcustom.
21192 (rcirc-update-prompt): Add optional ALL arg, which will update
21193 prompts in all rcirc buffers. Regexp quote replacement text.
21194 (rcirc-fill-column): Accept frame-width as a value.
21195 (rcirc-set-changed): Add function.
21196 (rcirc-next-active-buffer): Write more meaningful messages.
21197 (rcirc-faces): Add customization group.
21198 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21199 (rcirc-nick-in-message-face, rcirc-prompt-face)
21200 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21201 (with-rcirc-process-buffer): Move before first usage.
21202 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21203 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21204 (rcirc-debug): Rename from `rcirc-log'.
21205 (rcirc-format-response-string): Do not print `-' chars for a
21206 NOTICE with no sender. Simplify output of server responses.
21207
21208 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21209
21210 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21211 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21212 Make urls mouse and RET clickable.
21213
21214 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21215
21216 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21217
21218 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21219
21220 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21221 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21222 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21223 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21224 argument to all these routines, so the passphrase can be managed
21225 externally and passed in to the system.
21226 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21227 pgg-add-passphrase-to-cache function.
21228
21229 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21230 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21231 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21232 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21233 argument to all these routines, so the passphrase can be managed
21234 externally and passed in to the system.
21235 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21236 function.
21237
21238 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21239
21240 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21241 from goto-address-url-regexp.
21242
21243 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21244
21245 * textmodes/org.el (org-read-date, org-goto-calendar)
21246 (org-recenter-calendar, org-agenda-goto-calendar):
21247 Temporarily clear `calendar-move-hook'.
21248
21249 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21250
21251 * ediff-merg.el (ediff-merge-region-is-non-clash):
21252 Return t, if not merging.
21253
21254 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21255 have merge clashes.
21256
21257 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21258
21259 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21260 Undo previous change.
21261
21262 * startup.el (command-line): Use `custom-reevaluate-setting' for
21263 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21264 tty-register-default-colors on Mac.
21265
21266 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21267
21268 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21269 (gdb-buffer-type): Make it automatically buffer local...
21270 (gdb-get-create-buffer): ...and set it accordingly.
21271 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21272 actually work.
21273
21274 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21275
21276 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21277 not red.
21278
21279 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21280
21281 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21282 case GUD buffer is not visible.
21283 (gdb-goto-breakpoint): Try to force display in source buffer.
21284 (gdb-frame-gdb-buffer): Copy other similar functions.
21285 (gdb-restore-windows): Don't display source if not asked for.
21286 (gdb-assembler-buffer-name): Don't capitalise.
21287
21288 2005-11-03 Richard M. Stallman <rms@gnu.org>
21289
21290 * wid-edit.el (key-sequence): New widget type.
21291
21292 * simple.el (set-mark-command-repeat-pop): New variable.
21293 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21294 if set-mark-command-repeat-pop is true.
21295
21296 * info.el (Info-fontify-node): Don't display extra "see" if there
21297 already is one here.
21298
21299 * mouse.el: Fix special handling of DEL after dragging a region:
21300 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21301 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21302
21303 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21304
21305 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21306 not to assume it pertains to an affix.
21307
21308 * textmodes/flyspell.el (flyspell-post-command-hook):
21309 Bind deactivate-mark to prevent deactivation.
21310
21311 2005-11-03 Lars Hansen <larsh@soem.dk>
21312
21313 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21314 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21315 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21316
21317 2005-11-03 Romain Francoise <romain@orebokech.com>
21318
21319 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21320 Update copyright years.
21321
21322 2005-11-03 Sam Steingold <sds@gnu.org>
21323
21324 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21325 Use system-type instead of window-system because window-system is not
21326 correctly defined during loadup.
21327
21328 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21329
21330 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21331 (xml-parse-tag): Join strings separated by a comment properly.
21332
21333 2005-11-02 Andreas Schwab <schwab@suse.de>
21334
21335 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21336
21337 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21340 (byte-optimize-pure-func): Quote the eval'd value.
21341
21342 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21343 Rename from perl-font-lock-syntactic-face-function.
21344 Change the calling convention so it can be used as a font-lock MATCHER.
21345 Do the parse-partial-sexp loop outselves.
21346 (perl-font-lock-syntactic-keywords): Use it.
21347 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21348
21349 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21350
21351 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21352 disassembly buffer too.
21353 (gdb-exited): Remove overlay arrows when execution has finished.
21354 (gdb-info-frames-custom, gdb-info-threads-custom)
21355 (gdb-info-registers-custom): Don't add inappropriate text
21356 properties if inferior is not active.
21357
21358 2005-11-02 Glenn Morris <rgm@gnu.org>
21359
21360 * progmodes/fortran.el (fortran-blink-match):
21361 Use `blink-matching-delay'.
21362
21363 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21364
21365 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21366
21367 2005-11-02 Lars Hansen <larsh@soem.dk>
21368
21369 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21370 "Permission denied".
21371
21372 2005-11-01 Richard M. Stallman <rms@gnu.org>
21373
21374 * textmodes/flyspell.el (flyspell-external-point-words):
21375 Pass nil to flyspell-get-word.
21376
21377 2005-11-02 Kim F. Storm <storm@cua.dk>
21378
21379 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21380 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21381
21382 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21383
21384 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21385 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21386 (calendar-mouse-print-dates): Add optional `event' argument.
21387 Update interactive-spec.
21388 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21389 Use `calendar-event-to-date' instead of `event'.
21390
21391 2005-11-02 Masatake YAMATO <jet@gyve.org>
21392
21393 * progmodes/ld-script.el (ld-script-builtins):
21394 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21395 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21396 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21397
21398 2005-11-01 Romain Francoise <romain@orebokech.com>
21399
21400 * vc-sccs.el: Update copyright year.
21401 * ezimage.el: Likewise.
21402
21403 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21404
21405 * info.el (Info-fontify-node): Use `string-width' for fontifying
21406 underlined titles.
21407
21408 2005-11-01 Juri Linkov <juri@jurta.org>
21409
21410 * info.el (Info-fontify-node): Downcase node header keywords Node,
21411 Prev, Next, Up before comparison.
21412 (Info-history): Insert absolute directory name, and put invisible
21413 property on it.
21414
21415 2005-11-01 Juri Linkov <juri@jurta.org>
21416
21417 * info.el (Info-file-supports-index-cookies): New variable.
21418 (Info-find-node-2): Check makeinfo version for index cookie support.
21419 (Info-index-nodes): Search for nodes with index cookies only when
21420 Info-file-supports-index-cookies is t. Otherwise, search nodes
21421 with "Index" in the node name.
21422 (Info-index-node): Search index cookie in the current node only when
21423 Info-file-supports-index-cookies is t. Otherwise, check the word
21424 "Index" in the node name.
21425 (Info-find-emacs-command-nodes): Remove code that searches nodes
21426 with "Index" node name in the top menu.
21427
21428 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21429
21430 * progmodes/scheme.el (scheme-mode-variables): Use the default
21431 comment-indent-function.
21432
21433 * faces.el (face-attribute): Handle the case where a face inherits from
21434 a non-existent face.
21435
21436 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21437 for octal and hexa output, and merge the char into the paren.
21438 (kill-new): Use push.
21439 (copy-to-buffer): Use with-current-buffer.
21440 (completion-setup-function): Move code in loop to remove redundancy.
21441 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21442 those inherited from minibuffer-local-completion-map.
21443
21444 * savehist.el (savehist-mode) <defcustom>:
21445 Use custom-set-minor-mode if available.
21446 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21447 and emit a message if applicable.
21448
21449 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21450
21451 * savehist.el: Sync up to version 19.
21452 (savehist-mode): New minor mode.
21453 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21454 (savehist-length): Remove (use history-length instead).
21455 (savehist-file-modes): Rename from savehist-modes.
21456 (savehist-save-hook, savehist-loaded): New vars.
21457 (savehist-load): Use savehist-mode. Try to smooth up transition from
21458 old format to new format.
21459 (savehist-install): Allow savehist-autosave-interval to be nil.
21460 (savehist-save): Run the new hook. Be more careful to only trim the
21461 history variables.
21462 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21463 (savehist-printable): Print into a buffer rather than char-by-char.
21464
21465 2005-11-01 John Wiegley <johnw@newartisans.com>
21466
21467 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21468 toggle-ignore keybinding (C-a). The author said it had been
21469 disabled much earlier due to a possible incompatibility, but after
21470 many months of usage I have encountered no problems (and it is a
21471 rather useful option, especially for switching to " *temp*").
21472
21473 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21474 support for OS/X's AddressBook, by calling out to the open source
21475 program "contacts" (installable through Fink).
21476
21477 * net/eudc.el (eudc-expand-inline): If the
21478 `eudc-multiple-match-handling-method' is set to `all', delete the
21479 query string before inserting the query result.
21480
21481 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21482 flag, to prevent Eshell from using the system ls when
21483 `eshell-ls-insert-directory' is in used.
21484 (eshell-ls-insert-directory): Disable font-lock in directory
21485 buffer so that Eshell's own fontification is seen. This broke
21486 recently due to changes in font-lock, so this goes back to version
21487 21 behavior.
21488
21489 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21490
21491 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21492 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21493 (gdb-many-windows): Doc fix.
21494
21495 2005-10-31 Romain Francoise <romain@orebokech.com>
21496
21497 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21498
21499 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21500
21501 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21502 that global-font-lock-mode can be enabled by default.
21503
21504 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21505 (font-lock-add-keywords, font-lock-remove-keywords)
21506 (font-lock-fontify-buffer): Remove autoload cookies.
21507
21508 * jit-lock.el (jit-lock-register): Likewise.
21509
21510 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21511
21512 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21513
21514 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21515 intact if there is no gud-comint-buffer.
21516
21517 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21518
21519 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21520 old prompt comint-prompt-read-only is t and GDB commands are
21521 issued from tool bar etc.
21522
21523 2005-10-31 Masatake YAMATO <jet@gyve.org>
21524
21525 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21526
21527 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21528
21529 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21530 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21531
21532 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21533
21534 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21535 starting at beginning of line. Fontification is messed up when
21536 `open-paren-in-column-0-is-defun-start' set to t.
21537 Reported by John Paul Wallington <jpw@pobox.com>.
21538
21539 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21540
21541 * comint.el (comint-send-input): Call `comint-update-fence' when
21542 `comint-process-echoes' and `comint-prompt-read-only' are both
21543 non-nil, to avoid leftover read-only newline.
21544
21545 2005-10-30 Richard M. Stallman <rms@gnu.org>
21546
21547 * textmodes/flyspell.el (flyspell-external-point-words):
21548 Detect when WORD can't be checked properly because
21549 flyspell-get-word finds just part of it, and move on.
21550
21551 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21552 boundarychar for Polish.
21553 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21554 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21555
21556 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21557
21558 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21559 (gdb-registers-font-lock-keywords): Delete.
21560 (gdb-registers-mode): Don't fontify.
21561 (gdb-info-registers-custom): Use text properties instead as, in
21562 future, changed register values will use font-lock-warning-face.
21563 (gdb-local-font-lock-keywords): Rename to...
21564 (gdb-locals-font-lock-keywords): ...for consistency.
21565
21566 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21567
21568 * vc.el (vc-switch-backend): Better error message if the buffer is
21569 not visiting a file under version control.
21570
21571 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21572
21573 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21574
21575 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21576 ~/.emacs.d/.emacs.
21577
21578 2005-10-29 Richard M. Stallman <rms@gnu.org>
21579
21580 * replace.el (occur-mode-mouse-goto): Always go to other window.
21581 (occur-mode-goto-occurrence): Always switch in same window.
21582
21583 * simple.el (undo): Display message at end, not at start.
21584
21585 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21586 New arg REUSE-CELL.
21587 (cancel-timer-internal): New function.
21588 (timer-event-handler): Use cancel-timer-internal,
21589 and pass the cell it returns to timer-activate...
21590
21591 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21592 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21593 (jit-lock-after-change): Test memory-full.
21594
21595 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21596
21597 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21598 part of the decoded armor to find the key-identifier.
21599 (pgg-gpg-lookup-key-owner): New function to return the
21600 human-readable identifier of a key owner.
21601 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21602 key itself.
21603 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21604 the key value) if we have a key and can match it against a secret
21605 key. Also, added a note pointing out fact that the prompt only
21606 indicates the first matching key.
21607
21608 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21609 pgg-decrypt-region.
21610 (pgg-pending-timers): A new hash for tracking the passphrase cache
21611 timers, so that new ones supercede old ones.
21612 (pgg-add-passphrase-to-cache): Rename from
21613 `pgg-add-passphrase-cache' to reduce confusion (all callers
21614 changed). Modified to cancel old timers when new ones are added.
21615 (pgg-remove-passphrase-from-cache): Rename from
21616 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21617 changed). Modified to cancel old timers when their keys are
21618 removed from the cache.
21619 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21620 XEmacs, an indirection to delete-itimer.
21621 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21622 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21623 users can only check cache without risk of prompting. Correct bug in
21624 notruncate behavior.
21625 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21626 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21627 Add informative docstrings.
21628 (pgg-decrypt): Convey provided passphrase in subordinate call to
21629 pgg-decrypt-region.
21630
21631 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21632 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21633 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21634 `passphrase' argument, so the passphrase can be managed externally
21635 and then passed in to the system.
21636
21637 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21638 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21639 so the passphrase cache can be used reliably with identifiers
21640 besides a pgp packet's key id.
21641
21642 * pgg-gpg.el (pgg-pgp-encrypt-region)
21643 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21644 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21645 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21646 argument to all these routines, so the passphrase can be managed
21647 externally and passed in to the system.
21648
21649 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21650 `notruncate' argument, so the passphrase cache can be used
21651 reliably with identifiers besides a pgp packet's key id.
21652
21653 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21654
21655 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21656 symmetric encryption.
21657 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21658 encrypted session key.
21659 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21660 message ask for the passphrase in a proper way.
21661
21662 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21663 New user commands for symmetric encryption.
21664
21665 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21666
21667 * textmodes/conf-mode.el (conf-assignment-sign)
21668 (conf-assignment-regexp): Fix docstrings.
21669 (conf-mode-initialize): New function.
21670 (conf-mode): Remove optional args. Use delay-mode-hooks to
21671 recognize recursive calls.
21672 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21673 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21674 (conf-xdefaults-mode): Use define-derived-mode and
21675 conf-mode-initialize.
21676
21677 2005-10-29 Romain Francoise <romain@orebokech.com>
21678
21679 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21680
21681 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21682
21683 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21684 part of the decoded armor to find the key-identifier.
21685 (pgg-gpg-lookup-key-owner): New function to return the
21686 human-readable identifier of a key owner.
21687 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21688 key itself.
21689 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21690 the key value) if we have a key and can match it against a secret
21691 key. Also, added a note pointing out fact that the prompt only
21692 indicates the first matching key.
21693
21694 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21695 pgg-decrypt-region.
21696 (pgg-pending-timers): A new hash for tracking the passphrase cache
21697 timers, so that new ones supercede old ones.
21698 (pgg-add-passphrase-to-cache): Rename from
21699 `pgg-add-passphrase-cache' to reduce confusion (all callers
21700 changed). Modified to cancel old timers when new ones are added.
21701 (pgg-remove-passphrase-from-cache): Rename from
21702 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21703 changed). Modified to cancel old timers when their keys are
21704 removed from the cache.
21705 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21706 XEmacs, an indirection to delete-itimer.
21707 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21708 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21709 users can only check cache without risk of prompting. Correct bug in
21710 notruncate behavior.
21711 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21712 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21713 Add informative docstrings.
21714 (pgg-decrypt): Convey provided passphrase in subordinate call to
21715 pgg-decrypt-region.
21716
21717 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21718
21719 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21720 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21721 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21722 `passphrase' argument, so the passphrase can be managed externally
21723 and then passed in to the system.
21724
21725 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21726 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21727 so the passphrase cache can be used reliably with identifiers
21728 besides a pgp packet's key id.
21729
21730 * pgg-gpg.el (pgg-pgp-encrypt-region)
21731 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21732 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21733 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21734 argument to all these routines, so the passphrase can be managed
21735 externally and passed in to the system.
21736
21737 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21738 `notruncate' argument, so the passphrase cache can be used
21739 reliably with identifiers besides a pgp packet's key id.
21740
21741 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21742
21743 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21744 symmetric encryption.
21745 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21746 encrypted session key.
21747 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21748 message ask for the passphrase in a proper way.
21749
21750 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21751 New user commands for symmetric encryption.
21752
21753 2005-10-28 Bill Wohler <wohler@newt.com>
21754
21755 * help-mode.el (help-url): New button type. Calls browse-url.
21756 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21757 Similar to Info nodes: URL `url'.
21758 (help-make-xrefs): Create help-url buttons for
21759 help-xref-url-regexp matches.
21760
21761 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21762
21763 * tool-bar.el (tool-bar-add-item-from-menu)
21764 (tool-bar-local-item-from-menu): Fix doc strings.
21765
21766 2005-10-28 Romain Francoise <romain@orebokech.com>
21767
21768 * ldefs-boot.el: Update.
21769
21770 * subr.el (locate-library): Move from help-fns.el.
21771 * help-fns.el (locate-library): Move to subr.el.
21772
21773 2005-10-28 Richard M. Stallman <rms@gnu.org>
21774
21775 * net/tramp.el (tramp-completion-mode): defvar moved up.
21776
21777 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21778
21779 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21780
21781 * files.el (find-file-noselect): Use %d to format large file size.
21782
21783 * bindings.el (mode-line-format): Add %e.
21784
21785 * loadup.el ("facemenu"): Load unconditionally.
21786 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21787 ("x-dnd"): Load, when appropriate.
21788
21789 * startup.el (command-line): Call before-init-hook earlier.
21790 Warn about some bad characters in -u user name.
21791
21792 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21793 (flyspell-external-point-words): Error if misspelled word is not found.
21794 Set flyspell-large-region-beg at end of word.
21795
21796 2005-10-28 Andreas Schwab <schwab@suse.de>
21797
21798 * view.el (View-revert-buffer-scroll-page-forward):
21799 Use view-page-size-default.
21800
21801 2005-10-28 Juri Linkov <juri@jurta.org>
21802
21803 * international/quail.el (quail-get-current-str): Translate last
21804 raw character for deterministic input methods.
21805
21806 2005-10-27 Jay Belanger <belanger@truman.edu>
21807
21808 * calc/calc-ext.el: Add functions to autoloads.
21809 (math-identity-matrix-p, math-ident-row-p): New functions.
21810
21811 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21812 multiplication by an identity matrix; don't turn multiplication by
21813 an inverse matrix into division.
21814 (math-div-symbol-fancy): Replace division by matrices with
21815 multiplication by inverse.
21816
21817 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21818
21819 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21820 (calc-writeoutpower): New functions.
21821
21822 2005-10-27 Romain Francoise <romain@orebokech.com>
21823
21824 * replace.el (occur-engine): Include colon in mouse-face highlight.
21825
21826 * dired-x.el: Change Maintainer field.
21827
21828 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21829
21830 * longlines.el (longlines-mode): Bind after-change-functions to
21831 nil during initial decoding and final encoding.
21832
21833 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21834
21835 * term.el (term-emulate-terminal, term-handle-colors-array)
21836 (term-handle-ansi-escape): Specify the terminfo capabilities
21837 implemented.
21838
21839 2005-10-26 Richard M. Stallman <rms@gnu.org>
21840
21841 * info.el (Info-fontify-node): Fix detection of sentence-break
21842 before *Note.
21843
21844 2005-10-26 Romain Francoise <romain@orebokech.com>
21845
21846 * smerge-mode.el: Add `tools' to file keywords.
21847
21848 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21849
21850 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21851 when the fringe is not available.
21852
21853 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21854 (def-gdb-auto-update-trigger): Simplify construction.
21855 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21856 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21857 defined explicitly.
21858 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21859 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21860 defined explicitly.
21861 (gdb-info-locals-custom): Remove as it's a no-op.
21862
21863 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21864
21865 * longlines.el (longlines-mode): Remove narrowing before
21866 performing the initial decoding or final encoding.
21867
21868 2005-10-25 Romain Francoise <romain@orebokech.com>
21869
21870 * emacs-lisp/find-func.el (find-library-name): Also strip
21871 extension if library name ends in .el, to take advantage of
21872 `find-library-suffixes'.
21873
21874 2005-10-25 Richard M. Stallman <rms@gnu.org>
21875
21876 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21877
21878 2005-10-25 Juri Linkov <juri@jurta.org>
21879
21880 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21881 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21882
21883 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21884
21885 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21886 (blackbox-redefine-key): Add argument `map'.
21887
21888 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21889 regions when moving the jit-lock-context-unfontify-pos boundary.
21890
21891 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21892
21893 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21894
21895 2005-10-25 Masatake YAMATO <jet@gyve.org>
21896
21897 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21898
21899 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21900
21901 * play/blackbox.el (blackbox-redefine-key): New function.
21902 (blackbox-mode-map): Use it to remap existing bindings for cursor
21903 motion instead of binding literal keys.
21904
21905 2005-10-25 Glenn Morris <rgm@gnu.org>
21906
21907 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21908 diary does not end in a newline. Do not assume a blank line at
21909 the start of the diary file.
21910
21911 2005-10-25 Kenichi Handa <handa@m17n.org>
21912
21913 * international/quail.el (quail-translate-key): If the input
21914 method is deterministic and failed to handle the last key, restart
21915 the key handling loop from an appropriate key.
21916
21917 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21918
21919 * vc.el (vc-dired-mode): Extend comment for binding of
21920 `directory-listing-before-filename-regexp'.
21921
21922 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21923
21924 * textmodes/texinfo.el (texinfo-mode):
21925 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21926 not to unnecessarily expose emacs-mule's internal char codes.
21927
21928 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21929
21930 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21931 Display hand pointer and help-echo on disabled icon too.
21932 (gdb-mouse-until): New function.
21933 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21934
21935 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21936
21937 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21938 with 2005-10-23 change to doctor.el.
21939
21940 * finder.el (finder-mode-map): Add follow-link binding.
21941
21942 2005-10-25 Kim F. Storm <storm@cua.dk>
21943
21944 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21945 to gdb-mouse-toggle-breakpoint-fringe.
21946 (gdb-mouse-toggle-breakpoint-margin): Rename from
21947 gdb-mouse-toggle-breakpoint. Fix doc.
21948 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21949 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21950 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21951 string properties also for fringe breakpoint bitmaps.
21952
21953 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21954
21955 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21956
21957 2005-10-25 Masatake YAMATO <jet@gyve.org>
21958
21959 * simple.el (completion-common-substring):
21960 Use `completion-common-substring' prior to `completion-base-size'.
21961
21962 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21963
21964 * savehist.el: Require CL while compiling.
21965 (savehist-history-variables): Remove.
21966 (savehist-save-minibuffer-history, savehist-additional-variables)
21967 (savehist-minibuffer-history-variables): New vars.
21968 (savehist-save): Use them.
21969 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21970 (savehist-install): New fun, extracted from savehist-load.
21971 (savehist-load): Use them.
21972
21973 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21974
21975 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21976 a dummy doc-string-elt property.
21977 (defalias, defvaralias, define-category): Add a docstring property.
21978
21979 * image.el (defimage):
21980 * widget.el (define-widget):
21981 * custom.el (defface, defcustom): Add `doc-string' declaration.
21982
21983 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21984 (defadvice): Add `doc-string' declaration.
21985
21986 * emacs-lisp/byte-run.el (macro-declaration-function):
21987 Handle `doc-string' declarations.
21988 (define-obsolete-function-alias, define-obsolete-variable-alias):
21989 Add `doc-string' declaration.
21990
21991 2005-10-24 Kenichi Handa <handa@m17n.org>
21992
21993 * international/utf-7.el (utf-7): Add autoload cookie.
21994
21995 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21996
21997 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21998
21999 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22000 list of directories passed to batch-update-autoloads. Add "." to
22001 the list of the echoed directories.
22002
22003 * pgg-def.el:
22004 * pgg-gpg.el:
22005 * pgg-parse.el:
22006 * pgg-pgp.el:
22007 * pgg-pgp5.el:
22008 * pgg.el: Moved here from the gnus subdirectory.
22009
22010 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22011
22012 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22013 in case comint-prompt-read-only is set to t.
22014
22015 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22016 in case comint-prompt-read-only is set to t.
22017
22018 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22019
22020 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22021 Now a string.
22022 (icalendar-import-format): Handle CLASS, STATUS, URL.
22023 Rename `subject' to `summary'.
22024 (icalendar-import-format-summary): Rename from
22025 `icalendar-import-format-subject'.
22026 (icalendar-import-format-url, icalendar-import-format-status)
22027 (icalendar-import-format-class): New variables.
22028 (icalendar--rris): Take variable argument list.
22029 (icalendar--datestring-to-isodate): Remove unnecessary
22030 calendar-style check when converting dates with explicit month names.
22031 (icalendar-export-region): Change return type of conversion
22032 subroutines. Bury current buffer unless error occurred.
22033 (icalendar--convert-to-ical)
22034 (icalendar--parse-summary-and-rest): New functions.
22035 (icalendar--convert-ordinary-to-ical)
22036 (icalendar--convert-weekly-to-ical)
22037 (icalendar--convert-yearly-to-ical)
22038 (icalendar--convert-block-to-ical)
22039 (icalendar--convert-cyclic-to-ical)
22040 (icalendar--convert-anniversary-to-ical): Change return type.
22041 Strip trailing blanks from subject.
22042 (icalendar--convert-sexp-to-ical): Change return type.
22043 Strip trailing blanks from subject. Handle simple sexp
22044 entries as generated by icalendar.el.
22045 (icalendar--convert-float-to-ical)
22046 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22047 (icalendar-import-file): Doc fix.
22048 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22049 Correct call to icalendar--rris.
22050 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22051 `summary'.
22052 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22053
22054 2005-10-24 Romain Francoise <romain@orebokech.com>
22055
22056 * server.el (server-sentinel): Set query-on-exit flag to nil on
22057 new client processes (it isn't inherited from the server process).
22058
22059 * replace.el (occur-engine): Rearrange text properties.
22060
22061 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22062
22063 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22064 case-fold-search is nil.
22065 (debug-help-follow): Use help-xref-interned directly.
22066
22067 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22068
22069 * thumbs.el (thumbs-image-type): Add .pbm.
22070
22071 2005-10-23 Richard M. Stallman <rms@gnu.org>
22072
22073 * faces.el (inhibit-face-set-after-frame-default): New variable.
22074 (set-face-attribute): Bind it.
22075 (face-set-after-frame-default): Test it.
22076
22077 * help-fns.el (describe-simplify-lib-file-name): New function.
22078 (describe-function-1, describe-variable): Use it.
22079
22080 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22081
22082 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22083 Eliminate nil as possible value.
22084 (tooltip-hide-delay): Reduce internal-border-width.
22085
22086 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22087 (menu-bar-file-menu) <new-file>: Likewise.
22088
22089 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22090
22091 * international/mule.el (load-with-code-conversion):
22092 Pass full file name to `eval-buffer' unless preloading.
22093
22094 * textmodes/flyspell.el (flyspell-large-region):
22095 Call ispell-check-version.
22096
22097 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22098 Fix the make-variable-buffer-local call that was supposed
22099 to be for this variable.
22100 (ispell-aspell-supports-utf8): Doc fix.
22101 (ispell-find-aspell-dictionaries): Preserve elements of
22102 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22103 (ispell-aspell-find-dictionary): Return nil on error.
22104
22105 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22106 (doctor-symptoms): Likewise.
22107
22108 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22109
22110 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22111
22112 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22113 (custom-raised-buttons): Add :set spec.
22114 (custom-button-unraised, custom-button-pressed-unraised):
22115 New faces, so that custom-raised-buttons actually does something.
22116 (custom-mode): Use custom-button and custom-button-pressed.
22117
22118 * wid-edit.el (widget-specify-button): Don't ignore
22119 widget-mouse-face on graphic terminals.
22120 (widget-move-and-invoke): Cleanup.
22121
22122 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22123
22124 * whitespace.el (whitespace-cleanup): Doc fix.
22125
22126 2005-10-23 Romain Francoise <romain@orebokech.com>
22127
22128 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22129 `eval-after-load' to avoid evaluating their result.
22130
22131 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22132
22133 * files.el (directory-listing-before-filename-regexp):
22134 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22135
22136 * dired.el (dired-move-to-filename-regexp): Remove.
22137 All occurrences replaced by `directory-listing-before-filename-regexp'.
22138
22139 * dired-x.el, locate.el, vc.el:
22140 Replace `dired-move-to-filename-regexp' by
22141 `directory-listing-before-filename-regexp'. In vc.el it is
22142 overwritten locally; maybe this can be handled in files.el too.
22143
22144 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22145 replaced by `directory-listing-before-filename-regexp'.
22146
22147 2005-10-23 Andreas Schwab <schwab@suse.de>
22148
22149 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22150 and eval-next-after-load.
22151
22152 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22153
22154 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22155 exist, create it.
22156
22157 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22158
22159 * allout.el: Remove autoloads for mailcrypt and crypt++.
22160 Require pgg, pgg-gpg during compilation.
22161 (allout-version): Increment version number to 2.1, and use a literal
22162 rather than RCS Id.
22163 (allout-default-encryption-scheme): Remove.
22164 (allout-passphrase-verifier-handling)
22165 (allout-passphrase-verifier-string)
22166 (allout-file-passphrase-verifier-string)
22167 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22168 (allout-passphrase-hint-handling): Rename and simplify.
22169 (allout-init): Use `find-file-hook' if available, otherwise
22170 `find-file-hooks'.
22171 (allout-mode): Use `write-file-functions' if available, otherwise
22172 `local-write-file-hooks' and, instead of making auto-save-hook
22173 buffer local, make the write-file-hook activity contingent to
22174 allout-mode.
22175 (allout-mode): Use key-binding substitution in the docstring.
22176 (allout-kill-line): Spell-out kill ring data structure mutation
22177 instead of using byte-compiler-complaint-provoking `pop'.
22178 (allout-insert-listified): Use `insert' rather than `insert-string'
22179 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22180 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22181 (allout-encrypt-string): Totally revamped vis new underlying
22182 encryption facilities.
22183 (allout-mc-activate-passwd): Remove.
22184 (allout-obtain-passphrase): New, more or less replaces
22185 allout-mc-activate-passwd.
22186 (allout-encrypted-key-info): More or less replaces
22187 allout-encrypted-text-type.
22188 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22189 (my-mark-marker): Use `(featurep 'xemacs)'.
22190
22191 2005-10-23 Lars Hansen <larsh@soem.dk>
22192
22193 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22194 (byte-compile-file-form-defmumble, byte-compile-defun)
22195 (byte-compile-defmacro): Use it.
22196 (byte-compile-form): Don't call byte-compile-set-symbol-position
22197 when a byte-compile handler is called.
22198
22199 2005-10-22 Romain Francoise <romain@orebokech.com>
22200
22201 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22202
22203 * subr.el (eval-after-load): Convert library name to an absolute
22204 file name using locate-library, since load-history no longer has
22205 library names in it.
22206
22207 2005-10-22 Richard M. Stallman <rms@gnu.org>
22208
22209 * files.el (make-temp-file): Move from subr.el.
22210 * subr.el (make-temp-file): Move to files.el.
22211
22212 * window.el (get-buffer-window-list): Move from subr.el.
22213 * subr.el (get-buffer-window-list): Move to window.el.
22214
22215 * image.el (image-load-path): Use eval-at-startup to initialize.
22216
22217 * subr.el (eval-at-startup): New macro.
22218
22219 * subr.el: Much rearrangement of functions and division
22220 into pages. No code changes.
22221
22222 2005-10-22 Kenichi Handa <handa@m17n.org>
22223
22224 * tar-mode.el (tar-extract): Be sure to call
22225 find-operation-coding-system if set-auto-coding doesn't find a
22226 coding system.
22227
22228 2005-10-22 Kim F. Storm <storm@cua.dk>
22229
22230 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22231 Change users.
22232 (image-type-file-name-regexps): New defconst.
22233 (image-type-from-data): Simplify loop.
22234 (image-type-from-buffer): New defun.
22235 (image-type-from-file-header): Use it instead of image-type-from-data.
22236 Use image-search-load-path instead of only looking in data-directory.
22237 (image-type-from-file-name): New defun.
22238 (image-search-load-path): Change `pathname' to `filename'.
22239 Make PATH arg optional, default to image-load-path.
22240
22241 2005-10-21 Richard M. Stallman <rms@gnu.org>
22242
22243 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22244
22245 * textmodes/paragraphs.el (sentence-end-base): New variable.
22246 (sentence-end): Use sentence-end-base.
22247
22248 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22249
22250 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22251 property independently from the font-lock-multiline variable.
22252
22253 2005-10-21 Richard M. Stallman <rms@gnu.org>
22254
22255 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22256
22257 * startup.el (command-line): Convert library names
22258 in `load-history' to absolute file names.
22259
22260 * subr.el (symbol-file): Doc fix.
22261
22262 * loadhist.el (file-loadhist-lookup): Call locate-library
22263 instead of find-library-name. Don't try converting
22264 abs file names to library names, since load-history no longer
22265 has library names in it.
22266 (file-dependents, file-provides, file-requires): Doc fixes.
22267
22268 2005-10-21 Juri Linkov <juri@jurta.org>
22269
22270 * progmodes/etags.el (tags-table-mode): New function.
22271 (tags-verify-table): Replace initialize-new-tags-table with
22272 tags-table-mode.
22273
22274 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22275 default value.
22276 (desktop-modes-not-to-save): Add tags-table-mode to the
22277 default value.
22278
22279 * info.el (Info-index-next): Add total number of index
22280 alternatives to the message.
22281
22282 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22283 backward only space (instead of space and period) before looking
22284 at sentence end.
22285
22286 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22287 Add the old variable value as 4th default-value arg of read-string.
22288
22289 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22290
22291 * cus-face.el (custom-declare-face): Make face from X resources
22292 also on Mac.
22293
22294 * disp-table.el (standard-display-g1, standard-display-graphic):
22295 Refuse to use string glyphs also on Mac.
22296 (standard-display-european): Don't set terminal coding system also
22297 on Mac.
22298
22299 * frame.el (display-screens): Use x-display-screens also on Mac.
22300
22301 2005-10-21 Romain Francoise <romain@orebokech.com>
22302
22303 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22304
22305 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22306
22307 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22308 and $? into sexps.
22309
22310 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22311 warning face on open-paren-in-column-0.
22312
22313 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22314 boundary case. Fix typo.
22315 Suggested by Martin Rudalics <rudalics@gmx.at>.
22316
22317 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22318
22319 * textmodes/org.el (org-combined-agenda-icalendar-file)
22320 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22321 (org-export-icalendar-this-file)
22322 (org-export-icalendar-all-agenda-files)
22323 (org-export-icalendar-combine-agenda-files): New commands.
22324 (org-export-icalendar, org-print-icalendar-entries)
22325 (org-start-icalendar-file, org-finish-icalendar-file)
22326 (org-ical-ts-to-string): New functions.
22327 (org-read-date, org-goto-calendar)
22328 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22329 call to `calendar'.
22330 (orgtbl-setup): Remove the :keys arguments from the menu description.
22331 (org-after-save-iCalendar-file-hook): New variable.
22332
22333 2005-10-21 Kenichi Handa <handa@m17n.org>
22334
22335 * language/vietnamese.el (tcvn-5712): Make it an alias of
22336 vietnamese-tcvn coding-system.
22337
22338 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22339
22340 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22341 group id is given.
22342
22343 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22344
22345 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22346 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22347 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22348 whose line is either continued or ends with a comment.
22349
22350 2005-10-20 Romain Francoise <romain@orebokech.com>
22351
22352 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22353
22354 * replace.el (occur-engine): Add follow-link property.
22355
22356 * font-core.el (font-lock-mode): Doc fix.
22357
22358 2005-10-20 Richard M. Stallman <rms@gnu.org>
22359
22360 * net/rcirc.el: New file.
22361
22362 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22363
22364 * term.el (term-term-name): Initialize to "eterm-color".
22365
22366 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22367
22368 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22369 for encryption functionality.
22370 Move allout customization subgroup from `editing' to `outlines' group.
22371 Fix commentary keywords to legitimate ones.
22372 Update author info (using my current email address, obscurified).
22373 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22374 (allout-encrypted-topic-p, allout-encrypted-text-type)
22375 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22376 (allout-situate-encryption-key-verifier)
22377 (allout-get-encryption-key-verifier, allout-verify-key)
22378 (allout-next-topic-pending-encryption)
22379 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22380 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22381 (outline-key-verifier-handling, outline-key-hint-handling)
22382 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22383 (allout-file-key-verifier-string, allout-encryption-scheme)
22384 (allout-key-verifier-string, allout-key-hint-string)
22385 (allout-after-save-decrypt): New variables.
22386 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22387 (allout-after-saves-handler): New hook functions.
22388 (allout-post-command-business): Do allout-after-save-decrypt.
22389 (allout-enable-file-variable-adjustment): Custom var to enable
22390 mechanism for adding and adjusting settings of Emacs file variables.
22391 (allout-adjust-file-variable, allout-file-vars-section-data):
22392 New functions, implement the mechanism.
22393 (outlineify-sticky): Use the file vars mechanism.
22394 (allout-inhibit-protection, allout-during-write-cue)
22395 (allout-override-protect, allout-before-change-protect): Remove.
22396 (allout-flag-region, allout-open-topic): Adjust read-only text.
22397 (allout-open-line-not-read-only): Add to facilitate read-only
22398 text based protection.
22399 (allout-kill-line): Revise to adjust read-only text, clue the
22400 user about the inhibition.
22401 (allout-unprotected): Use unwind-protect.
22402 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22403 topic deeper than the offspring depth of the previous topic -
22404 avoiding confusing "containment discontinuities".
22405 (allout-reindent-bodies): Fix retention of body relative hanging
22406 indent during promotion of collapsed bodies.
22407 (allout-open-topic): Make it easy to open new topic with same
22408 bullet as current topic - topic creation functions provided with
22409 any universal argument provokes now prompt for bullet, defaulting
22410 to the bullet of the previous topic.
22411 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22412 Plain bullet alternates `.' period and `,' comma only. All other
22413 bullets are relegated to special status (but customizable).
22414 (allout-end-of-entry): Rename from allout-end-of-current-entry
22415 since it actually operates w.r.t. most immediately containing
22416 entry, visible or not.
22417 (allout-hide-current-entry, allout-show-current-entry): Use the
22418 revised version.
22419 (allout-old-expose-topic): Solidify deprecation.
22420 (allout-end-of-subtree): Add so we can span concealed as well
22421 as visible topics.
22422 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22423 (allout-end-of-current-heading): Tweak to just respect the first line.
22424 (allout-get-body-text): Add.
22425 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22426 when invoked interactively.
22427 (allout-up-current-level): Use `interactive-p'.
22428 (allout-mode, allout-init): Miscellaneous docstring and
22429 operational refinements, as well as hookups of new encryption stuff.
22430 (allout-beginning-of-current-entry): Now works as advertised.
22431 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22432 (allout-isearch-rectification): Refine condition for isearching.
22433 (allout-isearch-abort, allout-enwrap-isearch)
22434 (allout-flag-region, my-region-active-p): Relocate some macros.
22435 (allout-title): Fallback title is (buffer-name), not
22436 non-existing (current-buffer-name).
22437 (subst-char-in-string): Define if absent (for some XEmacs versions).
22438
22439 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22440
22441 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22442 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22443 (mail-citation-prefix-regexp, mail-signature-file)
22444 (mail-default-headers, mail-bury-selects-summary)
22445 (mail-send-nonascii): Add autoload cookies.
22446
22447 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22448
22449 * frame.el (blink-cursor-mode): Add `mac' to the list of
22450 window-system's that support blinking cursor.
22451
22452 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22453
22454 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22455
22456 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22457
22458 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22459 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22460 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22461
22462 2005-10-20 Kim F. Storm <storm@cua.dk>
22463
22464 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22465 (ido-set-current-directory): Don't add / after final @.
22466 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22467 Explicitly handle ange-ftp completion oddities.
22468 (ido-make-file-list): Don't rotate list at tramp root to avoid
22469 triggering tramp file handler for expand-file-name via get-file-buffer.
22470
22471 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22472
22473 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22474
22475 2005-10-19 Jay Belanger <belanger@truman.edu>
22476
22477 * calc/calc-units.el (math-standard-units): Add units, adjust
22478 symbols and update values.
22479 (math-unit-prefixes): Add more prefixes.
22480
22481 2005-10-19 Romain Francoise <romain@orebokech.com>
22482
22483 * bookmark.el (bookmark-menu-heading): New face.
22484 (bookmark-bmenu-list): Use it.
22485 Don't fiddle with `baud-rate' at top-level.
22486
22487 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22488
22489 * image.el (create-image, find-image): Mention max-image-size in
22490 docstring.
22491
22492 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22493
22494 * savehist.el (savehist-load): Revert to checking XEmacs.
22495
22496 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22497 Various docstring and line-width fixups.
22498 (conf-mode): Use cond.
22499 Set font-lock-defaults. Don't set comment-use-syntax.
22500
22501 2005-10-18 David Ponce <david@dponce.com>
22502
22503 * tree-widget.el (tree-widget-button-click): New function.
22504 (tree-widget-button-keymap): Use it.
22505
22506 2005-10-18 Romain Francoise <romain@orebokech.com>
22507
22508 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22509 (bookmark-bmenu-hide-filenames): Add follow-link property.
22510 Improve help-echo text.
22511
22512 * ffap.el (find-file-at-point): Doc fix.
22513
22514 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22515
22516 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22517
22518 2005-10-18 Masatake YAMATO <jet@gyve.org>
22519
22520 Install to the CVS repository what I forgot to install in my
22521 2005-10-16 changes.
22522
22523 * progmodes/python.el (python-complete-symbol): Pass the common
22524 prefix substring of completion to `display-completion-list'.
22525
22526 * textmodes/org.el (org-complete): Ditto.
22527
22528 2005-10-18 Masatake YAMATO <jet@gyve.org>
22529
22530 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22531
22532 * woman.el (WoMan-xref-man-page): New button type derived
22533 from `Man-abstract-xref-man-page'.
22534 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22535
22536 * man.el (Man-abstract-xref-man-page): New button type.
22537 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22538 (Man-highlight-references): Add new optional argument `xref-man-type'.
22539
22540 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22541
22542 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22543
22544 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22545
22546 * cus-edit.el (Custom-move-and-invoke): Delete.
22547 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22548
22549 * wid-edit.el (widget-move-and-invoke): New function, from
22550 Custom-move-and-invoke.
22551
22552 2005-10-17 Bill Wohler <wohler@newt.com>
22553
22554 Move all remaining images from lisp/toolbar to etc/images, move
22555 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22556 the low resolution images in their own directory (low-color).
22557
22558 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22559 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22560 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22561 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22562 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22563 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22564 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22565
22566 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22567 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22568 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22569 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22570 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22571 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22572 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22573 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22574 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22575 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22576 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22577 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22578 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22579 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22580 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22581
22582 To conform with convention, replace the underscore (_) in the
22583 following image names with dash (-) or (/) as appropriate.
22584
22585 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22586 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22587 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22588 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22589 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22590 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22591 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22592 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22593 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22594 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22595 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22596 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22597 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22598 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22599 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22600
22601 * info.el (info-tool-bar-map): Replace underscores in image names
22602 with dashes.
22603
22604 * makefile.w32-in (WINS): Remove toolbar.
22605
22606 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22607
22608 * tool-bar.el: Move to lisp from toolbar. Now that
22609 toolbar is empty, it should be deleted when folks run "cvs up -P".
22610
22611 2005-10-18 Jay Belanger <belanger@truman.edu>
22612
22613 * calc/calc-store.el (calc-store-into): Get the proper variable name
22614 to display in message.
22615
22616 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22617
22618 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22619 expressions display in speedbar for all buffers when debugging.
22620 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22621
22622 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22623 (speedbar-insert-button, speedbar-make-button):
22624 Use add-text-properties.
22625 (speedbar-update-localized-contents)
22626 (speedbar-update-directory-contents)
22627 (speedbar-update-special-contents): Use dolist.
22628 (speedbar-buffer-easymenu-definition): Add a menu separator.
22629
22630 2005-10-17 Jason Rumney <jasonr@gnu.org>
22631
22632 * makefile.w32-in: Use $(lisp) consistently.
22633 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22634 for shell specific generation of mh-autoloads.
22635
22636 2005-10-17 Richard M. Stallman <rms@gnu.org>
22637
22638 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22639
22640 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22641
22642 * jit-lock.el (jit-lock-fontify-now):
22643 Move jit-lock-context-unfontify-pos to avoid wasted work.
22644
22645 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22646
22647 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22648 `tramp-completion-mode' for checking if we are in completion mode.
22649 (tramp-completion-handle-file-name-all-completions): Reorder code
22650 in order to complete for file names only in case there are no
22651 method/user/host completions. This is necessary for cooperation
22652 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22653
22654 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22655
22656 * longlines.el (longlines-search-forward)
22657 (longlines-search-backward): Match any number of spaces.
22658
22659 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22660
22661 * diff-mode.el (diff-mode): Doc fix.
22662
22663 2005-10-16 David Reitter <david.reitter@gmail.com>
22664
22665 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22666 as default on darwin and windows systems.
22667
22668 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22669
22670 * arc-mode.el (archive-zip-extract): Doc fix.
22671
22672 2005-10-16 Romain Francoise <romain@orebokech.com>
22673
22674 * mouse.el (mouse-1-click-follows-link): Doc fix.
22675
22676 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22677
22678 * savehist.el: Don't require CL at runtime.
22679 (savehist-xemacs): Remove.
22680 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22681 (savehist-no-conversion): Use (featurep 'xemacs).
22682 (savehist-load): Check existence of start-itimer rather than XEmacs.
22683 Use an idle timer.
22684 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22685 `delete-if-not'.
22686
22687 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22688
22689 * savehist.el: Newer version.
22690 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22691 (savehist-last-checksum, savehist-no-conversion): New vars.
22692 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22693 New functions.
22694 (savehist-load, savehist-save): Use them.
22695 (savehist-delimit): Remove.
22696
22697 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22698
22699 * progmodes/compile.el (compilation-goto-locus): Display the
22700 compilation buffer first and the source buffer second, in case they're
22701 in overlapping frames. Don't raise the compilation frame if it was the
22702 selected window upon entry. Pass the `other-window' arg to
22703 pop-to-buffer.
22704
22705 * info.el (Info-fontify-node): Use dolist.
22706 Change add-text-properties to put-text-property.
22707
22708 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22709
22710 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22711 bound of search.
22712
22713 2005-10-16 Masatake YAMATO <jet@gyve.org>
22714
22715 * dabbrev.el (dabbrev-completion): Pass the common
22716 prefix substring of completion to `display-completion-list'.
22717
22718 * filecache.el (file-cache-minibuffer-complete)
22719 (file-cache-complete): Ditto.
22720
22721 * tempo.el (tempo-display-completions): Ditto.
22722
22723 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22724
22725 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22726
22727 * eshell/em-hist.el (eshell-list-history): Ditto.
22728
22729 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22730
22731 * mail/mailalias.el (mail-complete): Ditto.
22732
22733 * progmodes/etags.el (complete-tag): Ditto.
22734
22735 * progmodes/make-mode.el (makefile-complete): Ditto.
22736
22737 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22738
22739 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22740
22741 * progmodes/pascal.el (pascal-complete-word)
22742 (pascal-show-completions): Ditto.
22743
22744 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22745
22746 * simple.el (completion-common-substring): New variable.
22747 (completion-setup-function): Use `completion-common-substring'
22748 to put faces.
22749
22750 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22751
22752 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22753 (x-get-selection, mac-select-convert-to-string): Convert from/to
22754 UTF-16 clipboard data as in native byte order, no BOM.
22755
22756 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22757
22758 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22759 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22760 (gud-sentinel): Use speedbar-frame to check for speedbar.
22761
22762 2005-10-15 Richard M. Stallman <rms@gnu.org>
22763
22764 * savehist.el: New file.
22765
22766 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22767
22768 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22769 Fix bug in \bf fontification.
22770
22771 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22772
22773 * pcvs.el (cvs-edit-log-files): New var.
22774 (cvs-mode-edit-log): New arg `file'.
22775 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22776 Instead force the use of the original file and nothing else.
22777 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22778 the cvs-minor-wrap-function is set.
22779 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22780
22781 2005-10-14 Bill Wohler <wohler@newt.com>
22782
22783 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22784 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22785 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22786 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22787 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22788 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22789 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22790 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22791 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22792 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22793 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22794 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22795 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22796 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22797 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22798
22799 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22800 appropriately (for example, gud-break to gud/break).
22801
22802 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22803
22804 * longlines.el (longlinges-search-function)
22805 (longlines-search-forward, longlines-search-backward): New functions.
22806 (longlines-mode): Set isearch-search-fun-function to
22807 longlinges-search-function.
22808
22809 * mouse.el (mouse-drag-region-1): Handle the case where a
22810 double-click event is bound to an arbitrary function.
22811
22812 2005-10-14 David Ponce <david@dponce.com>
22813
22814 * recentf.el (recentf-track-opened-file)
22815 (recentf-track-closed-file, recentf-update-menu)
22816 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22817 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22818 mouse-1-click-follows-link.
22819
22820 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22821
22822 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22823 Gnome file-manager.png. Suggested by
22824 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22825
22826 * toolbar/README: Add diropen.xpm.
22827
22828 2005-10-13 Bill Wohler <wohler@newt.com>
22829
22830 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22831 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22832
22833 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22834
22835 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22836 Don't waste the byte-compiler's time on constant data.
22837
22838 2005-10-13 Kenichi Handa <handa@m17n.org>
22839
22840 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22841 byte with `escape-glyph' face.
22842
22843 * international/fontset.el (ccl-encode-unicode-font):
22844 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22845 Handle the case that ucs-mule-to-mule-unicode translates a character to
22846 ASCII (usually for IPA characters).
22847
22848 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22849
22850 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22851 Don't hide the underline of titles if font-lock-mode is disabled.
22852
22853 2005-10-12 Bill Wohler <wohler@newt.com>
22854
22855 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22856 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22857 files in MH-E-SRC have been updated.
22858 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22859
22860 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22861
22862 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22863 (mixal-mode-syntax-table): Add \n as end-comment.
22864 (mixal-operation-codes-alist): Immediately initialize to full value.
22865 (mixal-add-operation-code): Remove.
22866 (mixal-describe-operation-code): Make the arg non-optional.
22867 Use the interactive spec instead.
22868 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22869 (mixal-font-lock-keywords): Don't highlight comments here any more.
22870 (mixal-font-lock-syntactic-keywords): New var.
22871 (mixal-mode): Use it. Fix comment-start-skip.
22872
22873 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22874
22875 * startup.el (command-line-x-option-alist): -nb => -nbi.
22876
22877 2005-10-12 Kim F. Storm <storm@cua.dk>
22878
22879 * startup.el (fancy-splash-default-action): Discard mouse click in
22880 the splash screen window, as it has no sensible meaning in the
22881 next window to be selected. Fixes error reported by Jan D.
22882
22883 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22884
22885 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22886
22887 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22888
22889 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22890 Try to fix up minor layout issues like indentation, line break, etc...
22891 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22892 because it doesn't work.
22893 (mixal-operation-codes): Add some more codes.
22894 (mixal-font-lock-keywords): Process comments here.
22895 (mixal-mode): mixasm no longer needs -g option.
22896
22897 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22898
22899 * progmodes/sh-script.el (sh-tmp-file):
22900 Use mktemp -t. Finish support for es and rc shells.
22901
22902 2005-10-11 Jay Belanger <belanger@truman.edu>
22903
22904 * calc/calcalg2.el (calc-integral): With an argument, compute the
22905 definite integral.
22906
22907 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22908
22909 * mouse.el (mouse-drag-region-1): Don't try to catch a
22910 double-click when doing follow-link (it's overridden anyway).
22911
22912 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22913
22914 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22915 (autoload-print-form-outbuf): Add docstring.
22916
22917 2005-10-11 Juri Linkov <juri@jurta.org>
22918
22919 * info.el (Info-mode-menu): Delete menu item "Edit".
22920 (Info-mode): Delete description of Info-edit from docstring,
22921 and rearrange descriptions of Info commands in the order
22922 they are documented in the Info manual.
22923
22924 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22925
22926 * calendar/appt.el (appt-check): Use diary-selective-display var.
22927
22928 2005-10-10 Richard M. Stallman <rms@gnu.org>
22929
22930 * net/newsticker.el (newsticker-start, newsticker-show-news):
22931 Add autoload cookies.
22932
22933 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22934
22935 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22936
22937 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22938
22939 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22940
22941 2005-10-10 Jay Belanger <belanger@truman.edu>
22942
22943 * calc/calc-arith.el (math-check-known-scalarp)
22944 (math-check-known-matrixp): Check the values of arguments that are
22945 variables.
22946 (math-check-known-square-matrixp): New function.
22947 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22948 (math-super-types): Add sqmatrix type.
22949
22950 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22951 mode name `square' to `sqmatrix'.
22952
22953 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22954 mode name `square' to `sqmatrix'.
22955
22956 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22957
22958 * progmodes/etags.el (select-tags-table-mode): Don't use
22959 selective-display.
22960 (tags-select-tags-table): Pass `button' to the action function.
22961 (select-tags-table): Place the side-info on button properties rather
22962 than in hidden text. Abbreviate file names.
22963 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22964 (select-tags-table-select): Add `button' argument.
22965 Get side-info from the button property rather than from hidden text.
22966
22967 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22968
22969 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22970 (gud-speedbar-buttons): Preserve point if possible.
22971 (gud-sentinel): Restore previous speedbar display type.
22972
22973 * progmodes/gdb-ui.el (gdba): Improve diagram.
22974 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22975 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22976 Call get-buffer-window once.
22977
22978 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22979
22980 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22981 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22982 (pascal-indent-command): Remove unused var `ind'.
22983 (pascal-indent-case): Remove unused var `oldpos'.
22984 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22985 since it's now used as a proper minor mode map.
22986 (pascal-outline): Rename to pascal-outline-mode.
22987 (pascal-outline-mode): Use define-minor-mode.
22988 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22989 selective-display.
22990
22991 2005-10-10 Andreas Schwab <schwab@suse.de>
22992
22993 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22994 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22995
22996 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22997 outside source directory.
22998
22999 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23000
23001 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23002 C-x' as a prefix.
23003 (orgtbl-mode-map): Full keymap instead of sparse, because all
23004 `self-insert-command' keys are redefined in this map.
23005 (org-export-as-html): Specify charset for HTML file, by taking it
23006 from the coding system.
23007
23008 2005-10-10 Kenichi Handa <handa@m17n.org>
23009
23010 * textmodes/flyspell.el (flyspell-check-word-p):
23011 If unread-command-events is non-empty, don't call sit-for.
23012
23013 2005-10-09 Richard M. Stallman <rms@gnu.org>
23014
23015 * font-lock.el (font-lock-syntactic-keywords)
23016 (font-lock-keywords): Doc fixes.
23017
23018 * textmodes/flyspell.el (flyspell-external-point-words):
23019 Simplify logic, and don't try to check for consecutive appearances
23020 of one incorrect word.
23021
23022 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23023
23024 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23025 separator.
23026
23027 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23028 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23029 (gud-expansion-speedbar-buttons): New function.
23030 (gud-speedbar-buttons): Check for gud-comint-buffer.
23031
23032 2005-10-09 Bill Wohler <wohler@newt.com>
23033
23034 * Makefile.in (updates): Add mh-loaddefs dependency.
23035
23036 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23037
23038 * speedbar.el (speedbar-file-key-map): Fix typo.
23039
23040 2005-10-09 Daniel Brockman <daniel@brockman.se>
23041
23042 * cus-start.el (line-spacing): Add custom spec.
23043
23044 2005-10-09 Romain Francoise <romain@orebokech.com>
23045
23046 * textmodes/ispell.el (ispell-check-version): Fix last change.
23047
23048 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23049
23050 * term/x-win.el: Remove -i, --icon-type from comment.
23051
23052 * startup.el (command-line-x-option-alist): Remove options -i,
23053 -itype, --icon-type, added -nb, --no-bitmap-icon.
23054
23055 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23056
23057 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23058 instead of :active.
23059
23060 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23061
23062 * textmodes/ispell.el (ispell-check-version):
23063 Ignore hyphen, and all that follows, in aspell's version text.
23064
23065 2005-10-08 Jay Belanger <belanger@truman.edu>
23066
23067 * calc/calc-arith.el (math-known-square-matrixp): New function.
23068 (math-pow-fancy): Check for matrices before distributing exponent
23069 across products.
23070
23071 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23072 fullscreen keypad. Suggested by Luc Teirlinck.
23073 (calc-keypad-show-input): Add space for formatting.
23074
23075 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23076 Add square matrix option.
23077
23078 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23079 of checking calc-matrix-mode when deciding how to expand.
23080
23081 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23082
23083 2005-10-08 Lars Hansen <larsh@soem.dk>
23084
23085 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23086 Add error handling.
23087 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23088
23089 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23090
23091 Sync with Tramp 2.0.51.
23092
23093 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23094 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23095 Insert special handling for `last-coding-system-used', again
23096 it still seems to be necessary (unlike stated before).
23097 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23098 (tramp-password-prompt-regexp): There might be other words before
23099 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23100 (tramp-chunksize): Improve docstring.
23101 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23102 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23103 Christian Joergensen <bugs@razor.dk>.
23104
23105 2005-10-07 Glenn Morris <rgm@gnu.org>
23106
23107 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23108 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23109 precision'.
23110
23111 2005-10-07 Romain Francoise <romain@orebokech.com>
23112
23113 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23114 (ibuffer-do-shell-command-pipe-replace)
23115 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23116 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23117 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23118 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23119 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23120 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23121 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23122 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23123 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23124 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23125 Autoload file sans suffix.
23126
23127 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23128
23129 2005-10-07 David Ponce <david@dponce.com>
23130
23131 * recentf.el (recentf-menu-open-all-flag): New option.
23132 (recentf-digit-shortcut-command-name): New function.
23133 (recentf--shortcuts-keymap): New variable.
23134 (recentf-menu-shortcuts): New variable.
23135 (recentf-make-menu-items): Initialize it. Replace the "More..."
23136 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23137 (recentf-menu-value-shortcut): New function.
23138 (recentf-make-menu-item): Use it. No more in-lined.
23139 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23140 (recentf-open-most-recent-file): Rename from
23141 `recentf-open-file-with-key'. Don't depend on key binding.
23142 (recentf-mode-map): New variable.
23143 (recentf-mode): Use it.
23144
23145 2005-10-06 Bill Wohler <wohler@newt.com>
23146
23147 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23148
23149 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23150 (MH-E-SRC): New. Used by mh-autoloads.
23151 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23152 files in MH-E-SRC have been updated.
23153 (compile, recompile, bootstrap): Depend on mh-autoloads.
23154
23155 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23156
23157 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23158 gud-break and gud-remove icons when the fringe is not available.
23159
23160 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23161 Typo.
23162
23163 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23164
23165 * play/zone.el (zone): Wrap body with save-window-excursion.
23166
23167 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23168
23169 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23170 Use the new `list-only' arg to diary-list-entries.
23171
23172 * calendar/diary-lib.el: Use overlays rather than selective-display.
23173 (diary-selective-display): New var.
23174 (diary-header-line-format): Use it.
23175 (diary-list-entries): Add argument `list-only'.
23176 Put the buffer in diary-mode. Don't add \^M at beg and end.
23177 Replace \^M by invisible overlays.
23178 (diary-unhide-everything): Replace \^M by invisible overlays.
23179 (print-diary-entries): Look for overlays rather than \^M.
23180 Add a space to the temp buffer name.
23181 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23182 Put the buffer in diary-mode.
23183 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23184 (diary-anniversary): Make the year arg optional.
23185 (diary-time-regexp): New const.
23186 (diary-font-lock-keywords): Use it to accept a few more time formats.
23187
23188 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23189
23190 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23191
23192 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23193 Fix bug introduced 2005-07-03: Use (car (last ...))
23194 to faithfully reproduce replaced artist-last.
23195 (artist-set-arrow-points-for-poly): Likewise.
23196 Suggested by Johan Bockg\e,Ae\e(Brd.
23197
23198 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23199
23200 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23201 * wid-edit.el (widget):
23202 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23203 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23204
23205 2005-10-06 Kenichi Handa <handa@m17n.org>
23206
23207 * international/mule-cmds.el (set-language-environment):
23208 Fix setting up of case-table for unibyte mode.
23209
23210 * simple.el (what-cursor-position): If the character is displayed
23211 by some `display' text property, show that. Don't use
23212 single-key-description for eight-bit characters in multibyte mode.
23213
23214 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23215
23216 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23217 (gdb-ann3): Set it.
23218 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23219 (gdb-info-frames-custom): Use inverse-video for first five
23220 characters of selected frame only.
23221 (gdb-get-frame-number): Select frame even when point is on frame
23222 number.
23223
23224 2005-10-06 Masatake YAMATO <jet@gyve.org>
23225
23226 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23227 Put `font-lock-function-name-face'.
23228 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23229 and `font-lock-variable-name-face'
23230 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23231 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23232 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23233 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23234 (gdb-local-font-lock-keywords): New font lock keywords definition.
23235 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23236 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23237 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23238
23239 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23240
23241 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23242 (ediff-merge-region-is-non-clash-to-skip): Previously called
23243 ediff-merge-region-is-non-clash.
23244
23245 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23246 Use insert-buffer-substring.
23247
23248 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23249 selecting files to patch. Also bug fixes.
23250
23251 * ediff-util.el (ediff-setup): Bug fix.
23252 (ediff-next-difference): Never skip clashes that differ in white
23253 space only.
23254
23255 * ediff-wind.el (ediff-setup-control-frame)
23256 (ediff-destroy-control-frame): Check the menubar feature.
23257
23258 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23259 (viper-refresh-mode-line): Use make-local-variable to localize
23260 some vars instead of make-variable-buffer-local. Suggested by
23261 Stefan Monnier.
23262
23263 * emulation/viper-init.el (viper-make-variable-buffer-local):
23264 Delete alias.
23265 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23266 Use make-local-variable instead of make-variable-buffer-local.
23267 Suggested by Stefan Monnier.
23268
23269 * emulation/viper.el (viper-mode): Don't use
23270 viper-make-variable-buffer-local.
23271 (viper-comint-mode-hook): Use make-local-variable on
23272 require-final-newline.
23273 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23274
23275 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23276
23277 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23278 also the second char of a comment-start sequence.
23279 (scheme-sexp-comment-syntax-table): New var.
23280 (lambda, define): Set their scheme-doc-string-elt property.
23281 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23282 Use lisp-font-lock-syntactic-face-function now that it properly
23283 handles |...| symbols.
23284 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23285 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23286
23287 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23288 bit from # to |.
23289 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23290
23291 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23292 (lisp-doc-string-elt-property): New var.
23293 (lisp-font-lock-syntactic-face-function): Use it.
23294 Rewrite to recognize docstrings even for forms not at toplevel.
23295
23296 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23297 annotation on the | part of #| rather than on the # part.
23298 (scheme-font-lock-syntactic-face-function): New function, to
23299 distinguish strings from |...| symbols.
23300 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23301 syntax-table so that #|...|# is properly highlighted.
23302
23303 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23304 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23305
23306 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23307
23308 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23309 and C-e.
23310
23311 * emacs-lisp/eldoc.el: Move comments into docstrings.
23312 (eldoc-message-commands): Initialize in its declaration.
23313 Add move-beginning-of-line and move-end-of-line.
23314 (eldoc-add-command, eldoc-add-command-completions)
23315 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23316
23317 * outline.el (outline-mark-subtree): Activate the mark.
23318
23319 * calendar/appt.el (appt-time-regexp): New var.
23320 (appt-add, appt-make-list): Use it.
23321 (appt-convert-time): Clean up.
23322
23323 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23324 Don't set any syntax-table property here.
23325 (tex-font-lock-verb): New function. Do it here.
23326 (tex-font-lock-syntactic-keywords): Use it.
23327
23328 2005-10-04 Richard M. Stallman <rms@gnu.org>
23329
23330 * wid-edit.el (widget-file-complete): Get the widget start point
23331 the right way. Default directory to `/' if file has none.
23332
23333 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23334
23335 * textmodes/flyspell.el (flyspell-mode-on):
23336 Call ispell-maybe-find-aspell-dictionaries.
23337
23338 * textmodes/ispell.el (ispell-word, ispell-region):
23339 Call ispell-maybe-find-aspell-dictionaries.
23340 (ispell-accept-buffer-local-defs):
23341 Don't call ispell-maybe-find-aspell-dictionaries.
23342
23343 2005-10-04 Richard M. Stallman <rms@gnu.org>
23344
23345 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23346
23347 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23348
23349 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23350 instead of `fboundp' in order to allow for anonymous functions.
23351
23352 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23353
23354 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23355 case the user clicks on the link while another window is selected.
23356 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23357
23358 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23359 functionality.
23360 (dframe-help-echo): Save point in case mouse tracking is off.
23361
23362 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23363
23364 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23365
23366 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23367
23368 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23369 not change the global value of those vars.
23370
23371 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23372 make-local-variable which we do not need any more.
23373
23374 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23375
23376 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23377 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23378 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23379 (speedbar-path-line): Define obsolete aliases.
23380 (speedbar-line-directory): Doc fix.
23381
23382 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23383 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23384 instead of speedbar-line-path.
23385
23386 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23387
23388 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23389 to nil if dropping on a window. Handle dropping on a minibuffer window
23390 like dropping on a non-window part of Emacs.
23391
23392 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23393
23394 * net/ange-ftp.el: Use with-current-buffer.
23395 (ange-ftp-insert-directory): Do not follow symlinks any more.
23396
23397 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23398 Remove interactive spec.
23399
23400 2005-10-03 Kim F. Storm <storm@cua.dk>
23401
23402 * ido.el (ido-mode): Use custom-initialize-set.
23403
23404 2005-10-02 Richard M. Stallman <rms@gnu.org>
23405
23406 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23407 Use insert-buffer-substring.
23408
23409 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23410 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23411
23412 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23413
23414 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23415 in last change.
23416 (ange-ftp-insert-directory): Fix up the search for the case where
23417 `file' is absolute.
23418
23419 2005-10-02 Romain Francoise <romain@orebokech.com>
23420
23421 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23422
23423 2005-10-02 Andreas Schwab <schwab@suse.de>
23424
23425 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23426 directory component in the session info.
23427
23428 2005-10-01 Richard M. Stallman <rms@gnu.org>
23429
23430 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23431
23432 * simple.el (next-error-internal): New function.
23433
23434 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23435 (compilation-start): Pass new arg to compilation-buffer-name.
23436 (compile-goto-error): Use next-error-internal.
23437
23438 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23439
23440 * speedbar.el: Remove RCS tag.
23441 (speedbar-check-read-only): Handle non-existent files.
23442
23443 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23444
23445 * info.el (Info-speedbar-hierarchy-buttons)
23446 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23447
23448 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23449
23450 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23451 Do not match newline.
23452 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23453 (bibtex-summary): Remove unnecessary save-excursion.
23454 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23455
23456 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23457
23458 * term/mac-win.el: Add charset info for "iso10646-1".
23459 Modify default fontset to use ATSUI-compatible fonts for some charsets
23460 if available.
23461
23462 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23463
23464 * speedbar.el: Re-apply arch tag.
23465 (speedbar-version): Rename to version 1.0. Suggested by Eric
23466 M. Ludlam.
23467 Reapply two changes from Emacs CVS' version of speedbar lost
23468 during the merge:
23469 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23470 (speedbar-frame-parameters): Improve customize type.
23471
23472 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23473
23474 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23475 (ange-ftp-file-directory-p): Fix the symlink case.
23476 (ange-ftp-insert-directory): When listing a single file, get a list of
23477 the parent buffer and extract the relevant line. Inspired from a patch
23478 by Katsumi Yamaoka <yamaoka@jpl.org>.
23479 (ange-ftp-file-name-sans-versions): Simplify.
23480
23481 2005-09-30 Bill Wohler <wohler@newt.com>
23482
23483 Move MH-E image files from toolbar and mail directories into
23484 etc/images.
23485
23486 * mail/reply2.*: Move to etc/images/mail/reply*.
23487
23488 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23489 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23490 etc/images.
23491
23492 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23493 * toolbar/reply*: Move to etc/images/mail.
23494
23495 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23496
23497 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23498
23499 * speedbar.el: New version 1.0pre3.
23500
23501 Frame management code (including timer, and mouse click specifics)
23502 moved to dframe.el:
23503 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23504 (speedbar-timer): Removed. Use dframe-timer.
23505 (speedbar-close-frame): Removed. Use dframe-close-frame.
23506 (speedbar-activity-change-focus-flag): Removed. Use
23507 dframe-activity-change-focus-flag.
23508 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23509 dframe-update-speed.
23510
23511 (speedbar-current-frame): New macro. Use this instead of the
23512 variable speedbar-frame.
23513
23514 (speedbar-use-images, speedbar-expand-image-button-alist)
23515 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23516
23517 (speedbar-find-image-on-load-path): Removed. Replaced by
23518 defezimage in ezimage.el.
23519 (speedbar-expand-image-button-alist): Removed. Replaced by
23520 ezimage-expand-image-button-alist in ezimage.el.
23521
23522 (speedbar-ignored-directory-regexp)
23523 (speedbar-add-ignored-directory-regexp)
23524 (speedbar-ignored-directory-expressions)
23525 (speedbar-line-directory, speedbar-buffers-line-directory)
23526 (speedbar-directory-line, speedbar-buffers-line-directory):
23527 Renamed, replacing `path' with `directory'.
23528
23529 (speedbar-create-directory, speedbar-expand-line-descendants)
23530 (speedbar-toggle-line-expansion)
23531 (speedbar-contract-line-descendants): New commands.
23532
23533 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23534 (speedbar-use-tool-tips-flag): New options.
23535
23536 (speedbar-check-read-only, speedbar-require-version)
23537 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23538 (speedbar-handle-delete-frame, speedbar-try-completion)
23539 (speedbar-update-localized-contents): New functions.
23540
23541 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23542 (speedbar-object-read-only-indicator): New variables.
23543
23544 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23545 New hooks.
23546
23547 (speedbar-separator-face): New face.
23548
23549 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23550 (speedbar-ignored-modes): Add fundamental-mode.
23551 (speedbar-directory-unshown-regexp): Add . directories.
23552
23553 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23554 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23555 `]' for full expand/close.
23556 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23557
23558 (speedbar-check-vc): Support hidden files.
23559 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23560 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23561 state is nil, it is not checked out.
23562
23563 (speedbar-line-text, speedbar-line-token): Support expand buttons
23564 with no text.
23565 (speedbar-refresh): Universal argument acts as power-click.
23566 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23567 that buffer to get variable values.
23568
23569 And many other bugfixes.
23570
23571 * dframe.el, ezimage.el, sb-image.el: New files.
23572
23573 * sb-*.xpm: Remove files. New image files installed into
23574 etc/images/ezimage.
23575
23576 2005-09-30 Kenichi Handa <handa@m17n.org>
23577
23578 * ps-mule.el (ps-mule-show-warning): If a character is in
23579 ps-print-translation-table, don't treat it as non-printable.
23580
23581 2005-09-30 David Ponce <david@dponce.com>
23582
23583 * tree-widget.el (tree-widget-themes-load-path): New variable.
23584 (tree-widget-themes-directory): Doc fix.
23585 (tree-widget-image-formats) [Emacs]: Doc fix.
23586 (tree-widget--locate-sub-directory): New function.
23587 (tree-widget-themes-directory): Use it.
23588
23589 * recentf.el (recentf-filename-handlers): Rename from
23590 `recentf-filename-handler'. Allow a list of functions.
23591 (recentf-menu-items-for-commands): Fix :help strings.
23592 (recentf-apply-filename-handlers): New function.
23593 (recentf-expand-file-name): Use it.
23594 (recentf-cleanup): Remove duplicates too.
23595
23596 2005-09-29 Juri Linkov <juri@jurta.org>
23597
23598 * faces.el: Rearrange face definitions to be in the same order as
23599 their face descriptions in "(emacs)Standard Faces".
23600
23601 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23602
23603 * tooltip.el (tooltip): Add group `basic-faces'.
23604
23605 * buff-menu.el (Buffer-menu-buffer): Remove group
23606 `font-lock-highlighting-faces'.
23607
23608 * progmodes/compile.el (compilation-error, compilation-warning)
23609 (compilation-info, compilation-line-number, compilation-column-number):
23610 Change group from `font-lock-highlighting-faces' to `compilation'.
23611
23612 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23613 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23614 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23615 (vhdl-font-lock-reserved-words-face)
23616 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23617 `font-lock-highlighting-faces'.
23618
23619 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23620
23621 2005-09-28 Kim F. Storm <storm@cua.dk>
23622
23623 * emulation/cua-base.el: Set CUA move property on additional commands:
23624 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23625 forward-sexp, backward-sexp, forward-list, backward-list.
23626
23627 2005-09-28 Romain Francoise <romain@orebokech.com>
23628
23629 * comint.el (comint-show-output): Really set point at the
23630 beginning of the output when not using `comint-use-prompt-regexp'.
23631
23632 2005-09-27 Jay Belanger <belanger@truman.edu>
23633
23634 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23635 in TeX mode.
23636
23637 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23638
23639 * textmodes/org.el (org-table-sum): Fix format string.
23640
23641 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23642 Quote face names.
23643
23644 2005-09-26 Romain Francoise <romain@orebokech.com>
23645
23646 * isearch.el (isearch-forward-regexp): Close doc string.
23647
23648 2005-09-25 Richard M. Stallman <rms@gnu.org>
23649
23650 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23651
23652 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23653
23654 * progmodes/compile.el (compilation-error-properties):
23655 When getting the file from the previous error message,
23656 correctly decode the new data format.
23657
23658 * progmodes/cc-cmds.el (c-electric-paren):
23659 Call old-blink-paren only for close-paren.
23660
23661 2005-09-24 Andreas Schwab <schwab@suse.de>
23662
23663 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23664 condition.
23665
23666 2005-09-25 Romain Francoise <romain@orebokech.com>
23667
23668 * dired-aux.el (dired-copy-file-recursive):
23669 * dired.el (dired-delete-file):
23670 * ediff-mult.el (ediff-dir-diff-copy-file):
23671 * ediff-util.el (ediff-test-save-region):
23672 * forms.el (forms-mode):
23673 * ido.el (ido-file-internal, ido-delete-file-at-head):
23674 * log-edit.el (log-edit-done):
23675 * ses.el (ses-yank-resize):
23676 * play/gomoku.el (gomoku-human-plays, gomoku)
23677 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23678 (gomoku-offer-a-draw):
23679 * play/landmark.el (lm-human-resigns, lm):
23680 * net/eudcb-ldap.el (eudc-ldap-check-base):
23681 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23682 * progmodes/ebrowse.el (ebrowse-find-pattern):
23683 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23684 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23685 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23686
23687 * vc.el (vc-delete-file):
23688 * play/gomoku.el (gomoku-terminate-game, gomoku)
23689 (gomoku-prompt-for-move, gomoku-human-takes-back):
23690 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23691 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23692
23693 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23694
23695 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23696 color rxvt terminals by using the code xterm.el used to use before
23697 2005-04-09 in order to match the colors used by rxvt.
23698
23699 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23700
23701 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23702 colors rxvt-unicode terminals by using the same code as xterm.el.
23703
23704 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23705
23706 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23707 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23708 new symbol used for the tex-verbatim face.
23709
23710 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23711
23712 * woman.el (woman-file-name):
23713 * wid-edit.el (widget-file-prompt-value)
23714 (widget-coding-system-prompt-value):
23715 * w32-fns.el (set-w32-system-coding-system):
23716 * vc.el (vc-version-diff, vc-annotate):
23717 * textmodes/reftex-auc.el (reftex-arg-cite)
23718 (reftex-arg-index-tag):
23719 * textmodes/refer.el (refer-get-bib-files):
23720 * textmodes/artist.el (artist-figlet-choose-font):
23721 * terminal.el (terminal-emulator):
23722 * replace.el (occur-read-primary-args):
23723 * rect.el (string-rectangle, string-insert-rectangle):
23724 * ps-print.el (ps-print-preprint):
23725 * progmodes/pascal.el (pascal-goto-defun):
23726 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23727 * progmodes/compile.el (compilation-find-file):
23728 * printing.el (pr-interactive-n-up):
23729 * play/animate.el (animate-birthday-present):
23730 * net/rcompile.el (remote-compile):
23731 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23732 * mail/rmailsum.el (rmail-summary-search-backward)
23733 (rmail-summary-search):
23734 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23735 (rmail-output-read-file-name):
23736 * mail/rmail.el (rmail-search, rmail-search-backwards):
23737 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23738 * locate.el (locate):
23739 * international/quail.el (quail-show-keyboard-layout):
23740 * international/mule.el (set-buffer-file-coding-system)
23741 (revert-buffer-with-coding-system, set-file-name-coding-system)
23742 (set-terminal-coding-system, set-keyboard-coding-system)
23743 (set-next-selection-coding-system):
23744 * international/mule-diag.el (describe-coding-system)
23745 (describe-font, describe-fontset):
23746 * international/mule-cmds.el (universal-coding-system-argument)
23747 (search-unencodable-char, describe-input-method)
23748 (set-language-environment, describe-language-environment):
23749 * international/codepage.el (codepage-setup):
23750 * international/code-pages.el (codepage-setup):
23751 * info.el (Info-search, Info-follow-reference)
23752 (Info-search-backward):
23753 * emacs-lisp/advice.el (ad-read-advised-function)
23754 (ad-read-advice-class, ad-clear-cache, ad-activate)
23755 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23756 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23757 (ad-read-regexp):
23758 * ediff-util.el (ediff-toggle-regexp-match):
23759 * ediff-ptch.el (ediff-prompt-for-patch-file):
23760 * dired-aux.el (dired-diff):
23761 * diff.el (diff):
23762 * cus-edit.el (custom-variable-prompt):
23763 * calendar/timeclock.el (timeclock-ask-for-project):
23764 * calc/calcalg3.el (calc-get-fit-variables):
23765 * calc/calc-store.el (calc-edit-variable)
23766 (calc-permanent-variable):
23767 * vc-mcvs.el (vc-mcvs-register):
23768 * shadowfile.el (shadow-define-literal-group):
23769 * woman.el (woman-file-name):
23770 * vc.el (vc-version-diff, vc-merge):
23771 * textmodes/reftex-index.el (reftex-index-complete-tag):
23772 * format.el (format-decode-buffer, format-decode-region):
23773 * emulation/viper-cmd.el (viper-read-string-with-history):
23774 * emacs-lisp/debug.el (cancel-debug-on-entry):
23775 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23776 * ediff.el (ediff-merge-revisions)
23777 (ediff-merge-revisions-with-ancestor, ediff-revision):
23778 * completion.el (interactive-completion-string-reader):
23779 * calc/calc-prog.el (calc-user-define-formula):
23780 Follow convention for reading with the minibuffer.
23781
23782 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23783
23784 * progmodes/python.el (python-describe-symbol): Add globals() and
23785 locals() to the arguments of emacs.ehelp.
23786
23787 2005-09-24 Magnus Henoch <mange@freemail.hu>
23788
23789 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23790 New function, code extracted from ispell-valid-dictionary-list.
23791 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23792 Call it.
23793
23794 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23795
23796 * subr.el (version-regexp-alist): Extend valid syntax for version
23797 strings: allow any of the characters -,_,+ to separate the
23798 alpha/beta/rc part from the version part. Doc fix.
23799 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23800
23801 2005-09-23 David Reitter <david.reitter@gmail.com>
23802
23803 * mail/mailclient.el: New file.
23804
23805 2005-09-23 Richard M. Stallman <rms@gnu.org>
23806
23807 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23808 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23809 Doc fixes.
23810
23811 * progmodes/cc-mode.el (c-font-lock-init):
23812 Specify font-lock-lines-before.
23813
23814 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23815
23816 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23817 whole conflict.
23818
23819 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23820
23821 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23822 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23823 of `remap' feature when available. Additional key bindings for
23824 better tty support.
23825 (org-mode-restart, org-force-self-insert): New commands.
23826 (org-time-stamp-inactive): New command.
23827 (org-remap): New function.
23828 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23829 (org-enable-fixed-width-editor): Move to `org-structure'
23830 customization group.
23831 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23832 blank field after field motion commands.
23833
23834 2005-09-23 Kenichi Handa <handa@m17n.org>
23835
23836 * international/mule-cmds.el (set-language-environment):
23837 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23838 have to call utf-translate-cjk-load-tables.
23839
23840 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23841
23842 * mouse.el (mouse-move-drag-overlay): Fix last change.
23843
23844 2005-09-22 David Ponce <david@dponce.com>
23845
23846 * tree-widget.el (tree-widget-value-create): Fix previous change.
23847
23848 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23849
23850 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23851
23852 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23853
23854 * mouse.el (mouse-move-drag-overlay): New function.
23855 (mouse-drag-region-1): Use it.
23856 Try to simplify a bit the state handling. Handle clicks on links
23857 inside intangible areas.
23858 (mouse-save-then-kill): Minor simplification.
23859 (mouse-secondary-overlay): Make it always non-nil instead of
23860 recreating it each time.
23861 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23862 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23863 Simplify accordingly.
23864
23865 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23866
23867 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23868
23869 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23870
23871 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23872 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23873 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23874 to patch.
23875
23876 * ediff-util.el: Use insert-buffer-substring.
23877
23878 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23879
23880 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23881 field boundaries in the minibuffer.
23882 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23883 (viper-minibuffer-post-command-hook): New hook.
23884 (viper-line): Don't move cursor at bolp.
23885
23886 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23887
23888 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23889 avoid compiler warnings.
23890
23891 * emulation/viper-macs.el (ex-map): Better messages.
23892
23893 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23894
23895 * emulation/viper.el: Replace make-variable-buffer-local with
23896 viper-make-variable-buffer-local everywhere, to avoid warnings.
23897
23898 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23899
23900 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23901 Delete unused var `old-selected-window'.
23902 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23903 (mouse-drag-secondary): Delete unused var `start-frame'.
23904
23905 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23906
23907 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23908
23909 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23910
23911 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23912 Re-indent within 80 columns. Use inhibit-read-only.
23913
23914 2005-09-19 Romain Francoise <romain@orebokech.com>
23915
23916 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23917
23918 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23919
23920 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23921 unconditionally, since the after-change-function already did it.
23922
23923 2005-09-19 Miles Bader <miles@gnu.org>
23924
23925 * net/newsticker.el: Get rid of CVS keyword.
23926
23927 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23928
23929 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23930 The prompt is formatted later.
23931
23932 2005-09-19 David Ponce <david@dponce.com>
23933
23934 * tree-widget.el (tree-widget-value-create): Save the converted
23935 tree :node widget.
23936
23937 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23938
23939 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23940 variable `message'.
23941
23942 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23943
23944 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23945 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23946 <slawomir.nowaczyk.847@student.lu.se>.
23947
23948 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23949
23950 * image.el (image-load-path): Use symbol `data-directory' instead
23951 of its value, for backward compatibility with packages that bind
23952 it during `find-image'. Suggested by Katsumi Yamaoka.
23953 (image-search-load-path): Handle symbols whose values are strings.
23954
23955 2005-09-18 Romain Francoise <romain@orebokech.com>
23956
23957 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23958 with-current-buffer form in save-excursion.
23959
23960 2005-09-18 Deepak Goel <deego@gnufans.org>
23961
23962 * apropos.el (apropos-command): Fix `message' call: first arg
23963 should be a format spec. In this and all other cases that appear
23964 below and elsewhere in the source code, I made a change only when
23965 two conditions were satisfied: [1] I can think of a possibility
23966 that the arguments would cause an error, for example, the code in
23967 question relies on external variables such as filenames. [2] I
23968 was sure that the arg to `message' could not have been nil in the code.
23969
23970 * textmodes/tildify.el (tildify-region): Ditto.
23971
23972 * textmodes/reftex-index.el (reftex-index-change-entry)
23973 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23974 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23975 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23976 (org-priority, org-table-sum):
23977 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23978 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23979 (flyspell-word, flyspell-display-next-corrections):
23980 * textmodes/bibtex.el (bibtex-print-help-message):
23981 * textmodes/artist.el (artist-key-set-point-poly):
23982 * term/mac-win.el (mac-services-insert-text):
23983 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23984 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23985 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23986 (vhdl-compose-configuration):
23987 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23988 (sh-set-indent, sh-learn-line-indent):
23989 * progmodes/ps-mode.el (ps-mode-target-column):
23990 * progmodes/idlwave.el (idlwave-make-tags)
23991 (idlwave-scan-library-catalogs):
23992 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23993 * progmodes/gud.el (gud-jdb-analyze-source):
23994 * progmodes/flymake.el (flymake-log):
23995 * progmodes/ebnf2ps.el (ebnf-generate-region):
23996 * progmodes/cmacexp.el (c-macro-expansion):
23997 * progmodes/ada-xref.el (ada-treat-cmd-string):
23998 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23999 (ada-justified-indent-current, ada-batch-reformat):
24000 * play/zone.el (zone):
24001 * play/landmark.el (lm-move):
24002 * play/decipher.el (decipher-show-alphabet):
24003 * net/newsticker.el (newsticker--display-jump)
24004 (newsticker--display-scroll):
24005 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24006 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24007 * mail/feedmail.el (feedmail-dump-message-to-queue):
24008 * eshell/esh-proc.el (eshell-remove-process-entry):
24009 * emulation/ws-mode.el (ws-last-error):
24010 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24011 (viper-record-kbd-macro):
24012 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24013 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24014 * emacs-lisp/find-func.el (find-function-noselect):
24015 * calendar/timeclock.el (timeclock-status-string)
24016 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24017 (timeclock-when-to-leave-string):
24018 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24019 * calc/calc-units.el (calc-enter-units-table):
24020 * calc/calc-mode.el (calc-mode-record-mode):
24021 * woman.el (woman-mini-help):
24022 * wdired.el (wdired-change-to-wdired-mode):
24023 * vc.el (vc-retrieve-snapshot):
24024 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24025 * startup.el (display-startup-echo-area-message):
24026 * simple.el (set-goal-column):
24027 * ses.el (ses-command-hook, ses-recalculate-cell):
24028 * server.el (server-process-filter):
24029 * printing.el (pr-interface-txt-print, pr-interface-printify)
24030 (pr-interface-ps):
24031 * pcvs.el (cvs-help):
24032 * log-edit.el (log-edit, log-edit-mode-help):
24033 * iswitchb.el (iswitchb-possible-new-buffer):
24034 * isearch.el (isearch-edit-string):
24035 * image-mode.el (image-mode, image-minor-mode):
24036 * ibuf-macs.el (define-ibuffer-filter):
24037 * hi-lock.el (hi-lock-find-patterns):
24038 * files.el (toggle-read-only):
24039 * ediff-util.el (ediff-copy-diff)
24040 (ediff-write-merge-buffer-and-maybe-kill):
24041 * echistory.el (Electric-history-undefined):
24042 * dnd.el (dnd-insert-text):
24043 * dired-aux.el (dired-query):
24044 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24045 * bookmark.el (bookmark-bmenu-locate):
24046 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24047 Fix `message' calls to ensure first arg is a format string.
24048 The change was made only when these two conditions were satisfied:
24049 [1] when there is a possibility that the arguments would cause an error
24050 for example, if the code in question relies on external variables
24051 such as filenames, and
24052 [2] if the arg to `message' could not have been nil in the code.
24053
24054 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24055 Not having a %s would be weird, though not technically wrong.
24056
24057 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24058
24059 * term/mac-win.el (mac-add-charset-info): Doc fix.
24060
24061 2005-09-17 Romain Francoise <romain@orebokech.com>
24062
24063 * shell.el (shell-resync-dirs): Handle echoing processes more
24064 reliably. Don't insert resync command if `comint-process-echoes'
24065 is non-nil.
24066
24067 2005-09-17 Magnus Henoch <mange@freemail.hu>
24068
24069 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24070 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24071 aspell versions >= 0.60.
24072 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24073 only if ispell-aspell-supports-utf8 is non-nil.
24074
24075 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24076
24077 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24078 buffer-local value to lisp-indent-function.
24079
24080 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24081
24082 * progmodes/glasses.el (glasses-make-readable): If
24083 glasses-separator differs from underscore, put appropriate
24084 overlays over underscore characters.
24085 (glasses-convert-to-unreadable): If glasses-separator differs from
24086 underscore, try to convert glasses-separator characters to
24087 underscores.
24088
24089 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24090
24091 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24092 Use with-syntax-table and dolist.
24093
24094 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24095
24096 * textmodes/reftex-auc.el:
24097 * textmodes/reftex-cite.el:
24098 * textmodes/reftex-dcr.el:
24099 * textmodes/reftex-global.el:
24100 * textmodes/reftex-parse.el:
24101 * textmodes/reftex-ref.el:
24102 * textmodes/reftex-sel.el:
24103 * textmodes/reftex-toc.el:
24104 * textmodes/reftex-vars.el:
24105 * textmodes/reftex.el: Small changes to remove compiler warnings.
24106
24107 * textmodes/reftex-index.el: Likewise.
24108 (reftex-query-index-phrase): More efficient use of markers.
24109
24110 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24111
24112 * image.el (image-load-path): New variable.
24113 (image-search-load-path): New function.
24114 (find-image): Search for images in `image-load-path'.
24115
24116 2005-09-15 Richard M. Stallman <rms@gnu.org>
24117
24118 * follow.el: Change Maintainer field.
24119
24120 2005-09-15 David Ponce <david@dponce.com>
24121
24122 * recentf.el (recentf-save-file-modes): New option.
24123 (recentf-save-list): Use it.
24124
24125 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24126
24127 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24128 (mode-line-mule-info, mode-line-modified): Move bindings from
24129 mouse-3 to mouse-1.
24130
24131 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24132
24133 * simple.el (sendmail-user-agent-compose): Revert last change.
24134
24135 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24136
24137 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24138 Use with-current-buffer.
24139 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24140 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24141 (ange-ftp-insert-directory): Remove unused var `short'.
24142 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24143
24144 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24145 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24146
24147 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24148 (check-calendar-holidays, diary-list-entries): Autoload.
24149 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24150 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24151
24152 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24153 which mistakenly removed a call to display-buffer.
24154
24155 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24156
24157 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24158
24159 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24160
24161 * progmodes/hideshow.el
24162 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24163 (hs-allow-nesting): New user var.
24164 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24165 (hs-hide-block-at-point): When nesting allowed,
24166 if there is already an overlay in place, delete it.
24167 (hs-safety-is-job-n): Delete func; remove call sites.
24168 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24169 (hs-overlay-at): New func.
24170 (hs-already-hidden-p, hs-show-block): Use it.
24171 (hs-hide-all): Don't pre-clean if nesting allowed.
24172 (hs-show-all): Temporarily disallow
24173 nesting around call to `hs-discard-overlays'.
24174
24175 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24176
24177 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24178 Delete unused local var.
24179
24180 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24181
24182 * help-fns.el (describe-categories): "?\ " -> "?\s".
24183 (help-do-arg-highlight): Recognize also ARG-n, as in
24184 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24185
24186 * international/codepage.el (dos-unsupported-char-glyph):
24187 * net/newsticker.el (tool-bar-map, w3-mode-map)
24188 (w3m-minor-mode-map):
24189 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24190 (ent-alist):
24191 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24192
24193 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24194
24195 * custom.el (custom-push-theme): Handle the case where a symbol is
24196 bound but face properties have not yet been assigned.
24197
24198 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24199 Fix behavior if noerase is `t' and there is no mail buffer.
24200
24201 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24202 if `continue' is nil, rather than signal an error.
24203
24204 2005-09-12 Richard M. Stallman <rms@gnu.org>
24205
24206 * font-lock.el (font-lock-keywords): Add autoload.
24207
24208 * help-fns.el (describe-variable): Rearrange to put source link
24209 in a predictable place.
24210
24211 * net/newsticker.el: New file.
24212
24213 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24214
24215 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24216 (calendar-basic-setup): Use the new nil arg.
24217 (number-of-diary-entries): Move to diary-lib.el.
24218
24219 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24220 (diary-list-entries): Use with-syntax-table and dolist.
24221 Rename from list-diary-entries.
24222 Use number-of-diary-entries if `number' is nil.
24223 (diary, diary-view-entries): Use this new name and new nil arg value.
24224 (number-of-diary-entries): Move from calendar.el.
24225 (diary-unhide-everything): New function.
24226 (include-other-diary-files, fancy-diary-display)
24227 (diary-show-all-entries, make-diary-entry): Use it.
24228 (diary-mail-entries): Use buffer-string.
24229 (mark-diary-entries): Fix long standing paren typo.
24230 (diary-sexp-entry): Use count-lines.
24231 (make-diary-entry): Avoid `previous-line'.
24232 (diary-mode-map): New var.
24233 (diary-mode): Redraw cal after saving. Setup header-line.
24234 (fancy-diary-display-mode): Use local-set-key.
24235
24236 * startup.el (command-line): Try calling various terminal-init-foo-bar
24237 functions by stripping hyphenated suffixes from $TERM.
24238
24239 * files.el (normal-mode): Check boundness of font-lock-keywords.
24240
24241 2005-09-12 Richard M. Stallman <rms@gnu.org>
24242
24243 * progmodes/compile.el: Don't decide a file's directory
24244 until the user actually tries to go there.
24245 (compilation-next-error-function):
24246 Pass compilation-find-file the directory from the file-struct.
24247 (compilation-internal-error-properties): Separate local FILE-STRUCT
24248 from FILE. Doc the args better. Rename arg FMT to FMTS.
24249 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24250 Expand it, and if nil, use default-directory.
24251 (compilation-get-file-structure): Don't mix specified directory
24252 with default directory. Put specified directory into
24253 file-struct. Don't make the file name absolute.
24254
24255 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24256 (compile-command): Add autoload.
24257 (compilation-disable-input): Add autoload.
24258
24259 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24260
24261 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24262 strings of the variables it can override.
24263 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24264 %Q and %q, for fully-qualified domain name and unqualified host name.
24265
24266 2005-09-11 Kim F. Storm <storm@cua.dk>
24267
24268 * emacs-lisp/authors.el (authors-aliases): Update list.
24269 (authors-fixed-entries): Update mldrag.el entry.
24270
24271 2005-09-10 Alan Mackenzie <acm@muc.de>
24272
24273 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24274 delimiter from the region narrowed to.
24275
24276 2005-09-10 Magnus Henoch <mange@freemail.hu>
24277
24278 * textmodes/ispell.el (ispell-check-version): Signal an error if
24279 aspell version is less than 0.60.
24280
24281 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24282
24283 * progmodes/octave-inf.el (inferior-octave-startup):
24284 Resync current dir at the end.
24285
24286 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24287
24288 * woman.el (woman-topic-at-point-default):
24289 Rename to woman-use-topic-at-point-default.
24290 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24291 (woman-file-name): Reflect renames above. Automatically use the
24292 word at point as topic if woman-use-topic-at-point is non-nil.
24293 Otherwise offer it as default but don't insert it in the
24294 minibuffer. Also use `test-completion' instead of `assoc' as
24295 suggested by Stefan Monnier.
24296
24297 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24298
24299 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24300 the attempt to do it over Tramp. This is not yet supported.
24301
24302 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24303
24304 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24305 (menu-bar-non-minibuffer-window-p): New functions.
24306 ("Split Window", "Save As..."): Use them.
24307 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24308 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24309 Use menu-bar-menu-frame-live-and-visible-p.
24310 ("Save Buffer", "Insert File", "Open Directory...")
24311 ("Open File...", "Visit New File..."):
24312 Use menu-bar-non-minibuffer-window-p.
24313 (kill-this-buffer-enabled-p, dired <menu-enable>):
24314 Use menu-bar-non-minibuffer-window-p.
24315
24316 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24317
24318 * cus-start.el (all): Don't complain about fringe-related
24319 built-ins if fringes are not supported. Ditto about
24320 selection-related built-ins. Fix the test for GTK-related built-ins.
24321
24322 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24323 ("Postscript Print Buffer", "Print Region", "Save As...")
24324 ("Save", "Insert File...", "Open Directory...")
24325 ("Open File...", "Visit New File..."")
24326 ("Truncate Long Lines in this Buffer"): Don't look at
24327 menu-updating-frame if this display does not support multiple frames.
24328
24329 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24330
24331 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24332
24333 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24334
24335 * woman.el: Format- and whitespace-related changes.
24336
24337 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24338
24339 * woman.el: Fix my email address.
24340
24341 2005-09-08 Richard M. Stallman <rms@gnu.org>
24342
24343 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24344 (sh-mode): Locally set skeleton-pair-default-alist.
24345
24346 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24347
24348 * progmodes/flymake.el: Require `compile' unconditionally.
24349
24350 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24351
24352 * woman.el (woman-file-name): Provide a default, not initial input.
24353
24354 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24355
24356 * font-lock.el (font-lock-support-mode): Doc fix.
24357
24358 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24359
24360 2005-09-08 Richard M. Stallman <rms@gnu.org>
24361
24362 * simple.el (blink-matching-open): Get rid of text props from
24363 the string shown in echo area. Don't permanently set point.
24364 Some rearrangements.
24365
24366 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24367
24368 * recentf.el (recentf-filename-handler): Add custom choice
24369 `abbreviate-file-name'.
24370
24371 * msb.el (msb--very-many-menus): Fix typo.
24372
24373 * disp-table.el (standard-display-european): Don't set
24374 enable-multibyte-characters to nil.
24375
24376 2005-09-08 David Ponce <david@dponce.com>
24377
24378 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24379 (recentf-expand-file-name): Doc fix.
24380 (recentf-dialog-mode-map): Define digit shortcuts.
24381 (recentf--files-with-key): New variable.
24382 (recentf-show-digit-shortcut-filter): New function.
24383 (recentf-open-files-items): New function.
24384 (recentf-open-files): Use it.
24385 (recentf-open-file-with-key): New command.
24386
24387 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24388
24389 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24390 Suggested by Kim F. Storm.
24391 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24392 (Buffer-menu-make-sort-button): Use global keymap.
24393
24394 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24395
24396 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24397 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24398 necessary any longer with the remapped command.
24399 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24400 formatting time only.
24401
24402 * net/tramp.el (tramp-action-password)
24403 (tramp-multi-action-password): Compile the password prompt from
24404 `method', `user' and `host'. Sometimes it isn't obvious which
24405 password to enter, for example with remote files offered by
24406 recentf.el, or with multiple steps. Suggested by Robert Marshall
24407 <robert@chezmarshall.freeserve.co.uk>.
24408
24409 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24410
24411 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24412 Fix regexp for when "s///" is at the beginning of line.
24413
24414 2005-09-07 Jay Belanger <belanger@truman.edu>
24415
24416 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24417 when in matrix mode.
24418
24419 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24420
24421 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24422 non-anonymous functions.
24423
24424 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24425
24426 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24427 when using a header line. Otherwise, use mouse-1-click-follows-link.
24428
24429 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24430 can't be moved; don't signal an error.
24431
24432 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24433
24434 * cus-theme.el (custom-theme-write-faces): Save the current face
24435 spec, not the defface spec.
24436
24437 * custom.el (custom-known-themes): Clarify meaning of "standard".
24438 (custom-push-theme): Save old values in the standard theme.
24439 (disable-theme): Correct typo.
24440 (custom-face-theme-value): Deleted unused function.
24441 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24442
24443 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24444
24445 * progmodes/compile.el (compilation-goto-locus): Take into account
24446 iconified frames when determining whether the buffer is
24447 already visible.
24448 Don't reset window height if the window already existed.
24449
24450 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24451
24452 * custom.el (load-theme): Rename from require-theme.
24453 Add interactive spec.
24454 (enable-theme): Rename from custom-enable-theme.
24455 Add interactive spec.
24456 (disable-theme): Rename from custom-disable-theme.
24457 Add interactive spec.
24458 (custom-make-theme-feature): Doc fix.
24459 (custom-theme-directory): Doc fix.
24460 (provide-theme): Call enable-theme.
24461
24462 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24463
24464 * obsolete/lazy-lock.el (lazy-lock-mode):
24465 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24466 font-lock-mode if it's off. Print a warning instead.
24467
24468 * progmodes/compile.el (compilation-start): Ignore errors if the
24469 process died before we get to send-eof.
24470
24471 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24472 Undo last change. Enclosing the result in quotes broke things on Unix
24473 since tex-send-command passes it through shell-quote-argument.
24474 (tex-send-command): Pass `file' through convert-standard-filename
24475 when possible.
24476 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24477 info in a transcript.
24478
24479 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24480
24481 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24482 fix compilation warning. Reorder the key definitions to group
24483 together keys emitted by the current version of xterm.
24484
24485 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24486 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24487 Reorder predicates to correct min-color usage.
24488
24489 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24490
24491 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24492 Kill local variables when longlines-mode is turned off.
24493
24494 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24495
24496 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24497
24498 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24499
24500 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24501
24502 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24503 (font-lock-lines-before): Change default to being inactive.
24504 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24505 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24506
24507 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24508
24509 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24510 Deactivate temporarily advice if active (not needed for Emacs 22,
24511 but for backwards compatibility).
24512 (tramp-exists-file-name-handler): Rewrite. First implementation
24513 was too simple.
24514 (tramp-advice-make-auto-save-file-name):
24515 Call `tramp-handle-make-auto-save-file-name' (again, just for
24516 backwards compatibility).
24517
24518 2005-08-31 Reto Zimmermann <reto@gnu.org>
24519
24520 * progmodes/vhdl-mode.el
24521 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24522 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24523 (vhdl-set-default-project): New function (easier setting of default).
24524 (vhdl-port-copy): Handle extended identifiers for generics.
24525 (vhdl-compiler-alist): Better description for error message regexp.
24526 (vhdl-make): Query for target, use previous as default.
24527 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24528 (vhdl-font-lock-keywords-2): Fix fontification for record
24529 el. assign.
24530 (vhdl-speedbar-make-subpack-line): Add package body link.
24531 (vhdl-generate-makefile-1): Not include itself as dependency.
24532 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24533 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24534 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24535 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24536 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24537 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24538 (vhdl-import-project): Add string argument for `error'.
24539 (vhdl-compose-configuration)
24540 (vhdl-compose-configuration-architecture): Add configuration
24541 declaration generation.
24542 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24543 (vhdl-trailer-re): Add "record" keyword (better indentation).
24544 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24545 "[^ \t-\"]+".
24546 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24547 (vhdl-testbench-entity-file-name)
24548 (vhdl-testbench-architecture-file-name): Allow separate
24549 customization of testbench file names.
24550 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24551 (vhdl-get-visible-signals): Allow newline within alias declaration.
24552 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24553 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24554 (member-ignore-case): Alias for missing function in XEmacs.
24555 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24556 (vhdl-update-sensitivity-list): Ignore case on read signals.
24557 (vhdl-replace-string): Adjust case only for file names.
24558 (vhdl-update-sensitivity-list): Fix search for read signals.
24559 (vhdl-update-sensitivity-list): Exclude formal parameters.
24560 (vhdl-get-visible-signals): Include aliases of signals.
24561 (vhdl-get-visible-signals): Fix signal name searching.
24562 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24563 (vhdl-fixup-whitespace-region): Fix for character
24564 literals (e.g. `:').
24565
24566 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24567
24568 * ansi-color.el (comint-last-output-start):
24569 * bs.el (font-lock-verbose):
24570 * diff-mode.el (add-log-buffer-file-name-function):
24571 * dired-x.el (vm-folder-directory):
24572 * faces.el (help-xref-stack-item):
24573 * files.el (font-lock-keywords):
24574 * find-lisp.el (dired-buffers, dired-subdir-alist):
24575 * ido.el (cua-inhibit-cua-keys):
24576 * log-view.el (cvs-minor-wrap-function):
24577 * outline.el (font-lock-warning-face):
24578 * simple.el (compilation-current-error):
24579 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24580 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24581 * tooltip.el (comint-prompt-regexp):
24582 * w32-fns.el (explicit-shell-file-name):
24583 * term/mac-win.el (mac-charset-info-alist)
24584 (mac-services-selection, mac-system-script-code):
24585 * term/tty-colors.el (msdos-color-values):
24586 * term/w32-win.el (xlfd-regexp-registry-subnum):
24587 * term/x-win.el (x-keysym-table, x-selection-timeout)
24588 (x-session-id, x-session-previous-id):
24589 * textmodes/ispell.el (mail-yank-prefix):
24590 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24591 * textmodes/org.el (calc-embedded-close-formula)
24592 (calc-embedded-open-formula)
24593 (font-lock-unfontify-region-function):
24594 * textmodes/reftex-global.el (isearch-next-buffer-function)
24595 (TeX-master):
24596 * textmodes/reftex.el (font-lock-keywords):
24597 * textmodes/tex-mode.el (font-lock-comment-face)
24598 (font-lock-doc-face):
24599 * textmodes/texinfo.el (outline-heading-alist):
24600 Add defvars.
24601
24602 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24603 (artist-spray-chars, artist-mode-init, artist-replace-string)
24604 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24605 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24606 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24607
24608 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24609 (conf-align-assignments): "?\ " -> "?\s".
24610
24611 * textmodes/reftex-index.el (TeX-master): Add defvar.
24612 (reftex-index-phrases-marker): Move up defvar.
24613
24614 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24615 (reftex-toc-include-labels-indicator)
24616 (reftex-toc-include-index-indicator)
24617 (reftex-toc-max-level-indicator): Move up declarations.
24618
24619 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24620 of args to `tramp-run-real-handler', even if it's empty in this case.
24621
24622 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24623
24624 * dired.el (dired-move-to-filename-regexp): Add date format for
24625 Mac OS X 10.3 in East Asian locales.
24626
24627 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24628
24629 * files.el (make-auto-save-file-name): Add file name handler call
24630 if applicable.
24631
24632 * net/tramp.el (tramp-file-name-handler-alist)
24633 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24634 (tramp-handle-make-auto-save-file-name): Rename from
24635 `tramp-make-auto-save-file-name'.
24636 (tramp-exists-file-name-handler): New defun.
24637 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24638 `make-auto-save-file-name' is not a magic file name operation.
24639
24640 2005-08-30 Richard M. Stallman <rms@gnu.org>
24641
24642 * files.el (risky-local-variable-p):
24643 Match `-predicates' and `-commands.
24644
24645 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24646 (custom-save-all): Visit the file if necessary;
24647 kill the buffer if we created it.
24648 (custom-save-delete): Don't visit file or kill buffer here.
24649
24650 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24651
24652 * textmodes/org.el (org-special-keyword): New face.
24653 (org-table-copy-down, org-table-eval-formula)
24654 (org-table-recalculate, org-init-section-numbers):
24655 Use `string-to-number' instead of `string-to-int'.
24656 (org-get-location): Use `insert-buffer-substring' instead of
24657 `insert-buffer'.
24658 (org-modify-diary-entry-string): New function.
24659 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24660 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24661 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24662 active region.
24663 (org-export-as-html): Handle QUOTE keyword.
24664 (org-quote-string): New option.
24665 (org-bookmark-jump-unhide): New function, used for
24666 `bookmark-after-jump-hook'.
24667 (org-diary-default-entry): Apply only when not called through
24668 `org-agenda'.
24669
24670 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24671
24672 * net/eudc.el (mode-popup-menu):
24673 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24674 * progmodes/ada-mode.el (compile-auto-highlight)
24675 (skeleton-further-elements):
24676 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24677 * progmodes/cmacexp.el (msdos-shells):
24678 * progmodes/compile.el (font-lock-extra-managed-props)
24679 (font-lock-keywords, font-lock-maximum-size)
24680 (font-lock-support-mode):
24681 * progmodes/grep.el (font-lock-lines-before):
24682 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24683 * progmodes/mixal-mode.el (compile-command):
24684 * progmodes/perl-mode.el (font-lock-comment-face)
24685 (font-lock-doc-face, font-lock-string-face):
24686 * progmodes/prolog.el (comint-prompt-regexp):
24687 * progmodes/sh-script.el (font-lock-comment-face)
24688 (font-lock-set-defaults, font-lock-string-face):
24689 * progmodes/sql.el (font-lock-keyword-face)
24690 (font-lock-set-defaults, font-lock-string-face):
24691 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24692 (itimer-version, lazy-lock-defer-contextually)
24693 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24694 Add defvars.
24695
24696 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24697 (cperl-electric-keyword, cperl-electric-pod)
24698 (cperl-electric-backspace, cperl-forward-re)
24699 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24700 (vc-rcs-header, vc-sccs-header): Add defvars.
24701
24702 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24703 (font-lock-syntactic-keywords, gud-find-expr-function):
24704 Add defvars.
24705
24706 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24707 (gdb-frame-parameters): Declare before use.
24708
24709 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24710 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24711 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24712 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24713
24714 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24715 (idlwave-help-with-source): Use `insert-buffer-substring', not
24716 `insert-buffer'.
24717
24718 2005-08-29 Juri Linkov <juri@jurta.org>
24719
24720 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24721 Put outline-back-to-heading function call inside save-excursion.
24722
24723 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24724
24725 * man.el (Man-init-defvars, Man-translate-references)
24726 (Man-support-local-filenames, Man-highlight-references):
24727 * progmodes/sql.el (sql-interactive-mode):
24728 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24729
24730 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24731 (compilation-mode-font-lock-keywords): Add defvars.
24732 (checkdoc-interactive-loop): "?\ " -> "?\s".
24733
24734 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24735 (font-lock-doc-face, font-lock-string-face)
24736 (font-lock-keywords-case-fold-search): Add defvars.
24737 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24738
24739 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24740 Don't pass X and Y (they are ignored anyway).
24741 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24742 (mouse-delete-window): Make arguments optional.
24743
24744 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24745 (caesar-translate-table, minor-modes, news-buffer-save)
24746 (news-group-name, news-minor-modes): Add defvars.
24747
24748 * emacs-lisp/lselect.el (mouse-highlight-priority)
24749 (x-lost-selection-functions, zmacs-regions):
24750 * emacs-lisp/pp.el (font-lock-verbose):
24751 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24752 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24753 (ses-mode-map):
24754 * emacs-lisp/tcover-unsafep.el (safe-functions):
24755 * international/mule-cmds.el (mac-system-coding-system)
24756 (mac-system-locale):
24757 * language/ethio-util.el (rmail-current-message)
24758 (rmail-message-vector):
24759 * language/thai-util.el (thai-auto-composition-mode):
24760 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24761 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24762 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24763 (vm-primary-inbox, vm-spool-files):
24764 * mail/rmail.el (deleted-head, font-lock-fontified)
24765 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24766 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24767 (total-messages):
24768 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24769 (rmail-summary-mode-map):
24770 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24771 (rmail-last-label, rmail-last-multi-labels)
24772 (rmail-summary-vector, rmail-total-messages):
24773 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24774 * mail/rmailsum.el (msgnum):
24775 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24776 (rmail-current-message):
24777 * obsolete/fast-lock.el (font-lock-face-list):
24778 * obsolete/rnewspost.el (mail-reply-buffer):
24779 * obsolete/scribe.el (compile-command):
24780 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24781
24782 2005-08-28 John Paul Wallington <jpw@gnu.org>
24783
24784 * ibuf-ext.el (ibuffer-auto-update-changed):
24785 Use `frame-or-buffer-changed-p' to check whether we need to update.
24786 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24787 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24788 as a `frame-or-buffer-changed-p' state vector instead.
24789
24790 2005-08-27 Romain Francoise <romain@orebokech.com>
24791
24792 * textmodes/makeinfo.el (makeinfo-compile):
24793 Use `compilation-start'. Set `next-error-function' according to
24794 `disable-errors'.
24795 (makeinfo-next-error): New function.
24796 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24797 (makeinfo-buffer): Likewise.
24798
24799 * progmodes/compile.el (compilation-start): Add autoload cookie.
24800
24801 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24802 * textmodes/sgml-mode.el: Likewise.
24803 * progmodes/python.el: Likewise.
24804
24805 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24806
24807 * simple.el (blink-matching-paren-distance): Document the meaning
24808 of nil value, and allow to customize to nil.
24809
24810 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24811 command.com, not command.exe.
24812
24813 2005-08-26 John Wiegley <johnw@newartisans.com>
24814
24815 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24816 code around a bit so that an extraneous nil argument is not added
24817 to a command when no args are given.
24818
24819 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24820 double-quoted argument resolves to nil, return it as an empty
24821 string rather than as nil. This made it impossible to pass "" to
24822 a shell script as a null string argument.
24823
24824 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24825
24826 * outline.el (outline-invent-heading): New fun.
24827 (outline-promote, outline-demote): Use it.
24828 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24829 (outline-end-of-subtree): Remove unused var `opoint'.
24830
24831 2005-08-26 David Reitter <david.reitter@gmail.com>
24832
24833 * menu-bar.el (truncate-lines, write-file, print-buffer)
24834 (ps-print-buffer-faces, ps-print-buffer, split-window):
24835 Disable menu items when the frame they refer to is invisible, or when
24836 they refer to a buffer and the minibuffer is selected.
24837
24838 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24839
24840 * progmodes/flymake.el (flymake-highlight-err-lines):
24841 Use save-excursion around flymake-highlight-line to preserve point.
24842
24843 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24844
24845 * progmodes/octave-mod.el: Change Author and Maintainer address.
24846 (octave-maintainer-address): Change Kurt's email address.
24847 * progmodes/octave-inf.el: Change Author and Maintainer address.
24848 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24849
24850 2005-08-26 Kim F. Storm <storm@cua.dk>
24851
24852 * subr.el (version-list-<, version-list-<=, version-list-=):
24853 Rename from integer-list-*.
24854 (version-list-not-zero): Likewise. Fix while loop.
24855 (version=): Use version-list-= instead of string-equal.
24856
24857 2005-08-26 Richard M. Stallman <rms@gnu.org>
24858
24859 * outline.el (outline-promote): Try shortening the heading.
24860 As last resort, read the heading to use.
24861 (outline-demote): As last resort, read the heading to use.
24862
24863 2005-08-26 Romain Francoise <romain@orebokech.com>
24864
24865 * progmodes/compile.el (compilation-start): Doc fix.
24866
24867 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24868 (antlr-font-lock-additional-keywords): Fix reference to
24869 `antlr-font-lock-literal-regexp' erroneously changed during the
24870 mass face rename.
24871 (antlr-run-tool): Use `compilation-start'.
24872
24873 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24874 instead of the obsolete `compile-internal'.
24875
24876 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24877
24878 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24879 (number, original-date):
24880 * calendar/cal-china.el (date):
24881 * calendar/cal-coptic.el (date):
24882 * calendar/cal-french.el (date):
24883 * calendar/cal-hebrew.el (date, entry, number, original-date):
24884 * calendar/cal-islam.el (date, number, original-date):
24885 * calendar/cal-iso.el (date):
24886 * calendar/cal-julian.el (date):
24887 * calendar/cal-mayan.el (date):
24888 * calendar/cal-menu.el (date, event):
24889 * calendar/cal-persia.el (date):
24890 * calendar/lunar.el (date):
24891 * calendar/solar.el (date): Add defvars.
24892
24893 * emerge.el:
24894 * ibuffer.el:
24895 * info-xref.el:
24896 * obsolete/bg-mouse.el:
24897 * obsolete/sun-curs.el:
24898 * obsolete/swedish.el: Move the `defvar's to the top level.
24899
24900 * smerge-mode.el (smerge-refined-change): Add :group.
24901
24902 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24903
24904 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24905 (smerge-keep-n): Remove props.
24906 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24907 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24908 now that it's done in smerge-keep-n.
24909 (smerge-refined-change): New face.
24910 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24911 (smerge-refine): New funs.
24912 (smerge-basic-map): Bind smerge-refine.
24913
24914 2005-08-25 Juri Linkov <juri@jurta.org>
24915
24916 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24917 compilation-process-setup-function and compilation-disable-input
24918 in grep-mode instead of let-bindings in grep.
24919
24920 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24921 Delete "Automatic File De/compression" (auto-compression-mode).
24922
24923 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24924
24925 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24926 Silence warning about non-existent variable.
24927
24928 2005-08-25 Richard M. Stallman <rms@gnu.org>
24929
24930 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24931 Rename "Describe Key" to "Describe Key or Mouse Operation".
24932
24933 * mail/mailalias.el (build-mail-aliases): Delete comments
24934 from the contents before processing them.
24935
24936 * isearch.el (isearch-edit-string): Erase the Search prompt
24937 if user enters an empty string and there is no default.
24938
24939 * comint.el (comint-file-name-prefix): Add autoload.
24940
24941 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24942
24943 * subr.el (play-sound): Rearrange to avoid warning.
24944
24945 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24946
24947 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24948 New hook.
24949 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24950
24951 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24952
24953 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24954
24955 * custom.el (custom-theme-set-variables): Sort minor modes last.
24956
24957 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24958
24959 * subr.el (version-separator, version-regexp-alist): New vars used by
24960 version comparison funs.
24961 (integer-list-<, integer-list-=, integer-list-<=)
24962 (integer-list-not-zero): New funs for integer list comparison.
24963 (version-to-list, version=, version<, version<=): New funs for version
24964 comparison.
24965
24966 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24967
24968 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24969 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24970 time to silence the byte-compiler.
24971
24972 * ibuffer.el (ibuffer-compile-make-eliding-form)
24973 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24974 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24975 so it's silly to get warnings for it).
24976 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24977 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24978 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24979 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24980 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24981 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24982 Defvar at compile time.
24983 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24984 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24985 Declare them before use.
24986
24987 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24988 (info-xref-good, info-xref-bad): Defvar at compile time.
24989
24990 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24991 Use `let*' instead of `let'.
24992
24993 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24994 (*mouse-y*, menu, char): Defvar at compile time.
24995 (sc::menu): Declare it before use.
24996 (sc::pack-one-line): Use `let', not `let*'.
24997
24998 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24999 (mail-send-hook): Defvar at compile time.
25000
25001 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25002 Defvar at compile time.
25003
25004 * term/sun-mouse.el (current-global-mousemap)
25005 (current-local-mousemap): Declare them before use.
25006
25007 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25008
25009 * bookmark.el (bookmark-after-jump-hook): New hook.
25010 (bookmark-jump): Run `bookmark-after-jump-hook'.
25011
25012 2005-08-23 Juri Linkov <juri@jurta.org>
25013
25014 * faces.el (minibuffer-prompt): Doc fix.
25015
25016 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25017
25018 * progmodes/xscheme.el: Trivial changes to silence warnings.
25019 (xscheme-previous-mode, xscheme-previous-process-state):
25020 Add defvars.
25021 (xscheme-last-input-end, xscheme-process-command-line)
25022 (xscheme-process-name, xscheme-buffer-name)
25023 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25024 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25025 (xscheme-control-g-synchronization-p)
25026 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25027 (default-xscheme-runlight, xscheme-runlight)
25028 (xscheme-runlight-string, xscheme-process-filter-state)
25029 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25030 Move to beginning of file.
25031 (scheme-interaction-mode-commands-alist)
25032 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25033 Declare them before use. Note: the initialization code for the
25034 variables has not been moved because it uses functions that reference
25035 the variables.
25036 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25037 (xscheme-prompt-for-expression-map): Declare them before use.
25038 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25039
25040 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25041
25042 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25043
25044 2005-08-22 Juri Linkov <juri@jurta.org>
25045
25046 * faces.el (set-face-underline): Delete this duplicate function
25047 and make an obsolete alias to set-face-underline-p.
25048 (set-face-underline-p): Use docstring of set-face-underline.
25049 (describe-face): Create hyperlink to parent face.
25050
25051 * info.el (Info-insert-dir): Use save-excursion around
25052 insert-buffer-substring.
25053 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25054 (Info-escape-percent): Delete function.
25055 (Info-fontify-node): Replace Info-escape-percent by
25056 replace-regexp-in-string with REP arg set to lambda that
25057 duplicates `%' and preserves text properties.
25058
25059 * progmodes/compile.el (compilation-disable-input): Doc fix.
25060 (define-compilation-mode): Doc fix and refill.
25061 (kill-compilation): Use `mode-name' in the error message.
25062 (compilation-find-file): Use `compilation-error' in the
25063 read-file-name's prompt.
25064
25065 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25066
25067 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25068 (smerge-auto-leave): Make undo re-enable the mode.
25069 (debug-ignored-errors): Add the user-error of impossible resolution.
25070 (smerge-resolve): Move things around a bit, in preparation for later.
25071 (smerge-diff): Don't fail if the buffer has no associated file.
25072 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25073 (smerge-conflict-overlay): New function.
25074 (smerge-match-conflict): Don't add text properties here.
25075 (smerge-find-conflict): Instead, add an overlay here.
25076 Also check for the case where we're inside a conflict already, so as to
25077 obviate the need for font-lock-multiline, which is unbearably slow with
25078 large conflicts and ciomplex font-lock patterns.
25079 (smerge-remove-props): Remove overlay rather than text-properties.
25080 (smerge-mode): Don't set font-lock-multiline.
25081 Remove overlays when turned off.
25082
25083 2005-08-21 Kim F. Storm <storm@cua.dk>
25084
25085 * ido.el (ido-ignore-item-p): Use save-match-data.
25086 Bind case-fold-search to ido-case-fold locally.
25087
25088 2005-08-20 Richard M. Stallman <rms@gnu.org>
25089
25090 * files.el (normal-mode): If font lock is on, turn it off and on.
25091
25092 * subr.el (replace-regexp-in-string): Doc fix.
25093
25094 * startup.el (command-line-1): Don't suppress startup screen
25095 due to existing processes.
25096
25097 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25098
25099 * progmodes/compile.el (compilation-disable-input): Default to nil.
25100
25101 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25102
25103 * progmodes/compile.el (compilation-disable-input): New defcustom.
25104 (compilation-start): If compilation-disable-input is non-nil, send
25105 EOF to the compilation process.
25106
25107 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25108
25109 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25110 Run the argument of tex-shell-cd-command through
25111 convert-standard-filename, to get the correct style of slashes on
25112 Windows, and enclose the result in quotes, in case the file name
25113 includes whitespace or other special characters.
25114
25115 2005-08-19 Andreas Schwab <schwab@suse.de>
25116
25117 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25118 process.
25119
25120 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25121
25122 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25123
25124 2005-08-18 Kim F. Storm <storm@cua.dk>
25125
25126 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25127
25128 2005-08-18 Richard M. Stallman <rms@gnu.org>
25129
25130 * scroll-lock.el: New file.
25131
25132 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25133
25134 * dired.el (dired-move-to-end-of-filename):
25135 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25136
25137 2005-08-18 Kim F. Storm <storm@cua.dk>
25138
25139 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25140 rather than toggle mode when custom value is nil.
25141 (ido-everywhere): Fix defun doc string.
25142
25143 2005-08-17 Richard M. Stallman <rms@gnu.org>
25144
25145 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25146 as tag instead of "Inviolable".
25147
25148 2005-08-17 Kim F. Storm <storm@cua.dk>
25149
25150 * windmove.el (windmove-coordinates-of-position): Remove.
25151 (windmove-coordinates-of-window-position): Remove.
25152 (windmove-reference-loc): Use posn-at-point instead.
25153
25154 * subr.el (insert-for-yank-1): Doc fix.
25155
25156 * ido.el (ido-enter-matching-directory): Rename from
25157 ido-enter-single-matching-directory. Change `slash' choice to
25158 `only'. Add `first' choice.
25159 (ido-exhibit): Adapt to above changes.
25160
25161 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25162
25163 * Makefile.in: Expand comment about building loaddefs.el.
25164
25165 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25166
25167 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25168 Comment use of defadvice.
25169
25170 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25171
25172 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25173
25174 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25175 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25176 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25177 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25178 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25179 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25180 for backward compatibility for faces that did not appear in the
25181 previous Emacs release.
25182
25183 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25184
25185 2005-08-15 Kim F. Storm <storm@cua.dk>
25186
25187 * emulation/cua-base.el (cua-delete-region): Return t if
25188 deleted region was non-empty.
25189 (cua-replace-region): Inhibit overwrite-mode for
25190 self-insert-command if replaced region was non-empty.
25191 (cua--explicit-region-start, cua--status-string): Make them
25192 buffer-local at top-level...
25193 (cua-mode): ...rather than when mode is enabled.
25194
25195 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25196
25197 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25198 Set t for Emacs 21, 22, and so on.
25199
25200 2005-08-15 David Ponce <david@dponce.com>
25201
25202 * tree-widget.el: Update Commentary header.
25203 (tree-widget-theme): Doc fix.
25204 (tree-widget-space-width): New option.
25205 (tree-widget-image-properties): Look up in the default theme too.
25206 (tree-widget--cursors): Only for images with arrow pointer shape.
25207 (tree-widget-lookup-image): Pointer shape is hand by default.
25208 (tree-widget-icon): Rename generic icon widget from
25209 `tree-widget-control'.
25210 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25211 derive from `tree-widget-icon'.
25212 (tree-widget-handle): Improve default look and feel of the text
25213 representation.
25214 (tree-widget): Rename :*-control properties to :*-icon properties.
25215 Add :action and :help-echo properties.
25216 (tree-widget-after-toggle-functions): Move.
25217 (tree-widget-close-node, tree-widget-open-node): Remove.
25218 (tree-widget-before-create-icon-functions): New hook.
25219 (tree-widget-value-create): Update to allow customization of icons
25220 and nodes at run-time via that new hook.
25221 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25222 (tree-widget-icon-action, tree-widget-icon-help-echo)
25223 (tree-widget-action, tree-widget-help-echo): New functions.
25224
25225 2005-08-15 Kim F. Storm <storm@cua.dk>
25226
25227 * ido.el (ido-buffer-internal): Use with-no-warnings.
25228 (ido-make-merged-file-list): Use while-no-input.
25229
25230 2005-08-15 Richard M. Stallman <rms@gnu.org>
25231
25232 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25233 (flyspell-large-region): Fix doc and custom type.
25234
25235 2005-08-14 Richard M. Stallman <rms@gnu.org>
25236
25237 * files.el (interpreter-mode-alist): Doc fix.
25238
25239 * mail/rmail.el (rmail-nonignored-headers): New variable.
25240 (rmail-clear-headers): Use it.
25241 (rmail-reply): Better handling of mail-followup-to header.
25242
25243 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25244 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25245 don't try to refer to executable-font-lock-keywords.
25246 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25247 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25248 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25249 (sh-mode): Set comment-start-skip, local-abbrev-table,
25250 imenu-case-fold-search.
25251 (sh-set-shell): Don't set them here.
25252 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25253 Don't cache the results in the original alist; don't ever modify
25254 that alist.
25255
25256 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25257
25258 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25259 empty.
25260
25261 2005-08-15 Andreas Schwab <schwab@suse.de>
25262
25263 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25264
25265 * dired.el, info.el, mail/rmail.el: Revert last change.
25266
25267 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25268
25269 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25270 modification in `eval-after-load' form.
25271 * info.el: Likewise.
25272 * mail/rmail.el: Likewise.
25273
25274 2005-08-14 Juri Linkov <juri@jurta.org>
25275
25276 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25277 Remove highlighting of "Compilation started". Highlight only
25278 the word "finished" in "Compilation finished". Add highlighting
25279 of "interrupt", "killed", "terminated" and the exit code.
25280 (compilation-start): Add newline after header. Use exactly the
25281 same time stamp format as the finishing message.
25282 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25283
25284 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25285 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25286 Add highlighting of "interrupt", "killed", "terminated".
25287
25288 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25289 enabled and the current command is self-insert-command, call it
25290 explicitly with overwrite-mode bound to nil, to not allow it
25291 to delete the character after the selected region.
25292
25293 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25294
25295 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25296 move-end-of-line, end-of-line, and beginning-of-line to the list
25297 of commands after which the echo area is updated.
25298
25299 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25300
25301 * cus-edit.el (custom-save-all, custom-save-delete):
25302 Bind recentf-exclude to exclude custom-file.
25303
25304 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25305
25306 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25307 to go to the bottom of the mail message. Added to
25308 `rmail-summary-mode-map' with key "/".
25309 (rmail-summary-show-message): New (internal) function for use by
25310 both `rmail-summary-beginning/end-of-message'.
25311 (rmail-summary-beginning-of-message): Change to use
25312 rmail-summary-show-message.
25313
25314 * mail/rmail.el (rmail-end-of-message): New command to go to the
25315 end of the current message. Added to `rmail-mode-map' with key "/".
25316 (rmail-beginning-of-message): Fix to work as documented.
25317 (rmail-mode): Change documentation.
25318
25319 * progmodes/compile.el (compilation-start): Add the line
25320 "Compilation started" with compilation start time.
25321 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25322
25323 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25324
25325 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25326 of menu items.
25327
25328 2005-08-11 Richard M. Stallman <rms@gnu.org>
25329
25330 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25331
25332 * battery.el (battery-status-function): Don't use ignore-errors.
25333
25334 2005-08-11 Lute Kamstra <lute@gnu.org>
25335
25336 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25337 define-obsolete-variable-alias.
25338
25339 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25340
25341 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25342 (ange-ftp-send-cmd): Revert last change, and expand
25343 the comment explaining the problem.
25344
25345 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25346
25347 * ldefs-boot.el: Update.
25348
25349 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25350 item to "Time, Load and Mail". Change help echo text.
25351
25352 * time.el (display-time-use-mail-icon, display-time-format)
25353 (display-time-string-forms): Shorten first line of docstrings.
25354
25355 2005-08-10 Lars Hansen <larsh@soem.dk>
25356
25357 * desktop.el (desktop-buffer-mode-handlers):
25358 Make non-customizable. Add autoload cookie. Change initial value to
25359 nil; add elements in respective modules instead. Fix doc string.
25360 (desktop-load-file): New function.
25361 (desktop-minor-mode-handlers): New autoloaded variable.
25362 (desktop-create-buffer): Call minor mode handlers.
25363 Use desktop-load-file to load major and minor mode modules prior to
25364 checking for a handler.
25365 (desktop-save): Don't add nil to desktop-minor-modes for minor
25366 modes with nil function in desktop-minor-mode-table. Don't delete
25367 desktop file before rewriting it.
25368 (desktop-locals-to-save): Add autoload cookie. Don't make
25369 automatically buffer-local. Add variables column-number-mode,
25370 size-indication-mode, indent-tabs-mode,
25371 indicate-buffer-boundaries, indicate-empty-lines and
25372 show-trailing-whitespace.
25373 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25374 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25375 (desktop-clear-preserve-buffers-regexp): Delete.
25376 (desktop-clear-preserve-buffers): Update initial value and docstring.
25377 (desktop-save-buffer): Fix doc string.
25378
25379 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25380 (hilit-chg-desktop-restore): New function.
25381 (highlight-changes-mode): Add highlight-changes-mode to
25382 desktop-locals-to-save.
25383
25384 * dired.el: Add handler to desktop-buffer-mode-handlers.
25385 (dired-restore-desktop-buffer): Remove autoload cookie.
25386 (dired-mode): Add autoload cookie.
25387
25388 * info.el: Add handler to desktop-buffer-mode-handlers.
25389 (Info-restore-desktop-buffer): Remove autoload cookie.
25390 (Info-mode): Add autoload cookie.
25391
25392 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25393 (mh-restore-desktop-buffer): Remove autoload cookie.
25394 (mh-folder-mode): Add autoload cookie.
25395
25396 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25397 (rmail-restore-desktop-buffer): Remove autoload cookie.
25398
25399 2005-08-11 Masatake YAMATO <jet@gyve.org>
25400
25401 * hexl.el (hexl-address-region):
25402 (hexl-ascii-region, hexl-font-lock-keywords):
25403 (hexl-highlight-line-range): Use the term "region"
25404 instead of "area" for consistency with the other symbols
25405 defined in hexl.el.
25406
25407 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25408
25409 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25410 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25411 out by Juri Linkov). Add `display-battery-mode'.
25412
25413 2005-08-09 Juri Linkov <juri@jurta.org>
25414
25415 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25416 Remove `-text' from face variable names.
25417 (compilation-error-file-name, compilation-warning-file-name)
25418 (compilation-info-file-name): Delete faces.
25419 (compilation-line-number, compilation-column-number):
25420 Remove face underlining.
25421 (compilation-message-face): Set to `underline' value by default.
25422 (compilation-error-face, compilation-warning-face)
25423 (compilation-info-face): Remove `-file-name' from face names.
25424 (compilation-error-text-face, compilation-warning-text-face)
25425 (compilation-info-text-face): Delete face variables.
25426 (compilation-text-face): Delete function.
25427
25428 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25429 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25430 (grep-error-face): Set to `compilation-error' instead of
25431 `compilation-error-face' (which is redefined to `grep-hit-face' in
25432 grep buffers).
25433 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25434 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25435
25436 * dired-aux.el (dired-do-query-replace-regexp):
25437 Use `query-replace-read-args'.
25438
25439 * replace.el (query-replace-read-from, query-replace-read-to)
25440 (query-replace-read-args): Rename arg `string' to `prompt'.
25441
25442 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25443
25444 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25445
25446 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25447 uploading files.
25448 (ange-ftp-canonize-filename): Handle file names beginning with ~
25449 correctly.
25450
25451 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25452
25453 * textmodes/fill.el (canonically-space-region)
25454 (fill-context-prefix, fill-french-nobreak-p)
25455 (fill-delete-newlines, fill-comment-paragraph)
25456 (justify-current-line): "?\ " -> "?\s".
25457
25458 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25459
25460 * textmodes/fill.el (fill-nonuniform-paragraphs):
25461 Improve argument/docstring consistency.
25462
25463 2005-08-09 Richard M. Stallman <rms@gnu.org>
25464
25465 * textmodes/ispell.el (ispell-word): More fboundp checks.
25466
25467 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25468 (find-file-noselect-1): Call it here, only if RAWFILE.
25469 (normal-mode): Always set some major mode.
25470 (save-some-buffers-action-alist): Change some explanation strings.
25471 (file-name-non-special): In the `quote' method, use unwind-protect.
25472
25473 2005-08-09 Magnus Henoch <mange@freemail.hu>
25474
25475 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25476 (ispell-have-aspell-dictionaries): New variable.
25477 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25478 (ispell-get-aspell-config-value): New function.
25479 (ispell-aspell-find-dictionary): New function.
25480 (ispell-aspell-add-aliases): New function.
25481 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25482 appropriate. Don't look for ispell dictionaries if we use aspell.
25483 (ispell-menu-map): Don't build a submenu of dictionaries.
25484
25485 2005-08-09 Richard M. Stallman <rms@gnu.org>
25486
25487 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25488 (sql-read-passwd): Use read-passwd.
25489
25490 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25491 (idlwave-toolbar-is-possible): Add defvars.
25492
25493 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25494 Avoid warnings.
25495
25496 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25497 (idlwave-system-class-info, idlwave-executive-commands-alist):
25498 Use defvar.
25499
25500 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25501
25502 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25503 Avoid warnings.
25504
25505 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25506 and content-type: headers.
25507
25508 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25509
25510 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25511 and rename some of them to be more self-explanatory.
25512
25513 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25514
25515 * startup.el (command-line-1): Implement -scriptload.
25516
25517 * replace.el (occur-engine): Initial *Occur* output not undoable.
25518
25519 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25520 and improve help strings.
25521
25522 * isearch.el (isearch-repeat): When changing direction,
25523 mark search successful.
25524
25525 * ediff-init.el: Use (featurep 'xemacs).
25526
25527 * comint.el (send-invisible): Identify buffer, if not selected.
25528
25529 * align.el: Delete autoload for c-guess-basic-syntax.
25530
25531 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25532
25533 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25534 Improve argument/docstring consistency. Doc fixes.
25535 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25536 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25537 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25538 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25539 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25540 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25541 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25542 Defvar at compile time.
25543
25544 2005-08-09 Juri Linkov <juri@jurta.org>
25545
25546 * info.el: Replace `info' with upper-case `Info' where appropriate.
25547 (info-title-1, info-title-2, info-title-3, info-title-4)
25548 (info-menu-header): Move up face definitions.
25549 (info-menu-star): Rename from `info-menu-5'.
25550 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25551 (Info-fontify-visited-nodes): Fix docstring.
25552 (Info-hide-note-references): Fix docstring.
25553 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25554 menu items in the same way as on cross-references.
25555 (info-apropos): Fix sorting order and formatting to be like in the
25556 stand-alone Info browser. Display error messages for 1 sec.
25557 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25558 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25559 from the menu bar.
25560 (Info-insert-dir): Restore point after calling
25561 `insert-buffer-substring'.
25562
25563 2005-08-08 Richard M. Stallman <rms@gnu.org>
25564
25565 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25566 (recompute-lucid-menubar): Add defvars.
25567
25568 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25569
25570 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25571
25572 * net/net-utils.el (run-dig): Rename from `dig'.
25573
25574 * play/gametree.el (gametree-mode): Use make-local-variable,
25575 not make-variable-buffer-local.
25576
25577 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25578
25579 * ansi-color.el (ansi-color-make-extent)
25580 (ansi-color-set-extent-face): Use fboundp, not functionp.
25581
25582 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25583 not make-variable-buffer-local.
25584
25585 * bookmark.el (Info-current-file): Add defvar.
25586 (bookmark-jump-noselect): Use with-no-warnings.
25587
25588 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25589
25590 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25591
25592 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25593
25594 * find-file.el (ada-procedure-start-regexp)
25595 (ada-package-start-regexp): Add defvars.
25596
25597 * info.el (Info-insert-dir): Use insert-buffer-substring.
25598
25599 * xml.el (xml-att-def-re): Add defvar.
25600
25601 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25602 calling convention.
25603
25604 * subr.el (while-no-input): Return t if there is input.
25605
25606 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25607
25608 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25609
25610 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25611
25612 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25613 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25614
25615 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25616
25617 * cmuscheme.el (scheme-start-file): Replace reference to
25618 `user-emacs-directory' by "~/.emacs.d/".
25619
25620 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25621
25622 * info.el (Info-dir-remove-duplicates): Avoid case folding
25623 in loop; instead, keep downcased strings for comparison.
25624 Suggested by Helmut Eller.
25625
25626 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25627
25628 Sync with Tramp 2.0.50.
25629
25630 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25631 XEmacs case; not necessary anymore.
25632 (tramp-user-regexp): Allow "@" as part of user name.
25633 (tramp-handle-set-visited-file-modtime)
25634 (tramp-handle-insert-file-contents)
25635 (tramp-handle-write-region): No special handling for
25636 `last-coding-system-used, because this is done in
25637 `tramp-accept-process-output' now.
25638 (tramp-accept-process-output): New defun.
25639 (tramp-process-one-action, tramp-process-one-multi-action)
25640 (tramp-wait-for-regexp, tramp-wait-for-output)
25641 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25642 Howells <dhowells@redhat.com>.
25643 (clear-visited-file-modtime): Defadvice removed. The check for
25644 unset buffer's modtime does not need to be based on
25645 `tramp-buffer-file-attributes'. Suggested by RMS.
25646 (tramp-message): Insert "\n" if not being at beginning of line.
25647 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25648 sequence with same logic.
25649 (tramp-completion-handle-expand-file-name): Discard call of
25650 `tramp-drop-volume-letter'. It is not necessary, and there have
25651 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25652 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25653 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25654 should always be visible.
25655 (tramp-handle-insert-directory, tramp-setup-complete)
25656 (tramp-set-process-query-on-exit-flag)
25657 (tramp-append-tramp-buffers): Pacify byte-compiler.
25658 (tramp-bug): Delete non-existing variables from list.
25659 Apply `tramp-load-report-modules' as pre-hook.
25660 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25661 `shell-prompt-pattern' because of non-7bit characters.
25662 Reported by Sebastian Luque <sluque@mun.ca>.
25663 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25664 (tramp-match-string-list): Remove function.
25665 (tramp-wait-for-regexp): Remove call of that function.
25666 Suggested by Kim F. Storm <storm@cua.dk>.
25667 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25668 instead of octal character code ?\600. The latter resulted in a
25669 syntax error with XEmacs.
25670
25671 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25672 XEmacs case; not necessary anymore.
25673 (tramp-smb-handle-write-region): No special handling for
25674 `last-coding-system-used, because this is done in
25675 `tramp-accept-process-output' now.
25676 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25677
25678 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25679
25680 * wid-edit.el (widget-choice-value-create):
25681 Unconditionally respect user choice. Set :explicit-choice back to nil
25682 when no longer needed.
25683 (widget-choice-action): Unconditionally respect user choice.
25684 Eliminate :explicit-choice-value.
25685
25686 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25687
25688 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25689 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25690 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25691 running new function `toggle-indicate-empty-lines'.
25692 Rename "Customize" item to "Customize fringe".
25693 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25694 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25695 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25696 Delete "Empty lines only" item.
25697 (menu-bar-showhide-fringe-ind-customize): New function.
25698 (menu-bar-showhide-fringe-ind-mixed)
25699 (menu-bar-showhide-fringe-ind-box)
25700 (menu-bar-showhide-fringe-ind-right)
25701 (menu-bar-showhide-fringe-ind-left)
25702 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25703 instead of `fringe-indicators'.
25704
25705 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25706
25707 * emulation/viper.el (viper-emacs-state-mode-list):
25708 Add recentf-dialog-mode. Change the date of last update.
25709
25710 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25711
25712 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25713 (viper-exec-yank, viper-put-back): Don't display modification msg
25714 if in the minibuffer.
25715
25716 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
25717 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25718 Make variables frame local.
25719
25720 * emulation/viper-util.el (viper-append-filter-alist):
25721 Use append instead of nconc.
25722
25723 * emulation/viper.el (viper-vi-state-mode-list)
25724 (viper-emacs-state-mode-list): Move help-mode and
25725 completion-list-mode from the first list to the second.
25726 (viper-mode): Docstring.
25727 (viper-go-away, viper-non-hook-settings): Don't localize
25728 minor-mode-alist in newer Emacsen. Add advice to
25729 set-cursor-color. Don't bind "\C-c\\".
25730
25731 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25732
25733 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25734 (scheme-macro-expand-command): New user options.
25735 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25736 (scheme-form-at-point, scheme-start-file)
25737 (scheme-interactively-start-process): New functions.
25738 (scheme-get-process): New function, extracted from `scheme-proc'.
25739 (run-scheme): Call `scheme-start-file' to get start file, and pass
25740 it to `make-comint'.
25741 (switch-to-scheme, scheme-proc):
25742 Call `scheme-interactively-start-process' if no Scheme buffer/process
25743 is available.
25744
25745 2005-08-06 Juri Linkov <juri@jurta.org>
25746
25747 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25748 Use `compilation-text-face', `compilation-info-text-face' and
25749 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25750 (compilation-error): New face.
25751 (compilation-error-file-name): Inherit from
25752 `compilation-error' instead of `font-lock-warning-face'.
25753 (compilation-warning-file-name): Inherit from
25754 `compilation-warning' instead of `font-lock-warning-face'.
25755 (compilation-info, compilation-error-file-name)
25756 (compilation-warning-file-name, compilation-info-file-name)
25757 (compilation-line-number, compilation-column-number): Doc fix.
25758 (compilation-error-text-face, compilation-warning-text-face)
25759 (compilation-info-text-face): New face variables.
25760 (compilation-line-face, compilation-column-face)
25761 (compilation-enter-directory-face)
25762 (compilation-leave-directory-face): Doc fix.
25763 (compilation-text-face): New function.
25764
25765 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25766 instead of 1 to display binary file names as info file links.
25767 (grep-error-face): Use `compilation-error-face' instead of
25768 `font-lock-keyword-face'.
25769 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25770 and `compilation-warning-text-face' instead of
25771 `font-lock-keyword-face'. Use `compilation-error-text-face'
25772 instead of `grep-error-face'.
25773
25774 2005-08-05 Kenichi Handa <handa@m17n.org>
25775
25776 * international/code-pages.el: Add autoload cookies for all coding
25777 systems.
25778
25779 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25780
25781 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25782
25783 2005-08-04 Juri Linkov <juri@jurta.org>
25784
25785 * progmodes/compile.el (compilation-mode-map):
25786 * progmodes/grep.el (grep-mode-map):
25787 Bind TAB to `compilation-next-error' and [backtab] to
25788 `compilation-previous-error'.
25789
25790 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25791 matching line numbers, column numbers and their ranges with regexp
25792 matching only line numbers.
25793 (grep-context-face): New face variable.
25794 (grep-mode-font-lock-keywords): Use it.
25795
25796 * faces.el (read-face-name): Delete duplicate faces.
25797
25798 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25799
25800 * thumbs.el (thumbs-find-image): Don't make variables
25801 automatically buffer local.
25802 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25803 (thumbs-image-num): Make automatically buffer local.
25804 (thumbs-show-thumbs-list): Use `make-local-variable', not
25805 `make-variable-buffer-local'.
25806 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25807
25808 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25809 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25810 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25811 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25812 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25813 (feelings-about, foullst, found, hello, history, howareyoulst)
25814 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25815 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25816 (neglst, obj, object, owner, please, problems, qlist)
25817 (random-adjective, relation, remlst, repetitive-shortness)
25818 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25819 (shortlst, something, sportslst, stallmanlst, states, subj)
25820 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25821 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25822 Defvar at compile time.
25823
25824 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25825 not `make-variable-buffer-local'.
25826
25827 2005-08-02 Kim F. Storm <storm@cua.dk>
25828
25829 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25830 rectangle overlay in selected window.
25831
25832 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25833
25834 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25835 instead of display group. Make `indicate-buffer-boundaries'
25836 customizable through Custom.
25837
25838 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25839
25840 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25841 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25842 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25843 (gdb-put-string): Fix typos in docstrings.
25844
25845 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25846
25847 Update copyright notices of files in progmodes directory for
25848 release of Emacs 22.1.
25849
25850 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25851
25852 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25853 Don't barf if the GUD buffer has been killed.
25854
25855 2005-08-01 Kim F. Storm <storm@cua.dk>
25856
25857 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25858
25859 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25860
25861 * simple.el (next-error-follow-minor-mode):
25862 make-variable-buffer-local -> make-local-variable.
25863
25864 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25865
25866 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25867 (byte-compile-form-make-variable-buffer-local): New functions to warn
25868 about misuses of make-variable-buffer-local where make-local-variable
25869 was meant.
25870
25871 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25872
25873 * bs.el (bs-attributes-list): Doc fix.
25874 (bs): Update url-link.
25875
25876 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25877 (desktop-load-default): Simplify.
25878
25879 * ibuffer.el (ibuffer-columnize-and-insert-list)
25880 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25881 (ibuffer-unmark-all, ibuffer-toggle-marks)
25882 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25883 (ibuffer-compile-make-format-form, ibuffer-format-column)
25884 (ibuffer-current-buffers-with-marks)
25885 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25886 (ibuffer): Doc fix.
25887 (ibuffer-mode): Fix typo in docstring.
25888 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25889 with `define-obsolete-variable-alias'.
25890 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25891
25892 2005-07-29 Kenichi Handa <handa@m17n.org>
25893
25894 * international/mule-cmds.el (select-message-coding-system):
25895 Be sure to use LF for end-of-line. If no coding system is decided,
25896 return iso-8859-1-unix.
25897
25898 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25899
25900 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25901 (ange-ftp-pending-error-line): New vars.
25902 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25903 to handle the non-fatal no-route-to-host messages.
25904 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25905
25906 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25907
25908 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25909 (isearch-quote-char, isearch-printing-char)
25910 (isearch-text-char-description): "?\ " -> "?\s".
25911 (isearch-lazy-highlight-cleanup)
25912 (isearch-lazy-highlight-initial-delay)
25913 (isearch-lazy-highlight-interval)
25914 (isearch-lazy-highlight-max-at-a-time)
25915 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25916 Declare with define-obsolete-*-alias macros.
25917 (isearch-forward): Fix typo in docstring.
25918 (search-invisible, search-ring-yank-pointer)
25919 (regexp-search-ring-yank-pointer): Doc fixes.
25920
25921 * recentf.el (recentf-menu-append-commands-p): Declare with
25922 `define-obsolete-variable-alias'.
25923 (recentf-max-saved-items, recentf-menu-filter)
25924 (recentf-arrange-by-rule-subfilter): Doc fixes.
25925 (recentf-menu-append-commands-flag)
25926 (recentf-initialize-file-name-history, recentf-expand-file-name)
25927 (recentf-clear-data): Fix typos in docstrings.
25928
25929 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25930
25931 * progmodes/gdb-ui.el: Smarten comments.
25932 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25933
25934 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25935
25936 * term/apollo.el (terminal-init-apollo): New function containing
25937 all former top level forms in the file.
25938 * term/bobcat.el (terminal-init-bobcat):
25939 * term/cygwin.el (terminal-init-cygwin):
25940 * term/iris-ansi.el (terminal-init-iris-ansi):
25941 * term/linux.el (terminal-init-linux):
25942 * term/news.el (terminal-init-news):
25943 * term/rxvt.el (terminal-init-rxvt):
25944 * term/sun.el (terminal-init-sun):
25945 * term/tvi970.el (terminal-init-tvi970):
25946 * term/vt100.el (terminal-init-vt100):
25947 * term/vt102.el (terminal-init-vt102):
25948 * term/vt125.el (terminal-init-vt125):
25949 * term/vt200.el (terminal-init-vt200):
25950 * term/vt201.el (terminal-init-vt201):
25951 * term/vt220.el (terminal-init-vt220):
25952 * term/vt240.el (terminal-init-vt240):
25953 * term/vt300.el (terminal-init-vt300):
25954 * term/vt320.el (terminal-init-vt320):
25955 * term/vt400.el (terminal-init-vt400):
25956 * term/vt420.el (terminal-init-vt420):
25957 * term/wyse50.el (terminal-init-wyse50):
25958 * term/xterm.el (terminal-init-xterm): Likewise.
25959
25960 * term/README: Describe the terminal-init-* functionality.
25961
25962 * startup.el (command-line): After loading the terminal initialization
25963 file call the corresponding terminal initialization function.
25964
25965 2005-07-27 Kenichi Handa <handa@m17n.org>
25966
25967 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25968 negative.
25969
25970 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25971 (ps-mule-composition-prologue): Fix for the case that
25972 RelativeCompose is false.
25973
25974 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25975
25976 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25977
25978 * descr-text.el (describe-char): Handle the case where the list of
25979 chars is displayed in a separate frame.
25980 Be a bit more discriminating when looking for the char.
25981
25982 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25983
25984 * bookmark.el (bookmark-automatically-show-annotations)
25985 (bookmark-read-annotation-text-func): Doc fixes.
25986 (bookmark-save): Improve argument/docstring consistency.
25987 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25988 (bookmark-alist-from-buffer)
25989 (bookmark-upgrade-file-format-from-0)
25990 (bookmark-grok-file-format-version)
25991 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25992 (bookmark-read-annotation-mode)
25993 (bookmark-insert-current-bookmark, bookmark-jump)
25994 (bookmark-exit-hook): Fix typos in docstrings.
25995 (bookmark-exit-hooks): Define as obsolete alias.
25996 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25997 not `bookmark-exit-hooks'. Fix docstring.
25998 (bookmark-bmenu-select): "?\ " -> "?\s".
25999
26000 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26001
26002 * startup.el (command-line): Fix typo.
26003
26004 2005-07-24 Richard M. Stallman <rms@gnu.org>
26005
26006 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26007 not emacs-quick-startup.
26008
26009 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26010
26011 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26012 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26013 instead of `reb-with-current-window'.
26014 (reb-prev-match): Likewise. Also, don't move left if the search
26015 was unsuccessful.
26016 (reb-initialize-buffer): New function.
26017 (re-builder, reb-change-syntax): Use it.
26018
26019 * man.el (Man-goto-page): Make second argument NOERROR optional.
26020
26021 2005-07-23 Richard M. Stallman <rms@gnu.org>
26022
26023 * man.el (Man-bgproc-sentinel): Check here for failure to find
26024 any man page in the output, and report the error here.
26025 (Man-arguments): Make it permanent local.
26026 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26027 (Man-mode): Pass t for NOERROR.
26028
26029 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26030 (grep-mode-font-lock-keywords):
26031 Don't use compilation-...-face for messages that are not file names.
26032
26033 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26034 Don't use compilation-...-face for messages that are not file names.
26035
26036 2005-07-22 Juri Linkov <juri@jurta.org>
26037
26038 * startup.el (normal-splash-screen): Update menu name.
26039
26040 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26041
26042 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26043
26044 * term/xterm.el: Load term/rxvt if the terminal is actually an
26045 rxvt terminal.
26046 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26047
26048 * term/rxvt.el (function-key-map): Use substitute-key-definition
26049 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26050
26051 * term/cygwin.el: New file.
26052
26053 2005-07-22 Kim F. Storm <storm@cua.dk>
26054
26055 * image-file.el (insert-image-file, image-file-yank-handler):
26056 Fix last change to maintain a (unique) yank-handler on yanked images.
26057
26058 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26059
26060 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26061 of the file size (as in "177B" for 177 bytes). This happens with
26062 "ls -lh" on FreeBSD.
26063
26064 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26065
26066 * hilit-chg.el (highlight-changes-global-initial-state)
26067 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26068 (hilit-chg-fixup, highlight-changes-mode):
26069 Fix typos in docstrings.
26070 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26071 Doc fixes.
26072
26073 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26074
26075 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26076 mode function using `eval-after-load'.
26077
26078 2005-07-21 Kim F. Storm <storm@cua.dk>
26079
26080 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26081 included when reporting an Emacs crash, and tell about the DEBUG file.
26082
26083 * image-file.el (insert-image-file): Add yank-handler.
26084 (image-file-yank-handler): Yank handler to make unique copies of
26085 images when they are yanked into a buffer next to each other.
26086
26087 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26088
26089 * comint.el (comint-use-prompt-regexp, comint-send-input)
26090 (comint-source-default, comint-extract-string)
26091 (comint-get-source, comint-word, comint-completion)
26092 (comint-source, comint-prompt-read-only, comint-update-fence):
26093 Fix typos in docstrings.
26094 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26095 Declare with define-obsolete-*-alias macros.
26096 (comint-previous-matching-input-from-input)
26097 (comint-next-matching-input-from-input)
26098 (comint-previous-matching-input, comint-next-matching-input)
26099 (comint-forward-matching-input):
26100 Improve argument/docstring consistency.
26101
26102 * desktop.el (desktop-clear-preserve-buffers-regexp):
26103 Also preserve the *server* buffer.
26104
26105 * simple.el (clone-indirect-buffer): Doc fix.
26106 (fixup-whitespace, just-one-space)
26107 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26108 (next-error, next-error-highlight)
26109 (next-error-highlight-no-select, next-error-last-buffer)
26110 (next-error-buffer-p, next-error-find-buffer, next-error)
26111 (previous-error, next-error-no-select, previous-error-no-select)
26112 (open-line, split-line, minibuffer-prompt-width, kill-new)
26113 (binary-overwrite-mode): Fix typos in docstrings.
26114 (set-fill-column): Fix typo in message.
26115
26116 * skeleton.el (skeleton-proxy-new): Doc fix.
26117
26118 * strokes.el (strokes-load-hook): Doc fix.
26119 (strokes-grid-resolution, strokes-get-grid-position)
26120 (strokes-renormalize-to-grid, strokes-read-stroke)
26121 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26122 (strokes-global-map): Fix typos in docstrings.
26123 (strokes-help): Doc fix. Fix help message and pass it through
26124 `substitute-command-keys'.
26125
26126 * tempo.el (tempo-insert-prompt, tempo-interactive)
26127 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26128 (tempo-insert-string-functions, tempo-local-tags)
26129 (tempo-define-template, tempo-insert-template)
26130 (tempo-insert-prompt-compat, tempo-is-user-element)
26131 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26132 Fix typos in docstrings.
26133
26134 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26135 (vcursor-key-bindings, vcursor-use-vcursor-map)
26136 (vcursor-find-window, vcursor-scroll-down)
26137 (vcursor-disable, vcursor-beginning-of-buffer)
26138 (vcursor-end-of-buffer): Fix typos in docstrings.
26139 (vcursor-relative-move, vcursor-get-char-count):
26140 Improve argument/docstring consistency.
26141
26142 * version.el: "?\ " -> "?\s".
26143
26144 * wid-edit.el (widget-default-create, widget-after-change)
26145 (widget-default-format-handler, widget-checklist-add-item)
26146 (widget-radio-add-item, widget-choose, widget-specify-secret)
26147 (widget-field-value-create, widget-field-value-get)
26148 (widget-editable-list-format-handler)
26149 (widget-editable-list-entry-create, widget-group-value-create)
26150 (widget-documentation-link-add)
26151 (widget-documentation-string-value-create): "?\ " -> "?\s".
26152 (widget-convert-text): Doc fix.
26153 (widget-narrow-to-field, widget-field-find)
26154 (widget-url-link-action, widget-emacs-library-link-action)
26155 (widget-color-notify): Fix typos in docstrings.
26156
26157 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26158 (x-select-text, set-w32-system-coding-system)
26159 (w32-add-charset-info): Fix typos in docstrings.
26160
26161 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26162 (cua-enable-cua-keys, cua-use-hyper-key)
26163 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26164 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26165
26166 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26167
26168 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26169 `defalias' instead of faking it.
26170
26171 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26172 (eshell-ls-missing, eshell-ls-dired-initial-args)
26173 (eshell-ls-use-in-dired): Fix typos in docstrings.
26174
26175 2005-07-20 Kim F. Storm <storm@cua.dk>
26176
26177 * emulation/cua-base.el (cua-mode): Improve doc string.
26178
26179 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26180
26181 * abbrev.el (expand-region-abbrevs): Doc fix.
26182 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26183 Improve argument/docstring consistency.
26184
26185 * arc-mode.el (archive-get-descr, archive-alternate-display):
26186 Doc fixes.
26187 (archive-l-e): Improve argument/docstring consistency.
26188 (archive-tmpdir, archive-unixdate, archive-unixtime)
26189 (archive-chmod-entry): Fix typos in docstrings.
26190 (archive-unflag, archive-unflag-backwards)
26191 (archive-unmark-all-files): "?\ " -> "?\s".
26192
26193 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26194 (Buffer-menu-not-modified, Buffer-menu-execute)
26195 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26196 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26197
26198 * composite.el (compose-string, encode-composition-rule)
26199 (compose-last-chars): Fix typos in docstrings.
26200
26201 * desktop.el (desktop-enable, desktop-basefilename):
26202 Declare with `define-obsolete-variable-alias'.
26203 (desktop-internal-v2s): Don't quote keywords.
26204 (desktop-clear): "?\ " -> "?\s".
26205
26206 * dired.el (dired-align-file, dired-flag-backup-files)
26207 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26208 (dired-listing-switches, dired-ls-F-marks-symlinks)
26209 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26210 (dired-directory, dired-faces, dired, dired-revert)
26211 (dired-mode, dired-summary, dired-view-file)
26212 (dired-copy-filename-as-kill, dired-delete-file)
26213 (dired-no-confirm, dired-unmark-all-marks)
26214 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26215 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26216 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26217 Fix typos in message strings.
26218
26219 * dired-x.el (virtual-dired): Declare with `defalias'.
26220 (dired-mark-unmarked-files, dired-local-variables-file)
26221 (dired-omit-here-always): Doc fix.
26222 (dired-omit-mode, dired-find-subdir)
26223 (dired-enable-local-variables, dired-clean-up-buffers-too)
26224 (dired-extra-startup, dired-mark-extension, dired-jump)
26225 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26226 (dired-smart-shell-command, dired-guess-shell-alist-user)
26227 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26228 (dired-x-bind-find-file, dired-x-submit-report):
26229 Fix typos in docstrings.
26230 (dired-mark-unmarked-files): "?\ " -> "?\s".
26231
26232 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26233
26234 * faces.el (describe-face): "?\ " -> "?\s".
26235 (read-all-face-attributes, read-face-font, modify-face)
26236 (face-attr-construct, italic): Fix typos in docstrings.
26237 (frame-update-face-colors): Declare with
26238 `define-obsolete-function-alias'.
26239
26240 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26241 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26242 (magic-mode-alist, buffer-file-numbers-unique)
26243 (write-file-functions, get-free-disk-space):
26244 Fix typos in docstrings.
26245 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26246 (write-contents-hooks, write-file-hooks):
26247 Declare with `define-obsolete-variable-alias'.
26248
26249 * forms-d2.el (arch-rj): Fix typo in docstrings.
26250 (arch-tocol): Likewise. "?\ " -> "?\s".
26251
26252 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26253 Fix typo in docstring.
26254 (set-screen-width, set-screen-height): Delete redundant info in
26255 doctrings.
26256 (new-frame, screen-height, screen-width): Declare with
26257 `define-obsolete-function-alias'.
26258 (delete-frame-hook, blink-cursor): Declare with
26259 `define-obsolete-variable-alias'.
26260
26261 * paths.el (prune-directory-list): Fix typos in docstring.
26262
26263 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26264 (cvs-prefix-get): Fix typos in docstrings.
26265
26266 * ps-print.el (ps-extend-face-list, ps-extend-face)
26267 (ps-print-background-image): Fix typos in docstrings.
26268 (ps-default-fg, ps-default-bg): Doc fixes.
26269
26270 * s-region.el (s-region-bind): Doc fix.
26271 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26272
26273 * textmodes/org.el (org-table-formula-substitute-names)
26274 (org-table-get-vertical-vector): Doc fixes.
26275 (org-table-recalculate): Remove unused argument to `message'.
26276
26277 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26278
26279 * textmodes/org.el (org-table-column-names)
26280 (org-table-column-name-regexp)
26281 (org-table-named-field-locations): New variables.
26282 (org-archive-subtree): Protect `this-command' when calling
26283 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26284 the kill buffer.
26285 (org-complete): Remove fixed-formula completion.
26286 (org-edit-formulas-map): New variable.
26287 (org-table-edit-formulas): New command.
26288 (org-finish-edit-formulas, org-abort-edit-formulas)
26289 (org-show-variable, org-table-get-vertical-vector): New functions.
26290 (org-table-maybe-eval-formula): Handle `:=' fields.
26291 (org-table-get-stored-formulas, org-table-store-formulas)
26292 (org-table-get-formula, org-table-modify-formulas)
26293 (org-table-replace-in-formulas): Handle named field formulas.
26294 (org-table-get-specials): Store locations of named fields.
26295
26296 2005-07-19 Juri Linkov <juri@jurta.org>
26297
26298 * progmodes/grep.el (grep-regexp-alist)
26299 (grep-mode-font-lock-keywords, grep-process-setup):
26300 Use default GNU grep match color "01;31m" instead of "01;41m".
26301 (grep-regexp-alist, grep-mode-font-lock-keywords):
26302 Use `\\[[0-9]*m' instead of `\\[00m'.
26303 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26304 sgr_start where its handling is more important. Use the real
26305 length of sgr_start instead of constant 8.
26306 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26307 specially. Delete all remaining escape sequences.
26308 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26309 (grep-regexp-alist): Make hyperlink only for binary file name
26310 instead of the whole line.
26311 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26312 (grep-mode): Add autoload.
26313
26314 * emacs-lisp/find-func.el (find-function-regexp):
26315 Add `define-compilation-mode'.
26316
26317 2005-07-19 Juri Linkov <juri@jurta.org>
26318
26319 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26320 (compare-windows-sync-string-size, compare-windows-recenter)
26321 (compare-windows-highlight, compare-windows): Add version 22.1.
26322 (compare-windows) <defface>: Inherit from lazy-highlight instead
26323 of duplicating its default value.
26324
26325 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26326 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26327
26328 * descr-text.el (describe-char): Create link buttons for `charset'
26329 and `code point'. Add the current input method name with a link
26330 button to `to input' field. Print face names of display table
26331 characters in `The display table entry is displayed by' section
26332 instead of printing face-id in the `display' field.
26333 Guess hardcoded faces and create a link button for them.
26334 Skip empty fields when calculating max-width.
26335 Treat `widget-create' specially while inserting strings from the
26336 collected field list.
26337 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26338
26339 * diff-mode.el (diff-file-header): Change foreground color from
26340 yellow to green on light backgrounds.
26341 (diff-context): Inherit from `shadow' only for color/grayscale
26342 with more than 88 colors.
26343 (diff-indicator-removed, diff-indicator-added)
26344 (diff-indicator-changed): New faces.
26345 (diff-font-lock-keywords): Use new faces. Regroup rules.
26346 Add "^---$" for `normal' diff format. Fontify `#' lines with
26347 font-lock-comment-delimiter-face and font-lock-comment-face.
26348 Add `#' to ^[^...] in the rule for `diff-context-face'.
26349
26350 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26351 a button-like box. Inherit from `highlight' on low colors.
26352 (shadow): Use shades of gray only for color/grayscale with
26353 more than 88 colors. Use green for light backgrounds with
26354 8 colors, and yellow for dark backgrounds with 8 colors.
26355
26356 * font-lock.el (font-lock-regexp-grouping-backslash):
26357 Don't inherit from escape-glyph (use bold for all cases).
26358
26359 * info.el (info-xref-visited): Use light foreground color `violet'
26360 for dark backgrounds instead of dark color `magenta3'.
26361 (info-title-1): Use `yellow' color for dark backgrounds.
26362
26363 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26364 too-light magenta2.
26365
26366 * replace.el (match): Use slightly more light RoyalBlue3 instead
26367 of dark RoyalBlue4.
26368
26369 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26370
26371 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26372
26373 * novice.el (disabled-command-hook): Declare it with
26374 `define-obsolete-variable-alias'.
26375
26376 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26377 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26378 (desktop-load-default): Add release to obsolescence info.
26379 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26380 (desktop-append-buffer-args, desktop-read):
26381 Fix typos in docstrings.
26382 (desktop-kill): Fix typo in message.
26383 (desktop-save): Doc fix.
26384
26385 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26386
26387 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26388 (viper-envelop-ESC-key): Change the definition of fast
26389 keysequence so it'll work with keyboard macros.
26390
26391 * ediff.el (ediff-patch-buffer): Change the docstring.
26392
26393 2005-07-19 Kenichi Handa <handa@m17n.org>
26394
26395 * international/mule-cmds.el (select-safe-coding-system): Try to
26396 use an auto-coding (if any) before anything else. If the found
26397 auto-coding is invalid, show a warning message.
26398
26399 * international/mule.el (find-auto-coding): New function created
26400 by modifying the body of set-auto-coding.
26401 (set-auto-coding): Use find-auto-coding to find a coding.
26402
26403 2005-07-18 Richard M. Stallman <rms@gnu.org>
26404
26405 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26406 not isearch-mode-end-hook-error.
26407 (allout-before-change-protect): Fix error message.
26408
26409 2005-07-18 Juri Linkov <juri@jurta.org>
26410
26411 * allout.el (allout-mode):
26412 * calculator.el (calculator-copy):
26413 * custom.el (custom-known-themes):
26414 * dired.el (dired-desktop-buffer-misc-data)
26415 (dired-restore-desktop-buffer):
26416 * dired-x.el (dired-omit-marker-char):
26417 * files.el (basic-save-buffer):
26418 * font-core.el (font-lock-mode):
26419 * calendar/calendar.el (calendar-goto-hebrew-date)
26420 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26421 (calendar-goto-persian-date):
26422 * language/ethio-util.el (ethio-sera-to-fidel-region):
26423 * textmodes/picture.el (picture-mode):
26424 Delete duplicate duplicate words.
26425
26426 2005-07-18 Juri Linkov <juri@jurta.org>
26427
26428 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26429 chars * ? } |.
26430 (isearch-fallback): Don't call `isearch-process-search-char'.
26431 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26432 (isearch-process-search-char): Call `isearch-fallback' for regexp
26433 chars * ? } |.
26434 (isearch-return-char): Make obsolete with `make-obsolete' instead
26435 of simply documenting it as obsolete in the docstring.
26436 (isearch-fallback): Refill docstring.
26437
26438 * international/isearch-x.el
26439 (isearch-process-search-multibyte-characters): Remove unneeded
26440 `concat'. Add intermediate values to `junk-hist' instead of
26441 `minibuffer-history'. Test the length of `str'.
26442
26443 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26444
26445 * allout.el (allout-resolve-xref): Fix typos in error strings.
26446 (allout-before-change-protect): Remove unneeded `concat'.
26447
26448 * array.el (array-mode, array-reconfigure-rows)
26449 (untabify-backward): Fix typos in docstrings.
26450 (array-reconfigure-rows): Use `insert-buffer-substring', not
26451 `insert-buffer'.
26452
26453 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26454 * progmodes/ada-mode.el (ada-make-body):
26455 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26456
26457 * dired.el (dired-log):
26458 * tar-mode.el (tar-subfile-save-buffer):
26459 * play/zone.el (zone-pgm-stress-destress):
26460 Use `insert-buffer-substring', not `insert-buffer'.
26461
26462 2005-07-17 Simon Josefsson <jas@extundo.com>
26463
26464 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26465
26466 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26467
26468 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26469 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26470
26471 2005-07-17 Kim F. Storm <storm@cua.dk>
26472
26473 * ido.el (dired-other-window): Add ido property.
26474
26475 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26476
26477 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26478 Fix typo in docstring.
26479 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26480 `insert-file-literally'.
26481
26482 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26483 info and delete redundant message. Doc fix.
26484 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26485 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26486
26487 2005-07-16 Richard M. Stallman <rms@gnu.org>
26488
26489 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26490 (byte-compile-and): Use byte-compile-and-recursion.
26491 (byte-compile-or-recursion): New function.
26492 (byte-compile-or): Use that.
26493 (byte-compile-if): Guard the else-clause too.
26494 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26495
26496 * isearch.el (isearch-mode-end-hook-quit): New variable.
26497 (isearch-done): Bind it.
26498 (isearch-mode-end-hook): Doc fix.
26499
26500 * allout.el (allout-isearch-did-quit): Variable deleted.
26501 (allout-real-isearch-abort): Function name no longer used.
26502 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26503 (allout-isearch-rectification): isearch-mode always exists.
26504 Don't set allout-isearch-did-quit.
26505 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26506 allout-isearch-did-quit.
26507 (allout-enwrap-isearch): Just add the hook.
26508 (allout-isearch-abort): Function deleted.
26509 (allout-pre-command-business): Avoid warning.
26510
26511 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26512 Correctly avoid warnings.
26513 (pascal-outline): Likewise.
26514
26515 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26516
26517 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26518
26519 * play/tetris.el (tetris-mode): Avoid warning.
26520
26521 * play/snake.el (snake-mode): Avoid warning.
26522
26523 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26524 (gamegrid-set-display-table): Avoid warning.
26525 (gamegrid-set-timer): Likewise.
26526 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26527 (gamegrid-add-score-with-update-game-score-1): Take FILE
26528 as argument.
26529 (gamegrid-add-score-with-update-game-score): Pass that argument.
26530 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26531
26532 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26533
26534 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26535 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26536
26537 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26538 and insert-file.
26539
26540 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26541 (sc-ask): Avoid warnings.
26542
26543 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26544 (eshell-hist-initialize): Use that var the natural way.
26545
26546 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26547
26548 * emacs-lisp/re-builder.el (reb-cook-regexp):
26549 Avoid warning calling lre-compile-string.
26550 (reb-color-display-p): Avoid warning.
26551
26552 * calculator.el (calculator-last-input): Guard uses
26553 of event-key and key-press-event-p.
26554 (event-key, key-press-event-p): Delete definitions.
26555
26556 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26557 (find-gc-source-directory, find-gc-subrs-callers)
26558 (find-gc-noreturn-list, find-gc-source-files)
26559 (find-gc-subrs-called): Vars renamed and defvar'd.
26560
26561 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26562 (checkdoc-overlay-put, checkdoc-delete-overlay)
26563 (checkdoc-overlay-start, checkdoc-overlay-end)
26564 (checkdoc-mode-line-update, checkdoc-char=):
26565 Define such that compiler knows they are defined.
26566 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26567 (checkdoc-read-event): Delete. Use read-event directly.
26568
26569 * whitespace.el (whitespace-make-overlay)
26570 (whitespace-overlay-put, whitespace-delete-overlay)
26571 (whitespace-overlay-start, whitespace-overlay-end):
26572 Define such that compiler knows they are defined.
26573 (whitespace): Move conditional inside.
26574
26575 * tempo.el (tempo-insert-template): Suppress warning.
26576
26577 * ediff-diff.el (longlines-mode): Add defvar.
26578
26579 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26580
26581 * server.el: Bind "C-x #" in a way that works even if C-x is
26582 redefined to a command key, not a prefix key.
26583
26584 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26585
26586 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26587 cl-make-type-test till execution time.
26588
26589 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26590
26591 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26592 arg ARG and use it.
26593
26594 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26595
26596 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26597
26598 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26599
26600 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26601 a defcustom with two :set or :type keywords.
26602
26603 2005-07-15 Richard M. Stallman <rms@gnu.org>
26604
26605 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26606 Don't give ^M comment-end syntax.
26607
26608 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26609
26610 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26611 Don't consider gdbmi (gdb-mi.el has its own update functions).
26612 (gdb-var-delete): Make it work for gdbmi as well.
26613 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26614
26615 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26616 (gud-speedbar-menu-items): Correct logic for enabling items.
26617
26618 2005-07-15 Kim F. Storm <storm@cua.dk>
26619
26620 * ido.el: Fix commentary.
26621 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26622 Use with-no-warnings around ffap-guesser.
26623 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26624 Let bind minibuffer-completing-file-name to t.
26625
26626 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26627
26628 * startup.el (site-run-file, keyboard-type): Doc fixes.
26629 (command-line): Check for "--basic-display" argument; also for
26630 "--quick", not "--bare-bones" (which was renamed).
26631 (fancy-splash-text): Add missing item "Getting New Versions".
26632 (normal-splash-screen): Fix typos and improve consistency with
26633 `fancy-splash-text'. Update copyright year.
26634
26635 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26636 valid binding for `help-char'.
26637
26638 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26639
26640 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26641
26642 * term.el (term-mode): Disable cua-mode for term buffers.
26643
26644 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26645
26646 * add-log.el (add-log-mailing-address, change-log-merge):
26647 Doc fixes.
26648 (change-log-get-method-definition): Fix typo in docstring.
26649
26650 2005-07-14 Kim F. Storm <storm@cua.dk>
26651
26652 * emulation/cua-base.el:
26653 (cua--pre-command-handler-1, cua--pre-command-handler)
26654 (cua--post-command-handler-1, cua--post-command-handler):
26655 Split in two. Check (buffer local) value of cua-mode.
26656 (cua-selection-mode): New command.
26657
26658 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26659
26660 * custom.el (custom-initialize-safe-set)
26661 (custom-initialize-safe-default): Doc fixes.
26662
26663 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26664 and simplify :init-value again.
26665
26666 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26667 and simplify :init-value again. Delete autoload.
26668
26669 * startup.el (command-line): Use `custom-reevaluate-setting' again
26670 for tooltip-mode.
26671
26672 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26673 a defcustom with two :initialize keywords.
26674
26675 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26676
26677 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26678 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26679 (allout-post-command-business, allout-flag-region)
26680 (isearch-reenable-font-lock, allout-yank)
26681 (allout-insert-latex-header, allout-insert-latex-trailer)
26682 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26683 (allout-latex-verb-quote): Fix typos in docstrings.
26684 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26685 (allout-unprotected, allout-prefix-data):
26686 Improve argument/docstring consistency.
26687 (allout-chart-subtree): Fix argument spec.
26688 (allout-open-topic): Rename `use_sib_bullet' argument to
26689 `use-sib-bullet'. Doc fix.
26690
26691 * whitespace.el (whitespace-check-buffer-leading)
26692 (whitespace-check-buffer-trailing)
26693 (whitespace-check-buffer-indent)
26694 (whitespace-check-buffer-spacetab)
26695 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26696 (whitespace-check-leading-whitespace)
26697 (whitespace-check-trailing-whitespace)
26698 (whitespace-check-spacetab-whitespace)
26699 (whitespace-check-indent-whitespace)
26700 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26701 (whitespace-modes): Fix typos in docstrings.
26702 (defgroup, defcustom): Doc fixes.
26703
26704 * winner.el (winner-mode, winner-boring-buffers)
26705 (winner-pending-undo-ring): Doc fixes.
26706 (winner-ring): Remove unneeded `progn'.
26707 (winner-equal): `defsubst' it.
26708 (winner-redo): Fix message.
26709
26710 2005-07-13 Kim F. Storm <storm@cua.dk>
26711
26712 * simple.el (line-move-1): Always use vertical-motion to
26713 do the last (or only) line move to ensure some movement.
26714 Undo 2005-06-23 change--don't check for overlays.
26715
26716 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26717
26718 * term/mac-win.el (ccl-encode-mac-roman-font)
26719 (ccl-encode-mac-centraleurroman-font)
26720 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26721 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26722 Change charset-id boundary of dimension to ?\xef.
26723 (mac-char-fontspec-list): New constant.
26724 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26725 argument. Nil uses itself as family in font-spec. Previous
26726 behavior for nil is now provided by non-nil non-string argument.
26727 All callers changed. Add font-specs for Mac fonts to
26728 "fontset-default" unless iso8859-1 fonts are installed.
26729
26730 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26731
26732 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26733 a continuation line if the \ is preceded by SPC or TAB.
26734 (sh-get-indent-info): Simplify.
26735 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26736 Use with-current-buffer.
26737
26738 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26739 when the matched text is empty.
26740
26741 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26742
26743 * startup.el (command-line): Revert to previous handling of
26744 tooltip-mode. Explain in comment why the complexity is needed.
26745
26746 * tooltip.el (tooltip-mode): Revert to previous implementation of
26747 its defcustom.
26748
26749 * frame.el (blink-cursor-mode): Revert to previous implementation
26750 of its defcustom. Update comment.
26751
26752 2005-07-12 Lars Hansen <larsh@soem.dk>
26753
26754 * desktop.el: Update e-mail address.
26755
26756 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26757
26758 * term/mac-win.el (mac-services-mail-selection)
26759 (mac-services-mail-to): New functions.
26760 (mac-application-menu-map): Bind them.
26761
26762 2005-07-12 wulei <milton@wulei.net> (tiny change)
26763
26764 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26765
26766 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26767
26768 * custom.el (custom-reevaluate-setting): Doc fix.
26769
26770 2005-07-11 Jay Belanger <belanger@truman.edu>
26771
26772 * calc/calc.el (calc-embedded-announce-formula-alist)
26773 (calc-embedded-open-close-plain-alist)
26774 (calc-embedded-open-close-mode-alist): Add checks for additional
26775 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26776
26777 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26778
26779 * custom.el (custom-enable-theme): Don't add theme to
26780 `custom-enabled-themes' with `push' because there is no
26781 setf-method for `delq'.
26782
26783 2005-07-11 Richard M. Stallman <rms@gnu.org>
26784
26785 * custom.el (custom-declare-variable): Doc fix.
26786
26787 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26788 from the alists.
26789
26790 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26791 Do nothing if edebug-active.
26792
26793 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26794 (edebug-display): Do it here instead.
26795
26796 2005-07-10 Richard M. Stallman <rms@gnu.org>
26797
26798 * cus-face.el (custom-theme-set-faces): Make it work.
26799 (custom-reset-faces): Doc fix.
26800 (custom-theme-reset-internal-face, custom-theme-face-value):
26801 Functions deleted.
26802
26803 * custom.el (custom-push-theme): Maintain list of the settings
26804 of a given theme in its theme-settings property.
26805 Maintain position of old settings in the theme-value
26806 or theme-face property.
26807 (custom-enabled-themes): New variable.
26808 (custom-theme-enabled-p): New function.
26809 (provide-theme): Update custom-enabled-themes.
26810 Disable and reenable the `user' theme.
26811 (require-theme): Doc fix.
26812 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26813 (custom-theme-value, custom-theme-variable-value): Likewise.
26814 (custom-theme-reset-internal): Likewise.
26815 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26816 (custom-enable-theme, custom-disable-theme): New functions.
26817 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26818 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26819 (custom-theme-reset-variables): Simplify.
26820 (deftheme, custom-declare-theme, custom-make-theme-feature):
26821 Definitions moved.
26822
26823 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26824
26825 * longlines.el (longlines-show-region)
26826 (longlines-unshow-hard-newlines): Recognize hard newlines by
26827 non-nil hard property, instead of t.
26828
26829 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26830
26831 * emulation/viper-cmd.el (viper--key-maps): New variable.
26832 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26833 emulation-mode-map-alists.
26834 (viper-envelop-ESC-key): Use viper-subseq.
26835 (viper-search-forward/backward/next): Disable debug-on-error.
26836
26837 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26838 (viper-ESC-key): New defcustoms.
26839
26840 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
26841
26842 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26843 (viper-subseq): Copy of subseq from cl.el.
26844
26845 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
26846 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26847
26848 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
26849
26850 * emulation/viper-init.el: Get rid of -face in face names.
26851
26852 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26853 Make it work with longlines mode.
26854
26855 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26856
26857 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26858
26859 * ediff-init.el: Get rid of -face in face names.
26860
26861 2005-07-10 Richard M. Stallman <rms@gnu.org>
26862
26863 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26864 and with-timeout-unsuspend.
26865
26866 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26867 and with-timeout-unsuspend.
26868
26869 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26870 (with-timeout): Bind that variable to record timers.
26871 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26872
26873 * emacs-lisp/debug.el (debug-help-follow): New function.
26874 (debugger-mode-map): Use that instead of help-follow.
26875 (debugger-setup-buffer): Use eval-buffer-list
26876 to handle eval-buffer frames.
26877
26878 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26879
26880 * timezone.el (timezone-parse-date): Change first regexp
26881 so it will not mistakenly match dates with no time zone.
26882
26883 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26884
26885 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26886
26887 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26888
26889 * custom.el (custom-initialize-safe-set)
26890 (custom-initialize-safe-default): New functions.
26891
26892 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26893 and simplify :init-value.
26894
26895 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26896 and simplify :init-value. Delete obsolete comment.
26897
26898 * startup.el (command-line): Use `custom-reevaluate-setting' to
26899 handle `tooltip-mode'. Delete obsolete comment.
26900
26901 * files.el (set-visited-file-name): Avoid calling
26902 `file-name-nondirectory' with a nil argument.
26903
26904 2005-07-09 Richard M. Stallman <rms@gnu.org>
26905
26906 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26907 was called with nil for the buffer, handle the read position right.
26908 Handle read position for eval-region, too.
26909
26910 2005-07-09 Juri Linkov <juri@jurta.org>
26911
26912 * fringe.el (fringe-mode): Add period in docstring.
26913 (fringe-query-style): Build prompt depending on `all-frames' arg.
26914
26915 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26916 to not create links to unrelated functions in the Help buffer.
26917
26918 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26919 Doc fix.
26920
26921 * simple.el (next-error-hook): New variable.
26922 (next-error): Use it. Doc fix.
26923
26924 * textmodes/ispell.el (ispell-command-loop): Add current
26925 dictionary name and program name to mode-line-format.
26926 (ispell-region, ispell-process-line): Add current dictionary name
26927 and program name to messages.
26928
26929 2005-07-08 Jay Belanger <belanger@truman.edu>
26930
26931 * calc/calc.el (calc-embedded-announce-formula-alist)
26932 (calc-embedded-open-close-formula-alist)
26933 (calc-embedded-open-close-word-alist)
26934 (calc-embedded-open-close-plain-alist)
26935 (calc-embedded-open-close-new-formula-alist)
26936 (calc-embedded-open-close-mode-alist)
26937 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26938 (calc-embedded-mode-hook): New variables.
26939
26940 * calc/calc-embed.el (calc-embedded-firsttime)
26941 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26942 New variables.
26943 (calc-do-embedded): Use calc-embedded-firsttime,
26944 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26945 determine whether or not to run hooks.
26946 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26947 calc-embedded-firsttime-formula appropriately.
26948 Set calc-embedded delimiter variables according to mode.
26949
26950 2005-07-08 Richard M. Stallman <rms@gnu.org>
26951
26952 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26953 Check for "emacs", etc., as entire symbol, not just as word.
26954 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26955
26956 * files.el (set-visited-file-name): Report the error
26957 for "empty filename" earlier.
26958 (kill-some-buffers): Ignore buffers already dead.
26959
26960 * fringe.el (fringe-mode): Doc fix.
26961
26962 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26963 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26964 Use unwind-protect to ensure byte-compile-unresolved-functions
26965 is updated.
26966
26967 * whitespace.el (whitespace-buffer-leading-cleanup):
26968 Simplify w/ skip-chars-forward.
26969 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26970
26971 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26972 Unconditionally try to leave point at the same old place.
26973
26974 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26975
26976 * comint.el (comint-postoutput-scroll-to-bottom)
26977 (comint-show-maximum-output): Take scroll-margin into consideration.
26978
26979 2005-07-08 Kim F. Storm <storm@cua.dk>
26980
26981 * ido.el (ido-use-filename-at-point): New choice `guess'.
26982 (ido-file-internal): Try ffap-guesser if selected.
26983
26984 * ido.el (ido-before-fallback-functions): New hook.
26985 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26986 (ido-read-file-name): Run it.
26987
26988 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26989
26990 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26991 strings rather than a list of symbols to the completion function.
26992
26993 2005-07-07 Jay Belanger <belanger@truman.edu>
26994
26995 * calc/calc-units.el (math-apply-units): Change the places in
26996 which units are simplified.
26997
26998 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26999
27000 * cus-edit.el (customize-option, customize-option-other-window):
27001 Make them handle aliases.
27002
27003 * custom.el (custom-variable-p): Make it recursively follow
27004 aliases. Mention that in the docstring.
27005
27006 2005-07-07 Richard M. Stallman <rms@gnu.org>
27007
27008 * cus-start.el (exec-path): Use `directory' instead of `file'.
27009 Fix tag for nil.
27010
27011 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27012
27013 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27014 when called non-interactively. Doc fix.
27015
27016 2005-07-07 Lute Kamstra <lute@gnu.org>
27017
27018 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27019 new address as well.
27020
27021 2005-07-07 Kenichi Handa <handa@m17n.org>
27022
27023 * international/mule.el (make-coding-system):
27024 Describe `ascii-incompatible' property in the docstring.
27025 (set-file-name-coding-system): Signal an error if coding-system is
27026 ascii-incompatible.
27027 (set-keyboard-coding-system): Likewise.
27028
27029 * international/mule-cmds.el (set-default-coding-systems):
27030 Don't set default-file-name-coding-system and
27031 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27032
27033 * international/utf-16.el: Declare that all UTF-16-based coding
27034 systems are ASCII-incompatible.
27035
27036 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27037
27038 * progmodes/gud.el: Require font-lock for displaying errors.
27039 Used by gdb-ui.el.
27040
27041 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27042
27043 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27044 values for the pattern lists which are `read'able but not
27045 `append'able (like symbols).
27046
27047 2005-07-06 Richard M. Stallman <rms@gnu.org>
27048
27049 * progmodes/flymake.el (flymake-float-time): Instead of
27050 with-no-warnings, test for XEmacs.
27051 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27052 to avoid warning.
27053
27054 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27055
27056 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27057
27058 2005-07-05 Lute Kamstra <lute@gnu.org>
27059
27060 * battery.el: Add support for Darwin (with much debugging help
27061 from Samuel Lauber <sam124@operamail.com>).
27062 (battery-status-function, battery-echo-area-format)
27063 (battery-mode-line-format): Add support for pmset on Darwin.
27064 (battery-load-low, battery-load-critical): New user options.
27065 (battery-pmset): New function.
27066
27067 2005-07-05 Lute Kamstra <lute@gnu.org>
27068
27069 Update FSF's address in GPL notices.
27070
27071 * textmodes/page-ext.el: Update FSF's address.
27072
27073 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27074
27075 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27076 filling from using prefix when filling a single-line docstring.
27077
27078 * progmodes/flymake.el: Remove useless eval-when-compile.
27079
27080 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27081
27082 2005-07-04 Richard M. Stallman <rms@gnu.org>
27083
27084 * textmodes/org.el (org-file-apps-defaults-gnu):
27085 Rename from org-file-apps-defaults-linux.
27086 (org-default-apps): Don't test system-type for `linux'.
27087 (org-file-apps): Doc fix.
27088
27089 2005-07-04 David Ponce <david@dponce.com>
27090
27091 * tree-widget.el: Improve header Commentary section.
27092 (tree-widget) [defgroup]
27093 (tree-widget-image-enable, tree-widget-themes-directory)
27094 (tree-widget-theme, tree-widget-image-properties-emacs)
27095 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27096 (tree-widget-image-formats, tree-widget-control)
27097 (tree-widget-empty-control, tree-widget-leaf-control
27098 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27099 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27100 (tree-widget-keep, tree-widget-after-toggle-functions)
27101 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27102 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27103 :help-echo message.
27104 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27105 (tree-widget-image-properties): Doc fix. Clearer implementation.
27106 (tree-widget--cursors): New constant.
27107 (tree-widget-lookup-image): New function split from
27108 `tree-widget-find-image'. Clearer implementation.
27109 (tree-widget-find-image): Use it.
27110 (tree-widget-button-keymap): Use `set-keymap-parent'.
27111 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27112 Define the sub-widgets here.
27113 (tree-widget-node): Check that :node is not a tree-widget.
27114 (tree-widget-get-super, tree-widget-open-control)
27115 (tree-widget-close-control, tree-widget-empty-control)
27116 (tree-widget-leaf-control, tree-widget-guide)
27117 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27118 (tree-widget-no-handle, tree-widget-value-delete)
27119 (tree-widget-map): Remove.
27120 (tree-widget-children-value-save): Doc fix. Simplified.
27121 (tree-widget-value-create): Update according to previous changes.
27122
27123 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27124
27125 * textmodes/org.el: Leading space replaced by TABS.
27126 (org-recalc-marks, org-table-rotate-recalc-marks)
27127 (org-table-get-specials): Treat "^" and "_" marks.
27128 (org-table-justify-field-maybe): Optional argument NEW.
27129 (org-table-eval-formula): Parsing of the format simplified.
27130 New modes C,I. Honor the %= parameter in the current table.
27131 Avoid unnecessary re-align by using the NEW argument to
27132 `org-table-justify-field-maybe'.
27133 (org-calc-default-modes): Default for date-format mimicks org-mode.
27134 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27135
27136 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27137
27138 * cus-face.el (custom-theme-set-faces): Make it handle face
27139 aliases whose alias declarations are pre- or autoloaded.
27140
27141 2005-07-04 Juri Linkov <juri@jurta.org>
27142
27143 * faces.el (read-face-name): Put the code for getting a face name
27144 from the buffer before adding the faces from the `face' property.
27145 Use `completing-read-multiple' instead of `completing-read'.
27146 Require `crm'. Add default value and post-process the returned
27147 list of faces.
27148
27149 * emacs-lisp/crm.el (crm-find-current-element)
27150 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27151
27152 * emacs-lisp/lisp-mode.el (eval-defun-1):
27153 * emacs-lisp/edebug.el (edebug-eval-defun):
27154 Remove unnecessary quotes.
27155
27156 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27157
27158 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27159 (prolog-indent-level): Fix typo in docstring.
27160
27161 * info.el (Info-history, Info-history-forward)
27162 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27163
27164 * add-log.el (add-change-log-entry):
27165 * comint.el (comint-dynamic-list-input-ring)
27166 (comint-dynamic-list-completions):
27167 * dabbrev.el (dabbrev-expand):
27168 * delim-col.el (delimit-columns-rectangle-line):
27169 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27170 (diff-unified->context):
27171 * ediff-init.el (ediff-abbrev-jobname):
27172 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27173 (ediff-replace-session-activity-marker-in-meta-buffer):
27174 * info.el (Info-summary):
27175 * lpr.el (printify-region):
27176 * printing.el (pr-create-interface):
27177 * ps-print.el (ps-print-quote):
27178 * ses.el (ses-column-widths, ses-print-cell)
27179 (ses-adjust-print-width, ses-center):
27180 * shell.el (shell-file-name-quote-list):
27181 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27182 (strokes-fill-current-buffer-with-whitespace)
27183 (strokes-xpm-for-stroke, strokes-list-strokes)
27184 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27185 * term.el (term-dynamic-list-input-ring)
27186 (term-dynamic-list-completions):
27187 * calc/calc.el (math-format-stack-value):
27188 * emacs-lisp/edebug.el (edebug-display-freq-count):
27189 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27190 (delphi-new-comment-line):
27191 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27192 * progmodes/executable.el (executable-set-magic):
27193 * progmodes/python.el (inferior-python-mode):
27194 * progmodes/scheme.el (scheme-mode-syntax-table):
27195 * progmodes/sh-script.el (sh-maybe-here-document):
27196 * progmodes/sql.el (sql-copy-column):
27197 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27198 * textmodes/bibtex.el (bibtex-mode):
27199 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27200 (sgml-auto-attributes):
27201 * textmodes/table.el (table-insert, table-shorten-cell)
27202 (table--generate-source-scan-lines, table-delete-row)
27203 (*table--cell-delete-char, table--spacify-frame)
27204 (table--horizontally-shift-above-and-below)
27205 (table--cell-insert-char, table--cell-blank-str)
27206 (table--fill-region-strictly):
27207 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27208 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27209
27210 * add-log.el (change-log):
27211 * apropos.el (apropos):
27212 * comint.el (comint-completion, comint-source):
27213 * dabbrev.el (dabbrev):
27214 * delim-col.el (columns):
27215 * diff-mode.el (diff-mode):
27216 * ediff.el (ediff):
27217 * ediff-diff.el (ediff-diff):
27218 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27219 * ediff-mult.el (ediff-mult):
27220 * ediff-ptch.el (ediff-ptch):
27221 * ediff-wind.el (ediff-window):
27222 * facemenu.el (facemenu):
27223 * indent.el (indent):
27224 * info.el (info):
27225 * jka-cmpr-hook.el (compression, jka-compr):
27226 * lpr.el (lpr):
27227 * outline.el (outlines):
27228 * pcmpl-cvs.el (pcmpl-cvs):
27229 * pcmpl-rpm.el (pcmpl-rpm):
27230 * printing.el (printing):
27231 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27232 (ps-print-vertical, ps-print-headers, ps-print-font)
27233 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27234 (ps-print-background, ps-print-printer, ps-print-page)
27235 (ps-print-miscellany):
27236 * ses.el (ses):
27237 * shell.el (shell, shell-directories, shell-faces):
27238 * startup.el (initialization):
27239 * strokes.el (strokes):
27240 * term.el (term):
27241 * uniquify.el (uniquify):
27242 * w32-vars.el (w32):
27243 * calc/calc.el (calc):
27244 * emacs-lisp/bytecomp.el (bytecomp):
27245 * emacs-lisp/cl-indent.el (lisp-indent):
27246 * emacs-lisp/edebug.el (edebug):
27247 * emacs-lisp/elp.el (elp):
27248 * emacs-lisp/testcover.el (testcover):
27249 * emacs-lisp/trace.el (trace):
27250 * emulation/viper-ex.el (viper-ex):
27251 * emulation/viper-mous.el (viper-mouse):
27252 * mail/mailalias.el (mailalias):
27253 * mail/supercite.el (supercite, supercite-frames)
27254 (supercite-attr, supercite-cite, supercite-hooks):
27255 * net/rcompile.el (remote-compile):
27256 * net/rlogin.el (rlogin):
27257 * obsolete/ooutline.el (outlines):
27258 * progmodes/delphi.el (delphi):
27259 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27260 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27261 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27262 (ebnf-optimization):
27263 * progmodes/etags.el (etags):
27264 * progmodes/executable.el (executable):
27265 * progmodes/idlwave.el (idlwave):
27266 * progmodes/pascal.el (pascal):
27267 * progmodes/prolog.el (prolog):
27268 * progmodes/python.el (python):
27269 * progmodes/scheme.el (scheme):
27270 * progmodes/sh-script.el (sh, sh-script):
27271 * progmodes/sql.el (SQL):
27272 * progmodes/tcl.el (tcl):
27273 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27274 * textmodes/enriched.el (enriched):
27275 * textmodes/makeinfo.el (makeinfo):
27276 * textmodes/sgml-mode.el (sgml):
27277 * textmodes/table.el (table-hooks):
27278 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27279 * textmodes/texinfo.el (texinfo):
27280 * textmodes/two-column.el (two-column):
27281 Finish `defgroup' description with period.
27282
27283 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27284 * eshell/esh-var.el (eshell-var):
27285 * progmodes/vhdl-mode.el (vhdl-testbench):
27286 * textmodes/org.el (org): Fix typos in docstrings.
27287
27288 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27289 consistency.
27290
27291 * progmodes/flymake.el (flymake-find-file): Remove.
27292 (flymake-float-time): Use `with-no-warnings'.
27293 (flymake-check-start-time, flymake-check-was-interrupted)
27294 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27295 (flymake-new-err-info): `defvar' at compile time.
27296
27297 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27298
27299 * replace.el (occur-hook): Doc fix.
27300 (occur-1): Don't call `occur-hook' if there are no matches.
27301
27302 2005-07-03 Richard M. Stallman <rms@gnu.org>
27303
27304 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27305 global-map, save the same map.
27306 (global-map): Don't alter it at top level.
27307 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27308 Then alter it here instead.
27309 (tpu-edt-off): Set global-map to the saved one.
27310
27311 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27312 All references simplified.
27313 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27314 (zmacs-regions): Add defvar.
27315 (repeat-complex-command-map): Everything about that deleted.
27316
27317 * textmodes/artist.el (artist-key-is-drawing)
27318 (artist-key-endpoint1, artist-key-poly-point-list)
27319 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27320 (artist-key-compl-table, artist-rb-save-data)
27321 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27322 Don't put them in eval-when-compile.
27323 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27324
27325 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27326 Use with-no-warnings.
27327
27328 * net/browse-url.el (dos-windows-version): Add defvar.
27329
27330 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27331
27332 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27333 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27334 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27335 Add defvar.
27336 (rmail-summary-beginning-of-message): Use with-no-warnings.
27337 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27338
27339 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27340 Use with-no-warnings.
27341
27342 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27343 (c-mark-function): Add point-moving-unit property.
27344 (vi-goto-line): Use with-no-warnings.
27345
27346 * emulation/edt.el (edt-last-copied-word): Add defvar.
27347 (zmacs-region-stays): Likewise.
27348 (edt-mark-section-wisely): Use c-mark-function for C.
27349 Use makr-defun for Fortran.
27350 (time-string): defvar deleted.
27351 (edt-display-the-time): Don't set time-string.
27352
27353 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27354
27355 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27356 Don't warn when name is not constant
27357 or for defining the group `emacs'.
27358
27359 * tooltip.el (gud-tooltip-mode): Add defvar.
27360
27361 * startup.el (default-frame-background-mode): Add defvar.
27362
27363 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27364
27365 * info.el (tool-bar-map): Add defvar.
27366
27367 * dired.el (dnd-protocol-alist): Add defvar.
27368
27369 * dired-aux.el (dired-query): Display question with answer, when
27370 the user answers.
27371
27372 * custom.el (custom-add-option): Doc fix.
27373
27374 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27375
27376 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27377
27378 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27379 bogus name from the last change.
27380
27381 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27382
27383 * custom.el (custom-declare-variable): Fix typos in comment.
27384 (custom-known-themes): Doc fix.
27385 (custom-theme-directory): New defcustom.
27386 (require-theme): Make it check `custom-theme-directory'.
27387
27388 * cus-theme.el (custom-new-theme-mode): New function.
27389 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27390 (custom-theme-description): Add compiler defvars.
27391 (customize-create-theme): Add doc to the "*New Custom Theme*"
27392 buffer. Use `custom-new-theme-mode'.
27393 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27394 and save it to the `custom-theme-directory'. Make this the
27395 default directory of the buffer.
27396
27397 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27398
27399 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27400 Fix unbalanced parentheses.
27401
27402 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27403
27404 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27405 into flymake-mode and delegate to flymake-mode.
27406
27407 * find-file.el (ff-which-function-are-we-in): Clean up.
27408
27409 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27410
27411 * replace.el (occur-rename-buffer): Fix docstring.
27412
27413 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27414 (edt-last-copied-word, edt-learn-macro-count)
27415 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27416 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27417 (time-string, zmacs-region-stays):
27418 * emulation/edt-mapper.el (edt-save-function-key-map)
27419 (EDT-key-name): `defvar' to silence the byte-compiler.
27420
27421 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27422
27423 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27424 font-lock-regexp-backslash. Doc fix.
27425 (font-lock-regexp-backslash-grouping-construct): Rename from
27426 font-lock-regexp-backslash-construct. Doc fix.
27427 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27428 grouping constructs.
27429
27430 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27431
27432 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27433 updating all the prerequisites.
27434
27435 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27436
27437 * textmodes/org.el (org-agenda-start-on-weekday)
27438 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27439 (org-agenda-use-time-grid, org-archive-location)
27440 (org-allow-space-in-links, org-usenet-links-prefer-google)
27441 (org-enable-table-editor, org-export-default-language)
27442 (org-export-html-show-new-buffer, org-fill-paragraph)
27443 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27444 (org-goto-quit, org-occur, org-eval-in-calendar)
27445 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27446 (org-agenda-diary-entry, org-remember-help)
27447 (org-table-convert-region, org-at-table-p)
27448 (org-table-move-row-down, org-table-move-row-up)
27449 (org-table-copy-region, org-table-toggle-vline-visibility)
27450 (org-table-get-stored-formulas, org-table-get-specials)
27451 (org-recalc-commands, org-table-eval-formula)
27452 (org-table-formula-substitute-names, orgtbl-make-binding)
27453 (org-format-org-table-html, org-format-table-table-html)
27454 (org-format-table-table-html-using-table-generate-source)
27455 (org-customize): Fix typos in docstrings.
27456 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27457 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27458 (org-back-to-heading): Doc fixes.
27459 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27460 (org-agenda-change-all-lines, org-get-header):
27461 Improve argument/docstring consistency.
27462 (orgtbl-error): Fix error message.
27463
27464 * progmodes/flymake.el (flymake-find-possible-master-files)
27465 (flymake-master-file-compare, flymake-get-line-err-count)
27466 (flymake-highlight-line, flymake-gui-warnings-enabled):
27467 Fix typos in docstrings.
27468 (flymake-parse-line, flymake-get-project-include-dirs-function)
27469 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27470 Doc fixes.
27471 (flymake-get-project-include-dirs-function)
27472 (flymake-make-err-menu-data):
27473 Improve argument/docstring consistency.
27474
27475 2005-07-01 Lute Kamstra <lute@gnu.org>
27476
27477 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27478 Catch errors with ignore-errors. Use temporary buffer.
27479 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27480
27481 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27482 background color faces.
27483 (facemenu-set-foreground, facemenu-set-background):
27484 Use facemenu-set-face-from-menu.
27485 (facemenu-set-face-from-menu): Treat face names that start with
27486 "fg:" or "bg:" as special.
27487 (facemenu-add-new-color): Don't create faces. Simplify.
27488
27489 2005-06-30 Richard M. Stallman <rms@gnu.org>
27490
27491 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27492 (crm-find-current-element): Likewise.
27493
27494 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27495
27496 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27497
27498 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27499
27500 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27501 (archive-mouse-extract): Make it an obsolete alias.
27502 (archive-mode-map): Don't use archive-mouse-extract any more.
27503 (archive-mode, archive-extract): write-contents-hooks ->
27504 write-contents-functions.
27505 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27506 first arg.
27507 (archive-rename-entry): Update the call.
27508 (archive-zip-summarize): Remove unused var `method'.
27509 (archive-lzh-summarize): Remove unused var `creator'.
27510
27511 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27512 dedicated frame upon exit.
27513
27514 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27515 (archive-zip-extract, archive-zip-expunge)
27516 (archive-zip-update, archive-zip-update-case): Use executable-find.
27517 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27518 Use restore-buffer-modified-p.
27519 (archive-extract, archive-add-new-member, archive-write-file-member):
27520 Use with-current-buffer.
27521 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27522
27523 2005-06-30 Andreas Schwab <schwab@suse.de>
27524
27525 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27526
27527 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27528
27529 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27530
27531 2005-06-30 Juri Linkov <juri@jurta.org>
27532
27533 * faces.el (vertical-border): Inherit from mode-line-inactive
27534 only on tty.
27535
27536 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27537
27538 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27539 example, -NLINES in the `occur' docstring).
27540
27541 * replace.el (occur-1): When no matches are found, do not set the
27542 `buffer-read-only' and modified flags for the occur buffer,
27543 because it is deleted.
27544
27545 * emulation/cua-base.el (cua-check-pending-input)
27546 (cua-repeat-replace-region, cua-mode, cua-debug)
27547 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27548 Fix typos in docstrings.
27549
27550 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27551 (cua-cut-region-to-global-mark)
27552 (cua--cut-rectangle-to-global-mark):
27553 Remove period from end of messages.
27554
27555 * emulation/cua-rect.el (cua-do-rectangle-padding):
27556 Remove period from end of messages.
27557 (cua--rectangle-seq-format): Fix typo in docstring.
27558 (cua-sequence-rectangle, cua-fill-char-rectangle):
27559 Improve argument/docstring consistency.
27560
27561 2005-06-29 Juri Linkov <juri@jurta.org>
27562
27563 * faces.el (default-frame-background-mode): New internal variable.
27564 (frame-set-background-mode): Use it.
27565
27566 * startup.el (normal-top-level): Set default-frame-background-mode
27567 instead of frame-background-mode. Before setting it, test for its
27568 nil value. Remove tests for frame-background-mode and frame
27569 parameter `reverse'. Add test for "unspecified-fg".
27570
27571 * term/xterm.el (xterm-rxvt-set-background-mode):
27572 * term/rxvt.el (rxvt-set-background-mode):
27573 Set default-frame-background-mode instead of frame-background-mode.
27574
27575 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27576
27577 * simple.el (set-variable): Warn about obsolete user variables.
27578
27579 * imenu.el (imenu--completion-buffer):
27580 * mouse.el (mouse-buffer-menu-alist):
27581 * msb.el (msb-invisible-buffer-p):
27582 * calendar/diary-lib.el (diary-header-line-format):
27583 * emacs-lisp/pp.el (pp-buffer):
27584 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27585 * textmodes/picture.el (picture-replace-match):
27586 Change space constants followed by a sexp to "?\s ".
27587
27588 * play/decipher.el (decipher-loop-with-breaks):
27589 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27590 constants "protected" from end of line by a comment to "?\s".
27591
27592 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27593
27594 * font-lock.el (save-buffer-state): Use `declare'.
27595
27596 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27597 reset the syntax-table to cperl-mode-syntax-table.
27598 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27599 "foo_print_bar" is not matched as a reserved keyword.
27600
27601 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27602
27603 * textmodes/org.el (orgtbl-setup): New function, for delayed
27604 setup for the orgtbl commands.
27605 (org-calc-default-modes): New option.
27606 (orgtbl-make-binding): Use `defun' to get better help display.
27607 (org-diary): Call `org-compile-prefix-format'.
27608 (org-table-formula-substitute-names): New function.
27609 (org-agenda-day-view, org-agenda-week-view): New commands.
27610 (org-agenda-toggle-week-view): Command removed.
27611 (org-tbl-menu): Split off from org-org-menu.
27612 (org-mode): Move removal of outline-mode menus to here.
27613 (org-table-formula-debug): New option.
27614 (org-table-insert-row): Keep first field if just "#" or "*".
27615 (org-mode): Paragraph regexps fixed.
27616 (org-table-recalculate-regexp): New constant.
27617 (org-table-justify-field-maybe): Avoid replace if not necessary.
27618 (org-copy-special, org-cut-special): Use `call-interactively'.
27619 (org-table-copy-region): Take region from `interactive' call.
27620 (org-trim): Return string even if no match.
27621 (org-formula): New face.
27622 (org-set-font-lock-defaults): No longer highlight "FIXME".
27623 But highlight formula-related fields in table.
27624 (org-table-p): Use regexp, not fontification.
27625 (org-table-align): Handle white space at end of line.
27626 (org-table-formula-evaluate-inline): New option.
27627 (org-mode): Auto-wrapping in comment lines turned off.
27628 (org-table-copy-down): Evaluate only in copied field, not in
27629 destination.
27630 (org-table-current-formula): Variable removed.
27631 (org-table-store-formulas, org-table-get-stored-formulas)
27632 (org-table-modify-formulas, org-table-replace-in-formulas)
27633 (org-table-maybe-eval-formula): New functions.
27634 (org-table-get-formula): Modify to use stored formulas.
27635 (org-table-insert-column, org-table-delete-column)
27636 (org-table-move-column): Call `org-table-modify-formulas'.
27637 (org-complete): Add completion for keyword formulas.
27638 (orgtbl-mode): Pull orgtbl-mode-map to start of
27639 minor-mode-map-alist.
27640
27641 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27642
27643 * progmodes/python.el (python-check): Require `compile' before
27644 modifying its variables.
27645
27646 * newcomment.el (comment-indent-default): Don't get fooled by an early
27647 end of buffer.
27648
27649 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27650
27651 * ps-print.el (ps-print-version): Fix version number.
27652
27653 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27654
27655 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27656
27657 2005-06-28 Richard M. Stallman <rms@gnu.org>
27658
27659 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27660 (flyspell-local-mouse-map): Declaration deleted.
27661 (flyspell-mouse-map): Bind only mouse-2.
27662 (flyspell-mode-map): Don't test flyspell-use-local-map.
27663 (flyspell-overlay-keymap-property-name): Var deleted.
27664 (flyspell-mode-on): Don't make local bindings for
27665 flyspell-mouse-map and flyspell-mode-map.
27666 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27667
27668 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27669
27670 * progmodes/compile.el (compilation-next-error-function):
27671 Don't switch buffers; operate on the current buffer.
27672
27673 * progmodes/compile.el (compilation-error-file-name)
27674 (compilation-warning-file-name, compilation-info-file-name)
27675 (compilation-line-number, compilation-column-number): New faces.
27676 (compilation-error-face, compilation-warning-face)
27677 (compilation-info-face, compilation-line-face)
27678 (compilation-column-face): Use them.
27679
27680 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27681
27682 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27683
27684 * bindings.el (global-map): Bind insertchar and its variants.
27685
27686 2005-06-27 Richard M. Stallman <rms@gnu.org>
27687
27688 * textmodes/artist.el (artist-text-overwrite)
27689 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27690
27691 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27692
27693 * ps-print.el: It was not working the page selection for printing.
27694 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27695 (ps-print-version): New version 6.6.7.
27696 (ps-end-sheet): New fun.
27697 (ps-header-sheet, ps-end-job): Call it.
27698
27699 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27700
27701 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27702
27703 2005-06-27 Lute Kamstra <lute@gnu.org>
27704
27705 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27706 background color faces.
27707 (facemenu-get-face): Delete function.
27708 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27709 (facemenu-add-new-color): Make second argument mandatory.
27710 Create the appropriate face and return it. Simplify.
27711 (facemenu-set-foreground, facemenu-set-background): Don't check if
27712 color is defined. Use return value of facemenu-add-new-color.
27713
27714 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27715
27716 * progmodes/gud.el (gud-filter): Add missing argument to
27717 with-selected-window.
27718
27719 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27720
27721 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27722 a :require to the defcustom.
27723
27724 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27725 defcustoms corresponding to minor modes.
27726
27727 2005-06-26 David Ponce <david@dponce.com>
27728
27729 * recentf.el: Require tree-widget instead of wid-edit.
27730 (recentf-filename-handler): Fix widget :type.
27731 (recentf-cancel-dialog, recentf-open-more-files)
27732 (recentf-open-files-action): Doc fix.
27733 (recentf-dialog-goto-first): New function.
27734 (recentf-dialog-mode-map): Set parent keymap first.
27735 (recentf-dialog-mode): Define with define-derived-mode.
27736 Don't display continuation lines in dialogs.
27737 (recentf-edit-list): Rename from recentf-edit-selected-items.
27738 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27739 Simplify.
27740 (recentf-edit-list-validate): New function.
27741 (recentf-edit-list): Update accordingly.
27742 (recentf-open-files-item-shift): Remove.
27743 (recentf-open-files-item): Convert menu elements into tree and
27744 link widgets. Don't create the widgets.
27745 (recentf-open-files): Update accordingly.
27746 (recentf-save-list): Untabify.
27747
27748 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27749
27750 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27751 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27752 partially contained in the active region. Do not take active
27753 region into account when called from Lisp, unless INTERACTIVE arg
27754 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27755 avoid trouble with fields. Make marker point nowhere when no
27756 longer used. Always return nil. Doc fix.
27757 (flush-lines): Add INTERACTIVE arg. Do not take active region
27758 into account when called from Lisp, unless INTERACTIVE arg is
27759 non-nil. Use `forward-line' instead of `beginning-of-line' to
27760 avoid trouble with fields. Make marker point nowhere when no
27761 longer used. Always return nil. Doc fix.
27762 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27763 interchangeable. Do not take active region into account when
27764 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27765 message in echo area when called from Lisp, unless INTERACTIVE arg
27766 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27767 Return the number of matches. Doc fix.
27768 (occur): Doc fix.
27769 (perform-replace): Make comment follow double space convention for
27770 the sake of `outline-minor-mode'.
27771
27772 * faces.el (facep): Doc fix.
27773
27774 2005-06-25 Richard M. Stallman <rms@gnu.org>
27775
27776 * facemenu.el (facemenu-enable-faces-p): New function.
27777 (facemenu-background-menu, facemenu-foreground-menu)
27778 (facemenu-face-menu): Add menu-enable property.
27779
27780 * jka-compr.el (jka-compr-insert-file-contents):
27781 Special handling if cannot find the uncompression program.
27782
27783 * cus-face.el (custom-face-attributes): Add autoload.
27784
27785 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27786 Bind comment-indent-function locally.
27787
27788 * window.el (save-selected-window): Use save-current-buffer.
27789
27790 * subr.el (with-selected-window): Use save-current-buffer.
27791
27792 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27793 and with-current-buffer.
27794
27795 2005-06-24 Richard M. Stallman <rms@gnu.org>
27796
27797 * simple.el (line-move-1): Fix previous change.
27798
27799 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27800
27801 * replace.el (occur-1): Set `buffer-read-only' and the
27802 buffer-modified flag before running `occur-hook' to protect
27803 against unintentional buffer switches that can lead to data loss.
27804
27805 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27806
27807 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27808 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27809 initial error.
27810
27811 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27812 after fresh input.
27813 (gdb-var-create-handler): Put name of expression in quotes.
27814
27815 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27816
27817 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27818 elements of RING in order, and without bogus nil elements.
27819
27820 2005-06-23 Richard M. Stallman <rms@gnu.org>
27821
27822 * simple.el (set-variable): Args renamed; doc fix.
27823 (line-move-1): When there are overlays around, use vertical-motion.
27824
27825 * faces.el (escape-glyph): Use brown against light background.
27826 (nobreak-space): Rename from no-break-space.
27827 Fix previous change.
27828
27829 * dired-aux.el (dired-do-copy): Fix arg prompt.
27830
27831 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27832
27833 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27834
27835 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27836 rather than "Distributor".
27837
27838 2005-06-23 Lute Kamstra <lute@gnu.org>
27839
27840 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27841 (debug-on-entry): Use it. New interactive declaration that uses
27842 function-called-at-point.
27843
27844 2005-06-23 Kim F. Storm <storm@cua.dk>
27845
27846 * subr.el (save-match-data): Add comment about using evaporate arg
27847 to set-match-data.
27848
27849 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27850
27851 * cus-edit.el (customize-face)
27852 (customize-face-other-window): Handle face aliases.
27853
27854 * faces.el (face-documentation, set-face-attribute)
27855 (face-spec-set): Handle face aliases.
27856
27857 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27858
27859 * help-mode.el (help-make-xrefs): If a symbol representing a face
27860 name is not followed by the word "face", it could still be a
27861 function or variable name, so don't bypass other checks.
27862
27863 2005-06-22 Juri Linkov <juri@jurta.org>
27864
27865 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27866 Replace aliased functions with calls where second arg `inherit' is t.
27867
27868 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27869
27870 * progmodes/gdb-ui.el (gdb-error): New variable.
27871 (gdb-error): New function.
27872 (gdb-annotation-rules): Act on error-begin and error annotations.
27873 (gdb-concat-output): Use font-lock-warning-face for errors.
27874
27875 2005-06-22 Miles Bader <miles@gnu.org>
27876
27877 * bindings.el (propertized-buffer-identification): Use renamed
27878 `Buffer-menu-buffer' face.
27879
27880 * faces.el (vertical-border): Rename from `vertical-divider'.
27881 (escape-glyph): Change dark-background color back to `cyan'.
27882
27883 2005-06-21 Juri Linkov <juri@jurta.org>
27884
27885 * faces.el (face-user-default-spec): Try getting `customized-face'
27886 prior to `saved-face'.
27887 (frame-background-mode): Refill docstring.
27888
27889 * emacs-lisp/lisp-mode.el (eval-defun-1):
27890 * emacs-lisp/edebug.el (edebug-eval-defun):
27891 Set `saved-face' temporarily to nil before calling form.
27892 Set `customized-face' to the new spec after that.
27893
27894 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27895
27896 * subr.el (1value, lambda, key-substitution-in-progress):
27897 Doc fixes.
27898
27899 * autoinsert.el (auto-insert-alist):
27900 * ses.el (ses-call-printer):
27901 * subr.el (noreturn):
27902 * emacs-lisp/lisp.el (check-parens):
27903 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27904 * net/browse-url.el (browse-url-mosaic):
27905 * progmodes/cc-defs.el (c-safe-scan-lists):
27906 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27907 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27908 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27909 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27910 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27911 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27912
27913 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27914
27915 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27916
27917 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27918
27919 * calendar/appt.el (appt-make-list): Activate the package, if
27920 not already active (for backwards compatibility).
27921
27922 2005-06-20 Kim F. Storm <storm@cua.dk>
27923
27924 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27925
27926 2005-06-20 Miles Bader <miles@gnu.org>
27927
27928 * faces.el (vertical-divider): New face.
27929
27930 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27931
27932 * simple.el (kill-whole-line): Doc fix.
27933 (next-error-buffer-p, next-error-find-buffer)
27934 (clone-indirect-buffer): Fix typos in docstrings.
27935 (comment-line-break-function): Doc fix: don't say variable
27936 is automatically buffer-local (it isn't).
27937
27938 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27939
27940 * net/tramp-ftp.el (top):
27941 * net/tramp-smb.el (top):
27942 * net/tramp-util.el (top):
27943 * net/tramp-uu.el (top):
27944 * net/tramp-vc.el (top):
27945 * net/tramp.el (top): Revert copyright years back to original
27946 ones. Tramp has a life outside GNU Emacs.
27947
27948 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27949
27950 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27951
27952 2005-06-18 Juri Linkov <juri@jurta.org>
27953
27954 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27955 end of first regexp to limit the match to the position between
27956 line number and source line with same separator character as used
27957 between file name and line number. In the second regexp limit
27958 mouse-face area to file name and line number by adding new group
27959 for them and referring it in HYPERLINK arg.
27960 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27961 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27962 previous line where grep markers may be already removed.
27963
27964 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27965
27966 * progmodes/ps-mode.el: Update version and maintainer's email address.
27967
27968 2005-06-18 Steve Youngs <steve@xemacs.org>
27969
27970 * net/browse-url.el (browse-url-browser-function)
27971 (browse-url-default-browser): Add firefox.
27972 (browse-url-firefox-program, browse-url-firefox-arguments)
27973 (browse-url-firefox-startup-arguments)
27974 (browse-url-firefox-new-window-is-tab): New defcustoms.
27975 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27976
27977 2005-06-17 Richard M. Stallman <rms@gnu.org>
27978
27979 * startup.el (command-line): Warn if specified user name has
27980 no home directory.
27981
27982 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27983 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27984
27985 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27986 Doc fixes.
27987
27988 * faces.el (underline): Try bold if terminal doesn't support underline.
27989
27990 * mail/sendmail.el (mail-setup-with-from): New variable.
27991 (mail-insert-from-field): New function.
27992 (sendmail-send-it): Call it.
27993 (mail-setup): Optionally call it here.
27994
27995 * term/linux.el: Call tty-no-underline.
27996
27997 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27998
27999 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28000
28001 2005-06-17 Miles Bader <miles@gnu.org>
28002
28003 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28004 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28005 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28006 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28007 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28008 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28009 Remove "-face" suffix from face names.
28010 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28011 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28012 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28013 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28014 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28015 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28016 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28017 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28018 New backward-compatibility aliases for renamed faces.
28019 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28020 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28021 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28022 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28023 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28024 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28025 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28026 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28027 Use renamed ediff faces.
28028
28029 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28030 Remove "-face" suffix from face names.
28031 (eshell-test-ok-face, eshell-test-failed-face):
28032 New backward-compatibility aliases for renamed faces.
28033 (eshell-run-test): Use renamed eshell-test faces.
28034
28035 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28036 face name.
28037 (eshell-prompt-face): New backward-compatibility alias for renamed
28038 face.
28039 (eshell-emit-prompt): Use renamed eshell-prompt face.
28040
28041 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28042 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28043 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28044 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28045 Remove "-face" suffix from face names.
28046 (eshell-ls-directory-face, eshell-ls-symlink-face)
28047 (eshell-ls-executable-face, eshell-ls-readonly-face)
28048 (eshell-ls-unreadable-face, eshell-ls-special-face)
28049 (eshell-ls-missing-face, eshell-ls-archive-face)
28050 (eshell-ls-backup-face, eshell-ls-product-face)
28051 (eshell-ls-clutter-face):
28052 New backward-compatibility aliases for renamed faces.
28053 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28054
28055 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28056 Remove "-face" suffix from face name.
28057 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28058 instead of literal face.
28059
28060 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28061
28062 * emacs-lisp/warnings.el (display-warning, lwarn)
28063 (warning-minimum-log-level): Doc fixes.
28064 (warning-minimum-level, warning-minimum-log-level):
28065 Add :debug to :type choices.
28066
28067 * progmodes/ada-mode.el (ada-format-paramlist)
28068 (ada-get-indent-case, ada-check-matching-start)
28069 (ada-check-defun-name, ada-goto-matching-decl-start)
28070 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28071 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28072 (ada-make-subprogram-body): Follow error conventions.
28073 (ada-case-exception-file, ada-indent-comment-as-code)
28074 (ada-indent-handle-comment-special, ada-indent-renames)
28075 (ada-indent-return, ada-search-directories-internal)
28076 (ada-tab-policy, ada-case-exception-substring)
28077 (ada-other-file-alist, ada-matching-start-re)
28078 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28079 (ada-imenu-generic-expression, ada-compile-goto-error)
28080 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28081 (ada-popup-menu, ada-add-extensions, ada-mode)
28082 (ada-region-selected, ada-create-case-exception)
28083 (ada-create-case-exception-substring, ada-after-keyword-p)
28084 (ada-activate-keys-for-case, ada-adjust-case-region)
28085 (ada-adjust-case-buffer, ada-format-paramlist)
28086 (ada-scan-paramlist, ada-insert-paramlist)
28087 (ada-indent-newline-indent)
28088 (ada-indent-newline-indent-conditional)
28089 (ada-justified-indent-current, ada-goto-previous-word)
28090 (ada-indent-current, ada-get-indent-open-paren)
28091 (ada-get-indent-paramlist, ada-get-indent-end)
28092 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28093 (ada-get-indent-block-start, ada-get-indent-subprog)
28094 (ada-get-indent-noindent, ada-get-indent-label)
28095 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28096 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28097 (ada-goto-stmt-end, ada-goto-next-word)
28098 (ada-check-matching-start, ada-check-defun-name)
28099 (ada-goto-matching-decl-start, ada-goto-matching-start)
28100 (ada-goto-matching-end, ada-search-ignore-string-comment)
28101 (ada-in-decl-p, ada-looking-at-semi-or)
28102 (ada-looking-at-semi-private, ada-in-paramlist-p)
28103 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28104 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28105 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28106 (ada-previous-package, ada-create-menu)
28107 (ada-fill-comment-paragraph-justify)
28108 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28109 (ada-other-file-name, ada-last-which-function-line)
28110 (ada-last-which-function-subprog, ada-which-function)
28111 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28112 (ada-gen-treat-proc, ada-check-emacs-version)
28113 (ada-continuation-indent, ada-align-region-separate):
28114 Fix typos in docstrings.
28115 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28116
28117 2005-06-16 Lute Kamstra <lute@gnu.org>
28118
28119 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28120 conditionally.
28121
28122 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28123
28124 * comint.el (comint-replace-by-expanded-filename)
28125 (comint-prompt-regexp, comint-delimiter-argument-list)
28126 (comint-preinput-scroll-to-bottom):
28127 * info.el (Info-hide-cookies-node):
28128 * ls-lisp.el (ls-lisp-classify):
28129 * find-file.el (ff-search-directories, ff-special-constructs)
28130 (ff-find-other-file):
28131 * font-lock.el (font-lock-keywords):
28132 * shell.el (shell-prompt-pattern)
28133 (shell-dynamic-complete-functions, shell-mode)
28134 (shell-delimiter-argument-list):
28135 * term.el (term-replace-by-expanded-filename)
28136 (term-prompt-regexp, term-delimiter-argument-list):
28137 * woman.el (woman-ignore, woman0-if):
28138 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28139 * emacs-lisp/elint.el (elint-init-env):
28140 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28141 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28142 * language/ethio-util.el (ethio-tilde-escape)
28143 (ethio-use-three-dot-question):
28144 * net/zone-mode.el (zone-mode-load-time-setup):
28145 * progmodes/cc-align.el (c-lineup-argcont):
28146 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28147 * progmodes/cperl-mode.el (cperl-set-style-back):
28148 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28149 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28150 Fix spellings in docstrings.
28151
28152 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28153 * progmodes/modula2.el (m2-for): Fix spellings.
28154
28155 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28156
28157 * simple.el (undo-more): Don't use `format' on `error' arguments.
28158 Improve argument/docstring consistency.
28159 (pending-undo-list): Doc fix.
28160
28161 * smerge-mode.el (smerge-ensure-match):
28162 * emulation/vip.el (vip-ex):
28163 * net/zone-mode.el (zone-mode-update-serial):
28164 * progmodes/idlwave.el (idlwave-complete):
28165 * progmodes/vhdl-mode.el (vhdl-visit-file)
28166 (vhdl-compose-wire-components):
28167 Don't use `format' on `error' arguments.
28168
28169 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28170 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28171 (tooltip-help-tips): Fix typos in docstrings.
28172
28173 2005-06-16 David Ponce <david@dponce.com>
28174
28175 * tree-widget.el (tree-widget-value-create): Simplify last change.
28176
28177 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28178
28179 * ido.el (ido-incomplete-regexp): New variable.
28180 (ido-set-matches-1): Handle invalid-regexp error and set
28181 ido-incomplete-regexp.
28182 (ido-incomplete-regexp): New face.
28183 (ido-completions): Use it.
28184 (ido-complete, ido-exit-minibuffer, ido-completions):
28185 Handle incomplete regexps.
28186 (ido-completions): Add check for complete match when entering a regexp.
28187
28188 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28189
28190 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28191
28192 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28193
28194 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28195 by field delimiters.
28196
28197 2005-06-15 David Ponce <david@dponce.com>
28198
28199 * tree-widget.el: eval-and-compile inlined functions so they will
28200 be available at run-time too.
28201 (tree-widget-super-format-handler)
28202 (tree-widget-format-handler): Remove.
28203 (tree-widget-value-create): Handle the :indent property.
28204
28205 2005-06-15 Miles Bader <miles@gnu.org>
28206
28207 * progmodes/which-func.el (which-func): Only inherit
28208 `font-lock-function-name-face' when that makes sense against the
28209 default mode-line face, otherwise set the face color explicitly.
28210
28211 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28212 faces instead of (non-existent) variables.
28213
28214 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28215
28216 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28217 (iswitchb-get-matched-buffers): Likewise. Simplify.
28218
28219 2005-06-14 Miles Bader <miles@gnu.org>
28220
28221 * progmodes/ld-script.el (ld-script-location-counter):
28222 Remove "-face" suffix from face name.
28223 (ld-script-location-counter-face):
28224 New backward-compatibility alias for renamed face.
28225 (ld-script-location-counter-face): Use renamed face.
28226
28227 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28228 (cperl-hash): Remove "-face" suffix from face names.
28229 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28230 New backward-compatibility aliases for renamed faces.
28231 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28232 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28233
28234 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28235 name.
28236 (which-func-face): New backward-compatibility alias for renamed face.
28237 (which-func-format): Use renamed which-func face.
28238
28239 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28240 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28241 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28242 names.
28243 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28244 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28245 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28246 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28247 (vhdl-speedbar-architecture-selected)
28248 (vhdl-speedbar-configuration-selected)
28249 (vhdl-speedbar-package-selected)
28250 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28251 names.
28252 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28253 Use renamed faces.
28254 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28255 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28256 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28257 Use renamed faces.
28258 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28259 names.
28260 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28261 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28262 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28263 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28264 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28265 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28266
28267 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28268 face name.
28269 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28270 (sh-heredoc-face): Use renamed sh-heredoc face.
28271
28272 * progmodes/idlw-help.el (idlwave-help-link):
28273 Remove "-face" suffix from face name.
28274 (idlwave-help-link-face):
28275 New backward-compatibility alias for renamed face.
28276 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28277
28278 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28279 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28280 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28281 New backward-compatibility aliases for renamed faces.
28282 (idlwave-shell-disabled-breakpoint-face)
28283 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28284
28285 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28286 Remove "-face" suffix from face names.
28287 (flymake-errline-face, flymake-warnline-face):
28288 New backward-compatibility aliases for renamed faces.
28289 (flymake-highlight-line): Use renamed flymake faces.
28290
28291 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28292 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28293 (ebrowse-member-class, ebrowse-progress):
28294 Remove "-face" suffix from face names.
28295 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28296 (ebrowse-file-name-face, ebrowse-default-face)
28297 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28298 (ebrowse-progress-face):
28299 New backward-compatibility aliases for renamed faces.
28300 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28301 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28302 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28303 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28304
28305 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28306 antlr-syntax)
28307 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28308 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28309 names.
28310 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28311 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28312 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28313 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28314 backward-compatibility aliases for renamed faces.
28315 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28316 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28317 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28318 remove "font-lock-". Use renamed antlr-mode faces.
28319 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28320 literal face-names with face variable references.
28321
28322 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28323 face name.
28324 (Buffer-menu-buffer-face): New backward-compatibility alias for
28325 renamed face.
28326 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28327
28328 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28329
28330 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28331 Eliminate "-face" suffix.
28332 (makefile-targets): Inherit from font-lock-function-name-face and
28333 eliminate "-face" suffix.
28334 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28335 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28336 actions, instead of prepending, to make it less visible.
28337 (makefile-previous-dependency, makefile-match-dependency):
28338 Don't match a target on a continuation line.
28339
28340 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28341
28342 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28343
28344 * progmodes/gdb-ui.el (menu): Re-order menu items.
28345 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28346
28347 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28348 Define in tooltip.el.
28349 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28350 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28351 gud-tooltip-echo-area.
28352
28353 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28354 backward compatibility and make obsolete.
28355 (tooltip-help-tips): Use tooltip-use-echo-area.
28356 (tooltip-show-help-function): Rename to...
28357 (tooltip-show-help): ...this, because it is a function.
28358 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28359
28360 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28361
28362 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28363 (edebug-print-length, edebug-print-level, edebug-print-circle)
28364 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28365 (edebug-eval-print-last-sexp): Doc fixes.
28366
28367 2005-06-14 Kim F. Storm <storm@cua.dk>
28368
28369 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28370 as the coverage buffer/file/both may change.
28371
28372 2005-06-14 Lute Kamstra <lute@gnu.org>
28373
28374 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28375 and run-mode-hooks. Simplify.
28376
28377 * mail/rmailedit.el (rmail-edit-mode):
28378 * progmodes/octave-inf.el (inferior-octave-mode):
28379 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28380
28381 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28382 and run-mode-hooks.
28383 (recentf-edit-list, recentf-open-files): Don't call
28384 kill-all-local-variables directly.
28385
28386 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28387
28388 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28389
28390 * emacs-lisp/byte-run.el (make-obsolete)
28391 (define-obsolete-function-alias): Rename arguments FUNCTION and
28392 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28393 (make-obsolete-variable, define-obsolete-variable-alias):
28394 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28395 respectively.
28396
28397 * isearchb.el (isearchb-activate):
28398 * pcvs.el (cvs-mode):
28399 * ses.el (ses-load):
28400 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28401 * net/tramp.el (tramp-find-file-exists-command)
28402 (tramp-find-shell):
28403 * progmodes/ada-mode.el (ada-create-case-exception)
28404 (ada-create-case-exception-substring, ada-make-subprogram-body):
28405 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28406 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28407 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28408 * textmodes/org.el (org-promote, org-evaluate-time-range)
28409 (org-agenda-next-date-line, org-agenda-previous-date-line)
28410 (org-agenda-error, org-open-at-point, org-table-move-row)
28411 (org-format-table-table-html-using-table-generate-source)
28412 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28413 * textmodes/reftex.el (reftex-access-scan-info):
28414 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28415 (reftex-toc-promote-prepare): Follow error conventions.
28416
28417 * diff-mode.el (diff-mode): Fix typo in docstring.
28418
28419 * forms.el (forms--intuit-from-file): Fix reference to
28420 `forms-number-of-fields' in error message.
28421 (forms-print): Fix quoting in error message.
28422
28423 * forms.el (forms-mode):
28424 * emulation/vi.el (vi-goto-insert-state):
28425 * progmodes/flymake.el (flymake-new-err-info)
28426 (flymake-start-syntax-check-for-current-buffer)
28427 (flymake-simple-cleanup):
28428 * eshell/esh-var.el (eshell/export):
28429 * progmodes/gud.el (xdb):
28430 * textmodes/flyspell.el (flyspell-incorrect-hook)
28431 (flyspell-maybe-correct-transposition)
28432 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28433
28434 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28435
28436 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28437 minibuffer prompt.
28438
28439 2005-06-13 Kim F. Storm <storm@cua.dk>
28440
28441 * subr.el (add-to-ordered-list): New defun.
28442
28443 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28444 add cua--keymap-alist to emulation-mode-map-alists.
28445
28446 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28447
28448 * subr.el (complete-in-turn): New macro.
28449 (dynamic-completion-table, lazy-completion-table): Add debug info.
28450
28451 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28452 in preference to face aliases.
28453
28454 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28455 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28456 Remove unused vars `start' and `firstline'.
28457 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28458 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28459
28460 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28461
28462 * cus-start.el (all): Don't complain about missing GTK-related
28463 variables, unless either `gtk' is boundp or this isn't a
28464 `windows-nt' build.
28465
28466 2005-06-13 Lute Kamstra <lute@gnu.org>
28467
28468 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28469 run-mode-hooks.
28470
28471 * ediff-mult.el (ediff-meta-mode):
28472 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28473
28474 * ledit.el (ledit-mode): Use delay-mode-hooks.
28475
28476 * woman.el (woman-mode-line-format): Delete constant.
28477 (woman-mode-map): Initialize it properly.
28478 (woman-mode): Set mode-class property to special.
28479 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28480 Set major-mode and mode-name. Don't set mode-line-format directly.
28481 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28482
28483 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28484 string argument obsolete.
28485
28486 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28487
28488 * textmodes/org.el (org-CUA-compatible): New option.
28489 (org-disputed-keys): New variable.
28490 (org-key): New function.
28491 (orgtbl-make-binding): Add docstring to the created function.
28492 (org-mode): Set paragraph start/separate regexps.
28493 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28494 (org-archive-location, org-archive-mark-done)
28495 (org-archive-stamp-time): New options.
28496 (org-archive-subtree): New command.
28497 (org-fill-paragraph): New function.
28498 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28499 (org-fake-empty-table-line): Function removed.
28500 (org-format-org-table-html): Do not create empty table lines at
28501 separator lines. Improved table header treatment.
28502 (org-link-format): New option.
28503 (org-make-link): New function.
28504 (org-insert-link, org-store-link): Use org-make-link.
28505 (org-open-file): Quote file name for shell command, to allow
28506 spaces in file names.
28507 (org-link-regexp): Fix bug with mailto link.
28508 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28509 New constants.
28510 (org-export-as-html): Deal with the optional angles around a link.
28511 Better treatment of file: links.
28512 (org-open-at-point): Replace @{ and @} with < and >.
28513 (org-run-mode-hooks): Function removed.
28514 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28515
28516 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28517
28518 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28519 MI command -data-list-register-values.
28520 (gdb-post-prompt): Indent properly.
28521
28522 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28523
28524 * hilit-chg.el (highlight-changes-colors): Rename from
28525 `highlight-changes-colours'.
28526 (highlight-changes-colours): Keep as obsolete alias.
28527 (highlight-changes-face-list): Doc fix.
28528 (hilit-chg-make-list): Use `highlight-changes-colors'.
28529
28530 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28531
28532 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28533 defun-prompt-regexp.
28534
28535 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28536
28537 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28538 and cygwin.
28539
28540 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28541 Don't use an old loaddefs.el, as in Makefile.in.
28542
28543 2005-06-12 Lute Kamstra <lute@gnu.org>
28544
28545 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28546
28547 * man.el (Man-mode-map): Initialize it properly.
28548 (Man-mode): Set mode-class property to special.
28549
28550 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28551
28552 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28553
28554 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28555 A newline is needed in the docstring there.
28556
28557 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28558 Doc fixes.
28559
28560 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28561
28562 * printing.el: Doc fix. The menubar is no more changed when printing
28563 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28564 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28565 (pr-version): New version number (6.8.4).
28566 (pr-menu-bind): New command.
28567 (pr-update-menus): Docstring and code fix.
28568 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28569 Docstring fix.
28570 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28571 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28572
28573 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28574
28575 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28576 "Returns" to "return", document useful return values, etc.
28577
28578 2005-06-11 Alan Mackenzie <acm@muc.de>
28579
28580 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28581 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28582 (adaptive-file-function): Minor amendment to doc-string.
28583
28584 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28585
28586 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28587 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28588 Fix :type--it is `integer', not `string'.
28589
28590 * faces.el (modeline-highlight): Rename from (the erroneous)
28591 `modeline-higilight'.
28592
28593 2005-06-11 Lute Kamstra <lute@gnu.org>
28594
28595 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28596 lisp-interaction-mode-map but make it the parent.
28597 (edebug-eval-mode): Use define-derived-mode.
28598
28599 2005-06-11 Andreas Schwab <schwab@suse.de>
28600
28601 * bindings.el: Add binding of `ESC functionkey' for every
28602 `M-functionkey'.
28603 * hexl.el (hexl-mode-map): Likewise.
28604
28605 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28606
28607 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28608 [msft]: update regexp for newer msft compilers.
28609
28610 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28611
28612 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28613 ATTLIST portions of included DTDs.
28614 (xml-parse-dtd): Eliminate use of inefficient match-data.
28615
28616 2005-06-10 Miles Bader <miles@gnu.org>
28617
28618 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28619 (mpuz-text): Remove "-face" suffix from face names.
28620 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28621 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28622 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28623
28624 * play/gomoku.el (gomoku-O, gomoku-X):
28625 Remove "-face" suffix from face names.
28626 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28627 New backward-compatibility aliases for renamed faces.
28628 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28629
28630 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28631
28632 * thumbs.el: Fixes for changes of 2005-06-09.
28633 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28634 as a directory.
28635 (thumbs-thumbname): Remove directory separator from format string;
28636 `thumbs-thumbsdir' now returns a valid directory name.
28637 (thumbs-temp-dir): New defsubst.
28638 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28639 Use it.
28640
28641 * cus-edit.el (minibuffer):
28642 * files.el (make-backup-file-name-function):
28643 * filesets.el (filesets-external-viewers):
28644 * hilit-chg.el (highlight-changes-colours)
28645 (highlight-changes-face-list, highlight-changes-rotate-faces):
28646 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28647 * kmacro.el (kmacro-call-macro):
28648 * log-edit.el (log-edit-changelog-full-paragraphs):
28649 * mouse.el (mouse-1-click-follows-link):
28650 * skeleton.el (skeleton-autowrap):
28651 * subr.el (insert-for-yank-1):
28652 * tempo.el (tempo-insert-region):
28653 * terminal.el (terminal-emulator):
28654 * time.el (display-time-mail-face):
28655 * vc.el (vc-annotate):
28656 * vcursor.el (vcursor-copy-line):
28657 * woman.el (woman-bold-headings, woman-ignore)
28658 (woman-default-faces, woman-monochrome-faces):
28659 * calendar/todo-mode.el (todo-insert-threshold):
28660 * emulation/pc-select.el (pc-select-selection-keys-only)
28661 (pc-selection-mode):
28662 * emulation/vip.el (vip-find-char-forward):
28663 * emulation/viper-cmd.el (viper-find-char-forward):
28664 * international/mule-cmds.el
28665 (select-safe-coding-system-accept-default-p)
28666 (input-method-exit-on-invalid-key):
28667 * international/mule-diag.el (describe-coding-system):
28668 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28669 * net/browse-url.el (browse-url-xterm-program):
28670 * obsolete/lazy-lock.el (lazy-lock-mode):
28671 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28672 (cperl-mode):
28673 * progmodes/cpp.el (cpp-face-light-name-list)
28674 (cpp-face-dark-name-list):
28675 * progmodes/delphi.el (delphi-newline-always-indents):
28676 Fix spellings in docstrings.
28677
28678 * ido.el (ido-mode, ido-file-extensions-order)
28679 (ido-default-file-method, ido-default-buffer-method)
28680 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28681 (ido-decorations, ido-read-file-name-as-directory-commands)
28682 (ido-read-file-name-non-ido, ido-work-directory-list)
28683 (ido-ignore-item-temp-list, ido-current-directory)
28684 (ido-magic-forward-char, ido-enter-find-file)
28685 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28686 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28687
28688 2005-06-10 Lute Kamstra <lute@gnu.org>
28689
28690 * play/dunnet.el (dun-mode): Use define-derived-mode.
28691 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28692 obsolete alias.
28693
28694 * play/doctor.el (doctor-mode-map): Remove defvar.
28695 (doctor-mode): Use define-derived-mode.
28696
28697 * mail/mspools.el (mspools-mode):
28698 * net/eudc-hotlist.el (eudc-hotlist-mode):
28699 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28700
28701 2005-06-10 Miles Bader <miles@gnu.org>
28702
28703 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28704 Remove "-face" suffix from face names.
28705 (flyspell-incorrect-face, flyspell-duplicate-face):
28706 New backward-compatibility aliases for renamed faces.
28707 (flyspell-mode-on, make-flyspell-overlay)
28708 (flyspell-highlight-incorrect-region)
28709 (flyspell-highlight-duplicate-region)
28710 (flyspell-display-next-corrections)
28711 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28712
28713 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28714 from face name.
28715 (texinfo-heading-face): New backward-compatibility alias for
28716 renamed face.
28717 (texinfo-heading-face): Use renamed texinfo-heading face.
28718
28719 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28720 suffix from face names.
28721 (tex-math-face, tex-verbatim-face):
28722 New backward-compatibility aliases for renamed faces.
28723 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28724 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28725 literal face name.
28726
28727 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28728 name.
28729 (table-cell-face): New backward-compatibility alias for renamed face.
28730 (table--put-cell-face-property, table--update-cell-face):
28731 Use renamed table-cell face.
28732
28733 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28734 from face name.
28735 (sgml-namespace-face): New backward-compatibility alias for
28736 renamed face.
28737 (sgml-namespace-face): Use renamed sgml-namespace face.
28738
28739 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28740 (org-level-4, org-level-5, org-level-6, org-level-7)
28741 (org-level-8, org-warning, org-headline-done)
28742 (org-deadline-announce, org-scheduled-today)
28743 (org-scheduled-previously, org-link, org-done, org-table)
28744 (org-time-grid): Remove "-face" suffix from face names.
28745 (org-level-1-face, org-level-2-face, org-level-3-face)
28746 (org-level-4-face, org-level-5-face, org-level-6-face)
28747 (org-level-7-face, org-level-8-face, org-warning-face)
28748 (org-headline-done-face, org-deadline-announce-face)
28749 (org-scheduled-today-face, org-scheduled-previously-face)
28750 (org-link-face, org-done-face, org-table-face)
28751 (org-time-grid-face):
28752 New backward-compatibility aliases for renamed faces.
28753 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28754 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28755 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28756 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28757
28758 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28759 (viper-minibuffer-emacs, viper-minibuffer-insert)
28760 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28761 (viper-search-face, viper-replace-overlay-face)
28762 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28763 (viper-minibuffer-vi-face):
28764 New backward-compatibility aliases for renamed faces.
28765 (viper-search-face, viper-replace-overlay-face)
28766 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28767 (viper-minibuffer-vi-face): Use renamed viper faces.
28768
28769 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28770 Remove "-face" suffix from face names.
28771 (testcover-nohits-face, testcover-1value-face):
28772 New backward-compatibility aliases for renamed faces.
28773 (testcover-mark): Use renamed testcover faces.
28774
28775 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28776 face name.
28777 (diary-button-face): New backward-compatibility alias for renamed face.
28778 (diary-entry): Use renamed diary-button face.
28779
28780 * calendar/calendar.el (diary, calendar-today, holiday)
28781 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28782 (diary-face, calendar-today-face, holiday-face):
28783 New backward-compatibility aliases for renamed faces.
28784 (eval-after-load "facemenu", diary-entry-marker)
28785 (calendar-today-marker, calendar-holiday-marker, diary-face):
28786 Use renamed calendar faces.
28787
28788 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28789 (compare-windows-face): New backward-compatibility alias for
28790 renamed face.
28791 (compare-windows-highlight): Use renamed compare-windows face.
28792
28793 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28794 (strokes-char-face): New backward-compatibility alias for renamed face.
28795 (strokes-encode-buffer): Use renamed strokes-char face.
28796
28797 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28798 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28799 Remove "-face" suffix from face names.
28800 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28801 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28802 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28803 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28804 Use renamed pcvs faces.
28805 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28806 * pcvs-defs.el (cvs-mode-map): Likewise.
28807 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28808
28809 * info.el (info-title-1, info-title-2, info-title-3)
28810 (info-title-4): Remove "-face" suffix from and downcase face names.
28811 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28812 (Info-title-4-face):
28813 New backward-compatibility aliases for renamed faces.
28814 (Info-fontify-node): Use renamed info faces.
28815
28816 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28817 Remove "-face" suffix from face names.
28818 (highlight-changes-face, highlight-changes-delete-face):
28819 New backward-compatibility aliases for renamed faces.
28820 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28821 (hilit-chg-make-list): Use renamed highlight-changes faces.
28822
28823 * generic-x.el (show-tabs-tab, show-tabs-space):
28824 Remove "-face" suffix from face names.
28825 (show-tabs-tab-face, show-tabs-space-face):
28826 New backward-compatibility aliases for renamed faces.
28827 (show-tabs-generic-mode-font-lock-defaults-1)
28828 (show-tabs-generic-mode-font-lock-defaults-2):
28829 Use renamed show-tabs faces.
28830
28831 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28832 (smerge-markers): Remove "-face" suffix from face names.
28833 (smerge-mine-face, smerge-other-face, smerge-base-face)
28834 (smerge-markers-face):
28835 New backward-compatibility aliases for renamed faces.
28836 (smerge-mine-face, smerge-other-face, smerge-base-face)
28837 (smerge-markers-face): Use renamed smerge faces.
28838
28839 * log-view.el (log-view-file, log-view-message): Remove "-face"
28840 suffix from face names.
28841 (log-view-file-face, log-view-message-face):
28842 New backward-compatibility aliases for renamed faces.
28843 (log-view-file-face, log-view-message-face): Use renamed log-view
28844 faces.
28845
28846 * paren.el (show-paren-match, show-paren-mismatch):
28847 Remove "-face" suffix from face names.
28848 (show-paren-match-face, show-paren-mismatch-face):
28849 New backward-compatibility aliases for renamed faces.
28850 (show-paren-function): Use renamed show-paren faces.
28851
28852 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28853 (ruler-mode-margins, ruler-mode-fringes)
28854 (ruler-mode-column-number, ruler-mode-fill-column)
28855 (ruler-mode-comment-column, ruler-mode-goal-column)
28856 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28857 suffix from face names.
28858 (ruler-mode-default-face, ruler-mode-pad-face)
28859 (ruler-mode-margins-face, ruler-mode-fringes-face)
28860 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28861 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28862 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28863 New backward-compatibility aliases for renamed faces.
28864 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28865 (ruler-mode-column-number, ruler-mode-fill-column)
28866 (ruler-mode-comment-column, ruler-mode-goal-column)
28867 (ruler-mode-tab-stop, ruler-mode-current-column)
28868 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28869 faces.
28870
28871 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28872 face name.
28873 (whitespace-highlight-the-space): Use renamed face.
28874 (whitespace-highlight-face): New backward-compatibility alias for
28875 renamed face.
28876
28877 * woman.el (woman-italic, woman-bold, woman-unknown)
28878 (woman-addition, woman-symbol-face):
28879 Remove "-face" suffix from face names.
28880 (woman-italic-face, woman-bold-face, woman-unknown-face)
28881 (woman-addition-face):
28882 New backward-compatibility aliases for renamed faces.
28883 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28884 (woman-decode-region, woman-replace-match)
28885 (woman-display-extended-fonts, woman-special-characters)
28886 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28887 Use renamed woman faces.
28888
28889 * longlines.el (longlines-visible-face): Face removed.
28890
28891 * diff-mode.el (diff-header, diff-file-header, diff-index)
28892 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28893 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28894 suffix from face names.
28895 (diff-header-face, diff-file-header-face, diff-index-face)
28896 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28897 (diff-changed-face, diff-function-face, diff-context-face)
28898 (diff-nonexistent-face): New backward-compatibility aliases for
28899 renamed faces.
28900 (diff-header-face, diff-file-header-face)
28901 (diff-index, diff-index-face, diff-hunk-header)
28902 (diff-hunk-header-face, diff-removed, diff-removed-face)
28903 (diff-added, diff-added-face, diff-changed-face, diff-function)
28904 (diff-function-face, diff-context-face, diff-nonexistent)
28905 (diff-nonexistent-face): Use renamed diff-mode faces.
28906
28907 * progmodes/compile.el (compilation-warning-face)
28908 (compilation-info-face): Remove "-face" suffix from face names.
28909 (compilation-warning-face, compilation-info-face):
28910 New backward-compatibility aliases for renamed faces.
28911 (compilation-warning-face, compilation-info-face):
28912 Use renamed compilation faces.
28913
28914 * add-log.el (change-log-date, change-log-name)
28915 (change-log-email, change-log-file, change-log-list)
28916 (change-log-conditionals, change-log-function)
28917 (change-log-acknowledgement): Remove "-face" suffix from face names.
28918 (change-log-date-face, change-log-name-face)
28919 (change-log-email-face, change-log-file-face)
28920 (change-log-list-face, change-log-conditionals-face)
28921 (change-log-function-face, change-log-acknowledgement-face):
28922 New backward-compatibility aliases for renamed faces.
28923 (change-log-font-lock-keywords): Use renamed change-log faces.
28924
28925 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28926 (custom-set, custom-changed, custom-saved, custom-button)
28927 (custom-button-pressed, custom-documentation, custom-state)
28928 (custom-comment, custom-comment-tag, custom-variable-tag)
28929 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28930 (custom-group-tag): Remove "-face" suffix from face names.
28931 (custom-magic-alist, custom-magic-value-create)
28932 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28933 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28934 (custom-set-face, custom-changed-face, custom-saved-face)
28935 (custom-button-face, custom-button-pressed-face)
28936 (custom-documentation-face, custom-state-face)
28937 (custom-comment-face, custom-comment-tag-face)
28938 (custom-variable-tag-face, custom-variable-button-face)
28939 (custom-face-tag-face, custom-group-tag-face-1)
28940 (custom-group-tag-face):
28941 New backward-compatibility aliases for renamed faces.
28942
28943 * wid-edit.el (widget-documentation, widget-button)
28944 (widget-field, widget-single-line-field, widget-inactive)
28945 (widget-button-pressed): "-face" suffix removed from face names.
28946 (widget-documentation-face, widget-button-face)
28947 (widget-field-face, widget-single-line-field-face)
28948 (widget-inactive-face, widget-button-pressed-face):
28949 New backward-compatibility aliases for renamed faces.
28950 (widget-documentation-face, widget-button-face)
28951 (widget-button-pressed-face, widget-specify-field)
28952 (widget-specify-inactive): Use renamed widget faces.
28953
28954 2005-06-10 Kenichi Handa <handa@m17n.org>
28955
28956 * term/x-win.el (x-clipboard-yank): Remove condition-case
28957 wrapping.
28958
28959 2005-06-11 Kenichi Handa <handa@m17n.org>
28960
28961 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28962 date lines stricter.
28963
28964 2005-06-10 Zhang Wei <id.brep@gmail.com>
28965
28966 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28967 of x-get-selection.
28968
28969 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28970
28971 * comint.el (comint-mode, comint-snapshot-last-prompt):
28972 * frame.el (frame-current-scroll-bars):
28973 * term.el (term-mode, term-check-proc, term-input-sender)
28974 (term-simple-send, term-extract-string, term-word)
28975 (term-match-partial-filename):
28976 * window.el (window-current-scroll-bars):
28977 * emulation/cua-base.el (cua-normal-cursor-color)
28978 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28979 (cua-global-mark-cursor-color):
28980 * mail/undigest.el (rmail-forward-separator-regex):
28981 Fix typos in docstrings.
28982
28983 * comint.el (comint-check-proc, make-comint-in-buffer)
28984 (comint-source-default): Doc fixes.
28985
28986 * term.el (term-send-string): Improve argument/docstring consistency.
28987
28988 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28989
28990 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28991 call to `delete-region'.
28992 (comint-mode-hook): Do not enable Font Lock by default.
28993
28994 2005-06-09 Lute Kamstra <lute@gnu.org>
28995
28996 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28997 could be void.
28998
28999 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29000
29001 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29002 (debug): Use it.
29003 (debugger-step-through, debugger-continue, debugger-jump)
29004 (debugger-return-value): Set it when needed.
29005 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29006 Use inhibit-read-only.
29007
29008 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29009
29010 * window.el (shrink-window-if-larger-than-buffer)
29011 (window-size-fixed): Fix typo in docstring.
29012
29013 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29014 thumbnails directory on loading.
29015 (thumbs-conversion-program): Use `eq' to check the system type,
29016 not `equal'.
29017 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29018 not "/tmp". Fix docstring.
29019 (thumbs-thumbsdir): New function to return the thumbnails
29020 directory, creating it if needed.
29021 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29022 (thumbs-temp-file): Delete variable and make it into a function.
29023 (thumbs-resize-image, thumbs-modify-image): Use it.
29024 (thumbs-kill-buffer): Simplify.
29025 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29026 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29027 docstrings.
29028
29029 2005-06-09 Kim F. Storm <storm@cua.dk>
29030
29031 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29032 set-match-data to free markers in match-data.
29033
29034 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29035 match-data to unchain markers in match-data.
29036
29037 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29038
29039 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29040 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29041 unnecessary now.
29042
29043 2005-06-08 Richard M. Stallman <rms@gnu.org>
29044
29045 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29046 give the variable a doc string that doesn't say don't set it directly.
29047
29048 * textmodes/ispell.el (ispell-check-version):
29049 Use match-string-no-properties.
29050 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29051 (ispell-buffer-local-words): Likewise.
29052
29053 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29054 except on terminals with enough colors to really display it.
29055 (makefile-dependency-regex): Delete spurious `bb'.
29056
29057 * faces.el (escape-glyph): Use blue once again in last case.
29058 (no-break-space): Redefine so that it isn't invisible on a tty.
29059
29060 2005-06-08 Kim F. Storm <storm@cua.dk>
29061
29062 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29063 also when reading directory name.
29064
29065 2005-06-08 Lute Kamstra <lute@gnu.org>
29066
29067 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29068 (flyspell-mode-line-string): Remove autoload cookie.
29069 (flyspell-mode): Remove defvar.
29070
29071 2005-06-07 Lute Kamstra <lute@gnu.org>
29072
29073 * textmodes/org.el (org-run-mode-hooks): New function.
29074 (org-agenda-mode): Use it.
29075
29076 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29077
29078 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29079
29080 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29081
29082 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29083
29084 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29085
29086 * font-lock.el (font-lock-add-keywords): Doc fix.
29087
29088 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29089
29090 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29091 (tex-compile-default): In the absence of any history, use the order in
29092 tex-compile-alist to choose the preferred command.
29093 (tex-compile-commands): Reorder a bit.
29094
29095 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29096 (flyspell-incorrect-face, flyspell-duplicate-face):
29097 Use (X)Emacs-agnostic code.
29098 (flyspell-mode-map): Don't overwrite at each load. Remove code
29099 redundant with the subsequent add-minor-mode. Merge Emacs and
29100 XEmacs code.
29101 (flyspell-word): Minor simplification.
29102 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29103 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29104 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29105 Merge the corresponding Emacs code.
29106 (flyspell-correct-word, flyspell-xemacs-popup):
29107 Use flyspell-do-correct.
29108
29109 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29110 a dedicated window.
29111
29112 * international/latexenc.el (latexenc-find-file-coding-system):
29113 Undo part of last patch, to turn off a compiler warning.
29114
29115 2005-06-06 Juri Linkov <juri@jurta.org>
29116
29117 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29118 Rename `tmm-inactive-face' to `tmm-inactive'.
29119
29120 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29121
29122 * iswitchb.el: Rename faces.
29123
29124 2005-06-06 Kim F. Storm <storm@cua.dk>
29125
29126 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29127 (cua-global-mark): Remove -face suffix from face names.
29128
29129 * emulation/cua-gmrk.el (cua--init-global-mark):
29130 Remove cua-global-mark face setup.
29131
29132 2005-06-06 Richard M. Stallman <rms@gnu.org>
29133
29134 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29135 just like other allowed characters.
29136 (makefile-match-dependency): Exclude leading and training whitespace
29137 from the range of regexp subexp 1.
29138 (makefile-macroassign-regex): Don't try to match the body,
29139 just the name of the macro being defined.
29140
29141 * info.el (Info-read-node-name-2): New function.
29142 (Info-read-node-name-1): Use that.
29143 Add a completion-base-size-function property.
29144
29145 * simple.el (completion-setup-function): Look for
29146 completion-base-size-function property of minibuffer-completion-table.
29147
29148 * files.el (locate-file-completion): Doc fix.
29149
29150 * printing.el: Don't call pr-update-menus; user must do that.
29151
29152 * emacs-lisp/debug.el (debugger-window): New variable.
29153 (debug): Use debugger-window if it is set and still alive.
29154 Record debugger-window for next entry.
29155
29156 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29157
29158 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29159
29160 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29161 (hack-one-local-variable, hack-local-variables)
29162 (hack-local-variables-prop-line): Pass that arg.
29163
29164 2005-06-06 Kim F. Storm <storm@cua.dk>
29165
29166 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29167 (ido-indicator): Remove -face suffix from face names.
29168
29169 2005-06-06 Juri Linkov <juri@jurta.org>
29170
29171 * font-lock.el (font-lock-regexp-backslash)
29172 (font-lock-regexp-backslash-construct): New faces.
29173 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29174 after `('. Add `while-no-input' to control structures.
29175
29176 * faces.el (no-break-space, shadow): New faces.
29177 (escape-glyph): Use less loud colors pink2 and red4.
29178
29179 * diff-mode.el (diff-context-face)
29180 * dired.el (dired-ignored)
29181 * rfn-eshadow.el (file-name-shadow)
29182 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29183
29184 * info.el (Info-title-1-face): Use green instead of yellow because
29185 bold yellow is not readable on light backgrounds.
29186
29187 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29188 before selecting the desired mode to not spend time fontifying
29189 old contents.
29190
29191 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29192
29193 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29194 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29195
29196 * ps-print.el (ps-default-fg, ps-default-bg):
29197 Fix typos in docstrings.
29198
29199 * isearchb.el (isearchb): Don't pass a spurious second argument to
29200 `iswitchb-completions'.
29201
29202 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29203
29204 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29205 to preserve point.
29206 (gdb-find-file-hook): Add doc string.
29207
29208 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29209 C dereferenced pointer expression.
29210 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29211
29212 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29213
29214 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29215 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29216 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29217 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29218 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29219 Make background transparent.
29220
29221 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29222
29223 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29224 (font-lock-remove-keywords): Doc fix.
29225 (font-lock-mode-major-mode): Compiler defvar.
29226 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29227
29228 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29229 (font-lock-mode): Update `font-lock-mode-major-mode'.
29230 (font-lock-set-defaults): Compiler defvar.
29231 (font-lock-default-function): Take `font-lock-mode-major-mode'
29232 into account.
29233
29234 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29235 keep track of which major mode it enabled the minor mode for.
29236 Use find-file-hook again. Update docstring.
29237
29238 * simple.el (eval-expression-print-level)
29239 (eval-expression-print-length, eval-expression-debug-on-error):
29240 Doc fixes.
29241
29242 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29243
29244 * iswitchb.el (iswitchb-single-match-face)
29245 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29246 (iswitchb-invalid-regexp-face): New faces.
29247 (iswitchb-completions): Use them.
29248 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29249 now marked as an obsolete alias.
29250 (iswitchb-read-buffer): Remove check for bound font variables.
29251 (iswitchb-invalid-regexp): New free variable.
29252 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29253 set iswitchb-invalid-regexp.
29254 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29255 invalid regexps.
29256 (iswitchb-completions): Add check for complete match when entering
29257 a regexp.
29258 (iswitchb-completions): Remove require-match argument.
29259 (iswitchb-exhibit): Fix caller.
29260 (iswitchb-common-match-inserted): New variable.
29261 (iswitchb-complete, iswitchb-completion-help): Use it.
29262
29263 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29264
29265 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29266 Use `url-http-debug' instead of `message'.
29267
29268 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29269
29270 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29271 as a callback argument.
29272
29273 2005-06-04 Kim F. Storm <storm@cua.dk>
29274
29275 * simple.el (line-move): Only call sit-for when moving backwards.
29276
29277 * ido.el (ido-make-merged-file-list-1): New defun split from
29278 ido-make-merged-file-list.
29279 (ido-make-merged-file-list): Bind throw-on-input around call to
29280 ido-make-merged-file-list-1. Return input-pending-p if
29281 interrupted by more input available.
29282 (ido-read-internal): Handle input-pending-p return value from
29283 ido-make-merged-file-list.
29284
29285 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29286
29287 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29288 compatibility code.
29289
29290 * international/latexenc.el (latexenc-find-file-coding-system):
29291 Don't inherit the EOL part of the coding-system from the
29292 tex-main buffer. Fit within 80 columns.
29293
29294 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29295
29296 * tmm.el (tmm-inactive-face): New face.
29297 (tmm-remove-inactive-mouse-face): New function.
29298 (tmm-prompt, tmm-add-one-shortcut)
29299 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29300 but not selectable.
29301
29302 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29303
29304 * faces.el (face-equal): Improve argument/docstring consistency.
29305
29306 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29307
29308 * progmodes/make-mode.el (makefile-targets-face)
29309 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29310 (makefile-bsdmake-dependency-regex)
29311 (makefile-makepp-rule-action-regex)
29312 (makefile-bsdmake-rule-action-regex): New constants.
29313 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29314
29315 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29316 Allow (...) within `...' for makepp messages.
29317
29318 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29319
29320 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29321
29322 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29323 "." files are deleted from all file lists before comparison.
29324
29325 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29326 (viper-ESC-key): Made them customizable.
29327
29328 * emulation/viper.el (viper-non-hook-settings):
29329 Fix the names of defadvices.
29330
29331 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29332
29333 * autorevert.el (auto-revert-buffers): Use save-match-data.
29334
29335 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29336
29337 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29338 menu items with a nil command binding.
29339
29340 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29341
29342 * emacs-lisp/cl-macs.el (defsetf):
29343 Improve argument/docstring consistency.
29344
29345 * faces.el (list-faces-display): Improve the formatting by
29346 computing the maximum length required for any face-name (reworked
29347 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29348 (internal-find-face): Remove redundant info in docstring.
29349
29350 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29351
29352 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29353 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29354 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29355 (gdb-assembler-custom): Improve regexps.
29356 (def-gdb-auto-update-handler): Use window point to preserve point.
29357
29358 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29359
29360 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29361
29362 2005-05-31 Jay Belanger <belanger@truman.edu>
29363
29364 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29365 to calc-embedded.
29366 (calc-embedded-make-info): Have plain prefix argument select
29367 entire line.
29368
29369 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29370
29371 * faces.el (list-faces-display): Signal error if passed a regexp
29372 that matches no face name.
29373
29374 * simple.el (filter-buffer-substring): Fix typo in docstring.
29375
29376 2005-05-31 Richard M. Stallman <rms@gnu.org>
29377
29378 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29379 (vhdl-emacs-21): Doc fix.
29380 (vhdl-mode): Unconditionally set comment-padding.
29381 (vhdl-fixup-whitespace-region): Insert spaces only where
29382 there are none.
29383 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29384
29385 2005-05-30 John Wiegley <johnw@newartisans.com>
29386
29387 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29388 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29389 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29390 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29391 `string-to-number'.
29392
29393 2005-05-30 Jay Belanger <belanger@truman.edu>
29394
29395 * calc/calc.el (calc-bug-address): Fix docstring.
29396 (calc-window-hook, calc-trail-window-hook): New variables.
29397 (calc-trail-display): Restore use of calc-trail-window-hook.
29398 (calc): Restore use of calc-window-hook.
29399
29400 2005-05-31 Masatake YAMATO <jet@gyve.org>
29401
29402 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29403
29404 * help-fns.el (help-C-file-name): Add autoload mark for
29405 `find-function-noselect'.
29406
29407 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29408
29409 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29410 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29411
29412 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29413
29414 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29415 included diary buffer if it was not already being visited.
29416 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29417
29418 * calendar/icalendar.el (top-level): Do not require appt.
29419
29420 * mail/supercite.el (sc-select-attribution): Only use a list
29421 element from sc-attrib-selection-list if it returns a string.
29422 Reported by Davide G. M. Salvetti <salve@debian.org>.
29423
29424 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29425
29426 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29427 includes a hash value to improve its uniqueness, and has a ".jpg"
29428 extension. Also, it is now a valid filename on all systems.
29429 (thumbs-make-thumb): Use `let', not `let*'.
29430 (thumbs-show-thumbs-list): Check for JPEG availability.
29431
29432 2005-05-30 Richard M. Stallman <rms@gnu.org>
29433
29434 * filesets.el (filesets-menu-ensure-use-cached):
29435 Prevent warning when emacs-version>= is undefined.
29436
29437 * printing.el (pr-interactive-n-up): Use string-to-number.
29438
29439 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29440
29441 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29442 Warn only when name to be defined is quoted.
29443
29444 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29445
29446 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29447 Make regexp more robust.
29448 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29449 Force regeneration of disassembly.
29450
29451 2005-05-29 Jay Belanger <belanger@truman.edu>
29452
29453 * calc/calc.el (calc-user-invocation): Check if
29454 calc-invocation-macro is non-nil.
29455
29456 2005-05-29 Juri Linkov <juri@jurta.org>
29457
29458 * add-log.el (change-log-font-lock-keywords):
29459 Add `+' to e-mail regexp to accept mail address with keywords.
29460
29461 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29462
29463 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29464
29465 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29466
29467 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29468
29469 2005-05-29 Richard M. Stallman <rms@gnu.org>
29470
29471 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29472 Undo the change that moves to end of the current word.
29473
29474 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29475
29476 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29477 Throw error when count <= 0 to ensure input is a number.
29478 (gdb-read-memory-custom): Pick up address from buffer.
29479 (gdb-memory-mode): Allow user to increment and decrement
29480 memory address from header line.
29481
29482 2005-05-29 Richard M. Stallman <rms@gnu.org>
29483
29484 * textmoddes/flyspell.el (flyspell-version): Function deleted.
29485 (flyspell-auto-correct-previous-hook): Doc fix.
29486
29487 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29488 Do nothing if memory is full.
29489
29490 * font-lock.el (font-lock-fontify-syntactically-region):
29491 Pass t for GREEDY to looking-back.
29492
29493 * saveplace.el (save-place-alist-to-file): Write the file
29494 using write-region.
29495
29496 * subr.el (looking-back): New argument GREEDY.
29497
29498 * progmodes/compile.el (compilation-start): Set the mode
29499 before inserting the initial text.
29500
29501 * progmodes/which-func.el (which-func-update-1): Turn the mode
29502 off in case of error by setting which-func-mode.
29503
29504 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29505
29506 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29507 Narrow down to what's on the screen, and recenter overlays
29508 at the end of the next word.
29509
29510 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29511
29512 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29513 8Vars moved up.
29514 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29515 (flyspell-abbrev-p): Default to nil.
29516 (flyspell-use-global-abbrev-table-p): Doc fix.
29517 (flyspell-large-region): Allow nil as value.
29518 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29519
29520 (mail-mode-flyspell-verify): More robust handling
29521 of `mail-header-separator'. More efficient signature detection.
29522 Allow for regexp metacharacters in message-header-separator.
29523 Adding `To' not to be checked in mail-mode-flyspell-verify.
29524
29525 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29526 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29527 Bind flyspell-auto-correct-binding.
29528 Bind C-. and C-, .
29529 (flyspell-mode-map): Likewise.
29530 (flyspell-mode): Doc fix.
29531 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29532 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29533 (flyspell-word-cache-result): New var, always local.
29534 (flyspell-check-pre-word-p): Doc fix.
29535 (flyspell-check-changed-word-p): Handle spc like newline.
29536 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29537 (flyspell-word-search-backward, flyspell-word-search-forward):
29538 New functions.
29539 (flyspell-word): Return t if nothing to check.
29540 When parsing TeX code, check for after } or \.
29541 Use flyspell-word-search-backward to find previous word.
29542 Return nil if duplicated word.
29543 For word already checked, return same value as last time.
29544 Set flyspell-word-cache-result after checking.
29545 Don't clobber the return value.
29546 (flyspell-get-word): Major rewrite.
29547 (flyspell-external-point-words): New locals pword, pcount.
29548 Fix size used in progress message.
29549 Find the proper corresponding word in flyspell-large-region-buffer.
29550 (flyspell-region): Check for flyspell-large-region = nil.
29551 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29552 (flyspell-auto-correct-word): Check that WORD is a cons.
29553 (flyspell-correct-word): Likewise.
29554
29555 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29556
29557 * progmodes/make-mode.el (makefile-rule-action-regex)
29558 (makefile-macroassign-regex, makefile-makepp-mode)
29559 (makefile-bsdmake-mode): Continuation lines may be empty.
29560 Reported by Joshua Varner.
29561 (makefile-makepp-font-lock-keywords): Add $(stem).
29562
29563 2005-05-28 Karl Berry <karl@gnu.org>
29564
29565 * textmodes/tex-mode.el: Now that tex-send-command calls
29566 shell-quote-argument (2005-03-31 change), remove all calls to
29567 shell-quote-argument; they all end up invoking tex-send-command.
29568 The double quoting loses on filenames with non-safe characters,
29569 such as "@". Reported by Frederik Fouvry.
29570
29571 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29572
29573 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29574 about preserving point.
29575
29576 2005-05-27 Jay Belanger <belanger@truman.edu>
29577
29578 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29579 Info-goto-node.
29580
29581 * calc/calc-embed.el (calc-embed-arg): New variable.
29582 (calc-do-embedded-activate, calc-embedded-activate-formula)
29583 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29584 variable by new variable.
29585 (calc-embedded-make-info): Replace undeclared variable by new
29586 variable. When selecting region with positive prefix
29587 argument, use end of previous line instead of beginning of line.
29588
29589 * calc/calc-aent.el (calc-arg-values): Declare it.
29590
29591 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29592 Declare them.
29593
29594 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29595
29596 * calc/calc.el (calc-alg-map): Declare it.
29597
29598 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29599
29600 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29601
29602 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29603 (gdb-registers-buffer, toggle-gdb-all-registers):
29604 Toggle display of floating point registers.
29605 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29606
29607 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29608 (toggle-gud-tooltip-dereference):
29609 Rename from gud-toggle-tooltip-dereference.
29610
29611 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29612
29613 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29614
29615 2005-05-27 Jay Belanger <belanger@truman.edu>
29616
29617 * calc/calc-prog.el (calc-kbd-report): Remove.
29618 (calc-kbd-query): Rewrite.
29619
29620 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29621
29622 * image.el (image-library-alist): Move to image.c.
29623 (image-type-available-p): Doc fix.
29624
29625 2005-05-27 Lute Kamstra <lute@gnu.org>
29626
29627 * calc/calc.el (calc):
29628 * outline.el (outline-1, outline-2, outline-3, outline-4)
29629 (outline-5, outline-6, outline-7, outline-8):
29630 * textmodes/dns-mode.el (dns-mode):
29631 * textmodes/sgml-mode.el (sgml-namespace-face):
29632 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29633 (tex-verbatim-face, tex-use-reftex):
29634 * textmodes/texinfo.el (texinfo-heading-face):
29635 Specify customization group.
29636
29637 * longlines.el: Don't require easy-mmode.
29638 (longlines-visible-face): Specify customization group.
29639
29640 2005-05-27 Kenichi Handa <handa@m17n.org>
29641
29642 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29643 encoding table of windows-1251.
29644
29645 * international/ucs-tables.el (ucs-set-table-for-input):
29646 If translation-table-for-input of a coding system is a symbol, get
29647 its translation-table property.
29648
29649 * international/code-pages.el: Don't register a coding system into
29650 non-iso-charset-alist more than once.
29651 (cp-make-coding-system): Likewise.
29652
29653 2005-05-26 John Wiegley <johnw@newartisans.com>
29654
29655 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29656 `eshell-resume-eval' is wrapped in a list, it indicates that the
29657 command was run asynchronously. In that case, unwrap the value
29658 before checking the delimiter value.
29659
29660 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29661 character before a space at the end of a line is \, assume the space
29662 is part of the last argument rather than a final argument separator.
29663
29664 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29665 is in use, and the target is `t' or `nil' (which are the most common
29666 values), don't assume that the symbol target is a buffer.
29667
29668 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29669
29670 * calendar/calendar.el (calendar-mode-line-format):
29671 Use mode-line-highlight as mouse-face.
29672
29673 * time.el (display-time-string-forms, display-time-update):
29674 Use mode-line-highlight as mouse-face.
29675
29676 2005-05-26 Jay Belanger <belanger@truman.edu>
29677
29678 * calc/calc.el (calc-language-alist): Remove extra defvar.
29679
29680 2005-05-26 Lute Kamstra <lute@gnu.org>
29681
29682 * arc-mode.el (archive-mode):
29683 * bookmark.el (bookmark-read-annotation-mode)
29684 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29685 * bs.el (bs-mode):
29686 * calc/calc-yank.el (calc-edit-mode):
29687 * calc/calc.el (calc-mode, calc-trail-mode):
29688 * calculator.el (calculator-mode):
29689 * chistory.el (command-history-mode):
29690 * comint.el:
29691 * cus-edit.el (custom-mode):
29692 * descr-text.el (describe-text-mode):
29693 * ebuff-menu.el (Electric-buffer-menu-mode):
29694 * ediff-util.el (ediff-mode):
29695 * emacs-lisp/re-builder.el (reb-mode):
29696 * emulation/vi.el (vi-mode-setup):
29697 * emulation/ws-mode.el (wordstar-mode):
29698 * eshell/esh-mode.el (eshell-mode):
29699 * forms.el (forms-mode):
29700 * help-mode.el (help-mode):
29701 * hexl.el (hexl-mode):
29702 * ibuffer.el (ibuffer-mode):
29703 * ielm.el (inferior-emacs-lisp-mode):
29704 * info.el (Info-mode, Info-edit-mode):
29705 * international/swedish.el:
29706 * ledit.el (ledit-from-lisp-mode):
29707 * locate.el (locate-mode):
29708 * mail/rmail.el (rmail-mode):
29709 * mail/rmailedit.el (rmail-edit-mode):
29710 * mail/rmailsum.el (rmail-summary-mode):
29711 * mail/supercite.el (sc-electric-mode):
29712 * net/eudc.el (eudc-mode):
29713 * net/quickurl.el (quickurl-list-mode):
29714 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29715 * obsolete/ooutline.el (outline-mode):
29716 * obsolete/options.el (Edit-options-mode):
29717 * obsolete/rnews.el (news-mode):
29718 * obsolete/rnewspost.el (news-reply-mode):
29719 * play/5x5.el (5x5-mode):
29720 * play/decipher.el (decipher-mode, decipher-stats-mode):
29721 * play/gomoku.el (gomoku-mode):
29722 * play/snake.el (snake-mode):
29723 * play/solitaire.el (solitaire-mode):
29724 * play/tetris.el (tetris-mode):
29725 * progmodes/ada-mode.el (ada-mode):
29726 * progmodes/antlr-mode.el (antlr-mode):
29727 * progmodes/autoconf.el (autoconf-mode):
29728 * progmodes/dcl-mode.el (dcl-mode):
29729 * progmodes/delphi.el (delphi-mode):
29730 * progmodes/ebrowse.el (ebrowse-tree-mode)
29731 (ebrowse-electric-list-mode, ebrowse-member-mode)
29732 (ebrowse-electric-position-mode):
29733 * progmodes/f90.el (f90-mode):
29734 * progmodes/fortran.el (fortran-mode):
29735 * progmodes/icon.el (icon-mode):
29736 * progmodes/idlw-help.el (idlwave-help-mode):
29737 * progmodes/idlw-shell.el (idlwave-shell-mode):
29738 * progmodes/idlwave.el (idlwave-mode):
29739 * progmodes/inf-lisp.el (inferior-lisp-mode):
29740 * progmodes/m4-mode.el (m4-mode):
29741 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29742 * progmodes/modula2.el (modula-2-mode):
29743 * progmodes/octave-inf.el (inferior-octave-mode):
29744 * progmodes/octave-mod.el (octave-mode):
29745 * progmodes/pascal.el (pascal-mode):
29746 * progmodes/sh-script.el (sh-mode):
29747 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29748 * progmodes/vhdl-mode.el (vhdl-mode):
29749 * progmodes/xscheme.el (scheme-interaction-mode):
29750 * replace.el (occur-mode):
29751 * ses.el (ses-mode):
29752 * simple.el (completion-list-mode):
29753 * skeleton.el:
29754 * speedbar.el (speedbar-mode):
29755 * term.el (term-mode):
29756 * terminal.el (terminal-edit-mode):
29757 * textmodes/reftex-index.el (reftex-index-mode)
29758 (reftex-index-phrases-mode):
29759 * textmodes/reftex-sel.el (reftex-select-label-mode)
29760 (reftex-select-bib-mode):
29761 * textmodes/reftex-toc.el (reftex-toc-mode):
29762 * wdired.el (wdired-change-to-wdired-mode):
29763 * wid-browse.el (widget-browse-mode):
29764 Use run-mode-hooks.
29765
29766 * array.el (array-mode):
29767 * calendar/todo-mode.el (todo-mode):
29768 * man.el (Man-mode):
29769 * play/landmark.el (lm-mode):
29770 * play/mpuz.el (mpuz-mode):
29771 Use kill-all-local-variables and run-mode-hooks.
29772
29773 * subr.el (delay-mode-hooks): Specify indentation.
29774
29775 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29776
29777 * xml.el (xml-substitute-special): Don't die for undefined xml
29778 entities.
29779
29780 2005-05-26 Jay Belanger <belanger@truman.edu>
29781
29782 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29783 of nil.
29784
29785 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29786
29787 * progmodes/gdb-ui.el (gdb-frame-address):
29788 Rename from gdb-current-address.
29789 (gdb-previous-frame-address): Rename from gdb-previous-address.
29790 (gdb-selected-frame): Rename from gdb-current-frame.
29791 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29792 (gdb-frame-number): Rename from gdb-current-stack-level.
29793 (gdb-ann3): Match new mode-name for disassembly buffer.
29794 Extend initialization of variables.
29795 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29796 (gdb-memory-mode): Use mouse-face in header line.
29797 (gdb-assembler-buffer-name): Call it disassembly and give frame
29798 in mode line.
29799 (gdb-source-spec-regexp, gdb-assembler-custom)
29800 (gdb-invalidate-assembler, gdb-frame-handler):
29801 Make robust to leading zeroes in address format.
29802
29803 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29804
29805 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29806 define `org-mode'.
29807 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29808
29809 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29810
29811 * log-edit.el (log-edit-changelog-entries): Distinguish between
29812 filenames like xfns.c and fns.c.
29813
29814 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29815
29816 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29817 point after reverting.
29818 (Buffer-menu-make-sort-button): Handle the case where
29819 `Buffer-menu-use-header-line' is nil.
29820
29821 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29822
29823 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29824 New funcs. In minibuffer-local-completion-map bind `]', `/'
29825 and `:' to them.
29826
29827 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29828
29829 * startup.el (normal-top-level): Allow modification of load-path while
29830 we're iterating over it.
29831
29832 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29833
29834 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29835 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29836 (thumbs-resize-interactive, thumbs-insert-image)
29837 (thumbs-insert-thumb, thumbs-dired-show-marked)
29838 (thumbs-find-image-at-point, thumbs-delete-images)
29839 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29840 (thumbs-increment-image-size, thumbs-decrement-image-size):
29841 Fix typos in docstrings.
29842
29843 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29844
29845 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29846 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29847 (cperl-mode): Use them.
29848
29849 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29850
29851 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29852 Doc fixes.
29853
29854 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29855
29856 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29857 Bind C-d to gdb-inferior-io-eof.
29858
29859 * dired.el (dired-dnd-popup-notice): Use message-box.
29860
29861 2005-05-23 Masatake YAMATO <jet@gyve.org>
29862
29863 * bindings.el (mode-line-major-mode-keymap):
29864 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29865
29866 * faces.el (mode-line-highlight): New face.
29867
29868 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29869 as mouse-face.
29870
29871 * bindings.el (top-level, help-echo, mode-line-modified)
29872 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29873 as mouse-face.
29874
29875 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29876
29877 * progmodes/cc-engine.el (c-guess-basic-syntax):
29878 Remove spurious call to `zerop'.
29879
29880 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29881
29882 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29883
29884 CC Mode update to 5.30.10:
29885
29886 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
29887 the point could go past the limit in decoration level 2, thereby
29888 causing errors during interactive fontification.
29889
29890 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
29891 bug when the file is evaluated interactively.
29892
29893 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
29894 declarations somewhat better in C++.
29895
29896 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
29897 New helper macro to make use of `run-mode-hooks'
29898 which has been added in Emacs 21.1.
29899 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29900 (awk-mode): Use it.
29901 (make-local-hook): Suppress warning about obsoleteness.
29902
29903 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
29904 (c-append-backslashes-forward, c-delete-backslashes-forward)
29905 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29906 Compensate for return value from `forward-line' when it has moved
29907 but not to a different line due to eob.
29908
29909 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29910 `objc-method-intro' and `objc-method-args-cont'.
29911
29912 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29913
29914 CC Mode update to 5.30.10:
29915
29916 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
29917 address in the copyright statement. Incidentally, change "along with
29918 GNU Emacs" to "along with this program" where it occurs.
29919
29920 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
29921 autoload, so that it is interactive, hence can be found by M-x awk-mode
29922 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29923 <gmorris+emacs@ast.cam.ac.uk>.
29924
29925 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29926 Mode's regexps.
29927
29928 2005-05-23 Kevin Ryde <user42@zip.com.au>
29929
29930 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
29931 from c-parse-state, to avoid a lisp error (on bad code).
29932
29933 2005-05-23 Lute Kamstra <lute@gnu.org>
29934
29935 * subr.el (font-lock-defaults): Remove defvar as it's already
29936 defined in font-core.el.
29937
29938 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29939
29940 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29941
29942 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29943 more general and work when GDB variable "print pretty" is on,
29944 as with Emacs, for example.
29945
29946 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29947
29948 * font-core.el: Update comment.
29949
29950 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29951 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29952
29953 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29954
29955 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29956
29957 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29958 and `yank-handler' in the doc strings.
29959
29960 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29961
29962 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29963
29964 2005-05-22 Richard M. Stallman <rms@gnu.org>
29965
29966 * help.el (describe-key): Move print-help-return-message call
29967 out of conditional.
29968
29969 * progmodes/etags.el (list-tags): Use with-no-warnings.
29970
29971 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29972 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29973 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29974
29975 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29976
29977 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29978 Add defvar.
29979
29980 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29981 Use defvar, not defconst.
29982
29983 * hexl.el (hexl-follow-line): Use with-no-warnings.
29984
29985 * emulation/tpu-extras.el: Use write-file-functions instead of
29986 write-file-hooks.
29987
29988 * dired.el (dired-font-lock-keywords): Fontify files with junk
29989 extensions even if marked by -F.
29990
29991 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29992
29993 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29994 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29995 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29996 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29997 (concatenate, list-length, get*, getf, cl-remprop):
29998 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29999 (etypecase, progv, lexical-let, lexical-let*)
30000 (multiple-value-bind, multiple-value-setq, shiftf):
30001 Improve argument/docstring consistency.
30002
30003 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30004
30005 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30006
30007 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30008 doesn't exist.
30009
30010 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30011 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30012
30013 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30014
30015 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30016 already deleted variables: auto-fill-hook, blink-paren-hook,
30017 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30018 suspend-hooks, comment-indent-hook, meta-flag,
30019 before-change-function, after-change-function,
30020 font-lock-doc-string-face.
30021
30022 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30023
30024 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30025
30026 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30027
30028 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30029 rmail-dont-reply-to.
30030
30031 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30032
30033 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30034 literal blank when splitting new-header-values.
30035
30036 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30037
30038 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30039 string so that tmm doesn't create a completion entry for it.
30040
30041 * textmodes/table.el (table-disable-menu): Ditto.
30042
30043 2005-05-21 Richard M. Stallman <rms@gnu.org>
30044
30045 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30046
30047 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30048
30049 * net/rcompile.el (remote-compile): Use compilation-start.
30050
30051 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30052
30053 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30054
30055 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30056 Default to makefile-bsdmake-mode on BSD systems.
30057
30058 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30059 REGEXP may also be a search function now. The part of doc-string
30060 for describing the structure was 95% identical to that of
30061 `imenu--generic-function'. Unify it there.
30062
30063 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30064 Use function to find dependencies, because regexp alone is so complex,
30065 it easily goes into an endless loop.
30066 (makefile-makepp-mode): Also add submenu for Perl functions
30067 defined in the makefile.
30068 (makefile-bsdmake-mode): Special imenu-generic-expression no
30069 longer needed, due to function call.
30070 (makefile-match-dependency): Take BOUND into account when checking
30071 if we're through.
30072
30073 2005-05-20 Jay Belanger <belanger@truman.edu>
30074
30075 * calc/calc-units.el (calc-invalidate-units-table):
30076 Use inhibit-read-only.
30077 (math-build-units-table-buffer): Use view-mode.
30078
30079 2005-05-20 David Kastrup <dak@gnu.org>
30080
30081 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30082 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30083
30084 2005-05-20 Lute Kamstra <lute@gnu.org>
30085
30086 * diff-mode.el (diff-header-face, diff-file-header-face)
30087 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30088 (diff-added-face, diff-changed-face, diff-function-face)
30089 (diff-context-face, diff-nonexistent-face): Put them in the
30090 diff-mode customization group.
30091
30092 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30093
30094 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30095
30096 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30097
30098 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30099 Minor regexp-optimization.
30100
30101 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30102
30103 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30104 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30105 (org-agenda-add-time-grid-maybe): New function.
30106 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30107 (org-table-create): `dotimes' instead of `mapcar'.
30108 (org-xor): Simplify implementation.
30109 (org-agenda): `inhibit-redisplay' turned on.
30110 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30111 a consistent line after a state change.
30112 (org-agenda-remove-times-when-in-prefix): New option.
30113 (org-prefix-has-time): New variable.
30114 (org-parse-time-string): Optional argument NODEFAULT.
30115 (org-format-agenda-item): Parse items for time-of-day
30116 specifications and move these into the prefix if possible.
30117 (org-agenda-priority): Get current heading, not previous heading
30118 during agenda remote editing.
30119
30120 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30121
30122 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30123 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30124 (remove-duplicates, delete-duplicates, substitute)
30125 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30126 (nsubstitute-if-not, find, find-if, find-if-not, position)
30127 (position-if, position-if-not, count, count-if, count-if-not)
30128 (mismatch, search, sort*, stable-sort, merge, member*)
30129 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30130 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30131 (intersection, nintersection, set-difference, nset-difference)
30132 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30133 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30134 (nsublis, tree-equal): Improve argument/docstring consistency.
30135
30136 * subr.el (send-string, send-region): Remove obsolescence declaration.
30137 (window-dot, set-window-dot, read-input, show-buffer)
30138 (eval-current-buffer, string-to-int):
30139 Add release number to obsolescence declarations.
30140
30141 2005-05-19 Kim F. Storm <storm@cua.dk>
30142
30143 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30144 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30145
30146 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30147
30148 * faces.el (list-faces-display): Make back button respect optional
30149 regexp arg.
30150
30151 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30152
30153 * calculator.el (calculator-radix-grouping-mode)
30154 (calculator-radix-grouping-digits, calculator-displayer)
30155 (calculator-radix-grouping-separator, calculator-copy-displayer):
30156 * dabbrev.el (dabbrev-search-these-buffers-only):
30157 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30158 (diff-advance-after-apply-hunk, diff-mode-hook)
30159 (diff-minor-mode-prefix):
30160 * imenu.el (imenu-use-popup-menu):
30161 * jit-lock.el (jit-lock-context-time):
30162 * newcomment.el (comment-fill-column, comment-column)
30163 (comment-style, comment-padding, comment-multi-line)
30164 (comment-empty-lines, comment-auto-fill-only-comments):
30165 * reveal.el (reveal-around-mark):
30166 * uniquify.el (uniquify-buffer-name-style)
30167 (uniquify-after-kill-buffer-p)
30168 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30169 (uniquify-min-dir-content, uniquify-separator)
30170 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30171 * w32-vars.el (w32-fixed-font-alist):
30172 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30173 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30174 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30175 * progmodes/perl-mode.el (perl-indent-level)
30176 (perl-continued-statement-offset, perl-continued-brace-offset)
30177 (perl-brace-offset, perl-brace-imaginary-offset)
30178 (perl-label-offset, perl-indent-continued-arguments)
30179 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30180 * progmodes/tcl.el (tcl-indent-level)
30181 (tcl-continued-indent-level, tcl-auto-newline)
30182 (tcl-tab-always-indent, tcl-electric-hash-style)
30183 (tcl-help-directory-list, tcl-use-smart-word-finder)
30184 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30185 (inferior-tcl-source-command):
30186 * textmodes/fill.el (enable-kinsoku):
30187 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30188 * textmodes/table.el (table-yank-handler):
30189 Specify missing group (and type, if simple) in defcustom.
30190
30191 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30192
30193 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30194
30195 2005-05-19 Richard M. Stallman <rms@gnu.org>
30196
30197 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30198
30199 * subr.el (event-basic-type): Don't get an error.
30200 (left-fringe-p): Function deleted.
30201
30202 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30203 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30204
30205 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30206 in recursive copy.
30207
30208 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30209
30210 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30211
30212 * emacs-lisp/bytecomp.el
30213 (byte-compile-file-form-custom-declare-variable):
30214 Call byte-compile-nogroup-warn if appropriate.
30215
30216 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30217 (compilation-set-window): Don't call left-fringe-p; do it directly.
30218
30219 2005-05-19 Jay Belanger <belanger@truman.edu>
30220
30221 * calc/calc-graph.el (calc-graph-format-data): Make sure
30222 var-PlotRejects is bound before trying to check its value.
30223
30224 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30225
30226 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30227 definition of this variable from reftex-global.el to reftex.el,
30228 because it is needed in the menu.
30229
30230 2005-05-19 Lute Kamstra <lute@gnu.org>
30231
30232 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30233 years are fixed. Don't insert a space after a dash.
30234
30235 2005-05-19 Kim F. Storm <storm@cua.dk>
30236
30237 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30238
30239 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30240
30241 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30242 strings, because (eq ... ?\\) is fairly frequent.
30243
30244 * progmodes/make-mode.el (makefile-add-this-line-targets):
30245 Simplify and integrate into `makefile-pickup-targets'.
30246 (makefile-add-this-line-macro): Simplify and integrate into
30247 `makefile-pickup-macros.
30248 (makefile-pickup-filenames-as-targets): Simplify.
30249 (makefile-previous-dependency, makefile-match-dependency):
30250 Don't stumble over `::'.
30251
30252 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30253
30254 * subr.el (post-command-idle-hook, post-command-idle-delay):
30255 Remove obsoletion of post-command-idle-hook and
30256 post-command-idle-delay.
30257
30258 * faces.el (list-faces-display): Provide button when describe-face
30259 is called to take user back to the list of faces.
30260
30261 * help-fns.el (describe-variable): Remove hyperlinks in a
30262 variable's value as these are quite frequently inappropriate.
30263
30264 * follow.el (follow-submit-feedback, follow-mode):
30265 Remove references to post-command-idle-hook.
30266
30267 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30268
30269 * progmodes/make-mode.el (makefile-previous-dependency)
30270 (makefile-match-dependency): Check for := (and in bsd mode also
30271 !=) to give a better result, even when font-lock is not on.
30272
30273 2005-05-18 Jay Belanger <belanger@truman.edu>
30274
30275 * calc/calc-help.el (calc-s-prefix-help):
30276 Add `calc-copy-special-constant' to help string.
30277
30278 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30279
30280 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30281
30282 2005-05-18 Jay Belanger <belanger@truman.edu>
30283
30284 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30285 in linear factors are in proper order.
30286
30287 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30288
30289 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30290 Support for jurabib.
30291
30292 * textmodes/reftex.el (featurep): Define aliases for overlay
30293 commands, for XEmacs compatibility, and use these aliases in
30294 overlay initializations.
30295 (reftex-highlight): Use `reftex-move-overlay'.
30296 (reftex-unhighlight): Use `reftex-delete-overlay'.
30297 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30298 (reftex-access-search-path): Use `reftex-uniquify' instead of
30299 `reftex-uniq'.
30300
30301 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30302 `before-string' property modification enables for Emacs as well.
30303 (reftex-select-item): Use `reftex-delete-overlay'.
30304 (reftex-select-mark): Use `reftex-make-overlay' and
30305 `reftex-overlay-put'.
30306 (reftex-select-unmark): Use `reftex-delete-overlay' and
30307 `reftex-overlay-put'.
30308
30309 2005-05-18 Lute Kamstra <lute@gnu.org>
30310
30311 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30312
30313 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30314
30315 * add-log.el (add-change-log-entry):
30316 * array.el (array-make-template, array-reconfigure-rows)
30317 (array-init-max-row, array-init-max-column)
30318 (array-init-columns-per-line, array-init-field-width):
30319 * replace.el (replace-match-maybe-edit, perform-replace):
30320 * textmodes/spell.el (spell-region):
30321 Replace `read-input' by `read-string'.
30322
30323 * forms.el (forms-mode):
30324 * finder.el (finder-compile-keywords):
30325 * shadowfile.el (shadow-read-files):
30326 Replace `eval-current-buffer' by `eval-buffer'.
30327
30328 * terminal.el (te-pass-through):
30329 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30330 (ange-ftp-raw-send-cmd):
30331 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30332 (send-process-next-char, telnet-initial-filter, telnet):
30333 Replace `send-string' by `process-send-string'.
30334
30335 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30336 (prolog-consult-region): Replace `send-string' by
30337 `process-send-string'; replace `send-region' by `process-send-region'.
30338
30339 * progmodes/delphi.el (delphi-log-msg):
30340 Replace `set-window-dot' by `set-window-point'.
30341
30342 * subr.el (window-dot, set-window-dot, read-input, send-string)
30343 (send-region, show-buffer, eval-current-buffer):
30344 Make really obsolete, as the comment says.
30345
30346 2005-05-17 Kim F. Storm <storm@cua.dk>
30347
30348 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30349 (cua--init-keymaps): Bind C-return instead of S-return to set
30350 rectangle mark.
30351
30352 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30353 instead of S-return to toggle/clear rectangle mark.
30354
30355 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30356
30357 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30358 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30359 Also fontify plain strings assigned to variables, mostly so that a
30360 colon has a face and is thus not taken as a dependency separator.
30361 (makefile-previous-dependency): Inline the new matcher, because it
30362 is too complex to work in both directions.
30363 (makefile-match-dependency): Eliminate `backward' arg (see above).
30364 Completely reimplemented so as to not sometimes go into an endless
30365 loop. It should also be more efficient, because first it only
30366 searches for `:', instead of applying the very complex regexp.
30367 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30368 to be fontified in one piece can be too long for JIT.
30369 Makefiles are never *that* big.
30370
30371 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30372
30373 * dired.el (dired-mode): Simplify.
30374
30375 2005-05-17 Lute Kamstra <lute@gnu.org>
30376
30377 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30378 defcustom for the mode hook variable.
30379
30380 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30381 Emacs Lisp Reference Manual.
30382
30383 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30384
30385 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30386 (evenp, list*):
30387 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30388 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30389
30390 * net/tramp-smb.el (tramp-smb-open-connection):
30391 Pass `tramp-chunksize' as fifth (required) argument.
30392
30393 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30394
30395 * font-lock.el (lisp-font-lock-keywords-1):
30396 Set `font-lock-negation-char-face' for [^...] char group.
30397 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30398
30399 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30400 a var, and refine it to mask one more level of nested vars.
30401 (makefile-rule-action-regex): Turn it into a var, and refine it so
30402 it recognizes backslashed continuation lines as belonging to the
30403 same command.
30404 (makefile-macroassign-regex): Refine it so it recognizes
30405 backslashed continuation lines as belonging to the same command.
30406 (makefile-var-use-regex): Don't look at the next char, because it
30407 might be the same one to be skipped by the initial [^$], leading
30408 to an overlooked variable use.
30409 (makefile-make-font-lock-keywords): Remove two parameters, which
30410 are now variables that some of the modes set locally.
30411 Handle dependency and rule action matching through functions, because
30412 regexps alone match too often. Dependency matching now comes
30413 last, so it can check, whether a colon already matched something else.
30414 (makefile-mode): Inform that font-lock improves makefile parsing
30415 capabilities.
30416 (makefile-match-dependency, makefile-match-action): New functions.
30417
30418 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30419
30420 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30421
30422 * align.el (align-regexp):
30423 * ansi-color.el (ansi-color-get-face):
30424 * array.el (array-reconfigure-rows, array-init-max-row)
30425 (array-init-max-column, array-init-columns-per-line)
30426 (array-init-field-width):
30427 * dired-aux.el (dired-trample-file-versions):
30428 * dired-x.el (dired-mark-sexp):
30429 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30430 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30431 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30432 * faces.el (face-read-integer):
30433 * files.el (backup-extract-version, insert-directory):
30434 * hexl.el (hexl-insert-decimal-char):
30435 * server.el (server-process-filter):
30436 * shell.el (shell-extract-num):
30437 * startup.el (command-line-1):
30438 * term.el (term-command-hook):
30439 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30440 (time-stamp-do-number):
30441 * time.el (display-time-update):
30442 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30443 (timezone-fix-time):
30444 * vms-patch.el (vms-suspend-resume-hook):
30445 * calendar/appt.el (appt-convert-time):
30446 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30447 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30448 * calendar/cal-islam.el (mark-islamic-diary-entries):
30449 * calendar/calendar.el (calendar-cursor-to-date)
30450 (calendar-star-date):
30451 * calendar/diary-lib.el (diary-attrtype-convert)
30452 (mark-diary-entries, diary-entry-time):
30453 * calendar/solar.el (solar-get-number):
30454 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30455 * emacs-lisp/re-builder.el (reb-display-subexp):
30456 * emulation/edt.el (edt-set-scroll-margins):
30457 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30458 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30459 (vip-get-ex-count):
30460 * emulation/viper-ex.el (viper-get-ex-token)
30461 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30462 * international/fontset.el (fontset-plain-name):
30463 * mail/feedmail.el (feedmail-look-at-queue-directory):
30464 * mail/mailalias.el (mail-get-names):
30465 * mail/rmail.el (rmail-convert-to-babyl-format):
30466 * mail/rmailsum.el (rmail-make-basic-summary-line)
30467 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30468 (rmail-summary-goto-msg):
30469 * mail/smtpmail.el (smtpmail-read-response):
30470 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30471 (ange-ftp-vms-add-file-entry):
30472 * play/gametree.el (gametree-looking-at-ply)
30473 (gametree-current-branch-score):
30474 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30475 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30476 * progmodes/cperl-mode.el (condition-case):
30477 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30478 (ebrowse-set-member-buffer-column-width)
30479 (ebrowse-select-1st-to-9nth):
30480 * progmodes/etags.el (etags-snarf-tag):
30481 * progmodes/flymake.el (flymake-parse-line):
30482 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30483 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30484 (idlwave-shell-menu-def):
30485 * progmodes/ps-mode.el (ps-run-goto-error):
30486 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30487 (vhdl-speedbar-contract-level):
30488 * term/mac-win.el (x-handle-numeric-switch):
30489 * term/sun-mouse.el (sun-get-frame-data):
30490 * term/w32-win.el (x-handle-numeric-switch):
30491 * term/x-win.el (x-handle-numeric-switch):
30492 * textmodes/ispell.el (ispell-parse-output):
30493 * textmodes/nroff-mode.el (nroff-outline-level):
30494 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30495 (reftex-bib-sort-year-reverse, reftex-format-citation):
30496 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30497 (reftex-section-number):
30498 * textmodes/texinfmt.el (texinfo-paragraphindent):
30499 Replace `string-to-int' by `string-to-number'.
30500
30501 * international/latexenc.el: Add page marker to force the "Local
30502 Variables:" string out of the last page.
30503
30504 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30505
30506 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30507 tooltip-change-major-mode.
30508 (gud-tooltip-print-command): Remove case where gud-minor-mode
30509 is gdb ("--fullname").
30510 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30511 explain to user.
30512
30513 2005-05-16 Jay Belanger <belanger@truman.edu>
30514
30515 * calc/calc-store.el (calc-copy-special-constant): New function.
30516
30517 * calc/calc-ext.el (calc-init-extensions): Add binding for
30518 `calc-copy-special-constant'.
30519
30520 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30521 for the `calc-copy-special-constant' command.
30522
30523 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30524
30525 * subr.el (left-fringe-p): New function.
30526
30527 * progmodes/compile.el (compilation-setup): Set local value of
30528 overlay-arrow-string to "" always.
30529 (compilation-set-window): Left fringe then don't scroll.
30530 No left fringe then no arrow and scroll message to top.
30531 (compilation-context-lines): Adjust doc string accordingly.
30532
30533 2005-05-16 Kim F. Storm <storm@cua.dk>
30534
30535 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30536 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30537 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30538 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30539 (ido-read-file-name): Handle commands with ido property value
30540 equal to find-file as reading a file name, to allow C-d to enter dired.
30541 (ibuffer-find-file): Add ido property with value find-file.
30542
30543 2005-05-15 Kim F. Storm <storm@cua.dk>
30544
30545 * subr.el (open-network-stream-nowait): Remove.
30546 (open-network-stream-server): Remove.
30547
30548 2005-05-15 Richard M. Stallman <rms@gnu.org>
30549
30550 * faces.el (describe-face): Output a definition link button.
30551
30552 * help-mode.el (help-face-def): New button type.
30553
30554 * emacs-lisp/copyright.el (copyright-fix-years):
30555 Match properly if the first year is 2-digit.
30556 Don't mess up the whitespace after the years by filling.
30557
30558 * dired-aux.el (dired-mark-confirm):
30559 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30560
30561 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30562 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30563 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30564
30565 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30566 Set font-lock-comment-start-skip.
30567
30568 * font-lock.el (font-lock-comment-start-skip): New variable.
30569 (font-lock-comment-end-skip): New variable.
30570 (font-lock-fontify-syntactically-region): Use them if non-nil.
30571
30572 2005-05-15 Jay Belanger <belanger@truman.edu>
30573
30574 * calc/calc-store.el (calc-store-value): Return a string rather
30575 than display it as a message.
30576 Use calc-var-name for variable name.
30577 (calc-store-into): Add the result of calc-store-value to message.
30578 (calc-copy-variable): Add a message.
30579 (calc-store-exchange): Improve error messages.
30580 (calc-store-binary, calc-store-map): Don't reset the values of
30581 special constants.
30582
30583 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30584
30585 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30586 manual to docstring.
30587
30588 * files.el (hack-local-variables-confirm): Add STRING argument.
30589 Make the function handle non file visiting buffers correctly.
30590 (hack-local-variables-prop-line, hack-local-variables)
30591 (hack-one-local-variable): Use STRING arg of
30592 `hack-local-variables-confirm'.
30593
30594 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30595
30596 Sync with Tramp 2.0.49.
30597
30598 * net/tramp.el (tramp-handle-dired-call-process)
30599 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30600 because the contents of the Tramp buffer is changed before
30601 insertion (`expand-file' and alike).
30602 (tramp-handle-insert-directory): If `localname' has an empty
30603 nondirectory name, it must not be quoted.
30604 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30605 variable `tramp-chunksize'. Change callees.
30606 (tramp-open-connection-setup-interactive-shell): Check remote host
30607 for buggy `send-process-string' implementation.
30608 Set `tramp-chunksize' if found. Reported by Michael Kifer
30609 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30610 (tramp-handle-shell-command): `insert-buffer' cannot be used
30611 because the contents of the Tramp buffer is changed before
30612 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30613 <frederic.bothamy@free.fr>.
30614 (tramp-set-auto-save): Actions should be done for Tramp file name
30615 handler only. Ange-FTP has its own auto-save mechanism.
30616 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30617 (tramp-set-auto-save-file-modes): Set file modes of
30618 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30619 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30620 (tramp-bug): Remove obsolete variable.
30621 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30622 for presence of `mml-mode'. Make it running for older Emacsen as well.
30623
30624 2005-05-14 John Paul Wallington <jpw@pobox.com>
30625
30626 * ibuf-ext.el (define-ibuffer-filter filename):
30627 If `dired-directory' is a list, use its car.
30628
30629 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30630
30631 * ibuffer.el (define-ibuffer-column filename):
30632 If `dired-directory' is a list, use its car.
30633
30634 2005-05-14 Richard M. Stallman <rms@gnu.org>
30635
30636 * subr.el (symbol-file): Doc fix.
30637
30638 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30639 (byte-compile-form): Call byte-compile-nogroup-warn.
30640 (byte-compile-warning-types): Doc fix.
30641
30642 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30643
30644 * progmodes/cc-engine.el (c-literal-faces):
30645 Add font-lock-comment-delimiter-face.
30646
30647 * net/net-utils.el (dig): Use with-no-warnings.
30648
30649 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30650 (sc-recite-frame-alist, sc-default-cite-frame)
30651 (sc-default-uncite-frame, sc-default-recite-frame)
30652 (sc-attrib-selection-list, sc-rewrite-header-list):
30653 Mark as risky-local-variable.
30654
30655 * international/ogonek.el (ogonek-jak, ogonek-how):
30656 Don't use beginning-of-buffer.
30657
30658 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30659
30660 * calendar/solar.el (solar-data-list): Move definition up.
30661
30662 * dnd.el (dnd-protocol-alist): Add autoload.
30663
30664 * progmodes/sh-script.el: Many doc usage fixes.
30665 (sh-indent-after-do): Change default to match common styles.
30666
30667 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30668
30669 * files.el (interpreter-mode-alist)
30670 (auto-mode-interpreter-regexp): Doc fixes.
30671
30672 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30673
30674 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30675
30676 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30677
30678 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30679
30680 * dired.el (dired-mode): make-variable-buffer-local =>
30681 make-local-variable.
30682
30683 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30684
30685 * term/mac-win.el (mac-select-convert-to-string): Try coding
30686 systems in mac-script-code-coding-systems if specified one cannot
30687 encode string for `com.apple.traditional-mac-plain-text'.
30688
30689 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30690
30691 * progmodes/make-mode.el (makefile-targets-face)
30692 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30693 (makefile-dependency-regex): Fix it to not make the colon in
30694 $(var:a=b) special.
30695 (makefile-rule-action-regex): New regexp for highlighting embedded
30696 Shell strings.
30697 (makefile-macroassign-regex): Handle != for highlighting as
30698 embedded Shell strings.
30699 (makefile-var-use-regex): New const.
30700 (makefile-statements, makefile-automake-statements)
30701 (makefile-gmake-statements, makefile-makepp-statements)
30702 (makefile-bsdmake-statements): New consts.
30703 (makefile-make-font-lock-keywords): New function.
30704 (makefile-automake-font-lock-keywords)
30705 (makefile-gmake-font-lock-keywords)
30706 (makefile-makepp-font-lock-keywords)
30707 (makefile-bsdmake-font-lock-keywords): New consts.
30708 (makefile-mode-map): Add switchers between the various submodes.
30709 (makefile-mode): Document the availability of the variants.
30710 (makefile-automake-mode, makefile-gmake-mode)
30711 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30712
30713 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30714 new variants of makefile-mode.
30715
30716 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30717
30718 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30719 the inheritance.
30720
30721 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30722
30723 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30724 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30725
30726 * files.el (normal-mode): Extend the scope of the
30727 `enable-local-variables' binding to include the `set-auto-mode' call.
30728 (magic-mode-alist): Doc fix.
30729
30730 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30731
30732 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30733 font-lock-comment-face rather than copying its setting.
30734
30735 2005-05-12 Andreas Schwab <schwab@suse.de>
30736
30737 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30738
30739 2005-05-12 Lute Kamstra <lute@gnu.org>
30740
30741 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30742 defcustom for the mode hook variable. Delete the last argument.
30743 * generic-x.el: Fix callers of define-generic-mode.
30744 (generic-x-modes): Delete group.
30745 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30746 generic-x customization group.
30747
30748 2005-05-12 Kim F. Storm <storm@cua.dk>
30749
30750 * font-lock.el (font-lock-negation-char-face): Default to "off".
30751
30752 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30753 font-lock-negation-char-face to ! in !=.
30754
30755 2005-05-12 Masatake YAMATO <jet@gyve.org>
30756
30757 * add-log.el (find-change-log): Fix typos in the docstring
30758 of function.
30759
30760 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30761
30762 * international/latexenc.el (latexenc-find-file-coding-system):
30763 Avoid `re-search-forward' when looking for input encoding because
30764 of speed and safety. Better regular expressions for recognizing
30765 input encoding. Limit a search for TeX-master/tex-main-file to
30766 the local variable section.
30767
30768 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30769
30770 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30771 syntax of $ to "'" (quote).
30772
30773 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30774
30775 * dnd.el (dnd-protocol-alist): Improve custom type.
30776
30777 * dired.el (dired-dnd-protocol-alist): New variable.
30778 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30779 `dired-mode-hook' to the end.
30780
30781 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30782
30783 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30784 comment-end if comment-start-skip is not set.
30785 Obey the font-lock-comment-delimiter-face variables.
30786
30787 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30788
30789 * files.el (executable-find): Move from executable.el. Use
30790 locate-file.
30791 * progmodes/executable.el (executable-find): Move to files.el.
30792
30793 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30794 when trying to ensure forward progress.
30795
30796 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30797
30798 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30799 (mouse-select, mouse-select-internal, mouse-extend-internal):
30800 Use it to implement mouse-1-click-follows-link functionality.
30801
30802 2005-05-11 Richard M. Stallman <rms@gnu.org>
30803
30804 * font-lock.el (font-lock-fontify-syntactically-region):
30805 Use font-lock-comment-delimiter-face for comment delimiters.
30806
30807 2005-05-10 Jay Belanger <belanger@truman.edu>
30808
30809 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30810 preserving embedded modes.
30811
30812 2005-05-10 Richard M. Stallman <rms@gnu.org>
30813
30814 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30815
30816 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30817 Move from ada-stmt.el.
30818 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30819
30820 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30821 Move to ada-mode.el.
30822 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30823
30824 * cus-edit.el (custom-file): Call file-chase-links.
30825
30826 * files.el (read-directory-name): Fix previous change.
30827 (hack-local-variables-confirm): New function.
30828 (hack-local-variables-prop-line, hack-local-variables)
30829 (hack-one-local-variable): Use it.
30830
30831 2005-05-10 Lute Kamstra <lute@gnu.org>
30832
30833 * font-lock.el (font-lock-keywords-alist)
30834 (font-lock-removed-keywords-alist): Clarify docstrings.
30835
30836 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30837
30838 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30839 (gdb-source-info): Check for preprocessor info.
30840 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30841 a macro for a function.
30842 (gdb-info-breakpoints-custom): Try to find file again if not already
30843 found (user might have used GDB dir command).
30844 (gdb-get-location): Update gdb-location-alist correctly for change
30845 to gdb-info-breakpoints-custom.
30846
30847 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30848 (gud-tooltip-print-command): Add gdbmi case.
30849 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30850 preprocessor info.
30851
30852 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30853
30854 * startup.el (fancy-splash-insert): Fix typo in doc string.
30855
30856 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30857
30858 * obsolete/float.el (string-to-float):
30859 * obsolete/hilit19.el (hilit-add-pattern):
30860 * obsolete/rnews.el (news-parse-range, news-select-message)
30861 (news-get-pruned-list-of-files): Replace `string-to-int' by
30862 `string-to-number'.
30863
30864 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30865 `find-file-not-found-hooks'; use `add-hook'.
30866 (uncompress-while-visiting): Set `write-file-functions', not
30867 `write-file-hooks'; use `add-hook'.
30868
30869 2005-05-09 Kim F. Storm <storm@cua.dk>
30870
30871 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30872 (cua-paste): Handle clipboard action.
30873 (cua--init-keymaps): Remap clipboard-kill-region and
30874 clipboard-kill-ring-save.
30875
30876 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30877
30878 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30879 Improve commentary.
30880
30881 * simple.el (next-error-overlay-arrow-position): Revert the change
30882 made on 2005-04-30.
30883
30884 2005-05-07 Jay Belanger <belanger@truman.edu>
30885
30886 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30887 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30888 `calc-sel-reselect'.
30889
30890 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30891 Calc is in embedded mode.
30892
30893 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30894
30895 * progmodes/compile.el (compilation-setup):
30896 Set overlay-arrow-string to an empty string on text terminals.
30897
30898 * textmodes/ispell.el (ispell-program-name): Try looking for
30899 "aspell" along exec-path, and if found, use it as the default
30900 speller program.
30901
30902 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30903
30904 * international/mule.el (sgml-xml-auto-coding-function):
30905 Recognize encoding='FOO' in single quotes as well as in double quotes.
30906
30907 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30908
30909 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30910 as well as `interactive', so that defmacro* would recognize
30911 `declare' forms.
30912
30913 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30914
30915 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30916 Explain more about the LIGHTER arg's usage in the doc string.
30917 Add commentary to clarify what the code does. Fix the regexp that
30918 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30919 since it could have characters special to regular expressions.
30920
30921 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30922
30923 * replace.el (occur-1): Bind inhibit-read-only so that
30924 erase-buffer doesn't barf on read-only text properties (likewise
30925 for add-text-properties in occur-engine). Mark buffer as unmodified.
30926 (occur-engine): Don't set buffer-read-only here.
30927
30928 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30929
30930 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30931 list-buffers-directory. This caused the *cvs-commit* buffer to be
30932 sometimes mistakenly reused as a *cvs* buffer.
30933
30934 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30935
30936 * tooltip.el: Move code for GUD tooltips into gud.el.
30937 (require): CL no longer needed to compile case.
30938 (tooltip-mode): Do not toggle functions for GUD tooltips.
30939 (tooltip-gud-tips-p): Remove. Replace with minor mode
30940 gud-tooltip-mode in gud.el.
30941 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30942 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30943 tooltip-gud prefix with gud-tooltip and obsolete.
30944 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30945 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30946 (tooltip-mouse-motion): Mouse movement functions/variable.
30947 Rename in gud.el by adding gud prefix.
30948 (tooltip-gud-original-filter, tooltip-gud-dereference)
30949 (tooltip-gud-event, tooltip-toggle-gud-tips)
30950 (tooltip-gud-process-output, tooltip-gud-print-command)
30951 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30952 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30953 (gdb-tooltip-print): Move to gdb-ui.el.
30954
30955 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30956 (require): CL needed to compile case.
30957 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30958 tooltip-gud-tips-p. Make it a minor-mode.
30959 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30960 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30961 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30962 (gud-tooltip-change-major-mode)
30963 (gud-tooltip-activate-mouse-motions-if-enabled)
30964 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30965 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30966 (gud-tooltip-original-filter, gud-tooltip-dereference)
30967 (gud-tooltip-event, tooltip-toggle-gud-tips)
30968 (gud-tooltip-process-output, gud-tooltip-print-command)
30969 (gud-tooltip-tips): Move from tooltip.el.
30970
30971 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30972 (gdb-cpp-define-alist-flags): Doc fix.
30973 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30974 gud-tooltip-mode is t.
30975
30976 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30977
30978 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30979 evaporate if their text is deleted.
30980 (goto-address-at-point): Make it work as a mouse binding as well.
30981 (goto-address-at-mouse): Obsolete it. Update users.
30982
30983 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30984
30985 * calendar/appt.el (top-level): No longer activate on load.
30986
30987 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30988
30989 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30990 * net/webjump.el (webjump):
30991 * progmodes/idlw-help.el (idlwave-do-context-help1)
30992 (idlwave-highlight-linked-completions):
30993 * textmodes/po.el (po-find-file-coding-system-guts):
30994 Replace `assoc-ignore-case' by `assoc-string'.
30995
30996 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30997
30998 * files.el (locate-file): Doc fix.
30999
31000 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31001 Remove the redundant test for ms-dos.
31002
31003 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31004 look for the preprocessor with exec-suffixes. If not found in
31005 standard places, look in exec-path. Remove most of the tests that
31006 used system-type.
31007
31008 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31009
31010 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31011
31012 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31013 file-name clash with jka-compr.el on 8+3 filesystems.
31014
31015 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31016
31017 * term/mac-win.el: Don't define or bind scroll bar functions if
31018 x-toolkit-scroll-bars is t.
31019 (x-select-text, x-get-selection-value): Clear
31020 x-last-selected-text-clipboard if x-select-enable-clipboard is
31021 nil.
31022 (PRIMARY): Put mac-scrap-name property.
31023 (mac-select-convert-to-file-url): New function.
31024 (public.file-url): New selection target type. Add to
31025 selection-converter-alist.
31026 (x-get-selection, x-selection-value): Handle it.
31027 (x-cut-buffer-or-selection-value): New alias.
31028
31029 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31030
31031 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31032 entry to avoid calling bibtex-find-entry with arg global
31033 being t. Remove arg key.
31034 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31035 (bibtex-copy-summary-as-kill): Change accordingly.
31036
31037 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31038
31039 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31040 (org-agenda-date-later): Use with-current-buffer.
31041
31042 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31043
31044 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31045 (define-obsolete-variable-alias): Doc Fixes.
31046
31047 2005-05-06 Kim F. Storm <storm@cua.dk>
31048
31049 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31050 vertical-motion when selective-display is active.
31051
31052 * ido.el (ido-setup-hook): New hook.
31053 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31054 (ido-input-stack): New var.
31055 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31056 ido-next-work-file binding to M-O.
31057 Bind M-f to ido-wide-find-file-or-pop-dir.
31058 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31059 (ido-read-internal): Run ido-setup-hook.
31060 Catch quit in read-file-name and read-string to cancel edit.
31061 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31062 Automatically pop-all when completing a directory name (RET).
31063 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31064 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31065 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31066 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31067 New functions for M-b/M-f to move among the directory components.
31068 (ido-make-merged-file-list): Catch quit to cancel merge.
31069 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31070 (ido-completion-help): No warnings for ido-completion-buffer-full.
31071
31072 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31073
31074 * font-lock.el (font-lock-negation-char-face): New face and variable.
31075 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31076 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31077 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31078 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31079
31080 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31081
31082 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31083 Fix typo in docstring.
31084
31085 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31086 (ebrowse-print-statistics-line)
31087 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31088
31089 * term/w32-win.el (image-library-alist): Add additional name for
31090 Xpm library.
31091
31092 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31093
31094 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31095 use gcc instead of cpp.
31096
31097 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31098 (gdb-create-define-alist): Use it.
31099 (gdb-cpp-define-alist-program): Update for MS-DOS.
31100
31101 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31102
31103 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31104
31105 2005-05-04 Richard M. Stallman <rms@gnu.org>
31106
31107 * help.el (describe-key): No error when UNTRANSLATED is nil.
31108
31109 * simple.el (line-move-1): Fix previous change to signal errors
31110 appropriately.
31111
31112 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31113
31114 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31115 (icalendar-duration-correction): Remove.
31116 (icalendar--get-event-properties): Split result at commas.
31117 (icalendar--decode-isoduration): New optional argument
31118 DURATION-CORRECTION.
31119 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31120 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31121 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31122 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31123 (icalendar--convert-anniversary-to-ical): New functions, extracted
31124 from icalendar-export-region, with bug fixes.
31125 (icalendar-export-region): Use the above functions.
31126 (icalendar-import-buffer): Check before saving diary file.
31127 (icalendar--convert-recurring-to-diary)
31128 (icalendar--convert-non-recurring-all-day-to-diary)
31129 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31130 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31131 (icalendar--convert-ical-to-diary): Use the above functions.
31132
31133 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31134
31135 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31136 Remove these recent additions.
31137 (c-mode): Restore to before 2005-04-28.
31138
31139 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31140 recent addition.
31141
31142 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31143 (gdb-define-alist): New variables.
31144 (gdb-create-define-alist): New function.
31145 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31146 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31147 with string-to-number.
31148 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31149
31150 * progmodes/gud.el: Replace string-to-int with string-to-number.
31151 (gud-find-file): Handle gdb-define-alist.
31152
31153 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31154
31155 2005-05-02 Jay Belanger <belanger@truman.edu>
31156
31157 * calc/calc-aent.el (math-read-token):
31158 * calc/calc-bin.el (calc-word-size):
31159 * calc/calc-ext.el (calc-read-number-fancy):
31160 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31161 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31162 * calc/calc-frac.el (calc-over-notation):
31163 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31164 (calc-graph-num-points, calc-graph-init):
31165 * calc/calc-prog.el (calc-read-parse-table-part)
31166 (calc-edit-macro-repeats):
31167 * calc/calc-yank.el (calc-do-grab-rectangle):
31168 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31169 Replace `string-to-int' by `string-to-number'.
31170
31171 2005-05-02 Kim F. Storm <storm@cua.dk>
31172
31173 * kmacro.el: Use executing-kbd-macro-index variable.
31174
31175 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31176
31177 * net/rlogin.el (rlogin-parse-words): Delete func.
31178 (rlogin): Use split-string, not rlogin-parse-words.
31179 Also, if there are option-like elements in the parsed args,
31180 take the host to be the first arg immediately following them.
31181 Suggested by Michael Mauger.
31182
31183 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31184
31185 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31186
31187 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31188
31189 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31190 (cc-mode-cpp-program): Rename to cc-define-list-program and
31191 move to cc-vars.el.
31192
31193 * progmodes/cc-vars.el (cc-define-list-program):
31194 Change to "gcc -E -dM -". Make customizable.
31195
31196 2005-05-02 Kim F. Storm <storm@cua.dk>
31197
31198 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31199
31200 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31201
31202 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31203
31204 * international/mule-util.el (truncate-string): Remove alias and
31205 obsolete declaration.
31206
31207 * international/mule-cmds.el (update-iso-coding-systems):
31208 Remove alias and obsolete declaration.
31209
31210 * international/mule.el (coding-system-parent): Remove alias and
31211 obsolete declaration.
31212
31213 * subr.el (define-function, sref): Remove aliases and obsolete
31214 declarations.
31215 (chars-in-region): Remove obsolete declaration.
31216
31217 2005-05-01 Richard M. Stallman <rms@gnu.org>
31218
31219 * info.el (Info-mode): Set widen-automatically to nil, locally.
31220
31221 * simple.el (widen-automatically): New variable.
31222 (pop-global-mark): Obey widen-automatically.
31223
31224 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31225
31226 * term/xterm.el (function-key-map): Call substitute-key-definition
31227 before the keymap size is increased by a lot of define-key calls.
31228
31229 2005-05-01 Richard M. Stallman <rms@gnu.org>
31230
31231 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31232 Rename ARG to ELEMENT. Doc fix.
31233
31234 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31235
31236 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31237 Remove references to allout-exposure/change to allout-new-exposure.
31238
31239 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31240 bytecode symbols.
31241
31242 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31243 (compiled-function-p, focus-frame, unfocus-frame):
31244 Remove aliases and obsolete declarations.
31245 Back out inadvertent changes from previous commit.
31246
31247 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31248
31249 * files.el (require-final-newline): Make Custom tags consistent
31250 with mode-require-final-newline.
31251 (mode-require-final-newline): Doc fix.
31252
31253 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31254
31255 * international/latexenc.el (latexenc-find-file-coding-system):
31256 Fix regular expressions.
31257
31258 2005-05-01 David Kastrup <dak@gnu.org>
31259
31260 * international/latexenc.el (latexenc-find-file-coding-system):
31261 Fix regular expressions.
31262
31263 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31264
31265 * subr.el (string-to-int): Make obsolete.
31266
31267 2005-04-30 Richard M. Stallman <rms@gnu.org>
31268
31269 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31270
31271 * loadup.el: Load jka-comp-hook.
31272
31273 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31274 (jka-compr-handler): Add autoload. `put' calls moved
31275 to jka-comp-hook.el.
31276 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31277 (jka-compr-inhibit): Autoload.
31278
31279 * jka-comp-hook.el: New file.
31280 Enable the mode by default.
31281
31282 * files.el (backup-buffer-copy): Use copy-file instead
31283 of write-region, and put back the 'excl.
31284
31285 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31286
31287 * progmodes/flymake.el (flymake-split-string)
31288 (flymake-split-string, flymake-log, flymake-pid-to-names)
31289 (flymake-reg-names, flymake-get-source-buffer-name)
31290 (flymake-unreg-names, flymake-add-line-err-info)
31291 (flymake-add-err-info): Clarify docstrings.
31292 (flymake-popup-menu, flymake-make-emacs-menu)
31293 (flymake-make-xemacs-menu): Add docstrings.
31294 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31295 Set variables directly throughout.
31296
31297 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31298
31299 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31300 exists. Initialize cc-define-alist.
31301 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31302 If there is no file (Macroexpansion) don't create an alist.
31303
31304 2005-04-29 Sam Steingold <sds@gnu.org>
31305
31306 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31307 (cc-create-define-alist): Use it instead of the hard-coded string.
31308
31309 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31310
31311 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31312 for latexenc.
31313
31314 2005-04-29 Lute Kamstra <lute@gnu.org>
31315
31316 * emacs-lisp/generic.el: Improve commentary section.
31317 (define-generic-mode): Improve docstring.
31318
31319 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31320
31321 * textmodes/org.el (many places): Change to quiet the byte compiler.
31322 (org-prefix-format-compiled): New variable.
31323 (org-compile-prefix-format): New function.
31324 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31325 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31326 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31327 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31328 consistency with entries from `org-mode' files.
31329 (org-get-time-of-day): Fix bug with partial matches early in a line.
31330 (org-non-link-chars): New constant.
31331 (org-link-regexp): Respect `org-non-link-chars'.
31332 (org-agenda-day-view): Remove command.
31333 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31334 (org-follow-bbdb-link, org-store-link): Search also company field.
31335 (org-highlight-overlay): New variable.
31336 (org-highlight, org-unhighlight): New functions.
31337 (org-agenda-mode): Add pre-command-hook to remove highlight.
31338 (org-evaluate-time-range): Behavior depends upon whether time stamp
31339 contains a time or not.
31340 (org-show-subtree, org-show-entry): New functions.
31341 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31342
31343 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31344
31345 * comint.el (comint-output-filter-functions): Add autoload cookie.
31346
31347 2005-04-28 Kim F. Storm <storm@cua.dk>
31348
31349 * ido.el (ido-everywhere): Fix last change.
31350
31351 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31352
31353 * international/latexenc.el: New file.
31354 * international/mule-conf.el (file-coding-system-alist): For .tex,
31355 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31356
31357 2005-04-28 Lute Kamstra <lute@gnu.org>
31358
31359 * font-lock.el (font-lock-add-keywords)
31360 (font-lock-remove-keywords): Clarify docstring.
31361 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31362 Don't start docstrings with a `*'.
31363 (font-lock-update-removed-keyword-alist): Give it a docstring.
31364
31365 * generic-x.el: Update commentary section.
31366 Only require font-lock when compiling.
31367 Define all modes conditionally.
31368 Place all generic modes in the generic-x-modes customization group.
31369 (generic-x-modes): New customization group.
31370 (generic-default-modes, generic-mswindows-modes)
31371 (generic-unix-modes, generic-other-modes): New constants.
31372 (generic-define-mswindows-modes, generic-define-unix-modes):
31373 Update docstrings. Make them obsolete.
31374 (generic-extras-enable-list): New default value. Update docstring.
31375 Improve :type. Change :set function.
31376 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31377 Fix docstring.
31378
31379 * emacs-lisp/generic.el (generic-mode-internal):
31380 Simplify font-lock-defaults.
31381 (define-generic-mode): Fix docstring.
31382
31383 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31384
31385 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31386 font-lock-face property to highlight matches.
31387
31388 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31389
31390 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31391 (cc-define-alist): New variable.
31392 (c-mode): Make it local and initialize it.
31393
31394 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31395 (gdb-exited): New function.
31396 (gdb-annotation-rules): Use it.
31397 (gdb-starting): Set gdb-active-process to t.
31398 (gdb-stopping): Amend doc string.
31399 (gdb-reset): Set gdb-active-process to nil.
31400
31401 * tooltip.el (tooltip-gud-tips): Show the associated #define
31402 directives when a C program under GDB is not executing.
31403
31404 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31405
31406 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31407 font-lock-fontify-syntactic-keywords.
31408
31409 * font-lock.el (font-lock-default-fontify-region): Don't force
31410 parse-sexp-lookup-properties to nil.
31411
31412 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31413
31414 * man.el (man-mode-syntax-table): Set up `:' to have
31415 word-constituent syntax.
31416
31417 2005-04-27 Lute Kamstra <lute@gnu.org>
31418
31419 * novice.el (disable-command): Don't add spurious newlines to the
31420 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31421
31422 2005-04-26 Jay Belanger <belanger@truman.edu>
31423
31424 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31425 than one window before deleting window.
31426
31427 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31428
31429 * shell.el (shell-prompt-pattern): Doc fix.
31430 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31431
31432 * comint.el (comint-prompt-regexp, comint-get-old-input)
31433 (comint-use-prompt-regexp)
31434 (comint-use-prompt-regexp-instead-of-fields)
31435 (comint-replace-by-expanded-history, comint-send-input)
31436 (comint-output-filter, comint-get-old-input-default)
31437 (comint-line-beginning-position, comint-bol, comint-show-output)
31438 (comint-backward-matching-input, comint-forward-matching-input)
31439 (comint-next-prompt, comint-previous-prompt):
31440 Rename `comint-use-prompt-regexp-instead-of-fields' to
31441 `comint-use-prompt-regexp'. Keep old name as alias and declare
31442 obsolete.
31443 (comint-use-prompt-regexp): Shorten first line of doc string.
31444
31445 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31446 Set paragraph-separate buffer locally to "\\'".
31447
31448 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31449 Adapt to above name change.
31450
31451 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31452 (smbclient-prompt-regexp): Ditto.
31453
31454 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31455
31456 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31457
31458 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31459 gdb-location-list.
31460 Break lines that are over 80 characters wide.
31461
31462 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31463
31464 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31465 New fun and var, to preserve compatibility.
31466
31467 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31468
31469 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31470
31471 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31472 name to file-newer-than-file-p.
31473
31474 2005-04-26 Richard M. Stallman <rms@gnu.org>
31475
31476 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31477
31478 * progmodes/python.el (python-mode):
31479 Use new name eldoc-documentation-function.
31480
31481 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31482
31483 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31484 (eldoc-documentation-function):
31485 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31486
31487 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31488
31489 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31490
31491 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31492
31493 * term/xterm.el (function-key-map): Fix strings for
31494 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31495 {C,S,A,C-S}-{f1-f12}.
31496
31497 2005-04-26 Kenichi Handa <handa@m17n.org>
31498
31499 * international/mule-cmds.el (select-safe-coding-system):
31500 Fix previous change.
31501
31502 2005-04-26 Lute Kamstra <lute@gnu.org>
31503
31504 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31505
31506 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31507 (font-lock-comment-delimiter-face): Ditto.
31508
31509 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31510
31511 2005-04-25 Jay Belanger <belanger@truman.edu>
31512
31513 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31514 to t while inserting information; use help-mode.
31515
31516 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31517
31518 * term.el (ansi-term-color-vector): Use the xterm colors.
31519 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31520
31521 2005-04-25 Lute Kamstra <lute@gnu.org>
31522
31523 * font-core.el (font-lock-defaults): Fix docstring.
31524
31525 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31526
31527 2005-04-25 Kenichi Handa <handa@m17n.org>
31528
31529 * international/mule-cmds.el (select-safe-coding-system):
31530 Don't check consistency with coding: spec, etc if raw-text or
31531 no-conversion was found to be safe.
31532
31533 2005-04-24 Richard M. Stallman <rms@gnu.org>
31534
31535 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31536 citation markers at start of each line.
31537
31538 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31539 citation markers at start of each line.
31540
31541 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31542
31543 * files.el (mode-require-final-newline): Fix previous change.
31544 (require-final-newline): Fix type label.
31545
31546 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31547
31548 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31549 statement in buffer (broken by 2004-11-24 change).
31550
31551 2005-04-24 Kim F. Storm <storm@cua.dk>
31552
31553 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31554 and read-file-name-function values. Don't overwrite existing
31555 non-nil values if ido-mode is enabled without ido-everywhere.
31556
31557 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31558
31559 * files.el (mode-require-final-newline): Minor doc fix.
31560
31561 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31562
31563 * subr.el (syntax-after): Doc fix.
31564 (syntax-class): If argument is nil, return nil. Mask off upper 16
31565 bits, not 8 bits.
31566
31567 * files.el (mode-require-final-newline): Doc fix.
31568 (backup-buffer-copy): Fix last change.
31569
31570 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31571
31572 * term/mac-win.el: Require select. Set selection-coding-system to
31573 mac-system-coding-system. Call menu-bar-enable-clipboard.
31574 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31575 (x-select-enable-clipboard): New variables.
31576 (x-select-text, x-get-selection, x-selection-value)
31577 (x-get-selection-value, mac-select-convert-to-string)
31578 (mac-services-open-file, mac-services-open-selection)
31579 (mac-services-insert-text): New functions.
31580 (CLIPBOARD, FIND): Put mac-scrap-name property.
31581 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31582 (public.tiff): Put mac-ostype property.
31583 (selection-converter-alist): Add entries for them.
31584 (mac-application-menu-map): New keymap.
31585 (interprogram-cut-function, interprogram-paste-function): Set to
31586 x-select-text and x-get-selection-value, respectively.
31587 (split-window-keep-point): Set to t.
31588
31589 2005-04-23 Richard M. Stallman <rms@gnu.org>
31590
31591 * files.el (read-directory-name): Always pass non-nil
31592 DEFAULT-FILENAME arg to read-file-name.
31593 (backup-buffer-copy, basic-save-buffer-2): Take care against
31594 writing thru an unexpected existing symlink.
31595 (revert-buffer): In indirect buffer, revert the base buffer.
31596 (magic-mode-alist): Doc fix.
31597 (buffer-stale-function): Doc fix.
31598 (minibuffer-with-setup-hook): Avoid warning.
31599 (mode-require-final-newline): Doc and custom fix.
31600
31601 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31602
31603 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31604 use the default appearance.
31605 (font-lock-comment-delimiter-face): New face, new variable.
31606
31607 * imenu.el (imenu--generic-function): The official position of a
31608 definition is the start of the line that BEG is in.
31609
31610 * midnight.el (midnight-timer): Move defvar up.
31611
31612 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31613
31614 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31615
31616 * startup.el (command-line): Use with-no-warnings.
31617
31618 * window.el (window-size-fixed): New defvar.
31619
31620 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31621
31622 * mail/rmail.el (rmail-font-lock-keywords):
31623 Use font-lock-comment-delimiter-face.
31624
31625 * mail/sendmail.el (mail-font-lock-keywords):
31626 Use font-lock-comment-delimiter-face.
31627
31628 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31629
31630 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31631
31632 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31633 Specify t for LAXMATCH when matching directories.
31634 Save match data around compilation-compat-error-properties form.
31635
31636 2005-04-23 David Kastrup <dak@gnu.org>
31637
31638 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31639 Mention that the autoloaded aliases should be kept for AUCTeX.
31640
31641 2005-04-23 Andreas Schwab <schwab@suse.de>
31642
31643 * isearch.el (isearch-forward): Doc fix.
31644
31645 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31646
31647 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31648 (jit-lock-stealth-nice): Change default value to 0.5.
31649
31650 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31651
31652 * abbrev.el (write-abbrev-file): Write table entries in
31653 alphabetical order by table name.
31654
31655 2005-04-22 Kim F. Storm <storm@cua.dk>
31656
31657 * ido.el (ido-read-internal): Fix `list' completion.
31658
31659 2005-04-22 Kenichi Handa <handa@m17n.org>
31660
31661 * recentf.el (recentf-save-file-coding-system): New variable.
31662 (recentf-save-list): Encode the file by
31663 recentf-save-file-coding-system and add coding: tag.
31664
31665 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31666
31667 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31668
31669 2005-04-21 Lute Kamstra <lute@gnu.org>
31670
31671 * loadhist.el (unload-feature): Don't remove a function from hooks
31672 if it is about to be restored to an autoload . Remove functions
31673 that will become unbound from auto-mode-alist. Simplify the code.
31674
31675 * subr.el (assq-delete-all): New implementation that is linear,
31676 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31677 (rassq-delete-all): New function.
31678
31679 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31680 Add size-indication-mode.
31681
31682 2005-04-21 Kenichi Handa <handa@m17n.org>
31683
31684 * international/mule-cmds.el: Add autoload for widget-value in
31685 eval-when-compile.
31686
31687 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31688
31689 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31690 Add tooltip-mode.
31691
31692 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31693
31694 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31695
31696 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31697 (inferior-lisp-filter-regexp, inferior-lisp-program)
31698 (inferior-lisp-load-command, inferior-lisp-prompt)
31699 (inferior-lisp-mode-hook, lisp-source-modes)
31700 (inferior-lisp-load-hook): defvar->defcustom.
31701 (inferior-lisp-program, inferior-lisp-prompt)
31702 (inferior-lisp-load-hook): Doc fixes.
31703 (inferior-lisp-install-letter-bindings): Small change in
31704 introductory comment.
31705
31706 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31707
31708 * vc.el (vc-annotate-color-map): Change some colors so that text
31709 using them as foreground is readable on both white and black
31710 backgrounds.
31711
31712 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31713
31714 * international/mule-conf.el (translation-table-for-input):
31715 Remove redundant declaration.
31716
31717 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31718
31719 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31720
31721 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31722 (tooltip-toggle-gud-tips): New function.
31723
31724 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31725
31726 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31727 right angle brackets.
31728
31729 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31730
31731 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31732
31733 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31734
31735 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31736 Remove. Update callers to use expand-file-name instead.
31737
31738 * subr.el (syntax-class): New function.
31739
31740 * simple.el (blink-matching-open): Use it.
31741
31742 * paren.el (show-paren-function): Use it to recognize parens that are
31743 also used in 2-char comment markers.
31744
31745 2005-04-19 Lute Kamstra <lute@gnu.org>
31746
31747 * loadhist.el (unload-feature): Update for new format of
31748 load-history. Simplify the code.
31749
31750 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31751
31752 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31753 (mac-add-charset-info): New function. Initialize variable
31754 mac-charset-info-alist using it.
31755 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31756 for translation.
31757 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31758 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31759 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31760 New CCL programs.
31761
31762 2005-04-19 Kim F. Storm <storm@cua.dk>
31763
31764 * simple.el (next-buffer, prev-buffer, next-error)
31765 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31766 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31767
31768 * bindings.el (next-buffer, prev-buffer, next-error)
31769 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31770 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31771 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31772 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31773
31774 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31775
31776 * isearch.el (isearch-edit-string): Make the search-ring available for
31777 minibuffer history commands.
31778 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31779 the default history commands now work just as well.
31780 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31781
31782 2005-04-18 Kim F. Storm <storm@cua.dk>
31783
31784 * emulation/cua-base.el (cua--pre-command-handler): Add more
31785 elaborate check for shift modifier on non-window systems.
31786
31787 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31788
31789 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31790
31791 2005-04-18 Kim F. Storm <storm@cua.dk>
31792
31793 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31794 and make it optional. Don't test tooltip-gud-echo-area here.
31795 (tooltip-gud-process-output, gdb-tooltip-print):
31796 Pass tooltip-gud-echo-area to tooltip-show.
31797 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31798
31799 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31800
31801 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31802 `display-graphic-p' may not be bound yet.
31803
31804 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31805
31806 * startup.el (command-line): No longer enable Xterm Mouse mode by
31807 default in terminals compatible with xterm.
31808
31809 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31810
31811 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31812
31813 * tooltip.el (tooltip-gud-echo-area): Rename from
31814 tooltip-use-echo-area.
31815 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31816 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31817 area independently of where help tooltips are displayed.
31818
31819 2005-04-17 David Kastrup <dak@gnu.org>
31820
31821 * cus-theme.el (custom-theme-write-variables): Quote variables
31822 where necessary.
31823
31824 2005-04-17 Richard M. Stallman <rms@gnu.org>
31825
31826 * simple.el (yank-excluded-properties): Add follow-link to value.
31827
31828 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31829
31830 * startup.el (fancy-splash-max-time): Just 30 seconds.
31831 (fancy-splash-delay): Just 7.
31832 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31833
31834 * loadhist.el (unload-feature): Update for new format of load-history.
31835 Simplify the code.
31836
31837 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31838 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31839
31840 * mail/sendmail.el (mail-font-lock-keywords):
31841 Don't fontify subject text.
31842 Don't fontify the text of a citation.
31843
31844 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31845
31846 * comint.el (comint-output-filter): Run comint-output-filter-functions
31847 with point where the user had it.
31848
31849 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31850
31851 * international/ucs-tables.el (ucs-set-table-for-input):
31852 Disable when using unify-on-decoding.
31853
31854 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31855
31856 * emulation/cua-base.el (cua-global-mark-face): Add special case
31857 for displays supporting a high number of colors.
31858
31859 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31860
31861 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31862
31863 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31864
31865 * filesets.el (filesets-add-buffer): If user supplies a name of a
31866 non-existing fileset, create a new fileset.
31867
31868 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31869
31870 * textmodes/org.el (org-up-heading-all): Fix bug with
31871 `outline-up-heading-all'.
31872
31873 2005-04-16 Andreas Schwab <schwab@suse.de>
31874
31875 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31876 /etc/permissions.d/* and /etc/aliases.d/*.
31877
31878 2005-04-16 Kenichi Handa <handa@m17n.org>
31879
31880 * international/code-pages.el (cp-make-coding-system):
31881 Set `translation-table-for-input' property value to the symbol
31882 ucs-mule-to-mule-unicode, not to that value.
31883 (pt154): Escape guillemet by `\'.
31884
31885 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31886
31887 * loadup.el: Load tooltip if x-show-tip is fboundp.
31888
31889 * startup.el (command-line): Add comment.
31890
31891 * tooltip.el (tooltip-mode): Specify correct standard value for
31892 Custom in init-value.
31893
31894 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31895
31896 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31897 possible.
31898
31899 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31900
31901 * textmodes/org.el (org-agenda-date-prompt): Rename from
31902 `org-agenda-date-today'.
31903 (org-evaluate-time-range): Insert at point instead of directly
31904 after time range.
31905 (org-first-headline-recenter, org-subtree-end-visible-p)
31906 (org-optimize-window-after-visibility-change): New functions
31907 (org-agenda-post-command-hook): Don't allow point at end of line,
31908 to make sure it always hits the text properties.
31909 (org-agenda-next-date-line, org-agenda-previous-date-line):
31910 New commands.
31911 (org-set-regexps-and-options): Category may contain white space.
31912 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31913 Improve marker positions.
31914 (org-agenda-new-marker): Argument POS made optional.
31915 (org-agenda-get-timestamps): Deadlines which are done are listed
31916 in org-done-face now.
31917 (org-agenda-get-todos, org-agenda-get-timestamps)
31918 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31919 Set `undone-face' and `done-face' properties.
31920 (org-last-todo-state-is-todo): New variable.
31921 (org-todo): Set `org-last-todo-state-is-todo'.
31922 (org-agenda-todo): Change face according to
31923 `org-last-todo-state-is-todo'. And change other lines referring to
31924 the same entry.
31925 (org-calendar-goto-agenda): New command.
31926 (org-calendar-to-agenda-key): New option.
31927 (org-startup-folded): New allowed value `content'.
31928 (org-set-regexps-and-options): Accept new value `content' for
31929 `org-startup-folded'.
31930 (org-get-current-options): Handle new value `content' for
31931 `org-startup-folded'.
31932 (org-insert-todo-heading): New command.
31933 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31934 interactively in empty file and option
31935 `org-insert-mode-line-in-empty-file' has been set.
31936 (org-agenda-todo, org-agenda-priority): Modify to use
31937 `org-agenda-change-all-lines'.
31938 (org-warning-face): Change color on dark background.
31939
31940 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31941
31942 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31943 use preferences AppleLocale and AppleLanguages, and variable
31944 mac-system-locale for default locale. On Mac OS Classic, use
31945 mac-system-coding-system for default coding systems.
31946
31947 * term/mac-win.el: Don't set file-name-coding-system.
31948 Decode variables system-name, emacs-build-system, user-login-name, and
31949 user-full-name by mac-system-coding-system on Mac OS Classic.
31950 (mac-system-coding-system): New variable.
31951
31952 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31953
31954 * startup.el (command-line): Handle `xterm-mouse-mode' before
31955 reading init file.
31956
31957 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31958
31959 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31960
31961 * progmodes/sh-script.el (sh-here-document-word): Make it a
31962 defcustom. Doc fix.
31963 (sh-add): Bash uses $(( )) for arithmetic.
31964 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31965 (sh-maybe-here-document): Remove quotes and leading whitespace
31966 from heredoc word when closing. Indent heredoc with tabs if word
31967 starts with "-".
31968
31969 2005-04-13 Richard M. Stallman <rms@gnu.org>
31970
31971 * simple.el (undo): Fix previous change.
31972
31973 * custom.el (defface): Doc fix.
31974
31975 2005-04-13 Lute Kamstra <lute@gnu.org>
31976
31977 * Makefile.in (DONTCOMPILE): Remove list.
31978 (compile, compile-always): Don't use DONTCOMPILE.
31979 (update-authors): Load the library in which batch-update-authors
31980 is defined.
31981 * makefile.w32-in (DONTCOMPILE): Remove list.
31982 (compile, compile-always): Fix comments.
31983 (update-authors): Load the library in which batch-update-authors
31984 is defined.
31985
31986 * generic-x.el (generic-mode-ini-file-find-file-hook):
31987 Rename to ini-generic-mode-find-file-hook.
31988 Keep generic-mode-ini-file-find-file-hook as an alias.
31989 (ini-generic-mode-find-file-hook): Rename from
31990 generic-mode-ini-file-find-file-hook. Fix docstring.
31991 (ini-generic-mode): Docstring change.
31992 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31993
31994 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31995 called from lisp.
31996
31997 * generic.el: Move to the emacs-lisp subdir.
31998
31999 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32000
32001 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32002 and C-S- function and cursor motion keys.
32003
32004 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32005
32006 * startup.el (command-line): Enable Xterm Mouse mode by default.
32007 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32008 for Custom. No longer show "Mouse" in mode line when enabled.
32009 Doc fix.
32010
32011 2005-04-12 Kim F. Storm <storm@cua.dk>
32012
32013 * emulation/cua-base.el (cua-rectangle-face)
32014 (cua-rectangle-noselect-face): Define face attributes here.
32015
32016 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32017
32018 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32019
32020 * startup.el (command-line): Turn off blinking cursor if
32021 cursorBlink in resources is off or false.
32022
32023 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32024
32025 * term/mac-win.el (dnd): Require dnd.
32026 (mac-drag-n-drop): Call dnd-handle-one-url.
32027 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32028 (kTextEncodingISOLatin2): Remove constants.
32029 (mac-script-code-coding-systems): New constant.
32030 (mac-handle-language-change): New function.
32031 (special-event-map): Bind it to `language-change' event.
32032 (mac-centraleurroman, mac-cyrillic): New coding systems.
32033 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32034 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32035 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32036 encode-mac-cyrillic, respectively.
32037
32038 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32039
32040 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32041 Don't set overlay-arrow-string to "=>" as this is done
32042 globally in C now.
32043
32044 2005-04-12 Lute Kamstra <lute@gnu.org>
32045
32046 * generic-x.el (rc-generic-mode, rul-generic-mode):
32047 Fix auto-mode-alist entries.
32048 (etc-fstab-generic-mode): Tweak fontification.
32049
32050 * generic.el (generic-make-keywords-list): Fix docstring.
32051 (generic-mode-internal): Simplify generic-font-lock-keywords.
32052
32053 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32054
32055 * whitespace.el (whitespace-buffer-leading)
32056 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32057 However, fix the highlight area for the leading and
32058 trailing whitespaces to show space.
32059
32060 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32061
32062 * whitespace.el (whitespace-version): Bump to 3.5.
32063
32064 (whitespace-buffer-leading, whitespace-buffer-trailing):
32065 Invert sense of the test to highlight the whitespace.
32066
32067 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32068
32069 * progmodes/gud.el (gud-display-line): GUD uses its own
32070 overlay arrow now so don't set overlay-arrow-string.
32071 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32072
32073 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32074
32075 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32076 (term-ansi-current-reverse, term-ansi-current-invisible)
32077 (term-ansi-face-already-done): Change to boolean.
32078 (term-reset-terminal, term-handle-colors-array): Handle the above
32079 vars accordingly.
32080 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32081 (term-emulate-terminal): Use the new name.
32082
32083 * faces.el (secondary-selection): Use yellow1, not yellow.
32084 (trailing-whitespace): Use red1, not red.
32085
32086 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32087
32088 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32089 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32090 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32091
32092 * cus-edit.el (dnd): New group.
32093
32094 * term/w32-win.el (dnd): Require dnd
32095 (w32-drag-n-drop): Call dnd-handle-one-url.
32096
32097 * x-dnd.el: Require dnd.
32098 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32099 Call dnd-handle-one-url.
32100 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32101 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32102 to dnd-insert-text.
32103 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32104 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32105 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32106 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32107
32108 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32109
32110 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32111
32112 * wdired.el: Doc fixes.
32113 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32114 (wdired-use-dired-vertical-movement): Rename from
32115 wdired-always-move-to-filename-beginning.
32116 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32117 (wdired-change-to-wdired-mode): Change mode name.
32118 (wdired-newline): Delete.
32119
32120 2005-04-11 Richard M. Stallman <rms@gnu.org>
32121
32122 * whitespace.el (whitespace-highlight-the-space):
32123 Don't call whitespace-unhighlight-the-space here.
32124
32125 * simple.el (undo): Record t in undo-equiv-table
32126 for the redo record made by an undo-in-region.
32127
32128 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32129
32130 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32131 (gdb-frame-inferior-io-buffer): New Functions to control
32132 display of separate IO buffer.
32133 (menu): Add them to menu-bar.
32134 (gdb-display-buffer): Check for buffer another frame.
32135 Protect GUD buffer.
32136 (gdb-setup-windows): Create IO buffer if not already there.
32137 (gdb-memory-mode): Remove purecopy noops.
32138
32139 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32140
32141 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32142 and pass to self-insert-command.
32143
32144 2005-04-11 Lute Kamstra <lute@gnu.org>
32145
32146 * generic.el: Commentary section cleanup.
32147 (generic): Delete.
32148 (generic-use-find-file-hook, generic-lines-to-scan)
32149 (generic-find-file-regexp, generic-ignore-files-regexp)
32150 (default-generic-mode, generic-mode-find-file-hook)
32151 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32152 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32153 (generic-use-find-file-hook, generic-lines-to-scan)
32154 (generic-find-file-regexp, generic-ignore-files-regexp)
32155 (default-generic-mode, generic-mode-find-file-hook)
32156 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32157
32158 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32159
32160 * bookmark.el (bookmark-write-file): Catch errors writing file.
32161 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32162
32163 2005-04-10 Richard M. Stallman <rms@gnu.org>
32164
32165 * startup.el (fancy-splash-tail): Update copyright year.
32166 (command-line): Split part of -Q into -D.
32167 (emacs-basic-display): New defvar.
32168 (fancy-splash-text): Correct name of menu item.
32169
32170 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32171
32172 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32173 lines in one node.
32174
32175 * comint.el (comint-send-input): New arg ARTIFICIAL.
32176 Callers in this file changed.
32177
32178 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32179
32180 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32181
32182 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32183
32184 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32185 `ldap-search-internal'.
32186
32187 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32188
32189 * files.el (set-auto-mode-1): Use line-end-position.
32190
32191 * international/latin-1.el:
32192 * international/latin-2.el:
32193 * international/latin-3.el:
32194 * international/latin-4.el:
32195 * international/latin-5.el:
32196 * international/latin-8.el:
32197 * international/latin-9.el: Give punctuation syntax to NBSP.
32198
32199 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32200 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32201 Use char-classes to accept non-ascii letters, accepted in some recent
32202 bibtex implementations.
32203
32204 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32205
32206 * custom.el (custom-set-minor-mode): Any non-nil value for the
32207 variable should enable the mode when set through Custom.
32208
32209 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32210
32211 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32212 TAB binding so tab-always-indent is obeyed.
32213 (vhdl-minibuffer-local-map): Move initialization into declaration.
32214 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32215 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32216 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32217 (vhdl-current-line): Use line-beginning-position.
32218 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32219 with-output-to-temp-buffer, so the current position can be recorded.
32220
32221 2005-04-10 Masatake YAMATO <jet@gyve.org>
32222
32223 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32224 Add regexp for gcov.
32225
32226 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32227
32228 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32229 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32230 syntax which Emacs 20 doesn't support.
32231
32232 2005-04-09 Richard M. Stallman <rms@gnu.org>
32233
32234 * help.el (describe-key-briefly, describe-key):
32235 Replace strings as event types with "(any string)".
32236
32237 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32238
32239 * arc-mode.el (archive-mode-map): Move initialization into
32240 the declaration. Override *all* bindings of `undo'.
32241 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32242
32243 2005-04-09 Jay Belanger <belanger@truman.edu>
32244
32245 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32246
32247 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32248
32249 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32250 (xterm-register-default-colors): Update color values computation
32251 to match xterm-200.
32252
32253 2005-04-09 Kenichi Handa <handa@m17n.org>
32254
32255 * international/code-pages.el (iso-latin-7): Fix the map.
32256
32257 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32258
32259 * emacs-lisp/lisp.el (defun-prompt-regexp)
32260 (parens-require-spaces, buffer-end, end-of-defun)
32261 (insert-parentheses): Doc fixes.
32262
32263 2005-04-08 Kim F. Storm <storm@cua.dk>
32264
32265 * comint.el (comint-highlight-prompt): Fix face spec.
32266 * hi-lock.el (hi-green): Likewise.
32267
32268 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32269
32270 * cus-edit.el (custom-modified-face):
32271 * comint.el (comint-highlight-input): Fix previous changes.
32272 * term.el (term-handle-ansi-escape): Add a comment.
32273
32274 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32275
32276 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32277 in the buffer and in whitespace-highlighted-space.
32278 (whitespace-unhighlight-the-space): Simplify.
32279 (whitespace-buffer): Simplify.
32280
32281 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32282
32283 * textmodes/table.el (table-cell-face): Add special case for
32284 displays supporting a high number of colors.
32285 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32286 (vhdl-font-lock-reserved-words-face)
32287 (vhdl-speedbar-architecture-face)
32288 (vhdl-speedbar-instantiation-face)
32289 (vhdl-speedbar-architecture-selected-face)
32290 (vhdl-speedbar-instantiation-selected-face): Likewise.
32291 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32292 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32293 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32294 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32295 (ebrowse-progress-face): Likewise.
32296 * progmodes/compile.el (compilation-info-face): Likewise.
32297 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32298 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32299 * calendar/calendar.el (diary-face): Likewise.
32300 * woman.el (woman-italic-face, woman-bold-face)
32301 (woman-unknown-face): Likewise.
32302 * wid-edit.el (widget-button-pressed-face): Likewise.
32303 * whitespace.el (whitespace-highlight-face): Likewise.
32304 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32305 * pcvs-info.el (cvs-marked-face): Likewise.
32306 * info.el (info-xref): Likewise.
32307 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32308 * hilit-chg.el (highlight-changes-face)
32309 (highlight-changes-delete-face): Likewise.
32310 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32311 (hi-red-b): Likewise.
32312 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32313 * font-lock.el (font-lock-keyword-face)
32314 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32315 * cus-edit.el (custom-invalid-face, custom-modified-face)
32316 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32317 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32318 * comint.el (comint-highlight-prompt): Likewise.
32319
32320 2005-04-08 Lute Kamstra <lute@gnu.org>
32321
32322 * font-lock.el (font-lock-keywords): Docstring fixes.
32323
32324 2005-04-08 Kenichi Handa <handa@m17n.org>
32325
32326 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32327 chars are more than a limit, print " and more..." at the tail.
32328
32329 2005-04-08 Kim F. Storm <storm@cua.dk>
32330
32331 * emacs-lisp/authors.el (authors-aliases): Update list.
32332 (authors-ignored-files): New list.
32333 (authors-fixed-entries): Fix typo.
32334 (authors-renamed-files-alist): Update list.
32335 (authors-add): Check authors-ignored-files.
32336
32337 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32338
32339 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32340 optional, to ensure backward compatibility.
32341
32342 2005-04-08 Stephen Eglen <stephen@gnu.org>
32343
32344 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32345
32346 2005-04-08 Kim F. Storm <storm@cua.dk>
32347
32348 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32349
32350 * mouse.el (mouse-on-link-p): Doc fix.
32351
32352 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32353
32354 * ielm.el (ielm-prompt-read-only): Doc fix.
32355
32356 * comint.el (comint-prompt-read-only): Doc fix.
32357
32358 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32359
32360 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32361 ensure dired always handles wildcards passed to ffap.
32362 (find-file-at-point): Use it.
32363 (ffap-dired-wildcards): Doc fix.
32364
32365 2005-04-07 Juri Linkov <juri@jurta.org>
32366
32367 * simple.el (next-error-overlay-arrow-position): New defvar.
32368 Put "=>" on its property `overlay-arrow-string'. Add it to
32369 `overlay-arrow-variable-list'.
32370
32371 * progmodes/compile.el (compilation-setup):
32372 Set `next-error-overlay-arrow-position' to nil. Also set it to
32373 nil in the local hook `kill-buffer-hook'. Make local variable
32374 `overlay-arrow-string' and set it to "=>".
32375 (compilation-goto-locus): Set BOL position to
32376 `next-error-overlay-arrow-position' instead of
32377 `overlay-arrow-position'.
32378
32379 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32380 locally instead of adding it to the global hook.
32381 (Info-kill-buffer): Move up.
32382
32383 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32384
32385 * term/xterm.el (xterm-standard-colors): Update color values from
32386 xterm-200.
32387
32388 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32389
32390 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32391
32392 * fast-lock.el:
32393 * lazy-lock.el: Move them to the obsolete subdir.
32394
32395 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32396
32397 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32398 (wdired-add-replace-advice): Remove.
32399 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32400
32401 2005-04-06 Kim F. Storm <storm@cua.dk>
32402
32403 * startup.el (command-line): Add --bare-bones alias for -Q.
32404
32405 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32406
32407 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32408 create the startup fontset if a font specification ends with
32409 `mac-roman'.
32410
32411 2005-04-06 Lute Kamstra <lute@gnu.org>
32412
32413 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32414 change.
32415
32416 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32417 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32418
32419 2005-04-05 Lute Kamstra <lute@gnu.org>
32420
32421 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32422 (define-generic-mode): Ditto. Fix debug declaration.
32423
32424 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32425 Put them in the generic-x group.
32426
32427 * calendar/timeclock.el (timeclock): Doc fix.
32428
32429 * generic.el (define-generic-mode): Don't use custom-current-group.
32430 Document default :group value.
32431 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32432 (define-global-minor-mode): Don't use custom-current-group.
32433
32434 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32435
32436 * startup.el (command-line-1): Display startup-echo-area-message
32437 when fancy splash screen is in use.
32438
32439 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32440 (sh-escaped-newline): New face.
32441 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32442 newline, and use sh-escaped-newline face.
32443
32444 * progmodes/tcl.el (tcl-escaped-newline): New face.
32445 (tcl-builtin-list): New variable.
32446 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32447 newlines. Fix keywords subexpression number.
32448
32449 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32450
32451 * textmodes/org.el (org-diary-default-entry): Fix call to
32452 `add-to-diary-entry'.
32453
32454 2005-04-05 Kim F. Storm <storm@cua.dk>
32455
32456 * ediff-init.el: Use (featurep 'xemacs).
32457
32458 2005-04-05 David Ponce <david@dponce.com>
32459
32460 * cus-edit.el (face): Derive from symbol widget. Display sample
32461 of the current face on the fly.
32462 (widget-face-sample-face-get, widget-face-notify): New functions.
32463 (widget-face-value-create): Remove.
32464
32465 * wid-edit.el (widget-field-end): Temporarily remove field
32466 narrowing before to call `get-char-property'.
32467
32468 2005-04-04 Jay Belanger <belanger@truman.edu>
32469
32470 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32471 (math-read-subscripts): New variable.
32472 (math-read-preprocess-string): Process subscripts.
32473
32474 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32475
32476 * comint.el (comint-prompt-read-only): Doc fix.
32477
32478 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32479 `-1'. Doc fix.
32480
32481 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32482
32483 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32484 Change default value to nil.
32485
32486 2005-04-04 Lute Kamstra <lute@gnu.org>
32487
32488 * autorevert.el (auto-revert-mode): Specify :group.
32489 * battery.el (display-battery-mode): Specify :group.
32490 * diff-mode.el (diff-minor-mode): Specify :group.
32491 * font-core.el (font-lock-mode): Specify :group.
32492 * hl-line.el (hl-line-mode): Specify :group.
32493 * iimage.el (iimage): New customization group.
32494 (iimage-mode): Specify :group.
32495 * longlines.el (longlines-mode): Specify :group.
32496 * master.el: Don't require easy-mmode.
32497 (master): New customization group.
32498 (master-mode): Specify :group.
32499 * msb.el (msb-mode): Specify :group.
32500 * reveal.el (reveal-mode): Specify :group.
32501 * simple.el (next-error-follow-minor-mode): Specify :group.
32502 * smerge-mode.el (smerge-mode): Specify :group.
32503 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32504 * emulation/cua-base.el (cua-mode): Specify :group.
32505 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32506 * language/thai-util.el (thai-auto-composition-mode)
32507 (thai-word-mode): Specify :group.
32508 * mail/supercite.el (sc-minor-mode): Specify :group.
32509 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32510 * progmodes/flymake.el (flymake-mode): Specify :group.
32511 * progmodes/glasses.el (glasses-mode): Specify :group.
32512 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32513 * textmodes/enriched.el (enriched-mode): Specify :group.
32514 * textmodes/refill.el (refill-mode): Specify :group.
32515
32516 * add-log.el (change-log-font-lock-keywords): Names in
32517 parenthesized lists can contain spaces.
32518
32519 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32520
32521 * startup.el (fancy-splash-text): Shorten default text of
32522 "Emacs Tutorial" line. Also, if the current language env
32523 indicates an available tutorial file other than TUTORIAL,
32524 extract its title and append it to the line in parentheses.
32525 (fancy-splash-insert): If arg is a thunk, funcall it.
32526
32527 2005-04-04 Jay Belanger <belanger@truman.edu>
32528
32529 * calc.el (calc-language-alist): Add tags to customization type.
32530
32531 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32532
32533 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32534 Doc fix.
32535
32536 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32537
32538 * add-log.el (change-log-font-lock-keywords): The manual
32539 describing a Change Log entry, says: (...) "Aside from these
32540 header lines, every line in the change log starts with a space or
32541 a tab.". The font-lock was not highlighting lines started with
32542 spaces, added support for it.
32543
32544 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32545
32546 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32547 (bibtex-generate-url-list): Update docstring accordingly. Put the
32548 complex example in the docstring.
32549 (bibtex-font-lock-url): Use pop.
32550
32551 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32552
32553 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32554
32555 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32556
32557 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32558
32559 * filesets.el (filesets-set-default): Doc fix.
32560
32561 2005-04-03 Lute Kamstra <lute@gnu.org>
32562
32563 * generic.el (define-generic-mode): Add argument to specify
32564 keywords for defcustom.
32565 (default-generic-mode): Specify :group.
32566
32567 * generic-x.el: Specify :group for all generic modes.
32568
32569 * desktop.el (desktop-no-desktop-file-hook)
32570 (desktop-after-read-hook): Doc fix.
32571
32572 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32573
32574 * simple.el (visible-mode): Use explicit :group keyword.
32575 This changes the group of `visible-mode-hook' from paren-blinking
32576 to editing-basics.
32577
32578 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32579
32580 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32581 mailbox specifications as well as URLs.
32582 (rmail-insert-inbox-text): Remove unused conditional branches.
32583
32584 2005-04-01 Jay Belanger <belanger@truman.edu>
32585
32586 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32587 (calc-gnuplot-print-command): Move definitions to calc.el.
32588
32589 * calc/calc-embed.el (calc-embedded-announce-formula)
32590 (calc-embedded-open-formula, calc-embedded-close-formula)
32591 (calc-embedded-open-word, calc-embedded-close-word)
32592 (calc-embedded-open-plain, calc-embedded-close-plain)
32593 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32594 (calc-embedded-open-mode, calc-embedded-close-mode):
32595 Move definitions to calc.el.
32596
32597 * calc/calc.el (calc-settings-file, calc-language-alist):
32598 Make customizable.
32599 (calc-embedded-announce-formula, calc-embedded-open-formula)
32600 (calc-embedded-close-formula, calc-embedded-open-word)
32601 (calc-embedded-close-word, calc-embedded-open-plain)
32602 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32603 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32604 (calc-embedded-close-mode, calc-gnuplot-name)
32605 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32606 from other files and make customizable.
32607
32608 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32609
32610 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32611 Use buffer-live-p.
32612 (cvs-mode-run): Don't call cvs-update-header here.
32613 (cvs-run-process): Call cvs-update-header.
32614 Use process properties for cvs-postprocess and cvs-buffer so that
32615 the sentinel can behave better if the temp buffer is killed.
32616 Use a pipe rather than a tty, to better handle unexpected prompts.
32617 (cvs-sentinel): Rewrite. Call cvs-update-header.
32618
32619 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32620
32621 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32622 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32623
32624 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32625
32626 * generic.el (define-generic-mode): Add indentation rule.
32627
32628 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32629
32630 * files.el (mode-require-final-newline): Make Custom correctly
32631 report a nil value and allow to set it to nil via Custom.
32632 Doc fix.
32633
32634 2005-04-01 Kenichi Handa <handa@m17n.org>
32635
32636 * international/characters.el: Enable the correct case setting for
32637 dotless-i and dotted-I.
32638
32639 2005-04-01 Kim F. Storm <storm@cua.dk>
32640
32641 * ido.el (ido-file-internal): Fall back to non-ido command if
32642 initial directory is on slow ftp (or tramp) host.
32643
32644 2005-03-31 Richard M. Stallman <rms@gnu.org>
32645
32646 * emacs-lisp/autoload.el (make-autoload):
32647 Handle define-global-minor-mode.
32648
32649 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32650 Rename from easy-mmode-define-global-mode.
32651 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32652
32653 * progmodes/scheme.el (scheme-mode-syntax-table):
32654 Update syntax of | and # for two-character comment syntax.
32655
32656 2005-03-31 Lute Kamstra <lute@gnu.org>
32657
32658 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32659 (define-minor-mode): Call custom-current-group at load-time.
32660
32661 * generic.el (define-generic-mode): Add debug declaration.
32662 Add defcustom for the mode hook.
32663 (generic-mode-internal): Use run-mode-hooks.
32664
32665 2005-03-31 Kim F. Storm <storm@cua.dk>
32666
32667 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32668 (mouse-fixup-help-message): New defun called by show_help_echo
32669 to fixup mouse-2 prefix in help messages when applicable.
32670
32671 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32672
32673 2005-03-31 Kenichi Handa <handa@m17n.org>
32674
32675 * language/thai-word.el (thai-find-word-ends): Pay attention to
32676 the case that we reach the end of buffer.
32677
32678 * textmodes/fill.el (fill-text-properties-at): New function.
32679 (fill-newline): Use fill-text-properties-at instead of
32680 text-properties-at.
32681
32682 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32683
32684 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32685 not comint-quote-filename.
32686
32687 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32688
32689 * help-fns.el (help-with-tutorial): Revert last change.
32690
32691 2005-03-31 Kim F. Storm <storm@cua.dk>
32692
32693 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32694
32695 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32696
32697 * calendar/cal-china.el: Update reference to "Calendrical
32698 Calculations" book; there's a new edition.
32699 * calendar/cal-coptic.el: Likewise.
32700 * calendar/cal-french.el: Likewise.
32701 * calendar/cal-hebrew.el: Likewise.
32702 * calendar/cal-islam.el: Likewise.
32703 * calendar/cal-iso.el: Likewise.
32704 * calendar/cal-julian.el: Likewise.
32705 * calendar/cal-mayan.el: Likewise.
32706 * calendar/cal-persia.el: Likewise.
32707 * calendar/calendar.el: Likewise.
32708 * calendar/holidays.el: Likewise.
32709 * calendar/lunar.el: Likewise.
32710 * calendar/solar.el: Likewise.
32711
32712 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32713 white space from doc string.
32714
32715 2005-03-30 Jay Belanger <belanger@truman.edu>
32716
32717 * calc/calc-help.el (calc-full-help): Remove email address.
32718
32719 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32720
32721 * help-fns.el (help-with-tutorial): Delete title line.
32722
32723 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32724
32725 * calendar/cal-x.el (calendar-one-frame-setup)
32726 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32727 rather than `symbol' for set-window-dedicated-p.
32728
32729 * calendar/appt.el (appt-buffer-name): Make it a constant.
32730 (appt-add): Doc fix.
32731
32732 * filesets.el (filesets-menu-path, filesets-menu-before)
32733 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32734 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32735 (filesets-add-submenu): Delete and use add-submenu instead.
32736
32737 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32738
32739 * textmodes/org.el (org-agenda-phases-of-moon)
32740 (org-agenda-sunrise-sunset, org-agenda-convert-date)
32741 (org-agenda-goto-calendar): New commands.
32742 (org-diary-default-entry): New function.
32743 (org-get-entries-from-diary): Better parsing of diary entries.
32744 (org-agenda-check-no-diary): New function.
32745 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32746 linking to diary entries.
32747 (org-agenda-execute-calendar-command): New function.
32748 (org-agenda): Improve visible section in window.
32749 Use `org-fit-agenda-window'.
32750 (org-fit-agenda-window): New option.
32751 (org-move-subtree-down): Better handling of empty lines
32752 at end of subtree.
32753 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32754 levels up.
32755 (org-fontify-done-headline): New option.
32756 (org-headline-done-face): New face.
32757 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32758 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32759 When current field is non-empty, it is copied to next row.
32760 (org-table-copy-from-above): Fix bug which made it
32761 impossible to copy fields containing only a single non-white character.
32762
32763 2005-03-30 Kim F. Storm <storm@cua.dk>
32764
32765 * kmacro.el (kmacro-end-macro): Isearch may store this command
32766 into the macro -- so ignore it when executing keyboard macro.
32767
32768 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32769
32770 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32771
32772 2005-03-29 Kenichi Handa <handa@m17n.org>
32773
32774 * language/thai.el ("Thai"): Set setup-function and exit-function
32775 for Thai language environment.
32776
32777 * language/thai-util.el: Require thai-word.
32778 (thai-word-mode-map): New variable.
32779 (thai-word-mode): New minor mode.
32780 (setup-thai-language-environment-internal): New function.
32781 (exit-thai-language-environment-internal): New function.
32782
32783 * language/thai-word.el (thai-word-table): Declare it by defvar,
32784 use dolist to initialize it.
32785 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32786 (thai-fill-find-break-point): New functions.
32787
32788 2005-03-29 Richard M. Stallman <rms@gnu.org>
32789
32790 * simple.el (idle-update-delay): Move definition up.
32791 (set-mark): Doc fix.
32792
32793 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32794
32795 * longlines.el: New file.
32796
32797 * simple.el (buffer-substring-filters): New variable.
32798 (filter-buffer-substring): New function.
32799 (kill-region, copy-region-as-kill): Use it.
32800
32801 * register.el (copy-to-register, append-to-register)
32802 (prepend-to-register): Use filter-buffer-substring.
32803
32804 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32805
32806 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32807 (gud-filter-pending-text): Move in front of gdb.
32808 (gud-overlay-arrow-position): New variable.
32809 (gud-sentinel, gud-display-line): Use it in place of
32810 overlay-arrow-position.
32811
32812 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32813
32814 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32815 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32816 (fortran-font-lock-keywords-4): New variable.
32817 (fortran-blocks-re, fortran-end-block-re)
32818 (fortran-start-block-re): New constants, for hideshow.
32819 (hs-special-modes-alist): Add a Fortran entry.
32820 (fortran-mode-map): Bind fortran-end-of-block,
32821 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32822 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32823 (fortran-looking-at-if-then, fortran-end-of-block)
32824 (fortran-beginning-of-block): New functions, for hideshow.
32825
32826 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32827 Doc fix. Tweak regexp.
32828 (f90-beginning-of-block): Push mark first.
32829
32830 2005-03-29 Jay Belanger <belanger@truman.edu>
32831
32832 * calc/calc.el: Update copyright date.
32833 (calc-version): Increase to 2.1.
32834 (calc-version-date): Remove.
32835
32836 * calc/calc-help.el: Update copyright date.
32837 (calc-full-help): Remove reference to calc-version-date.
32838 Update copyright date.
32839
32840 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32841
32842 * vc.el (vc-do-command): Use a pipe for async processes, so password
32843 prompts don't show up at places where the user can't reply.
32844
32845 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32846
32847 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32848 on the file name we pass to the inferior shell.
32849
32850 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32851
32852 * progmodes/which-func.el (which-function): Be robust in the face of an
32853 imenu--make-index-alist failure.
32854
32855 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32856
32857 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32858
32859 * progmodes/python.el (python-preoutput-filter): Fix last change.
32860
32861 2005-03-29 Lute Kamstra <lute@gnu.org>
32862
32863 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32864 functions and compiled macros.
32865 (debug-convert-byte-code): Handle macros too.
32866 (debug-on-entry-1): Don't signal an error when trying to clear a
32867 function that is not set to debug on entry.
32868
32869 2005-03-29 Jay Belanger <belanger@truman.edu>
32870
32871 * calc/calc-lang.el: Add functions to math-function-table
32872 properties of tex and math.
32873
32874 2005-03-29 Kenichi Handa <handa@m17n.org>
32875
32876 * ps-mule.el (ps-mule-plot-string): Translate characters by
32877 ps-print-translation-table.
32878 (ps-mule-begin-job): Call find-charset-region/string with
32879 ps-print-translation-table.
32880 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32881
32882 * ps-print.el (ps-print-translation-table): New variable.
32883 (ps-plot-region): Translate characters by ps-print-translation-table.
32884
32885 2005-03-29 Juri Linkov <juri@jurta.org>
32886
32887 * simple.el (next-error-highlight-timer): New variable.
32888
32889 * progmodes/compile.el (compilation-goto-locus):
32890 Use `next-error-highlight-timer' instead of `sit-for'.
32891
32892 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32893
32894 * mail/supercite.el (sc-mail-field): Use assoc-string.
32895 (sc-get-address): Simplify regexps.
32896
32897 * files.el (minibuffer-with-setup-hook): New macro.
32898 (find-file-read-args): Use it to avoid let-binding
32899 minibuffer-with-setup-hook (which breaks turning on/off
32900 file-name-shadow-mode while in the prompt).
32901
32902 * complete.el (PC-read-include-file-name-internal):
32903 Use test-completion.
32904
32905 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32906
32907 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32908
32909 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32910
32911 * window.el (window-buffer-height): Use count-screen-lines.
32912
32913 * progmodes/python.el (python-preoutput-leftover): New var.
32914 (python-preoutput-filter): Use it.
32915 (python-send-receive): Loop until all the result has been received.
32916
32917 2005-03-28 Juri Linkov <juri@jurta.org>
32918
32919 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32920
32921 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32922 "Recover Crashed Session".
32923 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32924 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32925 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32926 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32927 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32928 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32929 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32930 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32931
32932 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32933 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32934 Ediff Sessions", "Toggle use of separate control buffer frame",
32935 "Use separate frame for Ediff control buffer".
32936
32937 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32938 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32939 "Rename Bookmark", "Delete Bookmark".
32940
32941 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32942 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32943 Add `:active Info-index-alternatives' to "Next Matching Item".
32944
32945 * wdired.el (wdired-change-to-wdired-mode):
32946 Mention `wdired-abort-changes' key in the initial message.
32947
32948 * international/mule.el (auto-coding-alist): Associate non-ascii
32949 image filename extensions with `no-conversion'.
32950
32951 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32952
32953 * international/iso-acc.el:
32954 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32955
32956 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32957
32958 * textmodes/sgml-mode.el (html-mode): Doc update.
32959
32960 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32961
32962 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32963
32964 * term.el (term-move-columns): Fix face after extending a line.
32965 (term-insert-spaces): Likewise.
32966 (term-reset-terminal): Fix off by one error.
32967
32968 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32969
32970 * international/mule.el (auto-coding-alist): Add .xpi files.
32971
32972 * files.el (auto-mode-alist): Add .xpi files.
32973
32974 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32975
32976 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32977
32978 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32979
32980 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32981
32982 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32983
32984 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32985 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32986
32987 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32988 cursor to Jan 1 when needed.
32989 (calendar-end-of-year): Fix -/+ typo.
32990 Reported by Chong Yidong <cyd@stupidchicken.com>.
32991
32992 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32993
32994 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32995
32996 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32997 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32998
32999 2005-03-25 Richard M. Stallman <rms@gnu.org>
33000
33001 * filesets.el (filesets-init): Add autoload.
33002
33003 * mail/mailalias.el (mail-directory): Doc fix.
33004
33005 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33006
33007 * mail/mailalias.el (mail-directory-process): Do nothing if
33008 mail-directory-process is an atom.
33009 (mail-get-names): Ignore mail-directory-names if it is an atom.
33010 (mail-directory-process defvar): Doc fix.
33011 (mail-names): Doc fix.
33012
33013 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33014
33015 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33016
33017 2005-03-26 Kenichi Handa <handa@m17n.org>
33018
33019 * international/mule-util.el (detect-coding-with-priority):
33020 Call update-coding-systems-internal before detect-coding-region.
33021
33022 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33023
33024 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33025 (gdb-frames-mode-map): Add follow-link property.
33026
33027 2005-03-25 Jay Belanger <belanger@truman.edu>
33028
33029 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33030 for variables.
33031
33032 2005-03-25 Juri Linkov <juri@jurta.org>
33033
33034 * image-mode.el: Optimize image filename extension regexps in
33035 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33036 in `auto-mode-alist'.
33037 (image-mode): Add `image-toggle-display-text' to local hook
33038 `change-major-mode-hook'. Display the image as an image by
33039 default. Set `cursor-type' and `truncate-lines' if the image
33040 is already displayed. Take into account the current mode (image
33041 or text) in message.
33042 (image-minor-mode): New minor mode.
33043 (image-mode-maybe, image-toggle-display-text): New functions.
33044 (image-toggle-display): Use called-interactively-p.
33045 Let-bind `inhibit-read-only' to t.
33046
33047 * image-mode.el (image-minor-mode): Set `cursor-type' and
33048 `truncate-lines' if the image is already displayed. Add turning
33049 image-minor-mode off to `change-major-mode-hook'. Add message.
33050 Call `image-toggle-display-text' after turning image-minor-mode off.
33051
33052 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33053
33054 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33055 Terminal.app, use utf-8.
33056 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33057 (set-locale-environment): Use it.
33058
33059 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33060
33061 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33062
33063 * progmodes/python.el (python-close-block-statement-p)
33064 (python-outdent-p, python-current-defun): Use symbol-end.
33065
33066 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33067
33068 * files.el (save-some-buffers): Doc fix.
33069
33070 2005-03-25 Werner Lemberg <wl@gnu.org>
33071
33072 * complete.el, thumbs.el: Replace `legal' with `valid'.
33073 * calendar/calendar.el: Replace `legal' with `valid'.
33074 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33075 * mail/supercite.el: Replace `legal' with `valid'.
33076 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33077 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33078 Replace `legal' with `valid'.
33079 * textmodes/reftex-vars.el, textmodes/reftex.el:
33080 Replace `legal' with `valid'.
33081
33082 2005-03-25 Werner Lemberg <wl@gnu.org>
33083
33084 * calc/calc-forms.el, calc/calc-sel.el
33085 * midnight.el, vc-cvs.el
33086 * emacs-lisp/cl-macs.el
33087 * emulation/vip.el
33088 * eshell/esh-io.el, eshell/esh-var.el
33089 * mail/supercite.el
33090 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33091 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33092 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33093 * progmodes/sh-script.el, progmodes/xscheme.el
33094 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33095 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33096 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33097 * textmodes/reftex.el, textmodes/org.el:
33098 Replace `illegal' with `invalid'.
33099
33100 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33101
33102 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33103 (flymake-find-buildfile, flymake-find-possible-master-files)
33104 (flymake-check-include, flymake-parse-line): Replace loops over the
33105 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33106
33107 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33108 Substitute file-name-as-directory in the rest of the file.
33109 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33110 (flymake-replace-region): Remove unused arg `buffer'.
33111 (flymake-check-patch-master-file-buffer): Update calls to it.
33112 (flymake-add-err-info): Remove unused var `count'.
33113 (flymake-mode): Use define-minor-mode.
33114
33115 * progmodes/flymake.el: Use with-current-buffer.
33116 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33117 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33118 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33119 Avoid testing for `xemacs'.
33120 (flymake-nop): Move.
33121 (flymake-region-has-flymake-overlays): Return the computed value.
33122 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33123 Remove unused var `endline'.
33124 (flymake-get-line-count): Remove unused function.
33125 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33126
33127 * emulation/vi.el:
33128 * generic.el:
33129 * hilit-chg.el (global-highlight-changes):
33130 * hi-lock.el (hi-lock-mode):
33131 * follow.el: find-file-hooks -> find-file-hook.
33132
33133 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33134
33135 2005-03-24 Juri Linkov <juri@jurta.org>
33136
33137 * dired.el (dired-mode-map): Add menu item "Compare directories"
33138 for dired-compare-directories.
33139
33140 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33141 Doc fix. Replace `read-file-name' with `read-directory-name'.
33142
33143 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33144
33145 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33146
33147 2005-03-24 Jay Belanger <belanger@truman.edu>
33148
33149 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33150 relevant mode settings in calc-embedded-original-modes when modes
33151 are permanently changed.
33152
33153 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33154
33155 * autoinsert.el: find-file-hooks -> find-file-hook.
33156
33157 2005-03-24 Lute Kamstra <lute@gnu.org>
33158
33159 * generic.el (generic-font-lock-defaults): Make it obsolete.
33160 (generic-font-lock-keywords): New variable to replace
33161 generic-font-lock-defaults.
33162 (generic-mode-set-font-lock): Delete it.
33163 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33164 (generic-bracket-support): Add docstring.
33165
33166 * generic-x.el: Rename generic-font-lock-defaults to
33167 generic-font-lock-keywords throughout.
33168 (mailagent-rules-setup-function): Delete it.
33169 (mailagent-rules-generic-mode): Use anonymous function instead.
33170 (show-tabs-generic-mode-font-lock-defaults-1)
33171 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33172 Quote faces.
33173 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33174 not foreground.
33175
33176 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33177 Recognize define-generic-mode.
33178
33179 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33180
33181 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33182 if there's no completion table.
33183
33184 2005-03-23 Miles Bader <miles@gnu.org>
33185
33186 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33187 Remove tty-specific variants, as they're no longer needed.
33188
33189 2005-03-23 Lute Kamstra <lute@gnu.org>
33190
33191 * generic-x.el: Code cleanup: make args constant whenever possible.
33192 (installshield-statement-keyword-list)
33193 (installshield-system-functions-list)
33194 (installshield-system-variables-list, installshield-types-list)
33195 (installshield-funarg-constants-list): Make them constants.
33196
33197 * generic.el (generic-make-keywords-list): Add autoload cookie.
33198
33199 * calendar/time-date.el: Add comment on time value formats.
33200 Don't require parse-time.
33201 (with-decoded-time-value): New macro.
33202 (encode-time-value): New function.
33203 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33204 (days-to-time): Return a valid time value when arg is huge.
33205 (time-since): Use time-subtract.
33206 (time-to-number-of-days): Use time-to-seconds.
33207
33208 2005-03-23 David Ponce <david@dponce.com>
33209
33210 * recentf.el (recentf-keep): New option.
33211 (recentf-menu-action): Default to `find-file'.
33212 (recentf-keep-non-readable-files-flag)
33213 (recentf-keep-non-readable-files-p)
33214 (recentf-file-readable-p, recentf-find-file)
33215 (recentf-cleanup-remote): Remove.
33216 (recentf-include-p): More robust.
33217 (recentf-keep-p): New function.
33218 (recentf-remove-if-non-kept): Rename from
33219 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33220 All callers updated.
33221 (recentf-menu-items-for-commands): Fix help string.
33222 (recentf-track-closed-file): Update. Doc fix.
33223 (recentf-cleanup): Update. Count removed files. Doc fix.
33224
33225 2005-03-23 Kim F. Storm <storm@cua.dk>
33226
33227 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33228 Don't inherit from fringe face (now happens automatically).
33229
33230 2005-03-22 Kim F. Storm <storm@cua.dk>
33231
33232 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33233 position values.
33234
33235 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33236
33237 * menu-bar.el (showhide-date-time): Remove.
33238 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33239 (menu-bar-make-mm-toggle): Simplify.
33240
33241 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33242
33243 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33244 Accept qualified variable and function names.
33245
33246 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33247
33248 * bindings.el (completion-ignored-extensions):
33249 Remove ".lis" for `vax-vms'.
33250
33251 2005-03-22 Andreas Schwab <schwab@suse.de>
33252
33253 * generic-x.el: Revert last change.
33254 * ldefs-boot.el: Update.
33255
33256 2005-03-22 Jay Belanger <belanger@truman.edu>
33257
33258 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33259 (calc-embedded-save-original-modes)
33260 (calc-embedded-restore-original-modes): New functions.
33261 (calc-do-embedded): Save original modes when entering embedded mode
33262 and restore when leaving embedded mode.
33263 (calc-embedded-modes-change): Change the value of
33264 calc-embedded-original-modes to reflect permanent changes.
33265
33266 2005-03-22 Lute Kamstra <lute@gnu.org>
33267
33268 * generic-x.el: Require generic again.
33269
33270 2005-03-22 Miles Bader <miles@gnu.org>
33271
33272 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33273 Tweak details to look good on both ttys and bitmap displays, light
33274 or dark background, etc.
33275
33276 2005-03-21 Kim F. Storm <storm@cua.dk>
33277
33278 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33279 mouse position.
33280
33281 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33282
33283 * icomplete.el: Don't forcibly turn on the mode upon load.
33284 (icomplete-mode): Use define-minor-mode.
33285 (icomplete-eoinput): Default to nil.
33286 (icomplete-minibuffer-setup): Remove autoload.
33287 (icomplete-tidy): Simplify.
33288 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33289 in the initial state or if the user has modified the field.
33290 Fix handling of icomplete-max-delay-chars.
33291 Remove code that handles the oddball case where
33292 minibuffer-completion-table is an integer.
33293 Wrap icomplete-completions in while-no-input in case building
33294 completions takes more time than expected.
33295 (icomplete-completions): Simplify.
33296
33297 2005-03-21 Richard M. Stallman <rms@gnu.org>
33298
33299 * jka-compr.el (jka-compr-really-do-compress):
33300 Make variable buffer-local.
33301
33302 * image-mode.el: Handle .xpm files too.
33303 (image-toggle-display): Preserve modification flag.
33304
33305 * help.el (where-is): Don't mention aliases with no key bindings.
33306
33307 2005-03-21 Lute Kamstra <lute@gnu.org>
33308
33309 * generic.el: Fix commentary section. Don't require cl for
33310 compilation.
33311 (generic-mode-list): Add autoload cookie.
33312 (generic-use-find-file-hook, generic-lines-to-scan)
33313 (generic-find-file-regexp, generic-ignore-files-regexp)
33314 (generic-mode, generic-mode-find-file-hook)
33315 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33316 (define-generic-mode): Make it a defmacro. Fix docstring.
33317 (generic-mode-internal): Code cleanup. Add autoload cookie.
33318 (generic-mode-set-comments): Code cleanup.
33319 * generic-x.el: Don't prevent compilation. Don't require generic.
33320 Follow coding conventions. Minor code cleanup.
33321 (etc-fstab-generic-mode): Add some keywords.
33322 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33323 define-generic-mode like a function declaration.
33324
33325 2005-03-21 Jay Belanger <belanger@truman.edu>
33326
33327 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33328 changing modes.
33329
33330 2005-03-21 Sam Steingold <sds@gnu.org>
33331
33332 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33333
33334 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33335
33336 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33337 Add underscore to "f$ lexicals" regexp.
33338
33339 2005-03-20 Juri Linkov <juri@jurta.org>
33340
33341 * subr.el (progress-reporter-do-update): When `min-value' is equal
33342 to `max-value', set `percentage' to 0 and prevent division by zero.
33343
33344 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33345
33346 Sync with Tramp 2.0.48.
33347
33348 * net/tramp.el (all): Change all addresses to .gnu.org.
33349 (tramp-append-tramp-buffers): New defun.
33350 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33351 Catch `dont-send' signal.
33352 (tramp-set-auto-save-file-modes): Set always permissions, because
33353 there might be an old auto-saved file belonging to another
33354 original file. This could be a security threat. Reported by
33355 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33356 Check for Emacs 21.3.50 removed.
33357
33358 * net/tramp-smb.el (all): Remove debug construct for
33359 `with-parsed-tramp-file-name'.
33360 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33361 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33362 No error message if DIRECTORY or FILENAME doesn't exist.
33363 (tramp-smb-open-connection): Check existence of
33364 `tramp-smb-program'.
33365
33366 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33367
33368 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33369 Properly handle the case where the `m' or `s' command's argument is not
33370 yet terminated.
33371 (perl-indent-new-calculate): New function.
33372 (perl-indent-line): Use it.
33373
33374 2005-03-20 Miles Bader <miles@gnu.org>
33375
33376 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33377 in text-mode too. Change to new face names.
33378 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33379 Add `:weight bold' attribute.
33380 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33381
33382 2005-03-19 Juri Linkov <juri@jurta.org>
33383
33384 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33385
33386 * international/mule.el (auto-coding-alist): Sync with
33387 `auto-mode-alist' by adding upper case archive file extensions
33388 and adding ear/war to jar extension.
33389
33390 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33391
33392 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33393 running, restart it.
33394
33395 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33396
33397 * finder.el (finder-current-item): Throw an error on an empty line.
33398
33399 * man.el (Man-follow-manual-reference): If current-word returns
33400 nil, use "".
33401
33402 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33403
33404 * simple.el (goto-line): Doc fix.
33405
33406 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33407
33408 * files.el (save-buffer): Doc fix.
33409
33410 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33411
33412 * recentf.el (recentf-cleanup-remote): New variable.
33413 (recentf-cleanup): Use it to conditionally check availability of
33414 remote files.
33415
33416 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33417
33418 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33419 function names.
33420
33421 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33422
33423 * language/thai-word.el: New file.
33424
33425 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33426
33427 * files.el (backup-buffer): If the file's directory is not
33428 writable, use copy instead of move to backup the file.
33429
33430 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33431
33432 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33433
33434 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33435
33436 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33437 Use functionp instead of symbolp and fboundp. Reported by Drkm
33438 <darkman_spam@yahoo.fr>.
33439 (ps-print-version): New version 6.6.6.
33440
33441 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33442
33443 * textmodes/table.el (table--line-column-position): New idiom.
33444 (table--row-column-insertion-point-p): New function to test
33445 validity of row and column insertion operation at a location.
33446 (table-global-menu, table-cell-menu): Use above functions for
33447 deterministic test operation.
33448 (table--editable-cell-p): Behave in deterministic fashion.
33449
33450 2005-03-18 Juri Linkov <juri@jurta.org>
33451
33452 * isearch.el (isearch-lazy-highlight-new-loop):
33453 Make arguments beg and end optional.
33454 (isearch-update): Remove optional arguments nil from
33455 isearch-lazy-highlight-new-loop.
33456 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33457 isearch-lazy-highlight-case-fold-search instead of
33458 isearch-case-fold-search, and let-bind isearch-regexp to
33459 isearch-lazy-highlight-regexp.
33460 Use isearch-lazy-highlight-last-string instead of isearch-string.
33461
33462 * replace.el (perform-replace): Remove bindings of global
33463 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33464 Add three new arguments to `replace-highlight'.
33465 (replace-highlight): Add arguments string, regexp, case-fold.
33466 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33467 to allow isearch-lazy-highlight-new-loop to use these values
33468 to set corresponding isearch-lazy-highlight-* internal
33469 variables whose values lazy highlighting will use regardless of
33470 changes to global variables isearch-string, isearch-regexp,
33471 isearch-case-fold-search during lazy highlighting loop.
33472 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33473 to `lazy-highlight-cleanup'.
33474
33475 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33476 (ispell-highlight-face): Set default face to `isearch' when
33477 lazy highlighting is enabled.
33478 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33479 priority to 1. Add lazy highlighting.
33480 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33481 from `isearch-dehighlight'.
33482
33483 2005-03-18 David Ponce <david@dponce.com>
33484
33485 * files.el (hack-local-variables): Do a case-insensitive search
33486 for End.
33487
33488 2005-03-18 Juri Linkov <juri@jurta.org>
33489
33490 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33491 `isearch-lazy-highlight-cleanup', add alias to old name and
33492 declare obsolete. Add release numbers to other obsolete vars.
33493 (isearch-done, isearch-lazy-highlight-new-loop):
33494 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33495 (lazy-highlight-cleanup) <variable>: Doc fix.
33496 (isearch-lazy-highlight-update): Rename obsolete
33497 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33498
33499 2005-03-18 Kenichi Handa <handa@m17n.org>
33500
33501 * language/thai-util.el: Fix categorization of Thai characters in
33502 thai-category-table.
33503 (thai-composition-pattern): Adjust it for the above change.
33504 (thai-self-insert-command, thai-compose-syllable): New functions.
33505 (thai-compose-region): Use thai-compose-syllable.
33506 (thai-compose-string): Likewise.
33507 (thai-composition-function): Likewise.
33508 (thai-auto-composition): New function.
33509 (thai-auto-composition-mode): New minor mode.
33510
33511 * language/thai.el: Fix patterns to be registered in
33512 composition-function-table.
33513
33514 * international/quail.el (quail-input-method): Locally bind
33515 inhibit-modification-hooks to t.
33516
33517 2005-03-17 Richard M. Stallman <rms@gnu.org>
33518
33519 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33520 (perl-mode): Use run-mode-hooks.
33521
33522 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33523 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33524 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33525
33526 * mail/sendmail.el (sendmail-send-it): Reenable the code
33527 to compute resend-to-address and use it.
33528
33529 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33530
33531 * image-mode.el: New file.
33532
33533 * image.el (insert-sliced-image): Add autoload cookie.
33534
33535 * font-lock.el (font-lock-lines-before): New user option.
33536 (font-lock-after-change-function): Obey it.
33537
33538 * bindings.el (esc-map): Make M-g a prefix.
33539 Bind M-g g and M-g M-g to goto-line.
33540
33541 * faces.el (face-id): Doc fix.
33542
33543 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33544
33545 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33546 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33547 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33548
33549 * mail/sendmail.el (mail-yank-ignored-headers)
33550 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33551 Add Mail-Followup-To and Mail-Reply-To headers.
33552 (mail-citation-hook): Add autoload cookie.
33553 (mail-mode): Doc fix.
33554 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33555 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33556 (mail-mode-fill-paragraph): Handle those headers.
33557 (mail-mailing-lists): New variable.
33558 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33559
33560 2005-03-17 Juri Linkov <juri@jurta.org>
33561
33562 * isearch.el (isearch-fallback): Check for `(car previous)'
33563 before calling `isearch-other-end-state'.
33564
33565 2005-03-17 Kim F. Storm <storm@cua.dk>
33566
33567 * simple.el (move-beginning-of-line): Move to beginning of buffer
33568 line, as well as beginning of screen line.
33569
33570 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33571
33572 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33573 argument REDRAW rather than calendar-redrawing variable.
33574 * calendar/calendar.el (calendar-redrawing): Delete.
33575 (redraw-calendar): Do not bind calendar-redrawing.
33576
33577 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33578
33579 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33580 diary-file buffer.
33581
33582 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33583
33584 * help.el (describe-mode): Allow a :minor-mode-function property to
33585 specify a different minor mode toggle function than the variable.
33586 * simple.el (auto-fill-function):
33587 * subr.el (add-minor-mode): Use it.
33588
33589 2005-03-16 Kenichi Handa <handa@m17n.org>
33590
33591 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33592 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33593 (ethio-fidel-to-sera-buffer): Likewise.
33594
33595 2005-03-16 Juri Linkov <juri@jurta.org>
33596
33597 * emacs-lisp/find-func.el (find-function-regexp):
33598 Add defun-emitting macro `menu-bar-make-toggle'.
33599
33600 * isearch.el: Put `isearch-scroll' property to
33601 `split-window-horizontally'.
33602
33603 * info.el: Update error messages for `debug-ignored-errors'.
33604 (Info-isearch-search): Doc fix.
33605 (Info-find-node): Move up code to go into info buffer before
33606 recording the node to the history.
33607 (Info-fontify-node): Fontify titles only if the next line
33608 has two or more `*', `=', `-', `.'.
33609 Display "go to this node" for empty (match-string 3).
33610
33611 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33612
33613 * term/mac-win.el: Add mouse pointer shape constants.
33614
33615 2005-03-15 Kim F. Storm <storm@cua.dk>
33616
33617 * simple.el (move-beginning-of-line): Use vertical-motion.
33618
33619 2005-03-15 Juri Linkov <juri@jurta.org>
33620
33621 * isearch.el (isearch-error): New variable.
33622 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33623 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33624 (isearch-within-brackets-state): Remove.
33625 (isearch-case-fold-search-state, isearch-pop-fun-state):
33626 Decrease frame index.
33627 (isearch-mode, isearch-top-state, isearch-push-state)
33628 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33629 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33630 (isearch-search, isearch-lazy-highlight-new-loop):
33631 Replace `isearch-invalid-regexp' with `isearch-error'.
33632 Remove `isearch-within-brackets'.
33633 (isearch-search): Add `search-failed' handler to `condition-case'.
33634 (isearch-lazy-highlight-search): Add `condition-case' to catch
33635 errors and allow `isearch-lazy-highlight-update' to try
33636 highlighting from the beginning of the window.
33637 (isearch-repeat): Move up code to set isearch-wrapped to t
33638 before calling isearch-wrap-function.
33639
33640 * info.el (Info-isearch-initial-node): New internal variable.
33641 (Info-search): Signal an error in isearch mode when search leaves
33642 the initial node. Signal an error when `bound' is non-nil and
33643 nothing was found in the current subfile.
33644 (Info-isearch-search): Remove `condition-case'.
33645 (Info-isearch-wrap): Don't wrap when search failed during leaving
33646 the initial node. If `Info-isearch-search' is nil, wrap around
33647 the current node.
33648 (Info-isearch-start): New fun.
33649 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33650 `isearch-mode-hook'.
33651
33652 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33653
33654 * simple.el (normal-erase-is-backspace): Set default to t if
33655 running on Mac.
33656
33657 * term/mac-win.el (function-key-map): Sync with x-win.el.
33658
33659 2005-03-15 Kenichi Handa <handa@m17n.org>
33660
33661 * international/mule-cmds.el (locale-language-names): Modify the
33662 format of elements and add more entries.
33663 (locale-preferred-coding-systems): Add more entries.
33664 (set-locale-environment): Adjust for the change of
33665 locale-language-names.
33666
33667 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33668
33669 * pcvs.el (smerge-ediff): Remove bogus autoload.
33670
33671 2005-03-14 Lute Kamstra <lute@gnu.org>
33672
33673 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33674 Ignore a `*' at the beginning of a line.
33675
33676 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33677 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33678 subr.el.
33679 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33680 to specify indentation.
33681
33682 * generic.el (define-generic-mode): Let generic-mode-list be a
33683 list of strings; test membership with equal.
33684
33685 2005-03-14 Kim F. Storm <storm@cua.dk>
33686
33687 * simple.el (next-line, previous-line): Add optional try-vscroll
33688 arg to recognize interactive use. Pass it on to line-move.
33689 (line-move): Don't perform auto-window-vscroll when defining or
33690 executing keyboard macro to ensure consistent behavior.
33691
33692 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33693
33694 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33695
33696 2005-03-13 Lute Kamstra <lute@gnu.org>
33697
33698 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33699 debugger-setup-buffer so that backtrace marks the frames set to
33700 debug-on-exit and we don't have to do it manually. Set an extra
33701 debug-on-exit for macro's.
33702 (debugger-setup-buffer): Don't mark the top frame manually.
33703
33704 2005-03-12 Lute Kamstra <lute@gnu.org>
33705
33706 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33707 lisp-indent-function throughout.
33708 (with-no-warnings): Set lisp-indent-function property.
33709
33710 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33711
33712 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33713 Add entry for backslash.
33714
33715 2005-03-12 Juri Linkov <juri@jurta.org>
33716
33717 * info.el (Info-search): Four fixes for backward search.
33718
33719 2005-03-11 Jay Belanger <belanger@truman.edu>
33720
33721 * calc/calc.el (calc-language-alist): New variable.
33722 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33723 (calc-embedded-find-modes): Use calc-language-alist instead of
33724 calc-embedded-language-alist.
33725
33726 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33727
33728 * calendar/calendar.el (calendar-redrawing): New internal
33729 variable.
33730 (redraw-calendar): Remove bogus save-excursion from previous
33731 change. Bind calendar-redrawing to t for mark-diary-entries.
33732 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33733 calendar if that is why we were called.
33734
33735 2005-03-11 Kenichi Handa <handa@m17n.org>
33736
33737 * international/mule.el (make-coding-system): Set property
33738 coding-system-define-form to nil.
33739 (define-coding-system-alias): Likewise.
33740
33741 2005-03-11 Kenichi Handa <handa@m17n.org>
33742
33743 These changes are suggested by Dave Love <fx@gnu.org>.
33744
33745 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33746 coding: tag.
33747 (adaptive-fill-regexp): Add more bullets.
33748 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33749 regexps.
33750
33751 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33752
33753 * help.el (describe-mode): Properly handle non-trivial lighters.
33754 Don't ignore minor modes that are not listed in minor-mode-list.
33755
33756 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33757 feature ON when the user requests to turn it OFF.
33758
33759 2005-03-10 Lute Kamstra <lute@gnu.org>
33760
33761 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33762 (implement-debug-on-entry): New function to replace debug-entry-code.
33763 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33764 second argument as the 2005-03-07 change makes it obsolete.
33765 (debug-on-entry, cancel-debug-on-entry): Update call to
33766 debug-on-entry-1.
33767 (debug, debugger-setup-buffer): Comment update.
33768 (debugger-frame-number): Update to work with implement-debug-on-entry.
33769
33770 2005-03-10 Jay Belanger <belanger@truman.edu>
33771
33772 * calc/calc-embed.el (math-ms-args): Declare it.
33773 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33774 math-ms-args.
33775 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33776 variables.
33777
33778 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33779
33780 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33781 Use message-box.
33782
33783 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33784 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33785 (tooltip-gud-tips): Simplify.
33786 (tooltip-gud-tips-p): Remove superfluous :set.
33787 (tooltip-gud-modes): Add fortran-mode.
33788 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33789
33790 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33791
33792 2005-03-09 Kim F. Storm <storm@cua.dk>
33793
33794 * play/animate.el (animate-place-char): Use forward-line instead
33795 of next-line to improve performance.
33796
33797 2005-03-09 Simon Josefsson <jas@extundo.com>
33798
33799 * net/browse-url.el (browse-url-default-browser): Doc fix.
33800
33801 2005-03-09 Miles Bader <miles@gnu.org>
33802
33803 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33804 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33805
33806 2005-03-09 Kenichi Handa <handa@m17n.org>
33807
33808 * international/latin-1.el: Set case and syntax for 255 only if
33809 set-case-syntax-set-multibyte is nil.
33810
33811 * textmodes/ispell.el (ispell-insert-word): New function.
33812 (ispell-word): Use ispell-insert-word to insert a new word.
33813 (ispell-process-line): Likewise.
33814 (ispell-complete-word): Likewise.
33815
33816 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33817
33818 * calendar/calendar.el (redraw-calendar): Preserve point.
33819 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33820 (calendar-week-start-day): Move after definition of
33821 redraw-calendar. Delete buffer test, since redraw-calendar has
33822 that now.
33823
33824 * calendar/diary-lib.el (mark-diary-entries): Only call
33825 redraw-calendar in the first of any recursive calls.
33826 Reported by Alan Shutko <ats@acm.org>.
33827
33828 2005-03-08 Juri Linkov <juri@jurta.org>
33829
33830 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33831 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33832 (html-radio-buttons): Add a space before the trailing `/>' where
33833 sgml-xml-mode is non-nil.
33834 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33835 the subsequent tag of the empty XML tag.
33836 (html-href-anchor): Don't set initial input to "http:".
33837 (html-image): Ask for the image URL and set point inside alt="".
33838 (html-name-anchor): Duplicate the name in the `id' attribute when
33839 sgml-xml-mode is non-nil.
33840 (html-paragraph): Remove \n before <p>.
33841 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33842 instead of `checked' when sgml-xml-mode is non-nil.
33843
33844 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33845 Remove 1 space before #RRGGBB to not truncate it on terminal
33846 windows w/o fringes. Remove 1 space between bg and fg examples
33847 to get more space.
33848 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33849 avoid byte-compile warnings.
33850
33851 * image-file.el (image-file-handler): Put `safe-magic' property to
33852 `image-file-handler'.
33853
33854 * info.el (Info-isearch-search): Emulate word search in
33855 isearching through multiple Info nodes with Info-search.
33856 (Info-isearch-wrap): Allow isearch-word.
33857
33858 2005-03-08 Lute Kamstra <lute@gnu.org>
33859
33860 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33861 stepping into the debugger's code is not possible.
33862 (debugger-jumping-flag): Docstring update.
33863
33864 2005-03-08 Jay Belanger <belanger@truman.edu>
33865
33866 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33867 embedded mode begins.
33868 (calc-embedded-language-alist): New variable.
33869 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33870 set default language mode.
33871
33872 2005-03-08 Kenichi Handa <handa@m17n.org>
33873
33874 * international/ccl.el (define-ccl-program): Fix docstring about
33875 extra 256 bytes assured for the output buffer.
33876
33877 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33878 Fix BUFFER_MAGNIFICATION to 2.
33879 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33880
33881 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33882
33883 * align.el (align-rules-list): Added an alignment rule for CSS
33884 declarations (applies to css-mode and html-mode buffers).
33885
33886 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33887
33888 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33889
33890 2005-03-07 Kim F. Storm <storm@cua.dk>
33891
33892 * simple.el (move-beginning-of-line): New command.
33893
33894 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33895
33896 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33897
33898 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33899 and move-beginning-of-line.
33900
33901 * apropos.el (apropos-print): Omit command from M-x ... RET.
33902
33903 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33904
33905 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33906 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33907
33908 2005-03-06 Richard M. Stallman <rms@gnu.org>
33909
33910 * bindings.el (esc-map): Bind M-g to goto-line.
33911
33912 * facemenu.el (global-map): Bind M-o, not M-g.
33913
33914 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33915
33916 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33917 "Open Directory" as for "Open File".
33918
33919 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33920
33921 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33922 (push-mark-command): Run activate-mark-hook.
33923
33924 2005-03-06 Richard M. Stallman <rms@gnu.org>
33925
33926 * help-mode.el (help-mode-finish): Don't alter the element
33927 in view-return-to-alist if there already is one.
33928
33929 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33930 make sure the current buffer is the expected one.
33931
33932 * novice.el (disabled-command-function): Output in *Disabled Command*.
33933 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33934
33935 * textmodes/flyspell.el (flyspell-large-region):
33936 Pass args differently for aspell.
33937
33938 * files.el (mode-require-final-newline): Doc fix.
33939
33940 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33941
33942 * progmodes/which-func.el (which-function):
33943 Specify NOERROR when calling imenu--make-index-alist.
33944
33945 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33946
33947 * simple.el (normal-erase-is-backspace): Define default value.
33948
33949 * custom.el (custom-theme-set-variables): Remove unused var
33950 `immediate'.
33951 (custom-reevaluate-setting): Simple function to handle variables
33952 that are defined before their default value can really be
33953 computed.
33954
33955 * startup.el (command-line): Use it for temporary-file-directory,
33956 small-emporary-file-directory, auto-save-file-name-transforms,
33957 blink-cursor-mode, and normal-erase-is-backspace.
33958
33959 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33960 progress, even with buggy anchored keywords.
33961
33962 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33963
33964 * simple.el (goto-line): Remove unbalanced final parenthesis.
33965
33966 2005-03-05 Richard M. Stallman <rms@gnu.org>
33967
33968 * simple.el (goto-line): Use a number at point as the default.
33969 With C-u as arg, switch buffers.
33970
33971 2005-03-05 Juri Linkov <juri@jurta.org>
33972
33973 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33974 with `no-blinking-cursor'.
33975
33976 * startup.el (no-blinking-cursor): New defvar.
33977 (command-line): Add `--no-blinking-cursor' to longopts.
33978 Set `no-blinking-cursor' to t for command line arguments
33979 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33980 with `no-blinking-cursor' in the condition for calling
33981 `blink-cursor-mode'.
33982
33983 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33984
33985 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33986 (menu-bar-options-save): Add blink-cursor-mode.
33987 (menu-bar-options-menu): Add blink-cursor-mode.
33988
33989 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33990
33991 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33992 (icalendar-export-file, icalendar-export-region)
33993 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33994 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33995
33996 2005-03-04 Lute Kamstra <lute@gnu.org>
33997
33998 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33999 (debug-function-list): Ditto.
34000
34001 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34002
34003 * textmodes/texinfmt.el (texinfo-append-refill):
34004 Redefine the types of line to which @refill
34005 is not appended by replacing a search for `@refill\\|@bye' with
34006 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34007 itemize@refill' bug and the unfilled long lines bug.
34008 (texinfmt-version): Update number and date.
34009
34010 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34011
34012 * international/code-pages.el (windows-1250, windows-125[2-8])
34013 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34014
34015 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34016
34017 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34018 bound yet.
34019
34020 2005-03-02 Romain Francoise <romain@orebokech.com>
34021
34022 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34023 buffer after removing limits.
34024 (ibuffer-pop-filter): Ditto.
34025 Update copyright.
34026
34027 2005-03-02 Miles Bader <miles@gnu.org>
34028
34029 * button.el (make-text-button): If the user doesn't specify a
34030 type, use the default. Rewrite to use `add-text-properties' and
34031 plist functions.
34032
34033 2005-03-01 Lute Kamstra <lute@gnu.org>
34034
34035 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34036 (debugger-jumping-flag): New var.
34037 (debug-entry-code): Use it.
34038 (debugger-jump): Use debugger-jumping-flag and add
34039 debugger-reenable to post-command-hook.
34040 (debugger-reenable): Use debugger-jumping-flag and remove itself
34041 from post-command-hook.
34042 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34043 debugger-reenable.
34044
34045 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34046
34047 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34048 inclusion of "itemize\\|", which may be unnecessary, is certainly
34049 inelegant, and stops refilling in itemize lists when formatting
34050 Japanese Texinfo files to Info.
34051 Update copyright to 2005.
34052
34053 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34054
34055 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34056 of an error if GDB can't find the source file.
34057
34058 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34059
34060 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34061 not just the calendar.
34062
34063 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34064 first.
34065 (diary-redraw-calendar): New function.
34066 (make-diary-entry): Add diary-redraw-calendar to local
34067 write-contents-functions. Turn off selective display before
34068 inserting in diary.
34069
34070 2005-03-01 Kim F. Storm <storm@cua.dk>
34071
34072 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34073
34074 2005-03-01 Lute Kamstra <lute@gnu.org>
34075
34076 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34077 that debug-entry-code can be safely removed from a function while
34078 this code is being evaluated. Revert the 2005-02-27 change as the
34079 new implementation no longer requires it. Make sure that a
34080 function body containing just a string is not mistaken for a docstring.
34081 (debug): Skip one more frame in case of debug on entry.
34082 (debugger-setup-buffer): Delete one more frame line in case of
34083 debug on entry.
34084 (debugger-frame-number): Update to use the new text introduced by
34085 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34086
34087 2005-02-28 Kim F. Storm <storm@cua.dk>
34088
34089 * double.el (double-translate-key): Call force-window-update after
34090 read-event to avoid crash in redisplay.
34091
34092 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34093
34094 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34095 (debug): Use it. Move the inhibit-trace earlier.
34096 (debug-entry-code): New const.
34097 (debug-on-entry-1): Use it.
34098
34099 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34100
34101 * international/utf-16.el (ccl-encode-mule-utf-16le):
34102 Fix BUFFER_MAGNIFICATION to 2.
34103 (ccl-encode-mule-utf-16be): Likewise.
34104
34105 2005-02-28 Kenichi Handa <handa@m17n.org>
34106
34107 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34108 Fix BUFFER_MAGNIFICATION to 4.
34109 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34110
34111 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34112
34113 * speedbar.el (speedbar-update-flag): Doc fix.
34114 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34115 argument.
34116
34117 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34118
34119 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34120 have a non-nil `invisible' property but are actually visible.
34121
34122 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34123 for perldoc sections.
34124 (perl-outline-regexp, perl-outline-level): New var and function.
34125 (perl-mode): Use them.
34126
34127 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34128
34129 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34130 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34131
34132 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34133
34134 * cus-edit.el: Comment change.
34135 (custom-buffer-create-internal): Slightly reword text at top of
34136 Custom buffers. Mention there that saving an option edits the
34137 init file. Add link to Emacs manual node on `custom-file'.
34138 (custom-magic-alist): Rewrite individual State messages to use
34139 capitalized keywords. Doc fix.
34140
34141 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34142
34143 * calendar/calendar.el (calendar-buffer): Move above
34144 calendar-week-start-day.
34145 (calendar-week-start-day): Doc fix. Add :set function.
34146 (calendar-minimum-window-height): New variable.
34147 (generate-calendar-window): Only resize window if selected-window
34148 is displaying the calendar buffer. Use new variable
34149 calendar-minimum-window-height.
34150 (generate-calendar): Reword error message.
34151 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34152
34153 2005-02-27 Andreas Schwab <schwab@suse.de>
34154
34155 * vc.el (vc-do-command): Don't run command asynchronously when
34156 operating in a remote directory.
34157
34158 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34159 change from sync with Tramp 2.0.47.
34160
34161 2005-02-27 Richard M. Stallman <rms@gnu.org>
34162
34163 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34164
34165 * textmodes/flyspell.el (flyspell-mode-on):
34166 Call ispell-change-dictionary only if necessary.
34167
34168 * emacs-lisp/re-builder.el (regexp-builder): New function.
34169
34170 * register.el (describe-register-1): Explicitly handle
34171 yank-excluded-properties = t.
34172
34173 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34174 (custom-magic-alist): Change the status descriptions again.
34175 (face widget-type): Total rewrite based on `restricted-sexp'
34176 to eliminate the confusing double hiding levels.
34177
34178 * emacs-lisp/debug.el (debug-on-entry-1):
34179 If function body is empty, add nil as body form.
34180
34181 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34182
34183 * emacs-lisp/trace.el (inhibit-trace): New var.
34184 (trace-make-advice): Use it.
34185
34186 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34187
34188 2005-02-26 Kim F. Storm <storm@cua.dk>
34189
34190 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34191 (mouse-on-link-p, mouse-drag-region-1): Use it.
34192
34193 2005-02-25 Lute Kamstra <lute@gnu.org>
34194
34195 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34196
34197 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34198
34199 * frame.el (blink-cursor-mode): Add :group keyword.
34200
34201 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34202
34203 * calendar/icalendar.el (icalendar--decode-isodatetime):
34204 New optional argument DAY-SHIFT.
34205 (icalendar-export-region): Fix coding-system-for-write.
34206 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34207 events by one.
34208
34209 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34210
34211 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34212
34213 2005-02-24 Kim F. Storm <storm@cua.dk>
34214
34215 * international/iso-acc.el (iso-accents-compose): Fix crash
34216 during redisplay. Call force-window-update after read-event
34217 and delete-region to signal that window is not accurate.
34218
34219 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34220
34221 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34222 Remove unused and inexistent var `inhibit-trace'.
34223 (debugger-mode): Use run-mode-hooks.
34224 (debugger-list-functions): Add buttons; setup xref stack.
34225
34226 2005-02-23 Richard M. Stallman <rms@gnu.org>
34227
34228 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34229 appointment says it was explicitly made.
34230 (appt-add): Set the 3rd element.
34231 (appt-make-list): Preserve explicit appointments.
34232
34233 * subr.el (find-tag-default): Catch errors in forward-sexp.
34234
34235 2005-02-23 Juri Linkov <juri@jurta.org>
34236
34237 * info.el (Info-isearch-search): New defcustom.
34238 (Info-isearch-search): Call the default isearch function
34239 when Info-isearch-search is nil.
34240 (Info-isearch-wrap): Use variable Info-isearch-search.
34241
34242 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34243
34244 * cus-edit.el: Comment change.
34245
34246 2005-02-22 Kim F. Storm <storm@cua.dk>
34247
34248 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34249 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34250
34251 2005-02-22 Simon Josefsson <jas@extundo.com>
34252
34253 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34254 New variable.
34255 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34256 Oskarsson" <myrkraverk@users.sourceforget.net>.
34257
34258 2005-02-22 Kim F. Storm <storm@cua.dk>
34259
34260 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34261 check that window of that event is the selected window.
34262 (mouse-drag-region-1): Compare mouse event window to selected
34263 window before setting point.
34264
34265 * tooltip.el (tooltip-show-help-function): Pass event to
34266 mouse-on-link-p so it can check selected window.
34267
34268 2005-02-22 Kenichi Handa <handa@m17n.org>
34269
34270 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34271 (ps-mule-show-warning): New function.
34272 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34273 characters are found.
34274
34275 * ps-print.el (ps-header-footer-string): Return a list of header
34276 and footer strings.
34277
34278 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34279
34280 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34281
34282 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34283
34284 * frame.el (blink-cursor-mode): Use define-minor-mode.
34285
34286 * term/mac-win.el (function-key-map): Use char-names more consistently.
34287 (file-name-coding-system): Only set it for MacOS-9. The other case is
34288 already handled in mule-cmds.el (where it also works when mac-win.el
34289 is not used).
34290
34291 2005-02-21 Kenichi Handa <handa@m17n.org>
34292
34293 * international/mule.el (ctext-pre-write-conversion): Always use
34294 " *code-converting-work*" buffer for work.
34295
34296 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34297
34298 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34299
34300 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34301
34302 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34303
34304 * ses.el (undo-more): Restore defadvice, but only the part that
34305 allows changes outside the restricted area of the buffer.
34306
34307 2005-02-20 Kim F. Storm <storm@cua.dk>
34308
34309 * simple.el (line-move): Add fourth optional arg try-vscroll which
34310 must be set to perform auto-window-vscroll.
34311 When moving backwards and doing auto-window-vscroll, automatically
34312 vscroll to the last part of lines which are taller than the window.
34313 (next-line, previous-line): Set try-vscroll arg on line-move.
34314
34315 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34316
34317 * replace.el (query-replace, query-replace-regexp)
34318 (replace-string, replace-regexp): When operating on region, make
34319 the minibuffer prompt say so.
34320
34321 * isearch.el (isearch-forward): Document isearch-query-replace and
34322 isearch-query-replace-regexp keybindings.
34323
34324 2005-02-19 Jay Belanger <belanger@truman.edu>
34325
34326 * calc/calc-aent.el (math-read-token): Add local variable.
34327
34328 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34329 (calc-edit-top): Move declaration to earlier in file.
34330 (calc-edit-macro-repeats): Add local variables.
34331
34332 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34333 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34334 calcFunc-tanh.
34335 Adjust integration rule for calcFunc-tan.
34336
34337 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34338
34339 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34340 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34341 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34342 (viper-skip-separators): Bug fix.
34343 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34344 particular major mode.
34345 (viper-del-backward-char-in-replace): Don't put deleted char on the
34346 kill ring.
34347
34348 * emulation/viper-ex.el (viper-color-display-p): New function.
34349 (viper-has-face-support-p): Use viper-color-display-p.
34350
34351 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34352
34353 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34354
34355 * emulation/viper-util.el (viper-glob-unix-files):
34356 Fix shell status check.
34357 (viper-file-remote-p): Make equivalent to file-remote-p.
34358
34359 * emulation/viper.el (viper-major-mode-modifier-list):
34360 Use viper-gnus-modifier-map.
34361
34362 2005-02-19 David Kastrup <dak@gnu.org>
34363
34364 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34365 quoting.
34366
34367 2005-02-19 Jay Belanger <belanger@truman.edu>
34368
34369 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34370 Remove extra definitions.
34371 (calc-coth): New function.
34372 (calcFunc-cot): Fix `let'.
34373
34374 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34375
34376 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34377 the reasons we use "type pc" in these faces.
34378
34379 * button.el (button): Ditto.
34380
34381 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34382
34383 * replace.el (query-replace-read-from): Set the value of
34384 query-replace-from-history-variable to handle the case of an empty
34385 string entered to accept the suggested default.
34386
34387 * net/tramp.el (tramp-file-name-for-operation):
34388 Use dired-call-process instead of dired-call-process-command.
34389
34390 2005-02-19 Jay Belanger <belanger@truman.edu>
34391
34392 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34393 (math-div-non-trig): New variables.
34394 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34395 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34396 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34397 trig expressions.
34398
34399 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34400
34401 * progmodes/gdb-ui.el (gdb-var-update-handler)
34402 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34403 for watch expressions,
34404 (gdb-var-create-handler): Don't set speedbar-update-flag.
34405 (gdb-post-prompt): Simplify test for speedbar.
34406
34407 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34408
34409 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34410 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34411 we use the syntax table of the correct buffer.
34412 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34413 Felix Gatzemeier.
34414
34415 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34416 (ediff-file-remote-p): Make synonymous with file-remote-p.
34417 In all deffaces ediff-*-face-*, use min-colors.
34418
34419 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34420 ediff-recurse-to-subdirectories.
34421 (ediff-mark-if-equal): Check that the arguments are strings, use
34422 ediff-same-contents (after to Felix Gatzemeier).
34423
34424 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34425 nil.
34426
34427 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34428
34429 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34430
34431 2005-02-18 David Kastrup <dak@gnu.org>
34432
34433 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34434 use `mark-active' when defined.
34435
34436 2005-02-18 Kenichi Handa <handa@m17n.org>
34437
34438 * ps-print.el (ps-font-info-database): New entry
34439 ZapfChancery-MediumItalic with correct font name. Fix font name
34440 of the entry Zapf-Chancery-MediumItalic.
34441
34442 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34443
34444 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34445
34446 2005-02-16 Kim F. Storm <storm@cua.dk>
34447
34448 * ido.el (ido-fallback-command): Pass user input to fallback command.
34449
34450 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34451
34452 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34453 (gdb-find-file-hook): Add server prefix.
34454
34455 2005-02-16 Richard M. Stallman <rms@gnu.org>
34456
34457 * replace.el (perform-replace): Pass new args to replace-highlight.
34458 (replace-highlight): Take region args,
34459 and pass them to isearch-lazy-highlight-new-loop.
34460
34461 * novice.el (disabled-command-hook): Autoload the defalias
34462 and the make-obsolete-variable call.
34463
34464 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34465
34466 * isearch.el (isearch-lazy-highlight-start-limit)
34467 (isearch-lazy-highlight-end-limit): New variables limit
34468 the region for highlighting.
34469 (isearch-lazy-highlight-new-loop): New args BEG and END.
34470 (isearch-lazy-highlight-search): Use the new vars.
34471 (isearch-lazy-highlight-update): Likewise.
34472
34473 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34474
34475 * cus-start.el (all): Use default-boundp.
34476
34477 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34478
34479 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34480
34481 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34482
34483 * autorevert.el (auto-revert-stop-on-user-input)
34484 (auto-revert-verbose): Doc fixes.
34485
34486 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34487
34488 * international/mule-cmds.el (set-locale-environment): Remove call
34489 to set-selection-coding-system on Windows.
34490
34491 2005-02-15 Jay Belanger <belanger@truman.edu>
34492
34493 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34494 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34495 calcFunc-coth.
34496 (math-simplify-sqrt): Add simplifications.
34497
34498 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34499 to list.
34500
34501 * calc/calc-ext.el: Add functions to autoloads.
34502
34503 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34504 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34505 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34506 (math-csc-raw, math-cot-raw): New functions.
34507
34508 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34509
34510 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34511 the variable name in a message.
34512
34513 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34514 calcFunc-csc, calcFunc-cot.
34515
34516 * calc/calcalg2.el: Add derivative and integration rules for
34517 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34518 calcFunc-csch, calcFunc-coth.
34519 (math-do-integral-methods): Add to checks for when to use
34520 substitutions.
34521
34522 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34523
34524 2005-02-15 Lute Kamstra <lute@gnu.org>
34525
34526 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34527 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34528 <monnier@iro.umontreal.ca>.
34529 (lisp-outline-level): Improve efficiency. Suggested by David
34530 Kastrup <dak@gnu.org>.
34531
34532 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34533
34534 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34535 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34536 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34537 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34538 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34539
34540 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34541
34542 * cus-start.el (all): Comment change.
34543
34544 2005-02-14 Lute Kamstra <lute@gnu.org>
34545
34546 * cus-start.el (all): Check if symbol is void.
34547
34548 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34549
34550 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34551 optional argument to \cite.
34552
34553 2005-02-14 Richard M. Stallman <rms@gnu.org>
34554
34555 * cus-edit.el (custom-buffer-create-internal): Update help message.
34556 (custom-magic-alist): Update help messages.
34557
34558 * cus-start.el (all): Allow a var to specify a standard value.
34559
34560 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34561
34562 * custom.el (custom-theme-set-variables): Handle variable aliases.
34563
34564 * frame.el (blink-cursor-timer): Doc fix.
34565 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34566 declare obsolete.
34567 (blink-cursor-mode): Define with defcustom and use correct
34568 standard expression in that defcustom.
34569 * startup.el (command-line): Adapt to above changes in frame.el.
34570
34571 2005-02-11 Lute Kamstra <lute@gnu.org>
34572
34573 * apropos.el (apropos-score-doc): Prevent division by zero.
34574
34575 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34576
34577 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34578 (icalendar--get-event-property-attributes)
34579 (icalendar--get-event-properties)
34580 (icalendar--datetime-to-diary-date): New functions.
34581 (icalendar--split-value): Doc fix.
34582 (icalendar--datetime-to-noneuropean-date)
34583 (icalendar--datetime-to-european-date): New optional argument
34584 SEPARATOR. Return result as a string instead of a list.
34585 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34586 (icalendar--convert-string-for-export): Rename arg S to STRING.
34587 (icalendar-export-region): Doc fix. Change name of error buffer.
34588 Save output buffer.
34589 (icalendar-import-file): Add blank at end of prompt.
34590 (icalendar-import-buffer): Doc fix. Do not switch to error
34591 buffer. Indicate status in return value.
34592 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34593 buffer. Save output buffer. Handle exception from recurrence
34594 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34595 events. Fix problems with weekly all-day events.
34596
34597 2005-02-10 Richard M. Stallman <rms@gnu.org>
34598
34599 * simple.el (eval-expression-print-format):
34600 Avoid warning about edebug-active.
34601
34602 * help.el (help-for-help-internal): Rename from help-for-help.
34603 (help-for-help): Define with defalias.
34604
34605 * font-core.el (font-lock-default-function): Use with-no-warnings.
34606
34607 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34608
34609 * custom.el (defface): Doc fix.
34610
34611 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34612
34613 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34614 width 0" to prevent word wrapping problems.
34615
34616 2005-02-09 Kim F. Storm <storm@cua.dk>
34617
34618 * ido.el (ido-file-extensions-order): New defcustom.
34619 (ido-file-extension-lessp, ido-file-extension-aux)
34620 (ido-file-extension-order): New advanced file ordering.
34621 (ido-file-lessp): New simple file ordering.
34622 (ido-sort-list): Remove.
34623 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34624 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34625
34626 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34627
34628 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34629 that some versions of grep produce.
34630 (grep-mode-font-lock-keywords): Likewise.
34631
34632 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34633
34634 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34635 (gdb-cdir): Delete.
34636 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34637 (gdb-source-info): Treat case when source file is in another
34638 directory properly.
34639 (gdb-get-location): New function.
34640
34641 2005-02-07 Jay Belanger <belanger@truman.edu>
34642
34643 * calc/calc-prog.el (calc-write-parse-table-part)
34644 (calc-fix-token-name): Fix a check for language type.
34645
34646 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34647
34648 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34649
34650 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34651 as directory not writable.
34652
34653 2005-02-07 Kim F. Storm <storm@cua.dk>
34654
34655 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34656 (cua--standard-movement-commands): Remove list.
34657 Instead, set CUA property value to move for movement commands.
34658 (cua-movement-commands): Remove. Users must set CUA prop instead.
34659 (cua--pre-command-handler): Check CUA property.
34660 (cua--init-keymaps): Don't remap undo commands.
34661 (cua-mode): Don't call cua--rectangle-on-off.
34662
34663 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34664 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34665 (cua--rect-undo-set-point): New var.
34666 (cua--rectangle-undo-boundary): Setup undo apply entry.
34667 (cua--rect-undo-handler): New function for rectangle undo.
34668 (cua--rect-start-position, cua--rect-end-position): Add.
34669 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34670 for restored rectangle. Set point if cua--rect-undo-set-point.
34671
34672 2005-02-06 Jay Belanger <belanger@truman.edu>
34673
34674 * calc/calc-lang.el (calc-tex-language): Display more information
34675 in messages.
34676
34677 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34678 in TeX mode.
34679
34680 2005-02-06 Richard M. Stallman <rms@gnu.org>
34681
34682 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34683
34684 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34685
34686 * net/ldap.el (ldap-search-internal): Support attributes with
34687 optional descriptions separated by a semi-colon, as in
34688 "userCertificate;binary".
34689
34690 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34691
34692 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34693 isn't a cons (i.e. the version is 0).
34694
34695 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34696
34697 * help.el (help-for-help): Doc fix.
34698
34699 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34700
34701 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34702 GDB-Windows on the menu-bar as this works better.
34703
34704 2005-02-04 Jay Belanger <belanger@truman.edu>
34705
34706 * calc/calc-embed.el (calc-embedded-update): Don't put in
34707 unnecessary newlines. Adjust the end of formula marker.
34708
34709 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34710 (math-latex-parse-two-args): New function.
34711
34712 2005-02-03 Lute Kamstra <lute@gnu.org>
34713
34714 * help-fns.el (help-with-tutorial): Make sure that users cannot
34715 remove the entire text of the tutorial by means of `undo'.
34716
34717 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34718
34719 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34720 in recent changes, where the ispell process was repeatedly
34721 killed & restarted.
34722
34723 * international/mule-cmds.el (set-locale-environment): Set file-name
34724 coding system to utf-8 on Darwin systems.
34725 (set-default-coding-systems): Don't set default-file-name-coding-system
34726 on Darwin systems.
34727
34728 2005-02-03 Richard M. Stallman <rms@gnu.org>
34729
34730 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34731
34732 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34733
34734 * faces.el (list-faces-display): Add optional argument.
34735
34736 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34737
34738 * font-core.el (font-lock-default-function): Handle the rare case where
34739 only font-lock-keywords is set.
34740
34741 2005-02-02 Kenichi Handa <handa@m17n.org>
34742
34743 * international/characters.el: Cancel previous change for
34744 I-WITH-DOT-ABOVE and DOTLESS-i.
34745
34746 * international/latin-5.el: Cancel previous change.
34747
34748 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34749
34750 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34751
34752 2005-02-02 Kenichi Handa <handa@m17n.org>
34753
34754 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34755 DOTLESS-i.
34756
34757 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34758 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34759
34760 * case-table.el (get-upcase-table): New function.
34761 (copy-case-table): Copy upcaes table too if non-nil.
34762 (set-case-syntax-delims): Maintain upcase table too.
34763 (set-case-syntax-pair): Likewise.
34764 (set-upcase-syntax, set-downcase-syntax): New functions.
34765 (set-case-syntax): Maintain upcase table too.
34766
34767 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34768
34769 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34770
34771 * progmodes/gud.el (gud-goto-info): New function.
34772 (gud-tool-bar-map): Use correct icon.
34773
34774 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34775
34776 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34777 When delegating, order args in the funcall correctly.
34778
34779 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34780
34781 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34782
34783 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34784
34785 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34786 buffer not visiting a file.
34787
34788 2005-01-31 Jay Belanger <belanger@truman.edu>
34789
34790 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34791 bound on the line with the formula.
34792
34793 2005-01-31 Kim F. Storm <storm@cua.dk>
34794
34795 * ses.el (ses-create-cell-variable-range)
34796 (ses-destroy-cell-variable-range, ses-reset-header-string)
34797 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34798 (ses-insert-row): Fix format of apply undo entries.
34799
34800 2005-01-31 Jay Belanger <belanger@truman.edu>
34801
34802 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34803 parts.
34804
34805 * calc/calc-embed.el (calc-embedded-open-formula)
34806 (calc-embedded-close-formula): Ignore matrix environments.
34807
34808 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34809 TeX mode.
34810
34811 * calc/calc-lang.el (math-function-table, math-oper-table)
34812 (math-variable-table): Adjust the LaTeX portions.
34813
34814 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34815 (math-latex-ignore-words): New constant.
34816
34817 2005-01-31 Richard M. Stallman <rms@gnu.org>
34818
34819 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34820 (ispell-local-dictionary): Doc fix.
34821 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34822 Don't reinitialize at run time. Don't defcustom.
34823 All uses changed to append ispell-local-dictionary-alist,
34824 or check it first.
34825 (ispell-current-dictionary): New variable for dictionary in use.
34826 (ispell-dictionary): Now used only for global default.
34827 (ispell-start-process): Set ispell-current-dictionary,
34828 not ispell-dictionary.
34829 (ispell-change-dictionary): Use this only for setting
34830 user preferences.
34831 (ispell-internal-change-dictionary): New function
34832 to change the current dictionary in use.
34833 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34834 Use ispell-current-dictionary.
34835 Handle ispell-local-dictionary-overridden.
34836 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34837
34838 2005-01-31 Jay Belanger <belanger@truman.edu>
34839
34840 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34841
34842 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34843 (calc-mode-map): Add calc-latex-language.
34844
34845 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34846 (math-latex-print-frac): New functions.
34847 (math-oper-table, math-function-table, math-variable-table)
34848 (math-complex-format, math-input-filter): Add latex properties.
34849 (calc-set-language): Set math-expr-special-function-mapping.
34850
34851 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34852 (calc-write-parse-table-part): Add LaTeX support.
34853
34854 * calc/calc.el (calc-language): Adjust docstring.
34855 (calc-set-mode-line): Add LaTeX support.
34856 (math-expr-special-function-mapping): New variable.
34857 (math-tex-ignore-words): Add to list.
34858
34859 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34860 Add LaTeX support.
34861 (math-compose-expr): Add support for special functions.
34862
34863 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34864
34865 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34866
34867 * progmodes/gdb-ui.el (gdb-memory-address)
34868 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34869 (gdb-memory-mode-map, gdb-memory-format-keymap)
34870 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34871 (gdb-memory-unit-menu): New variables for a buffer
34872 that lets the user examine program memory.
34873 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34874 (gdb-memory-format-binary, gdb-memory-format-octal)
34875 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34876 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34877 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34878 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34879 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34880 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34881 (gdb-memory-mode, gdb-memory-buffer-name)
34882 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34883 New functions for above buffer.
34884
34885 2005-01-30 Richard M. Stallman <rms@gnu.org>
34886
34887 * cus-edit.el (custom-bury-buffer): Function deleted.
34888 (custom-buffer-done-function): Option deleted.
34889 (custom-buffer-done-kill): New replacement option.
34890 (Custom-buffer-done): Call quit-window.
34891 (custom-buffer-create-internal): Update for above changes.
34892
34893 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34894
34895 * simple.el (undo-ask-before-discard): New var.
34896 (undo-outer-limit-truncate): Implement it.
34897 (undo-extra-outer-limit): Doc update.
34898
34899 2005-01-29 Richard M. Stallman <rms@gnu.org>
34900
34901 * ses.el (undo-more): Delete defadvice.
34902 (ses-begin-change): Doc fix.
34903
34904 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34905 instead of rebinding C-x u and C-_.
34906
34907 * files.el (normal-backup-enable-predicate): Return nil for files
34908 in /tmp, regardless of temporary-file-directory.
34909
34910 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34911
34912 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34913 (open-rectangle, delete-whitespace-rectangle-line)
34914 (clear-rectangle-line): If FILL, pass t instead of FILL
34915 for move-to-column's 2nd arg.
34916
34917 * simple.el (undo): Fix the test for continuing a series of undos.
34918 (undo-more): Set pending-undo-list to t when we reach end.
34919 (pending-undo-list): Move up defvar.
34920
34921 * wid-edit.el (widget-button-click):
34922 Shorten the range of the track-mouse binding.
34923
34924 * comint.el (comint-insert-input): Undo previous changes;
34925 use last-input-event in interactive spec.
34926
34927 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34928
34929 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34930 to nil before invoking call-process. Reset buffer's modified flag
34931 after fontifying it in the no-async branch.
34932
34933 * wid-edit.el (widget-specify-button): If mouse pointer shape
34934 cannot be changed, use mouse face instead.
34935
34936 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34937
34938 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34939 (gdb-goto-breakpoint): Make breakpoint handling work on template
34940 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34941 (gdb-assembler-custom): Update to recognize breakpoint information
34942 added on 2005-01-19.
34943
34944 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34945
34946 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34947 (dsssl-mode): Use define-derived-mode.
34948 (scheme-mode-initialize): Remove.
34949 (scheme-mode): Use run-mode-hooks.
34950
34951 * cus-edit.el (customize-group-other-window)
34952 (custom-buffer-create-other-window): Don't override special-display-*.
34953 (custom-mode-map): Make it dense.
34954
34955 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34956 sets the default value.
34957
34958 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34959
34960 * descr-text.el: Add more keywords.
34961
34962 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34963
34964 * speedbar.el: Avoid unnecessary use of locate-library.
34965
34966 * international/mule-cmds.el (standard-display-european-internal):
34967 Don't fiddle with latin-1 non-break space any more since it's now
34968 special cased in the C code.
34969 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34970
34971 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34972
34973 * cus-start.el (all): Add `undo-outer-limit'.
34974
34975 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34976
34977 * textmodes/bibtex.el (bibtex-format-entry):
34978 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34979 field lines.
34980 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34981 not on part of a buffer.
34982
34983 2005-01-25 Lute Kamstra <lute@gnu.org>
34984
34985 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34986 nonempty field text strings like "{letters\\macro{}more letters}".
34987 Clarify docstring.
34988 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34989 (bibtex-entry-offset, bibtex-parse-association)
34990 (bibtex-parse-field-name): Fix typos in docstrings.
34991 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34992
34993 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
34994 Juri Linkov <juri@jurta.org>
34995
34996 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34997 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34998 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34999 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35000
35001 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35002 isearch minor mode.
35003
35004 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35005
35006 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35007
35008 2005-01-24 Lute Kamstra <lute@gnu.org>
35009
35010 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35011 CASECHARS and NOT-CASECHARS regular expressions of the
35012 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35013 striding over charsets" error.
35014
35015 2005-01-24 Jay Belanger <belanger@truman.edu>
35016
35017 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35018 display variable name.
35019
35020 2005-01-24 Kenichi Handa <handa@m17n.org>
35021
35022 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35023 Fix setting of the element of encoded-kbd-iso2022-invocations.
35024
35025 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35026
35027 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35028 (gdb-threads-select): Change to also accept mouse events.
35029 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35030 (gdb-threads-mouse-select): Delete.
35031
35032 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35033
35034 * files.el (insert-directory): Take care of empty directory,
35035 listed without -a switch.
35036
35037 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35038
35039 * textmodes/refill.el (refill-post-command-function):
35040 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35041 to the list of functions that we should be careful not to undo.
35042 (refill-late-fill-paragraph-function): Remove.
35043 (refill-saved-state): New var.
35044 (refill-mode): Use it to save fill-paragraph-function.
35045 Save also the value of auto-fill-function.
35046
35047 * term/w32-win.el: Simplify code.
35048
35049 2005-01-23 Kim F. Storm <storm@cua.dk>
35050
35051 * simple.el (line-move): Adapt to new return value from
35052 pos-visible-in-window-p.
35053
35054 * simple.el (line-move): Fix last change. Check partial
35055 visibility at point rather than at window-start.
35056
35057 2005-01-22 Jason Rumney <jasonr@gnu.org>
35058
35059 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35060
35061 2005-01-22 David Kastrup <dak@gnu.org>
35062
35063 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35064
35065 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35066
35067 * type-break.el (type-break-mode): Add a test for
35068 type-break-file-name being non-nil.
35069
35070 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35071
35072 * net/eudc.el (top level): Call (message "") via progn, so that
35073 eudc-options-file is loaded.
35074
35075 2005-01-22 Kim F. Storm <storm@cua.dk>
35076
35077 * simple.el (line-move-1): Rename from line-move.
35078 (line-move): New function that adjusts vscroll for partially
35079 visible rows, and calls line-move-1 otherwise.
35080
35081 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35082
35083 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35084 since it's not a complete read-event implementation.
35085
35086 2005-01-20 Jay Belanger <belanger@truman.edu>
35087
35088 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35089 for called function.
35090
35091 2005-01-20 Steven Tamm <steventamm@mac.com>
35092
35093 * term/mac-win.el (process-connection-type): Remove.
35094 Controlled now by s/darwin.h:PTY_ITERATION.
35095
35096 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35097
35098 * window.el (handle-select-window): Don't switch window when we're
35099 in the minibuffer.
35100
35101 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35102
35103 * subr.el (dotimes-with-progress-reporter): New macro.
35104
35105 * ses.el (ses-dotimes-msg): Remove macro.
35106 Use `dotimes-with-progress-reporter' instead.
35107
35108 2005-01-19 Steven Tamm <steventamm@mac.com>
35109
35110 * term/mac-win.el (process-connection-type): Use new
35111 operating-system-release variable to use ptys on Darwin 7 (OS X
35112 10.3) when using carbon build.
35113
35114 2005-01-19 Jay Belanger <belanger@truman.edu>
35115
35116 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35117 flags if the last command was a tab or M-tab.
35118
35119 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35120 in formula editing buffer.
35121
35122 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35123
35124 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35125 breakpoint image symbol in margin.
35126
35127 2005-01-19 Jay Belanger <belanger@truman.edu>
35128
35129 * calc/calc-prog.el (calc-execute-kbd-macro):
35130 Ignore calc-keep-arg-flag.
35131
35132 2005-01-19 Kenichi Handa <handa@m17n.org>
35133
35134 * textmodes/ispell.el (ispell-looking-at): New function.
35135 (ispell-process-line): Use ispell-looking-at to compare the ispell
35136 output and the buffer contents.
35137
35138 2005-01-18 Jay Belanger <belanger@truman.edu>
35139
35140 * calc/calc.el (calc-display-raw): Fix docstring.
35141
35142 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35143
35144 * simple.el (blink-matching-open): Strip extra info from syntax.
35145
35146 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35147 funny chars in the end-of-here-doc marker.
35148
35149 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35150
35151 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35152 that enable/disabled state of breakpoints is shown correctly in
35153 fringe and on ttys.
35154 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35155 Add breakpoint information as text properties.
35156 (gdb-mouse-toggle-breakpoint):
35157 Rename to gdb-mouse-set-clear-breakpoint.
35158 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35159 breakpoints in the margin.
35160 (gdb-remove-strings): Simplify.
35161
35162 2005-01-17 Jay Belanger <belanger@truman.edu>
35163
35164 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35165 erasing buffer.
35166
35167 2005-01-17 Richard M. Stallman <rms@gnu.org>
35168
35169 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35170 for calling grep-compute-defaults.
35171
35172 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35173 if buffer is empty.
35174
35175 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35176
35177 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35178
35179 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35180
35181 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35182 non-preloaded variables.
35183
35184 2005-01-17 Steven Tamm <steventamm@mac.com>
35185
35186 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35187 tex-shell cause to force interactivity when using pipes.
35188
35189 2005-01-17 Kim F. Storm <storm@cua.dk>
35190
35191 * simple.el (just-one-space): Make arg optional.
35192
35193 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35194
35195 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35196 posn-at-x-y to t to access left-margin.
35197
35198 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35199
35200 Sync with Tramp 2.0.47.
35201
35202 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35203 catching keep-date problems in cp/scp operations.
35204 (tramp-handle-copy-file): Don't call `set-file-modes'
35205 unconditionally. Specialized functions should know better what is
35206 necessary. This improves performance a little bit, and the
35207 functions could catch errors with `cp -p' and `scp -p'.
35208 (tramp-do-copy-or-rename-file-via-buffer)
35209 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35210 when appropriate.
35211 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35212 Call `set-file-modes' when appropriate.
35213 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35214 Johnsson <isak@hypergene.com>.
35215 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35216 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35217 <joakim@verona.se>.
35218 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35219 Emacs only.
35220
35221 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35222 `find-file-hooks' and `dired-mode-hook'.
35223 (tramp-minor-mode-map): Respective map. Add remapping for
35224 `compile' and `recompile'.
35225 (tramp-remap-command, tramp-recompile): New defuns.
35226 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35227 in buffer "*Compilation*". Call the commands asynchronously.
35228
35229 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35230 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35231 `shell-command', because it isn't magic in XEmacs. Reported by
35232 Adrian Aichner <adrian@xemacs.org>.
35233
35234 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35235 `substitute-in-file-name.
35236 (tramp-smb-handle-substitute-in-file-name): New defun.
35237 (tramp-smb-advice-PC-do-completion): Delete advice.
35238
35239 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35240
35241 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35242 Fix error in deleting region.
35243
35244 2005-01-15 Richard M. Stallman <rms@gnu.org>
35245
35246 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35247 In non-temp buffer, switch syntax table temporarily.
35248
35249 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35250
35251 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35252
35253 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35254
35255 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35256 (imenu--generic-function): Use START, not BEG, as pos of definition.
35257
35258 * simple.el (just-one-space): Argument specifies number of spaces.
35259
35260 * simple.el (eval-expression-print-format): Avoid warning
35261 about edebug-active.
35262
35263 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35264
35265 * progmodes/sh-script.el: Code copied from make-mode.el
35266 with small changes,
35267 (sh-mode-map): Bind C-c C-\.
35268 (sh-backslash-column, sh-backslash-align): New variables.
35269 (sh-backslash-region, sh-append-backslash): New functions.
35270
35271 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35272
35273 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35274 (rmail-pop-password, rmail-pop-password-required): Move to
35275 rmail-obsolete group.
35276 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35277 All callers updated.
35278 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35279 Take an argument specifying whether it is POP or IMAP mailbox we
35280 are using. All callers updated.
35281 (rmail-pop-password-error): Rename to
35282 rmail-remote-password-error. Added mailutils-specific error message.
35283 (rmail-movemail-search-path)
35284 (rmail-movemail-variant-in-use): New variables.
35285 (rmail-remote-password, rmail-remote-password-required):
35286 New customization variables.
35287 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35288 (rmail-parse-url): New function.
35289 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35290 with GNU mailutils movemail.
35291
35292 2005-01-15 Kevin Ryde <user42@zip.com.au>
35293
35294 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35295 suffix to space, $ or '$, to correctly position point when going
35296 to @table style constants like DBL_MAX.
35297
35298 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35299
35300 * type-break.el (type-break-mode, type-break-file-time)
35301 (type-break-file-keystroke-count, type-break-choose-file):
35302 Don't store data in or load data from the file if type-break-file-name
35303 is nil.
35304 (type-break-file-name): Doc update as per the above.
35305
35306 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35307
35308 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35309 lookup-key might return nil; handle that.
35310
35311 2005-01-15 Alan Mackenzie <acm@muc.de>
35312
35313 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35314 Return the tail of the tree rather than the element found,
35315 thus enabling the tree to be setcar'd.
35316
35317 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35318
35319 * textmodes/org.el (org-show-following-heading): New option.
35320 (org-show-hierarchy-above): Use `org-show-following-heading'.
35321 (org-cycle): Documentation fix.
35322
35323 * textmodes/org.el (orgtbl-optimized): New option.
35324 (orgtbl-mode): New command, a minor mode.
35325 (orgtbl-mode-map): New variable.
35326 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35327 (orgtbl-error, orgtbl-self-insert-command)
35328 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35329
35330 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35331 a local variable in each org-mode buffer.
35332
35333 * textmodes/org.el (org-set-regexps-and-options): Rename from
35334 `org-set-regexps'. Added checking for STARTUP keyword.
35335 (org-get-current-options): Add STARTUP options.
35336 (org-table-insert-row): Make mode intelligent about when
35337 realignment is needed.
35338 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35339 New commands.
35340 (org-enable-table-editor): New default value `optimized'.
35341 (org-table-blank-field): Support blanking regions if active.
35342
35343 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35344
35345 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35346 if the year is not given.
35347
35348 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35349 Add new escapes %m and %M, fixed bug with %F by adding
35350 save-match-data.
35351 (reftex-reference): Remove ?. from list of spaces.
35352 (reftex-label-info): Add automatic label prefix recognition.
35353
35354 * textmodes/reftex-index.el (reftex-index-next-phrase):
35355 Add slave parameter to call of `reftex-index-this-phrase'.
35356 (reftex-index-this-phrase): New optional argument.
35357 (reftex-index-region-phrases): Add slave parameter to call of
35358 `reftex-index-this-phrase'.
35359 (reftex-display-index): New argument redo.
35360 (reftex-index-rescan): Add `redo' to arguments of
35361 `reftex-display-index'.
35362 (reftex-index-Rescan, reftex-index-revert)
35363 (reftex-index-switch-index-tag): Add `redo' to arguments of
35364 `reftex-display-index'.
35365 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35366 indexing. Fix bug with matching is there is a quote before or
35367 after the word.
35368
35369 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35370 Fix bug when collecting citation keys in lines with comments.
35371 (reftex-citation): Prefix argument no longer rescans the document,
35372 but forces prompting for optional arguments of cite macros.
35373 (reftex-do-citation): Prompting for optional arguments implemented.
35374
35375 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35376 Add optional arguments to most cite commands.
35377 (reftex-cite-cleanup-optional-args): New option
35378 (reftex-cite-prompt-optional-args): New option.
35379 (reftex-trust-label-prefix): New option.
35380
35381 * textmodes/reftex-toc.el (reftex-toc-find-section):
35382 Add push-mark before changing the position in the buffer.
35383
35384 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35385 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35386
35387 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35388
35389 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35390 more carefully.
35391
35392 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35393
35394 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35395 (sgml-mode): Use it.
35396 (sgml-get-context): Better keep track of implicitly closed tags.
35397
35398 2005-01-13 Kenichi Handa <handa@m17n.org>
35399
35400 * textmodes/ispell.el: These changes are to fix misalignment error
35401 caused by equivalent characters of different Emacs charsets.
35402 (ispell-unified-chars-table): New variable.
35403 (ispell-get-decoded-string): New function.
35404 (ispell-get-casechars, ispell-get-not-casechars)
35405 (ispell-get-otherchars): Call ispell-get-decoded-string.
35406
35407 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35408
35409 * custom.el (custom-declare-variable): Just put symbol instead
35410 of (defvar . symbol) in `current-load-list'.
35411
35412 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35413
35414 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35415
35416 2005-01-12 Jay Belanger <belanger@truman.edu>
35417
35418 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35419 to create a Calc summary.
35420
35421 2005-01-12 Kim F. Storm <storm@cua.dk>
35422
35423 * mouse.el (mouse-on-link-p): Change functionality and doc
35424 string to comply with latest description in lisp ref.
35425
35426 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35427
35428 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35429 Enable mouse clicks on mode-line, header-line and margin.
35430 (event-type): Give mouse event symbols an `event-kind' property
35431 with value `mouse-click'.
35432
35433 2005-01-12 Juri Linkov <juri@jurta.org>
35434
35435 * facemenu.el (list-colors-display): Add new arg buffer-name.
35436 Use it. Fix docstring. Replace code for identifying duplicate
35437 colors by the name with call to `list-colors-duplicates' which
35438 identifies duplicate colors by the value unless the color
35439 is one of special Windows colors. Set truncate-lines to t.
35440 Print sorted duplicate color names on each line. Indent to 22
35441 \(the longest color name in rgb.txt) instead of 20. Optimize.
35442 (list-colors-duplicates): New function.
35443 (facemenu-color-name-equal): Delete function.
35444
35445 * facemenu.el (list-colors-print): New function created from code
35446 in list-colors-display. Print #RRGGBB at the window right edge.
35447 (list-colors-display): When temp-buffer-show-function is not
35448 defined, call list-colors-print from temp-buffer-show-hook
35449 to get the right value of window-width in list-colors-print
35450 after the buffer is displayed.
35451
35452 * simple.el (pop-mark): Move deactivate-mark out of conditional
35453 part to deactivate the active mark regardless of the state of the
35454 mark ring.
35455
35456 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35457 variables line in desktop files.
35458
35459 2005-01-12 Juri Linkov <juri@jurta.org>
35460
35461 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35462 Bring together isearch highlight related options.
35463 (lazy-highlight): Replace group `replace' by `matching'.
35464 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35465 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35466 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35467 and declare them obsolete.
35468 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35469 (isearch-faces): Remove defgroup.
35470 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35471 Move isearch highlighting code closer to lazy highlighting code.
35472
35473 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35474 (query-replace-highlight, query-replace-lazy-highlight)
35475 (query-replace): Move definitions to the beginning of the file.
35476
35477 2005-01-11 Juri Linkov <juri@jurta.org>
35478
35479 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35480 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35481 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35482
35483 * info.el (Info-history-forward): New variable.
35484 (Info-select-node): Reset Info-history-forward to nil.
35485 (Info-last): Turn into defalias.
35486 (Info-history-back): Rename from Info-last.
35487 Add current node to Info-history-forward.
35488 (Info-history-forward): New fun.
35489 (Info-mode-map): Replace Info-last by Info-history-back.
35490 Bind Info-history-forward to "r".
35491 (Info-mode-menu): Replace Info-last by Info-history-back.
35492 Fix menu item text. Add menu item for Info-history-forward.
35493 (info-tool-bar-map): Replace Info-last by Info-history-back.
35494 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35495 for Info-history-forward.
35496 (Info-mode): Replace Info-last by Info-history-back in docstring.
35497 Add local variable Info-history-forward.
35498 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35499
35500 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35501
35502 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35503 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35504 Ignore select-window events rather than fiddle with
35505 mouse-autoselect-window.
35506
35507 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35508
35509 * type-break.el (type-break-mode): Fix previous change.
35510
35511 2005-01-10 Jay Belanger <belanger@truman.edu>
35512
35513 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35514 calculator; only reset when point is inside a calculator.
35515 Don't adjust the window height if the window takes up the whole height
35516 of the frame.
35517
35518 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35519
35520 * ebuff-menu.el (Electric-buffer-menu-mode):
35521 Preserve value of buffer-local var header-line-format.
35522
35523 2005-01-09 Jay Belanger <belanger@truman.edu>
35524
35525 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35526 Make sure settings file exists before accessing it.
35527
35528 * calc/calc-embed.el (calc-embedded-subst):
35529 Replace math-multi-subst-rec, which is only supposed to be called
35530 by math-multi-subst, by math-multi-subst.
35531
35532 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35533
35534 * vc.el (vc-allow-async-revert): New user option.
35535 (vc-disable-async-diff): New internal variable.
35536 (vc-revert-buffer): Use them to disable asynchronous diff.
35537
35538 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35539 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35540 asynchronously if vc-disable-async-diff is t.
35541
35542 2005-01-09 Jay Belanger <belanger@truman.edu>
35543
35544 * calc/calc.el (defcalcmodevar): New macro.
35545 (calc-mode-var-list-restore-default-values)
35546 (calc-mode-var-list-restore-saved-values): New functions.
35547 (calc-mode-var-list): Use defcalcmodevar to define it.
35548 (calc-always-load-extensions, calc-line-numbering)
35549 (calc-line-breaking, calc-display-just, calc-display-origin)
35550 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35551 (calc-group-char, calc-point-char, calc-frac-format)
35552 (calc-prefer-frac, calc-hms-format, calc-date-format)
35553 (calc-float-format, calc-full-float-format, calc-complex-format)
35554 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35555 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35556 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35557 (calc-matrix-brackets, calc-language, calc-language-option)
35558 (calc-left-label, calc-right-label, calc-word-size)
35559 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35560 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35561 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35562 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35563 (calc-window-height, calc-display-trail, calc-show-selections)
35564 (calc-use-selections, calc-assoc-selections)
35565 (calc-display-working-message, calc-auto-why, calc-timing)
35566 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35567 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35568 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35569 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35570 (calc-gnuplot-geometry, calc-graph-default-resolution)
35571 (calc-graph-default-resolution-3d, calc-invocation-macro)
35572 (calc-show-banner): Use defcalcmodevar to declare them and set
35573 their default values.
35574
35575 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35576 instead of default values (but restore default values if there is
35577 an argument of 0).
35578
35579 2005-01-09 David Kastrup <dak@gnu.org>
35580
35581 * desktop.el (desktop-restore-eager): Fix typo in type.
35582
35583 2005-01-08 Richard M. Stallman <rms@gnu.org>
35584
35585 * cus-edit.el (customize): Delete :link.
35586
35587 2005-01-08 Jay Belanger <belanger@truman.edu>
35588
35589 * calc/calc.el (calc-mode): Remove the extension from the
35590 `calc-settings-file' file name when loading it.
35591
35592 2005-01-08 Kim F. Storm <storm@cua.dk>
35593
35594 * info.el (Info-mode-map, Info-next-link-keymap)
35595 (Info-prev-link-keymap, Info-up-link-keymap):
35596 Map follow-link to mouse-face.
35597 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35598
35599 2005-01-08 Jay Belanger <belanger@truman.edu>
35600
35601 * calc/calc.el (calc-settings-file): Change default value.
35602 Suggested by cgw in a comment in calc-mode.el.
35603
35604 * calc/calc-mode.el (calc-settings-file-name):
35605 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35606 Replace ~/.emacs in a prompt by calc-settings-file.
35607
35608 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35609
35610 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35611 (desktop-lazy-idle-delay): New customizable variables.
35612 (desktop-buffer-args-list): New variable.
35613 (desktop-append-buffer-args): New function.
35614 (desktop-save): Call desktop-append-buffer-args for some buffers.
35615 (desktop-lazy-create-buffer): New function.
35616 (desktop-idle-create-buffers): New function.
35617 (desktop-read): Add message about buffers to restore lazily.
35618 (desktop-lazy-abort): New command.
35619 (desktop-clear): Call desktop-lazy-abort.
35620 (desktop-lazy-complete): New command.
35621
35622 2005-01-06 Richard M. Stallman <rms@gnu.org>
35623
35624 * emacs-lisp/find-func.el (find-face-definition):
35625 Rename from find-face.
35626
35627 2005-01-06 Kim F. Storm <storm@cua.dk>
35628
35629 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35630
35631 * man.el (Man-xref-man-page, Man-xref-header-file)
35632 (Man-xref-normal-file): Add follow-link property.
35633
35634 2005-01-06 Jay Belanger <belanger@truman.edu>
35635
35636 * calc/calc-units.el: Make sure the proper macro definitions are
35637 available when compiling.
35638
35639 2005-01-06 Juri Linkov <juri@jurta.org>
35640
35641 * isearch.el (isearch-lazy-highlight-update):
35642 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35643
35644 2005-01-06 Miles Bader <miles@gnu.org>
35645
35646 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35647 (isearch-lazy-highlight-face): Use new name.
35648
35649 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35650
35651 * uniquify.el (uniquify-rationalize-file-buffer-names):
35652 Re-add an interactive spec.
35653 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35654 to the same name.
35655
35656 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35657 (isearch-update, isearch-done): Adjust calls accordingly.
35658
35659 2005-01-05 Richard M. Stallman <rms@gnu.org>
35660
35661 * custom.el (custom-set-variables, custom-theme-set-variables):
35662 Clarify documentation.
35663
35664 * emacs-lisp/find-func.el (find-variable)
35665 (find-variable-other-window, find-variable-other-frame):
35666 Fix the TYPE args to find-function-read and find-function-do-it.
35667 (find-function): Doc fix.
35668 (find-function-at-point): Replace function-at-point alias.
35669
35670 2005-01-04 Richard M. Stallman <rms@gnu.org>
35671
35672 * cus-face.el (custom-declare-face):
35673 Record defface in current-load-list.
35674
35675 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35676
35677 * emacs-lisp/find-func.el: Doc fixes.
35678 (find-face-regexp): New variable.
35679 (find-function-regexp-alist): New variable.
35680 (find-function-C-source): Third arg is now TYPE.
35681 (find-function-search-for-symbol): Handle general TYPE.
35682 (find-function-read, find-function-do-it): Handle general TYPE.
35683 (find-definition-noselect, find-face): New functions.
35684 (function-at-point): Alias deleted.
35685
35686 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35687
35688 * battery.el (display-battery-mode): Rename from display-battery.
35689 Handle the case where it gets turned off.
35690
35691 2005-01-04 Richard M. Stallman <rms@gnu.org>
35692
35693 * cus-edit.el (customize): Make :link point to user doc.
35694
35695 * man.el (Man-fontify-manpage): Turn off undo generation.
35696
35697 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35698
35699 2005-01-04 Andreas Schwab <schwab@suse.de>
35700
35701 * files.el (insert-directory): Only look for error lines in
35702 inserted text. Don't move too far after processing --dired markers.
35703
35704 2005-01-04 Richard M. Stallman <rms@gnu.org>
35705
35706 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35707 Don't expand if the character is @, period, dash, etc.
35708 (define-mail-abbrev): Quote names that contain problem characters.
35709
35710 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35711
35712 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35713
35714 2005-01-03 Richard M. Stallman <rms@gnu.org>
35715
35716 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35717 (query-replace-highlight, query-replace-lazy-highlight)
35718 (query-replace): Definitions moved up. Doc fix.
35719
35720 2005-01-03 Richard M. Stallman <rms@gnu.org>
35721
35722 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35723 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35724 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35725 (lazy-highlight-face): Rename from isearch-lazy-...
35726 Change all references to them.
35727
35728 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35729
35730 * cus-edit.el (custom-file): Doc fix for defcustom.
35731 (custom-file): The function no longer sets the variable
35732 `custom-file' to its return value.
35733
35734 * startup.el (command-line): No longer load `custom-file'.
35735
35736 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35737
35738 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35739
35740 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35741 Don't confuse module-prefixed identifiers for labels.
35742 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35743
35744 2005-01-02 Richard M. Stallman <rms@gnu.org>
35745
35746 * files.el (basic-save-buffer-1): Fix previous change.
35747
35748 * loadhist.el (file-loadhist-lookup): New function.
35749 (file-provides, file-requires): Use it.
35750
35751 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35752 instead of calculating the right size.
35753
35754 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35755
35756 * vc-svn.el (vc-svn-diff): Stay local if possible.
35757
35758 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35759
35760 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35761
35762 * files.el (hack-local-variables): Fix last change.
35763
35764 2005-01-02 Jay Belanger <belanger@truman.edu>
35765
35766 * calc/calc-yank.el (calc-edit-top): New variable.
35767 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35768 object. Change header properties.
35769 (calc-edit-finish, calc-edit-finish-stack-object)
35770 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35771 edited object.
35772 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35773 for the beginning of the edited object.
35774 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35775 for the beginning of the edited object.
35776 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35777 (calc-finish-formula-edit, calc-macro-repeats)
35778 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35779 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35780 beginning of the edited object.
35781 (calc-user-define-edit): Change the header for editing macros.
35782 Remove unnecessary variable.
35783
35784 2005-01-01 Jay Belanger <belanger@truman.edu>
35785
35786 * calc/calc-yank.el (calc-edit-mode): Change default header.
35787 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35788 * calc/calc-store.el (calc-edit-variable): Change title to match new
35789 header.
35790 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35791 mode to match new header.
35792 (calc-user-define-edit): Change titles to include names of commands.
35793 (calc-finish-formula-edit): Adjust to handle new header.
35794 (calc-finish-macro-edit): Remove.
35795 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35796 (calc-edit-macro-command, calc-edit-macro-command-type)
35797 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35798 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35799 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35800 (calc-edit-macro-finish-edit): New functions.
35801 (calc-user-define-edit): Use new functions to edit named calc macros.
35802
35803 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35804
35805 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35806
35807 * ses.el (copy-region-as-kill): Deactivate mark.
35808
35809 2005-01-01 Richard M. Stallman <rms@gnu.org>
35810
35811 * replace.el (occur-1): If the output buffer is also an input,
35812 don't kill it, rename it.
35813
35814 * faces.el (set-face-background, set-face-foreground): Doc fix.
35815
35816 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35817 for :foreground and :background.
35818
35819 * dired.el (dired-view-command-alist): Variable deleted.
35820 (dired-view-file, dired-mouse-find-file-other-window):
35821 Delete the code to use it.
35822
35823 2005-01-01 Kim F. Storm <storm@cua.dk>
35824
35825 * image.el (insert-sliced-image): Use t for line-height property.
35826
35827 See ChangeLog.11 for earlier changes.
35828
35829 ;; Local Variables:
35830 ;; coding: iso-2022-7bit
35831 ;; add-log-time-zone-rule: t
35832 ;; End:
35833
35834 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35835
35836 This file is part of GNU Emacs.
35837
35838 GNU Emacs is free software; you can redistribute it and/or modify
35839 it under the terms of the GNU General Public License as published by
35840 the Free Software Foundation; either version 3, or (at your option)
35841 any later version.
35842
35843 GNU Emacs is distributed in the hope that it will be useful,
35844 but WITHOUT ANY WARRANTY; without even the implied warranty of
35845 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35846 GNU General Public License for more details.
35847
35848 You should have received a copy of the GNU General Public License
35849 along with GNU Emacs; see the file COPYING. If not, write to the
35850 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35851 Boston, MA 02110-1301, USA.
35852
35853 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1