]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * loadhist.el (unload-feature): Remove erroneous check for the
4 FEATURE-unload-function variable; check the existence of the
5 function (that's what the docstring says, and it makes more sense).
6
7 * follow.el (follow-unload-function): Add docstring.
8 (follow-unload-function): Remove variable.
9
10 * server.el (server-unload-function): Unbind `server-edit' from `C-x #'.
11 (server-unload-function): Remove variable.
12
13 * uniquify.el (uniquify-unload-function): Add docstring.
14 (uniquify-unload-function): Remove variable.
15
16 * ses.el (ses-unload-function): New function.
17
18 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
19
20 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
21 (unsafep-progn, unsafep-let): Fix typos in docstrings.
22
23 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
24 before use to avoid a warning in packages that require uniquify.
25 (uniquify-unload-function): New function and var.
26
27 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
28
29 * loadhist.el (unload-feature-special-hooks):
30 Add `delete-frame-functions'.
31
32 * server.el (server-unload-function): Rename from `server-unload-hook'
33 and adapt to new `unload-feature' functionality. Remove hook from
34 `kill-buffer-hook' buffer-locally.
35 (server-unload-hook): Remove.
36 (server-unload-function): New var; replaces `server-unload-hook'.
37
38 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
39
40 * desktop.el (uniquify-managed): Pacify byte compiler.
41 (desktop-buffer-info): If the buffer name is managed by uniquify,
42 save the base name, not the uniquified one.
43 (desktop-create-buffer): Allow `rename-buffer' to generate a new
44 name in case of conflict.
45
46 2007-10-26 Glenn Morris <rgm@gnu.org>
47
48 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
49 safe-local-variable property.
50
51 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
52
53 * net/browse-url.el (browse-url-browser-function): Delete grail.
54 (browse-url-grail): Function and variable deleted.
55 (browse-url-browser-function): Delete IXI Mosaic.
56 (browse-url-default-browser): Don't try IXI Mosaic.
57 (browse-url-iximosaic): Function deleted.
58 (browse-url-browser-function): Delete MMM.
59 (browse-url-default-browser): Don't try MMM.
60 (browse-url-mmm): Function deleted.
61
62 2007-10-25 Glenn Morris <rgm@gnu.org>
63
64 * progmodes/f90.el (f90-indented-comment-re)
65 (f90-directive-comment-re, f90-break-delimiters):
66 * progmodes/fortran.el (fortran-comment-line-start-skip)
67 (fortran-directive-re):
68 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
69 as safe if they are strings.
70
71 2007-10-25 Richard Stallman <rms@gnu.org>
72
73 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
74
75 2007-10-24 Richard Stallman <rms@gnu.org>
76
77 * savehist.el (savehist-save): Omit unreadable elements.
78
79 * loadhist.el (unload-function-defs-list): Renamed from
80 unload-function-features-list.
81 (unload-feature-special-hooks, unload-feature): Doc fixes.
82
83 * indent.el (indent-to-left-margin): If point's in the indentation,
84 move to the end of the indentation.
85
86 * cus-edit.el (customize-changed-options): Make arg optional.
87
88 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
89
90 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
91
92 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * textmodes/css-mode.el: Require CL.
95 (comment-continue): Declare.
96
97 * subr.el (make-variable-frame-localizable): Remove.
98 (make-variable-frame-local): Mark obsolete.
99
100 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
101
102 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
103 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
104
105 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
106
107 * comint.el (comint-password-prompt-regexp):
108 Handle `[sudo] password'-style prompt.
109
110 2007-10-23 Glenn Morris <rgm@gnu.org>
111
112 * progmodes/f90.el (f90-do-indent, f90-if-indent)
113 (f90-type-indent, f90-program-indent)
114 (f90-continuation-indent, f90-comment-region)
115 (f90-beginning-ampersand, f90-smart-end)
116 (f90-break-before-delimiters, f90-auto-keyword-case)
117 (f90-leave-line-no, f90-mode-hook):
118 Give an appropriate safe-local-variable property.
119 (f90-font-lock-keywords-2): Fix `go to' regexp.
120
121 * progmodes/fortran.el (fortran-tab-mode-default)
122 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
123 (fortran-structure-indent, fortran-continuation-indent)
124 (fortran-comment-indent, fortran-comment-line-extra-indent)
125 (fortran-comment-line-start)
126 (fortran-minimum-statement-indent-fixed)
127 (fortran-minimum-statement-indent-tab)
128 (fortran-comment-indent-char, fortran-line-number-indent)
129 (fortran-check-all-num-for-matching-do)
130 (fortran-blink-matching-if, fortran-continuation-string)
131 (fortran-comment-region, fortran-electric-line-number)
132 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
133 (fortran-analyze-depth, fortran-break-before-delimiters):
134 Give an appropriate safe-local-variable property.
135
136 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
139 of the subdirs is unreadable.
140
141 2007-10-22 Martin Rudalics <rudalics@gmx.at>
142
143 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
144 Use window-full-width-p.
145
146 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
149 (tpu-edt-off): Use it.
150 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
151 the global-map before adding it to global-map.
152
153 * menu-bar.el (global-buffers-menu-map): New var.
154 (global-map, menu-bar-update-buffers): Use it.
155 * msb.el (msb-menu-bar-update-buffers): Use it.
156 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
157 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
158 Use with-current-buffer.
159
160 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
161
162 * hexl.el (hexl-menu): New major mode menu.
163
164 2007-10-20 Glenn Morris <rgm@gnu.org>
165
166 * progmodes/f90.el (f90-font-lock-keywords-2)
167 (f90-looking-at-type-like): Fix regexp typos.
168
169 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
170
171 * bs.el (bs-mode): Add mode name (accidentally left out
172 in the 2007-10-16 change).
173
174 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
175
176 * bs.el (bs--track-window-changes): Don't refresh the whole list.
177 (bs-mode): Set mode-class property to special.
178
179 * follow.el (follow-unload-function): New function.
180
181 * loadhist.el (unload-function-features-list):
182 Rename from `unload-hook-features-list'.
183 (unload-hook-features-list): Add as obsolete alias.
184 (unload-feature): Use `unload-function-features-list'
185 and new FEATURE-unload-function.
186
187 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
188
189 * loadhist.el (unload-feature-special-hooks):
190 Update list of special hooks.
191
192 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
193 (adaptive-fill-function): Doc fix. Remove * from docstring.
194
195 2007-10-18 Glenn Morris <rgm@gnu.org>
196
197 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
198
199 2007-10-17 Aaron Hawley <aaronh@garden.org>
200
201 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
202 position is not saved.
203
204 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
205
206 * longlines.el (longlines-wrap-follows-window-size): Integer value
207 specifies wrapping margin.
208 (longlines-mode, longlines-window-change-function):
209 Set window-specific wrapping margin based on the above.
210
211 2007-10-17 John Wiegley <johnw@newartisans.com>
212
213 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
214
215 2007-10-17 Glenn Morris <rgm@gnu.org>
216
217 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
218 Tweak regexp to avoid stack overflow.
219
220 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * simple.el (reindent-then-newline-and-indent): Don't assume that
223 indent-according-to-mode preserves point.
224
225 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
226
227 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
228 (bs--restore-window-config): Keep the selected frame.
229 (bs--track-window-changes, bs--remove-hooks): New functions.
230 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
231 (bs--show-with-configuration): Revert 2006-11-09 change.
232 Don't reuse window unless it is visible on the selected frame.
233 Restore window configuration (possibly in a different frame)
234 before creating any window.
235
236 2007-10-16 Richard Stallman <rms@gnu.org>
237
238 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
239 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
240 (ad-is-advised, ad-get-advice-info-field)
241 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
242
243 2007-10-16 Glenn Morris <rgm@gnu.org>
244
245 * simple.el (blink-matching-open): Don't report false errors with
246 the `$' syntax class.
247
248 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
249
250 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
251 (filesets-ormap, filesets-sort-case-sensitive-flag)
252 (filesets-remake-shortcut, filesets-ingroup-collect-files):
253 Fix typos in docstrings.
254 (filesets-data-get-name, filesets-data-get-data)
255 (filesets-data-set, filesets-cmd-query-replace-getargs)
256 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
257
258 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
259
260 * term/mac-win.el: Don't require url when compiling, as url-type is
261 no longer a macro.
262
263 2007-10-14 Glenn Morris <rgm@gnu.org>
264
265 * progmodes/etags.el (select-tags-table): Disable undo in the
266 `*Tags Table List*' buffer.
267
268 2007-10-13 Eli Zaretskii <eliz@gnu.org>
269
270 * dired.el (dired-warn-writable): New face.
271 (dired-warn-writable-face): New variable.
272 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
273 of dired-warning-face, for group- and world-writable files.
274
275 2007-10-13 Glenn Morris <rgm@gnu.org>
276
277 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
278 (octave-re-search-forward-kw, octave-re-search-backward-kw):
279 Add doc string, and an explicit COUNT argument.
280 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
281 `inc' to search functions.
282
283 2007-10-13 John W. Eaton <jwe@octave.org>
284
285 * progmodes/octave-mod.el (octave-looking-at-kw)
286 (octave-re-search-forward-kw, octave-re-search-backward-kw):
287 New functions.
288 (octave-in-defun-p, calculate-octave-indent)
289 (octave-blink-matching-block-open, octave-beginning-of-defun)
290 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
291 to search for regexps that contain case-sensitive keywords.
292 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
293 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
294
295 2007-10-13 Richard Stallman <rms@gnu.org>
296
297 * files.el (directory-abbrev-alist): Doc fix.
298
299 2007-10-13 Jari Aalto <jari.aalto@cante.net>
300
301 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
302
303 2007-10-12 Martin Rudalics <rudalics@gmx.at>
304
305 * frame.el (set-frame-configuration): Assign name parameter only
306 if it has been set explicitly before.
307
308 * window.el (handle-select-window): Revert part of 2007-10-06
309 change setting the input focus.
310
311 2007-10-12 Glenn Morris <rgm@gnu.org>
312
313 * cus-edit.el (custom-variable-menu, custom-face-menu)
314 (custom-group-menu): Check init-file-user rather than
315 user-init-file, in case cus-edit is loaded by site-run-file.
316
317 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
318
319 * follow.el (follow-stop-intercept-process-output):
320 Use `follow-call-process-filter' rather than `process-filter'.
321
322 2007-10-11 Tom Tromey <tromey@redhat.com>
323
324 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
325 frame is visible.
326
327 2007-10-10 Richard Stallman <rms@gnu.org>
328
329 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
330 in *Backtrace*.
331
332 * faces.el (face-font-selection-order): Doc fix.
333
334 * loadhist.el (unload-feature): Doc fix.
335
336 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
337
338 * ps-print.el: Fix the usage of :foreground and :background face
339 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
340 (ps-print-version): New version 6.7.6.
341 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
342 Fix code.
343 (ps-face-foreground-color-p, ps-face-background-color-p)
344 (ps-face-color-p): New inline funs.
345
346 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
347
348 * follow.el: Change all instances of "Follow Mode" to "Follow
349 mode" in docstrings and messages.
350
351 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
352
353 * faces.el (face-font-selection-order): Doc fix.
354
355 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
356 (follow-mode-off-hook): Mark as obsolete.
357
358 2007-10-08 Richard Stallman <rms@gnu.org>
359
360 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
361 (edebug-install-custom-print, edebug-reset-print-funcs)
362 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
363 Functions deleted.
364 (edebug-prin1, edebug-print, edebug-prin1-to-string)
365 (edebug-format, edebug-message): Define directly as aliases.
366
367 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
368
369 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
370
371 2007-10-07 Glenn Morris <rgm@gnu.org>
372
373 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
374 version numbers.
375
376 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
377
378 * net/tramp.el (tramp-completion-mode): Extend doc-string.
379 (tramp-completion-mode-p): Revert change from 2007-09-24.
380 Checking for `return' etc as last character is not sufficient, for
381 example in dired-mode when entering <g> (revert-buffer) or
382 <s> (dired-sort).
383
384 2007-10-06 Martin Rudalics <rudalics@gmx.at>
385
386 * window.el (mouse-autoselect-window-cancel): Don't cancel for
387 select-window or select-frame events.
388 (handle-select-window): When autoselecting window set input
389 focus. Restructure.
390
391 * frame.el (focus-follows-mouse): Moved to frame.c.
392 * cus-start.el (all): Add focus-follows-mouse.
393
394 2007-10-05 Chris Moore <dooglus@gmail.com>
395
396 * server.el (server-kill-new-buffers): Doc fix.
397
398 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
399
400 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
401 activate font-locking in the *buffer-selection* buffer.
402 (bs-show-sorted): Doc fix.
403
404 * bs.el (bs--get-marked-string, bs--get-modified-string)
405 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
406 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
407 (bs--format-aux): Doc fix.
408
409 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
410
411 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
412
413 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
414
415 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
416
417 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
418
419 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
420 (gud-gdb): New function for old M-x gdb (text command mode).
421 (gud-gdb-command-name, gdb): Move to...
422
423 * progmodes/gdb-ui.el: ...here and adapt doc string.
424 (gud-gdba-command-name, gdba): Delete.
425
426 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
427
428 * bs.el: Don't defvar `font-lock-verbose'.
429 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
430 (bs--get-file-name): Fix typos in docstrings.
431 (bs--show-header): Use `dolist' instead of `mapcar'.
432 (bs-mode): Set `show-trailing-whitespace' to nil.
433 (bs-buffer-sort-function, bs-mouse-select-other-frame)
434 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
435 Doc fixes.
436
437 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
438
439 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
440
441 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
442
443 * progmodes/gud.el (gdb): Make graphical mode the default and
444 switch to text command mode if appropriate, i.e., reverse previous
445 arrangement.
446 (gud-gdb-marker-filter): Adapt for above change.
447
448 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
449 gud-minor-mode and gud-marker-filter.
450 (gdb-fullname-regexp): New variable.
451 (gud-gdba-marker-filter): Use it to switch to text command
452 mode if appropriate.
453
454 2007-10-02 Richard Stallman <rms@gnu.org>
455
456 * frame.el (cursor-in-non-selected-windows): Doc fix.
457
458 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
459
460 * progmodes/gud.el (gud-display-line): Find source buffer even when
461 GUD buffer has its own frame.
462
463 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
464
465 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
466
467 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
468
469 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
470
471 2007-09-29 Martin Rudalics <rudalics@gmx.at>
472
473 * allout.el (allout-before-change-handler): Replace got-char by
474 goto-char.
475
476 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
477
478 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
479 Used to try and automatically enabled smerge-mode in the presence of
480 conflicts and to call `svn resolved' when the conflicts are gone.
481 (vc-svn-parse-status): Remember the svn-specific status.
482
483 * newcomment.el (comment-choose-indent): New function extracted
484 from comment-indent. Improve the alignment algorithm.
485 (comment-indent): Use it.
486
487 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
488
489 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
490 (eldoc-message-commands, eldoc-current-idle-delay):
491 Fix typos in docstrings.
492
493 * progmodes/python.el (python-eldoc-function): Doc fix.
494
495 2007-09-26 Eli Zaretskii <eliz@gnu.org>
496
497 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
498 menu-bar-apropos-menu. All users changed.
499 (menu-bar-help-menu): Change menu symbols to better match the text
500 displayed by the menu.
501
502 2007-09-25 Glenn Morris <rgm@gnu.org>
503
504 * view.el (view-search-no-match-lines): Add a doc string.
505 Rewrite to simplify and work better.
506
507 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
508
509 * net/tramp.el (tramp-completion-mode-p): Rename from
510 `tramp-completion-mode'. Revert logic, check `return', `newline'
511 and such alike. Packages like Icicles tend to use other completion
512 characters but `tab' and `space' only.
513 (top): Require cl.el, when `copy-tree' is not available otherwise.
514
515 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
516 `ad-get-arg'.
517
518 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
519
520 * net/tramp-vc.el (tramp-vc-user-login-name):
521 Use `vc-find-version' instead of `process-file' to check whether we
522 have a new enough vc that doesn't need the defadvice.
523
524 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
525
526 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
527 #, @, : and ^.
528
529 2007-09-23 Glenn Morris <rgm@gnu.org>
530
531 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
532
533 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
534
535 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
536
537 * log-view.el (log-view-mode-map): Likewise.
538
539 * diff-mode.el (diff-mode-shared-map): Likewise.
540
541 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
542
543 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
544 add inferior-octave-directory-tracker to the buffer-local value
545 of comint-input-filter-functions.
546
547 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
548
549 * files.el (file-name-sans-versions): Also allow `A-Z'.
550
551 * vc.el: Mention all supported VC backends.
552
553 2007-09-22 Richard Stallman <rms@gnu.org>
554
555 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
556 neighbouring buttons.
557
558 2007-09-22 Andreas Schwab <schwab@suse.de>
559
560 * files.el (file-name-sans-versions): Also allow `_'.
561
562 2007-09-22 Glenn Morris <rgm@gnu.org>
563
564 * eshell/esh-mode.el (eshell-output-filter-functions):
565 Add eshell-postoutput-scroll-to-bottom.
566
567 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
568
569 * files.el (file-name-sans-versions): Allow - and a-z in version names.
570
571 * log-view.el (log-view-mode-map, log-view-mode-menu):
572 Bind log-view-annotate-version.
573 (log-view-beginning-of-defun, log-view-end-of-defun)
574 (log-view-annotate-version): New functions.
575 (log-view-mode): Use log-view-beginning-of-defun and
576 log-view-end-of-defun.
577
578 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
581
582 2007-09-21 Kevin Ryde <user42@zip.com.au>
583
584 * international/mule.el (sgml-html-meta-auto-coding-function):
585 Bind `case-fold-search' to t.
586
587 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
590 neighbouring buttons.
591
592 * progmodes/compile.el (compilation-error-regexp-alist-alist):
593 Recognize gcc's use of "note" for informational messages.
594
595 2007-09-20 Glenn Morris <rgm@gnu.org>
596
597 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
598 motion functions, rather than hard-coding "\n\n".
599 (tex-validate-region): Check for eobp, to speed up.
600 (tex-next-unmatched-end): Doc fix.
601
602 2007-09-19 Glenn Morris <rgm@gnu.org>
603
604 * textmodes/tex-mode.el (tex-terminate-paragraph):
605 Use backward-paragraph.
606
607 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
608
609 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
610 (css-mode): Update correspondingly.
611
612 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
615
616 * vc-hooks.el (vc-menu-entry): New var.
617 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
618 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
619 (vc-menu-map): Declare and initialize in one step.
620
621 * menu-bar.el (vc-menu-map): Don't setup any more.
622 Instead, just create the proper spot in the menu.
623
624 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
625 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * vc.el: Document new VC operation `extra-menu'.
628
629 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
630
631 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
632
633 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
634 Signed-off-by, Acked-by and Merge.
635
636 2007-09-17 Glenn Morris <rgm@gnu.org>
637
638 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
639 filename from `--file-line-error', if it is available.
640
641 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
642
643 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
644 TeX `--file-line-error' format.
645
646 2007-09-17 Glenn Morris <rgm@gnu.org>
647
648 * textmodes/tex-mode.el (tex-region): Simplify previous change,
649 handling the case where the region is not in `tex-main-file'.
650 (tex-region-1): Delete.
651 (tex-region-header): New function, doing the header part of the
652 old tex-region-1.
653
654 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * ediff-init.el (ediff-verbose-p): This var is not a constant.
657
658 2007-09-16 Drew Adams <drew.adams@oracle.com>
659
660 * cus-edit.el (custom-face-edit-activate): Doc fix.
661
662 2007-09-16 Glenn Morris <rgm@gnu.org>
663
664 * textmodes/tex-mode.el (tex-region): Handle the case where the
665 region is not in `tex-main-file'. Move the old code that applies
666 to both cases...
667 (tex-region-1): ...to this new function.
668
669 2007-09-15 Martin Rudalics <rudalics@gmx.at>
670
671 * simple.el (blink-matching-open): Don't display message when no
672 paren is found within blink-matching-paren-distance characters.
673 Don't search prompt in blink-matching-paren-distance nil case.
674
675 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
676
677 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
678
679 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * vc-mtn.el: New file.
682
683 * vc-hooks.el (vc-handled-backends): Add Mtn.
684
685 2007-09-13 Eli Zaretskii <eliz@gnu.org>
686
687 * files.el (find-file, find-file-other-window)
688 (find-file-other-frame, find-file-existing, find-file-read-only)
689 (find-file-read-only-other-window)
690 (find-file-read-only-other-frame)
691 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
692
693 2007-09-13 Jari Aalto <jari.aalto@cante.net>
694
695 * man.el (Man-default-man-entry): At end of line, continue looking
696 to the next line for possible end of hyphenated command.
697
698 2007-09-13 Chris Moore <dooglus@gmail.com>
699
700 * shell.el (shell-resync-dirs): Don't move the cursor relative to
701 the command being edited.
702
703 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
704
705 * progmodes/gud.el (gdb-ready): New variable.
706 (gdb): Set it to nil. Set gud-running to nil here...
707 (gud-common-init): ...instead of here.
708
709 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
710 Use gdb-ready. Discard input until GDB is ready to accept it.
711
712 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
713
714 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
715 C-M-S- keys.
716
717 2007-09-12 Martin Rudalics <rudalics@gmx.at>
718
719 * dired.el (dired-warning): Inherit from font-lock-warning-face to
720 make it show up with eight colors.
721
722 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
725 diffs are concatenated with no intervening line.
726
727 2007-09-10 Dave Love <fx@gnu.org>
728
729 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
730 (python-font-lock-keywords): Update to the 2.5 version of the language.
731 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
732 (python-backspace): Only behave funny in code.
733 (python-compilation-regexp-alist): Add PDB stack trace regexp.
734 (inferior-python-mode): Add PDB prompt regexp.
735 (python-fill-paragraph): Refine the fenced-string regexp.
736 (python-find-imports): Handle imports spanning several lines.
737 (python-mode): Add `class' to hideshow support.
738
739 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
742 add-log-buffer-file-name-function rather than bind buffer-file-name,
743 so we dont end up calling change-log-mode in *cvs* when `fi' is the
744 ChangeLog file itself.
745
746 * outline.el (outline-flag-region): Use front-advance.
747
748 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
749
750 * progmodes/cperl-mode.el: Merge upstream 5.23.
751 (cperl-where-am-i): Remove function.
752 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
753 (cperl-sniff-for-indent): De-invert [string] and [comment].
754 When looking for label, skip s:m:y:tr.
755 (cperl-indent-line): Likewise.
756 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
757 (cperl-windowed-init): Wrong `ps-print' handling.
758 Both thanks to Chong Yidong.
759 (cperl-look-at-leading-count): Could fail with unfinished RExen.
760 (cperl-find-pods-heres): If the second part of s()[] is missing,
761 don't try to highlight delimiters...
762
763 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * progmodes/compile.el (compilation-get-file-structure): Complete last
766 change by also using spec-directory in the puthash.
767
768 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
769
770 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
771 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
772 (vc-bzr-status): Fix shadowing of variable 'status'.
773 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
774 Use `expand-file-name' instead of `concat'.
775 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
776 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
777
778 2007-09-05 Jason Rumney <jasonr@gnu.org>
779
780 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
781
782 2007-09-02 Richard Stallman <rms@gnu.org>
783
784 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
785 Add `safe-local-variable' property.
786 (lisp-body-indent): Likewise.
787
788 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
789
790 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
791 prev/next-node.
792
793 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
794 (x-gtk-map-stock): New function.
795
796 2007-09-02 Glenn Morris <rgm@gnu.org>
797
798 * comint.el (comint-mode): Don't set scroll-conservatively.
799
800 * eshell/em-unix.el (eshell/time): Stringify and flatten the
801 non-command arguments.
802
803 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
804
805 * emacs-lisp/bytecomp.el (byte-recompile-directory):
806 Fix bug: Don't expand top-level file name more than once.
807 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
808
809 2007-09-01 Richard Stallman <rms@gnu.org>
810
811 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
812 Add doc string.
813
814 2007-08-30 Richard Stallman <rms@gnu.org>
815
816 * speedbar.el (speedbar-frame-reposition-smartly)
817 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
818 (speedbar-check-vc): Don't use dframe-xemacsp.
819
820 2007-08-30 Martin Rudalics <rudalics@gmx.at>
821
822 * files.el (backup-buffer-copy): Try to overwrite old backup first.
823
824 2007-08-29 Martin Rudalics <rudalics@gmx.at>
825
826 * repeat.el (repeat): Use last-repeatable-command instead of
827 real-last-command. Run pre- and post-command hooks for
828 self-insertion. Update doc-string.
829
830 2007-08-28 Glenn Morris <rgm@gnu.org>
831
832 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
833
834 2007-08-27 Alexandre Julliard <julliard@winehq.org>
835
836 * vc-git.el (vc-git-state): Call git-add --refresh to update the
837 state of the file.
838 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
839 (vc-git-create-repo): Fix invalid command.
840
841 2007-08-27 Richard Stallman <rms@gnu.org>
842
843 * textmodes/flyspell.el (flyspell-mode):
844 Catch errors in flyspell-mode-on.
845
846 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
847
848 * progmodes/modula2.el (m2-definition, m2-module):
849 Don't use previous-line. Reported by T. V. Raman.
850
851 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
852
853 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
854 argument to tool-bar-mode call.
855
856 2007-08-27 Glenn Morris <rgm@gnu.org>
857
858 * diff-mode.el (diff-find-file-name): Only accept regular files,
859 to rule out /dev/null, directories, etc.
860
861 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
862
863 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
864 safe-local-variable setting.
865 * progmodes/perl-mode.el (perl-indent-level): Likewise.
866
867 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
870 of buffers in uniquify-managed.
871
872 * simple.el (invisible-p): Rename from text-invisible-p.
873 Update callers.
874
875 2007-08-25 Alan Mackenzie <acm@muc.de>
876
877 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
878 new language variable.
879
880 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
881 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
882 "extern" etc., rather than BOI. Fix addition of spurious
883 syntactic-symbol 'defun-block-intro, replacing it with
884 'innamespace, etc.
885
886 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
887
888 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
889 Don't behave differently when executed via M-x. Add doc string.
890
891 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
892
893 * files.el (backup-buffer-copy): Don't wrap delete in
894 condition-case, only try to delete if file exists.
895
896 2007-08-24 Glenn Morris <rgm@gnu.org>
897
898 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
899
900 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
903 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
904 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
905 (cperl-etags-goto-tag-location): Use new style backquotes.
906
907 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
908 (dynamic-completion-table): Use it it.
909
910 * net/browse-url.el: Remove spurious * in custom docstrings.
911 (browse-url-filename-alist): Use new-style backquote.
912
913 * emacs-lisp/backquote.el (backquote-unquote-symbol)
914 (backquote-splice-symbol): Clarify they're not new-style unquotes.
915
916 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
917 (\,@): Backslash the , and ,@ which are not new-style unquotes.
918
919 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
920
921 * net/socks.el (socks-username/password-auth-filter):
922 Remove unused vars `state' and `desired-len'.
923 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
924 (socks-wait-for-state-change): Use new-style backquotes.
925
926 * pcvs.el (cvs-mode-status): Fix long-standing typo.
927
928 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
929 backquotes after each `read' rather than once per buffer.
930
931 * dframe.el: Remove spurious * in custom docstrings.
932 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
933 (dframe-xemacs20p): Remove, inline at the sole use point.
934 (defface): Don't defvar the face, don't use old-style backquote.
935 (defcustom): Don't use old-style backquote.
936 (dframe-frame-parameter, dframe-mouse-event-p):
937 Make it obvious that it's always defined.
938 (dframe-popup-kludge): New function to replace
939 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
940 (dframe-frame-mode, dframe-set-timer-internal)
941 (dframe-mouse-set-point): Remove use of with-no-warnings from
942 XEmacs-specific code.
943 (dframe-set-timer-internal): Fix very old bug with
944 post-command-idle-hook.
945
946 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
947
948 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
949
950 * image-mode.el (image-minor-mode): Use image-mode-text-map.
951
952 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
953
954 * sort.el (sort-fold-case, sort-numeric-base): Mark as
955 safe-local-variable.
956
957 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
958
959 * net/browse-url.el (browse-url-emacs): New function.
960
961 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
964 warning if the file uses old style backquotes.
965
966 * emacs-lisp/bytecomp.el (byte-compile-log-file)
967 (byte-recompile-directory, byte-compile-file)
968 (byte-compile-from-buffer): Use with-current-buffer.
969
970 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
971 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
972 (line-move-1, line-move-finish, line-move-to-column)
973 (move-end-of-line, move-beginning-of-line): Use new name.
974
975 2007-08-22 Glenn Morris <rgm@gnu.org>
976
977 * files.el (backup-buffer-copy): Check backup directory is
978 writable, to avoid infloop deleting old backup.
979
980 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
981 movemail related variables.
982 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
983 will now be set before this is called.
984
985 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
988
989 * progmodes/ada-mode.el: Fix up comment style in header.
990 (ada-check-emacs-version): Remove.
991 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
992 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
993 to try and quieten the byte-compiler.
994 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
995
996 * vc.el (vc-annotate-warp-version): Don't use previous-line.
997
998 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
999
1000 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1001 extracted from `eval-last-sexp-1'.
1002 (eval-last-sexp-1): Call `preceding-sexp'.
1003
1004 2007-08-19 Glenn Morris <rgm@gnu.org>
1005
1006 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1007 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1008 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1009 shadow files messing up the compilation.
1010
1011 2007-08-18 Glenn Morris <rgm@gnu.org>
1012
1013 * progmodes/scheme.el (scheme-mode-variables):
1014 Set font-lock-comment-start-skip.
1015
1016 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1017
1018 * progmodes/ada-mode.el (ada-create-syntax-table):
1019 Move set-syntax-table from here to ...
1020 (ada-mode): ... here. Don't change global value of comment-multi-line.
1021 Call new function ada-initialize-syntax-table-properties.
1022 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1023 (ada-deactivate-properties, ada-initialize-properties):
1024 Replace by new functions ...
1025 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1026 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1027 properties uniformly, independently from whether font-lock-mode
1028 is enabled or not. Handle read-only buffers and do not change
1029 undo-list when setting syntax-table properties.
1030 (ada-after-change-function): Use ada-set-syntax-table-properties.
1031
1032 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1033
1034 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1035 (cperl-find-pods-heres): Fix an error when typing expressions like
1036 `s{a}{b}'.
1037
1038 2007-08-17 Glenn Morris <rgm@gnu.org>
1039
1040 * progmodes/compile.el (compilation-get-file-structure): Make use
1041 of the directory part when checking for an existing entry, to
1042 handle files with same basename in different directories.
1043
1044 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1045
1046 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1047 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1048 (ps-paragraph-spacing): Docstring fix.
1049
1050 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * smerge-mode.el (smerge-resolve): New arg `safe'.
1053 (smerge-resolve-all, smerge-batch-resolve): New function.
1054 (smerge-refine): Make sure `diff' returns the expected result.
1055 (smerge-parsep-re): New const.
1056 (smerge-mode): Use it to adjust paragraph-separate.
1057
1058 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1059 Correctly match / regexp matchers as first char on a line when
1060 fontifying only that line.
1061
1062 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1063
1064 2007-08-16 Glenn Morris <rgm@gnu.org>
1065
1066 * ps-print.el (ps-font-size): Doc fix.
1067
1068 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1071 (vc-bzr-registered): Don't redundantly protect against
1072 file-error. Actually use the format-specific code.
1073 (vc-bzr-buffer-nonblank-p): Remove.
1074 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1075
1076 2007-08-15 Glenn Morris <rgm@gnu.org>
1077
1078 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1079 sloppier, for the sake of GNU Mailman.
1080 (rmail-digest-rfc1153): Initialize `result' correctly.
1081
1082 2007-08-14 Glenn Morris <rgm@gnu.org>
1083
1084 * simple.el (bad-packages-alist): New constant.
1085 (bad-package-check): New function. Together, these two add
1086 elements to `after-load-alist' to check for problematic external
1087 packages.
1088 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1089
1090 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1091
1092 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1093 optional quotes around files in NEED-UPDATE . REMOVED case.
1094
1095 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1096 (ada-treat-cmd-string): Improve error message.
1097 (ada-do-file-completion): Call `ada-require-project-file', so
1098 project variables are set properly.
1099 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1100 (ada-gnatfind-buffer-name): New constant.
1101 (ada-find-any-references): Use new constant. Set buffer name
1102 properly in compilation-start. Toggle read-only properly.
1103 (ada-find-in-src-path): Fix spelling error in docstring.
1104
1105 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1106 by zero error.
1107
1108 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1109
1110 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1111
1112 2007-08-12 Richard Stallman <rms@gnu.org>
1113
1114 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1115 (cvs-execute-single-file): Use new name split-string-and-unquote.
1116 (cvs-header-msg): Use new name combine-and-quote-strings.
1117
1118 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1119
1120 * progmodes/gud.el (gud-common-init): Use new name
1121 split-string-and-unquote.
1122
1123 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1124 in javac regexp.
1125
1126 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1127 combine-and-quote-strings and split-string-and-unquote.
1128
1129 * subr.el (combine-and-quote-strings): Rename from strings->string.
1130 (split-string-and-unquote): Rename from string->strings.
1131
1132 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1135 to buffer-local settings.
1136
1137 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1138 (backquote-process): Add internal arg `level'. Use the two to
1139 correctly handle nested backquotes.
1140
1141 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1142
1143 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1144 (vc-bzr-state-words): Add "kind changed" state word.
1145 (vc-bzr-status): New function. Return Bzr idea of file status,
1146 which is different from VC's.
1147 (vc-bzr-state): Use vc-bzr-status.
1148 (vc-workfile-unchanged-p): Use vc-bzr-status.
1149 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1150 (vc-dired-state): Process "kind changed" state word.
1151
1152 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1153
1154 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1155
1156 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1157 Move from vc-default-find-file-not-found-hook.
1158
1159 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1160
1161 * url/url-auth.el (url-basic-auth): When prompting for username
1162 and password, default to the username and password in the URL.
1163
1164 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * man.el: Remove spurious * in docstrings.
1167 Merge defvars and toplevel setq-defaults.
1168 (Man-highlight-references0): Limit=nil rather than point-max.
1169 (Man-mode-map): Move initialization into the declaration.
1170 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1171 (Man-view-header-file): Use expand-file-name rather than concat.
1172 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1173
1174 * man.el (Man-next-section): Make sure we do not move backward.
1175
1176 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1177
1178 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1179 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1180 ps-print-color-p is neither nil nor black-white. Reported by Christian
1181 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1182
1183 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1186
1187 2007-08-08 Andreas Schwab <schwab@suse.de>
1188
1189 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1190 self-insert-command, not self-insert.
1191
1192 2007-08-08 Glenn Morris <rgm@gnu.org>
1193
1194 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1195
1196 * Replace `iff' in doc-strings and comments.
1197
1198 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1199 rather than just `-'.
1200
1201 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1202
1203 * dired.el (dired-pop-to-buffer):
1204 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1205 * calendar/calendar.el (generate-calendar-window):
1206 * progmodes/compile.el (compilation-set-window-height):
1207 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1208 Use window-full-width-p instead of comparing frame-width and
1209 window-width.
1210
1211 * progmodes/compile.el (compilation-find-buffer): Remove extra
1212 argument in call to compilation-buffer-internal-p.
1213
1214 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1215
1216 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1217 parameters IDENTIFICATION and CONNECTED.
1218 (tramp-handle-insert-file-contents): VISIT must be handled after
1219 insertion of the local copy. Reported by Peter Gordon
1220 <peter@pg-consultants.com>.
1221 (tramp-file-name-handler): No special handling for
1222 `expand-file-name'. But for `file-name-as-directory'.
1223 (tramp-find-shell, tramp-open-connection-telnet)
1224 (tramp-open-connection-rsh, tramp-open-connection-su)
1225 (tramp-open-connection-multi)
1226 (tramp-open-connection-setup-interactive-shell): Guard against
1227 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1228 <steve@sxemacs.org>.
1229 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1230 the hint.
1231
1232 * net/trampver.el: Update release number.
1233
1234 2007-08-07 Tom Tromey <tromey@redhat.com>
1235
1236 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1237 Add safe-local-variable property.
1238
1239 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1240
1241 * image-mode.el (image-toggle-display): Use image-refresh.
1242
1243 * longlines.el (longlines-decoded): New variable.
1244 (longlines-mode): Avoid encoding or decoding the buffer twice.
1245
1246 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1247
1248 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1249 unofficial version.
1250 (vc-bzr-command): Remove redundant setting of process-connection-type.
1251 (vc-bzr-admin-checkout-format-file): Add autoload.
1252 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1253 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1254 (vc-bzr-registered): Compare dirstate format tag with known good
1255 value, abort parsing if match fails. Warn user in docstring.
1256 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1257 See bzrlib/branch.py in Bzr sources.
1258 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1259 (vc-bzr-shell-command): Remove in favor of
1260 vc-bzr-command-discarding-stderr.
1261 (vc-bzr-command-discarding-stderr): New function.
1262
1263 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1264
1265 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1266 program, and return nil
1267 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1268 (vc-bzr-state): Look for path names relative to the repository
1269 root after status keyword.
1270 (vc-bzr-file-name-relative): New function.
1271 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1272 depend on it.
1273 (vc-bzr-admin-dirname, ...-checkout-format-file)
1274 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1275 files that we now parse directly for speed.
1276 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1277 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1278 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1279 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1280 Bzr warnings, so we must discard it.
1281 (vc-bzr-workfile-version): Speedup counting lines from
1282 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1283 if that file doesn't exist.
1284 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1285 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1286 (not ".bzr"!) to `vc-directory-exclusion-list'
1287 (vc-bzr-shell-command): New function.
1288
1289 2007-08-06 Tom Tromey <tromey@redhat.com>
1290
1291 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1292 (diff-fixup-modifs): Typo in docstring.
1293
1294 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1297 count-screen-lines.
1298 (tpu-edt-off): Disable relevant pieces of advice.
1299
1300 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1301 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1302 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1303 redefining the function.
1304 (tpu-set-scroll-margins): Activate the pieces of advice.
1305
1306 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1307
1308 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1309 process-filter.
1310
1311 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1312
1313 * help.el (resize-temp-buffer-window): Use window-full-width-p
1314 instead of comparing frame-width and window-width.
1315
1316 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1317
1318 * term.el: Honor term-default-fg-color and term-default-bg-color
1319 settings when modifying term-current-face.
1320 (term-default-fg-color, term-default-bg-color): Initialize from
1321 default term-current-face.
1322 (term-mode, term-reset-terminal): Set term-current-face with
1323 term-default-fg-color and term-default-bg-color.
1324 (term-handle-colors-array): term-current-face has term-default-fg-color
1325 and term-default-bg-color after reset escape sequence.
1326 (term-handle-colors-array): Set term-current-color with
1327 term-default-fg/bg-color instead of ansi-term-color-vector when the
1328 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1329
1330 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1331
1332 * files.el (set-auto-mode): Handle also remote files wrt
1333 `auto-mode-alist'.
1334
1335 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1336 remote identification.
1337
1338 2007-08-04 Glenn Morris <rgm@gnu.org>
1339
1340 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1341 zero, not nil, when the library is first loaded. Check for a file
1342 that has been modified on disk.
1343
1344 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1345 Remove duplicate defvar preventing initialization.
1346 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1347
1348 2007-08-03 Miles Bader <miles@gnu.org>
1349
1350 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1351 backend names for new backends to `Git', `Hg', and `Bzr'.
1352 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1353 not `HG'.
1354 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1355 name, not `GIT'.
1356 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1357 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1358
1359 2007-08-03 Glenn Morris <rgm@gnu.org>
1360
1361 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1362
1363 2007-08-02 Richard Stallman <rms@gnu.org>
1364
1365 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1366 to update deleted flag.
1367
1368 * cus-edit.el (customize-apropos, customize-apropos-options)
1369 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1370
1371 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1372
1373 * startup.el (fancy-splash-head, startup-echo-area-message):
1374 Change message text.
1375
1376 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1377 All callers use line-move.
1378
1379 * progmodes/compile.el (compilation-find-buffer): Return current
1380 buffer immediately if suitable.
1381 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1382
1383 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1386 Make it more discriminating and more useful.
1387 (vc-bzr-root-dir): Use new name.
1388 (vc-bzr-registered): Use new name and look at the dirstate file to
1389 determine if it's registered or not without running `bzr'.
1390
1391 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1392
1393 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1394
1395 2007-07-31 Drew Adams <drew.adams@oracle.com>
1396
1397 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1398 Fix parent groups link.
1399
1400 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1401
1402 * faces.el (face-normalize-spec): New function.
1403 (frame-set-background-mode): Normalize face-spec before calling
1404 face-spec-match-p.
1405
1406 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * vc-bzr.el: New file (copied from the trunk).
1409
1410 * vc-hooks.el (vc-handled-backends): Add BZR.
1411 (vc-find-file-hook): Failsafe if the backend's `registered'
1412 function burps.
1413
1414 * server.el (server-window): Add switch-to-buffer-other-frame option.
1415
1416 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1417
1418 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1419 (vc-git-revision-completion-table): Enable.
1420
1421 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1422
1423 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1424
1425 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1426 (vc-hg-registered): Set the vc-state property.
1427
1428 * diff-mode.el (diff-mode-menu): New entries.
1429
1430 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1433 (diff-file-kill): Use it.
1434 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1435 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1436 Use it so they find the hunk even when we're in the file header.
1437
1438 * vc.el: Add new VC operation `revision-completion-table'.
1439 (vc-default-revision-completion-table): New function.
1440 (vc-version-diff, vc-version-other-window): Use it to provide
1441 completion of revision names if the backend provides it.
1442
1443 * vc-arch.el (vc-arch--version-completion-table)
1444 (vc-arch-revision-completion-table): New functions to provide
1445 completion of revision names.
1446
1447 * vc-cvs.el: Require CL.
1448 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1449 New functions to provide completion of revision names.
1450
1451 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1452
1453 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1454 (copyright-fix-years, copyright): Correctly handle the case where
1455 copyright-limit is nil.
1456
1457 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1458
1459 * progmodes/python.el (run-python): Fix path separator under w32.
1460
1461 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1462
1463 * vc-git.el: New File.
1464
1465 2007-07-28 Alan Mackenzie <acm@muc.de>
1466
1467 Fix problem with modes derived from CC Mode:
1468 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1469 macro to cc-langs.
1470 (c-init-language-vars-for): Remove call to above macro.
1471 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1472 been moved to here.
1473 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1474
1475 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1476
1477 * net/trampver.el: Fix the `coding' cookie.
1478
1479 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1480
1481 * add-log.el (change-log-redate): Remove (not needed anymore and
1482 doesn't appear to work).
1483
1484 2007-07-25 Glenn Morris <rgm@gnu.org>
1485
1486 * Relicense all FSF files to GPLv3 or later.
1487
1488 * COPYING: Switch to GPLv3.
1489
1490 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1493 Replace it with another one which disables undo before calling
1494 erase-buffer and then turns it back on if needed.
1495
1496 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1497
1498 * ps-print.el: Problem with foreground and background color when
1499 printing a buffer with and without faces. Reported by Christian
1500 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1501 (ps-print-version): New version 6.7.5.
1502 (ps-default-fg): Change default value to nil, so black color is used
1503 when a face does not specify a foreground color.
1504 (ps-default-bg): Change default value to nil, so white color is used
1505 for background color.
1506 (ps-begin-job): Fix code.
1507
1508 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1509
1510 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1511
1512 2007-07-24 Alan Mackenzie <acm@muc.de>
1513
1514 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1515 Initialise byte-compile-unresolved-functions before rather than
1516 after a compilation.
1517 (byte-compile-unresolved-functions): Amplify doc string.
1518
1519 2007-07-24 Glenn Morris <rgm@gnu.org>
1520
1521 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1522 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1523 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1524 (cal-tex-cursor-week, cal-tex-cursor-week2)
1525 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1526 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1527 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1528 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1529
1530 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1533
1534 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1537 underlying file is uptodate.
1538
1539 2007-07-23 Richard Stallman <rms@gnu.org>
1540
1541 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1542
1543 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1546 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1547 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1548 different possible cases for \'.
1549 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1550
1551 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1552 `file' from which to start the search and fix case where `file' is the
1553 current directory and the root as well.
1554
1555 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1556 name for buffer-file-name if it refers to a directory.
1557
1558 2007-07-22 Jason Rumney <jasonr@gnu.org>
1559
1560 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1561 for input to cmdproxy on all versions of Windows.
1562 Use dos line ends for input to plink.
1563
1564 * comint.el (comint-simple-send): Concat newline before sending.
1565 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1566
1567 2007-07-22 Juri Linkov <juri@jurta.org>
1568
1569 * isearch.el (isearch-edit-string): Save old point and
1570 isearch-other-end to old-point and old-other-end before reading
1571 the search string from minibuffer. After exiting minibuffer set
1572 point to old-other-end if point and the search direction is the
1573 same as before reading the search string.
1574 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1575 to isearch-other-end. Instead of isearch-search-and-update call
1576 three functions isearch-search, isearch-push-state and isearch-update.
1577
1578 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1579
1580 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1581 destroying an existing buffer.
1582
1583 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1584
1585 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1586
1587 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1588
1589 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1590
1591 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1592 file in a way that does not interfere with recentf.
1593
1594 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1595
1596 * image-dired.el (image-dired-sane-db-file): New func.
1597 (image-dired-write-tags, image-dired-remove-tag)
1598 (image-dired-list-tags, image-dired-write-comments)
1599 (image-dired-get-comment, image-dired-mark-tagged-files)
1600 (image-dired-create-gallery-lists): Call new func.
1601 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1602
1603 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1604
1605 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1606 (vc-hg-dir-state): Fix loop.
1607 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1608 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1609 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1610 (vc-hg-revert): Likewise.
1611 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1612
1613 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1614
1615 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1616 case of alignment under a constant symbol, find and consider
1617 the sexp actually at indentation to be the "last sexp".
1618
1619 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1620
1621 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1622 (install): Use them to copy all *.el files before *.elc.
1623 (clean): Don't delete *~.
1624
1625 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1626
1627 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1628
1629 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1630
1631 * vc-hg.el (vc-hg-registered): Replace if with when.
1632 (vc-hg-state): Deal with nonexistent files.
1633
1634 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1635
1636 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1637 (follow-delete-other-windows-and-split, follow-recenter)
1638 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1639 (follow-redisplay, follow-estimate-first-window-start)
1640 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1641 Fix typos in docstrings.
1642
1643 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1644
1645 * bookmark.el (bookmark-show-all-annotations):
1646 Make sure each inserted annotation ends with newline.
1647
1648 (bookmark-maybe-sort-alist): Don't modify
1649 bookmark-alist. Instead, if not sorting, simply return it.
1650 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1651 for its return value, not for its side effect.
1652
1653 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1654
1655 * vc.el: Add more info about the vc-registered function.
1656
1657 2007-07-16 David Kastrup <dak@gnu.org>
1658
1659 * emacs-lisp/advice.el (defadvice): Doc fix.
1660
1661 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * subr.el (when, unless): Doc fix.
1664
1665 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1666
1667 * vc-hg.el (vc-hg-state): Handle removed files.
1668 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1669 (vc-hg-checkout): Re-enable.
1670
1671 2007-07-15 Richard Stallman <rms@gnu.org>
1672
1673 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1674
1675 * tutorial.el (tutorial--find-changed-keys):
1676 Handle C-x specially like ESC.
1677
1678 2007-07-15 Roland McGrath <roland@frob.com>
1679
1680 * add-log.el (add-change-log-entry): Check add-log-full-name
1681 and add-log-mailing-address later, after change-log-mode-hook.
1682
1683 2007-07-15 Richard Stallman <rms@gnu.org>
1684
1685 * isearch.el (isearch-mode, isearch-done):
1686 Delete unintended code in previous change.
1687
1688 * ps-print.el (ps-default-bg): Change to White.
1689
1690 2007-07-15 Aaron Hawley <aaronh@garden.org>
1691
1692 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1693
1694 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1695
1696 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1697 when handling the terminating event.
1698
1699 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1700
1701 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1702
1703 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1704
1705 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1706 (install): Use them to copy all *.el files before *.elc.
1707
1708 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1709
1710 * replace.el (match): Use yellow1 instead of yellow.
1711
1712 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1713
1714 * pcvs-info.el (cvs-unknown): Likewise.
1715
1716 2007-07-12 Davis Herring <herring@lanl.gov>
1717
1718 * desktop.el (desktop-buffer-info, desktop-save):
1719 Use `desktop-dirname' instead of `dirname'.
1720
1721 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1722
1723 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1724
1725 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1726
1727 2007-07-10 Richard Stallman <rms@gnu.org>
1728
1729 * emacs-lisp/lisp-mode.el (eval-defun):
1730 Explain special handling of `defface'.
1731
1732 2007-07-09 Richard Stallman <rms@gnu.org>
1733
1734 * isearch.el (isearch-edit-string): Call to isearch-push-state
1735 after the search.
1736
1737 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1738
1739 * cus-start.el (file-coding-system-alist): Fix custom type.
1740
1741 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1742
1743 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1744 modified.
1745 (longlines-auto-wrap, longlines-window-change-function):
1746 Remove unnecessary calls to set-buffer-modified-p.
1747
1748 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * vc.el (vc-default-log-view-mode): New function.
1751 (vc-print-log): Add new `log-view-mode' VC operation.
1752
1753 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
1754
1755 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
1756 Rename and move to...
1757
1758 * subr.el (strings->string, string->strings): ...here.
1759
1760 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
1761 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
1762
1763 * progmodes/gud.el (gud-common-init): Call string->strings instead
1764 of split-string.
1765
1766 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1767
1768 * term/w32-win.el (menu-bar-open): New function.
1769 Bind <f10> to it.
1770
1771 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1772
1773 * log-view.el (log-view-mode-menu): New menu.
1774
1775 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1776
1777 * vc-hg.el: New file.
1778
1779 2007-07-06 Andreas Schwab <schwab@suse.de>
1780
1781 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1782 dynamic bindings around the evaluation of the expression.
1783 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1784
1785 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1786
1787 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1788 file names.
1789
1790 2007-07-02 Martin Rudalics <rudalics@gmx.at>
1791
1792 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
1793
1794 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
1795 event is not a cons cell. Do not unread drag-mouse-1 events.
1796 Select right window in check whether space was stolen from
1797 window above.
1798
1799 2007-07-01 Richard Stallman <rms@gnu.org>
1800
1801 * files.el (find-file-visit-truename): Fix safe-local-variable value.
1802
1803 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
1804
1805 * generic-x.el (generic-define-mswindows-modes)
1806 (generic-define-unix-modes, apache-log-generic-mode)
1807 (bat-generic-mode-keymap, java-manifest-generic-mode)
1808 (show-tabs-generic-mode): Fix typos in docstrings.
1809
1810 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1811
1812 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
1813 replace-regexp-in-string.
1814
1815 2007-06-28 Andreas Schwab <schwab@suse.de>
1816
1817 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
1818 $(lisp)/subdirs.el.
1819
1820 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
1821
1822 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
1823 the speedbar frame if nil; that deletes the current frame or
1824 causes an error if it is the only frame.
1825 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
1826
1827 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
1830 directory where the desktop file was found, as the docstring says.
1831 (desktop-kill): Use `read-directory-name'.
1832
1833 * desktop.el (desktop-load-locked-desktop): New option.
1834 (desktop-read): Use it.
1835 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1836 Use `when'.
1837
1838 2007-06-24 Davis Herring <herring@lanl.gov>
1839
1840 * desktop.el (desktop-save-mode-off): New function.
1841 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1842 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1843 (desktop-claim-lock, desktop-release-lock): New functions.
1844 (desktop-kill): Tell `desktop-save' that this is the last save.
1845 Release the lock afterwards.
1846 (desktop-buffer-info): New function.
1847 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1848 says to. Detect conflicts, and manage the lock.
1849 (desktop-read): Detect conflicts. Manage the lock.
1850
1851 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1852
1853 * ls-lisp.el (insert-directory): If an invalid regexp error is
1854 thrown, try using FILE as a literal file name, not a wildcard.
1855 Check for FILE as an existing file, not just a directory.
1856
1857 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
1858
1859 * ruler-mode.el (ruler-mode): Prevent clobbering the original
1860 `header-line-format' when reentering ruler mode.
1861
1862 2007-06-23 Eli Zaretskii <eliz@gnu.org>
1863
1864 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
1865 FILE exists as a directory.
1866
1867 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1868
1869 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
1870 (vera-font-lock-match-item): Fix doc string.
1871 (vera-in-comment-p): Remove unused function.
1872 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
1873 use `syntax-ppss'.
1874 (vera-forward-syntactic-ws): Fix argument order.
1875 (vera-prepare-search): Use `with-syntax-table'.
1876 (vera-indent-line): Fix doc string.
1877 (vera-electric-tab): Fix doc string.
1878 (vera-expand-abbrev): Define alias instead of using `fset'.
1879 (vera-comment-uncomment-region): Use `comment-start-skip'.
1880
1881 2007-06-20 Reto Zimmermann <reto@gnu.org>
1882
1883 * progmodes/vera-mode.el: New file.
1884
1885 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * ido.el (ido-find-file-in-dir): Don't signal an error for
1888 empty directories.
1889
1890 2007-06-18 Alan Mackenzie <acm@muc.de>
1891
1892 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1893 When removing lines, also remove the \n. Correction of patch of
1894 2007-04-21.
1895
1896 2007-06-17 Glenn Morris <rgm@gnu.org>
1897
1898 * lpr.el (lpr-page-header-switches): Move %s to separate element
1899 for correct quoting. Doc fix.
1900
1901 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1902
1903 * term/xterm.el (terminal-init-xterm): Escape parens in character
1904 constants.
1905
1906 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1907
1908 * scroll-lock.el (scroll-lock-mode): Doc fix.
1909
1910 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1913 half-activated, forcefully activate it completely.
1914
1915 2007-06-11 Richard Stallman <rms@gnu.org>
1916
1917 * cus-edit.el (custom-variable-type): Doc fix.
1918
1919 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1920
1921 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1922
1923 2007-06-09 Davis Herring <herring@lanl.gov>
1924
1925 * desktop.el (desktop-minor-mode-table): Doc fix.
1926
1927 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1930 (image-next-line, image-previous-line, image-scroll-up)
1931 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1932 New functions.
1933 (image-mode-map): Remap motion commands.
1934 (image-mode-text-map): New keymap for viewing images as text.
1935 (image-mode): Use image-mode-map.
1936 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1937
1938 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
1939
1940 Sync with Tramp 2.0.56.
1941
1942 * net/tramp.el:
1943 * net/tramp-ftp.el:
1944 * net/tramp-smb.el:
1945 * net/tramp-util.el:
1946 * net/tramp-vc.el:
1947 Don't load cl.el, because that pollutes the namespace. Replace cl
1948 macros by their implementations where necessary. Requested by
1949 Richard Stallman <rms@gnu.org>.
1950
1951 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1952 doesn't exist.
1953 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1954 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1955 (tramp-file-name-p, tramp-file-name-multi-method)
1956 (tramp-file-name-method, tramp-file-name-user)
1957 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1958 replacing defstruct `tramp-file-name'.
1959 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1960 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1961 Apply `vector' instead of `make-tramp-file-name'.
1962 (tramp-handle-make-auto-save-file-name):
1963 Apply `tramp-temporary-file-directory' for compatibility reasons.
1964 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1965 because of XEmacs.
1966 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1967 started.
1968
1969 2007-06-07 David Kastrup <dak@gnu.org>
1970
1971 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1972 Change default to `top'.
1973
1974 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * dired.el (dired-mode-map): Remove spurious separator.
1977
1978 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1979
1980 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1981
1982 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1983 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1984
1985 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1986
1987 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1988 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1989
1990 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1991
1992 * progmodes/ebrowse.el (ebrowse-member-table):
1993 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1994
1995 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1996
1997 * pgg.el (pgg-sign-region, pgg-sign):
1998 * ses.el (ses-call-printer):
1999 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2000 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2001
2002 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2003
2004 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2005 (tar-get-descriptor): Handle type 55, an extended pax header.
2006
2007 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2008
2009 * textmodes/css-mode.el: New file.
2010
2011 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2012
2013 * net/socks.el: New file, taken from w3 repository.
2014 (top): Update Copyright. Don't load cl.el.
2015 (all): Replace `case' by `cond', `string-to-int' by
2016 `string-to-number', and `process-kill-without-query' by
2017 `set-process-query-on-exit-flag'.
2018 (socks-char-int): Remove defalias and all occurrences.
2019
2020 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2023 (sort-coding-systems, search-unencodable-char): Doc fixes.
2024 (coding-system-change-eol-conversion, set-default-coding-systems)
2025 (prefer-coding-system, find-multibyte-characters, princ-list)
2026 (leim-list-entry-regexp, set-input-method, locale-language-names)
2027 (input-method-exit-on-first-char, exit-language-environment-hook)
2028 (locale-charset-language-names): Fix typos in docstrings.
2029
2030 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2031
2032 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2033 `switch-to-buffer' has returned succesfully.
2034 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2035 window is dedicated (it could iconify the frame).
2036
2037 2007-06-05 Glenn Morris <rgm@gnu.org>
2038
2039 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2040
2041 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * files.el (auto-mode-alist): Add lower-priority match for names
2044 like ChangeLog.old.
2045
2046 2007-06-04 Andreas Schwab <schwab@suse.de>
2047
2048 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2049
2050 2007-06-04 Davis Herring <herring@lanl.gov>
2051
2052 * calendar/timeclock.el: Update version number.
2053 (timeclock-modeline-display): Mention timeclock-use-display-time
2054 in explanatory message.
2055 (timeclock-log): Suppress warnings when finding the log.
2056 Don't check for a nil project twice. Run hooks after killing the
2057 buffer (if applicable).
2058 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2059 was geometric). All uses changed.
2060 (timeclock-generate-report): Support prefix argument.
2061
2062 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2063
2064 * man.el (Man-next-section): Don't consider the last line of the
2065 page as being part of any section.
2066
2067 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2068
2069 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2070 modified flag of buffer. Use `inhibit-modification-hooks'.
2071
2072 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2073
2074 * mail/mail-extr.el (mail-extract-address-components):
2075 Recognize non-ASCII characters except for NBSP as words.
2076
2077 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2078
2079 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2080
2081 2007-06-04 Michael Olson <mwolson@gnu.org>
2082
2083 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2084 died and we are trying to send a signal to it.
2085
2086 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2087
2088 * emacs-lisp/easy-mmode.el (define-minor-mode)
2089 (easy-mmode-define-navigation): Fix typos in docstrings.
2090
2091 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2092 Fix typos in docstrings.
2093 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2094 (compilation-finish-function): Fix typo in obsolescence declaration.
2095
2096 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2097
2098 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2099
2100 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2101 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2102
2103 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2104
2105 * longlines.el (longlines-mode): Make longlines-auto-wrap
2106 buffer-local. Add hooks unconditionally.
2107 (longlines-auto-wrap): Toggle wrapping.
2108 (longlines-after-change-function)
2109 (longlines-post-command-function): Check longlines-auto-wrap.
2110
2111 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2112
2113 * Version 22.1 released.
2114
2115 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2118 changes.
2119
2120 2007-05-31 Richard Stallman <rms@gnu.org>
2121
2122 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2123
2124 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2125
2126 * textmodes/table.el (table--point-entered-cell-function)
2127 (table--point-left-cell-function):
2128 Bind `inhibit-point-motion-hooks' to t.
2129
2130 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2131
2132 * emacs-lisp/rx.el (rx): Doc fix.
2133
2134 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2135
2136 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2137
2138 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2139
2140 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2141 as the end of the ChangeLog paragraph when it ends without a line
2142 termination.
2143
2144 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * textmodes/fill.el (canonically-space-region): Make the second arg
2147 a marker if it's not already the case.
2148
2149 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2150 (xterm-mouse-event): Use it.
2151
2152 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2153
2154 * vc-hooks.el (vc-find-root): Fix file attribute test.
2155
2156 2007-05-24 Richard Stallman <rms@gnu.org>
2157
2158 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2159 Don't let opoint be nil.
2160 (flyspell-emacs-popup): Explicit error if no dialogs.
2161
2162 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2163
2164 * tar-mode.el (tar-file-name-handler): New function.
2165 (tar-extract): Bind file-name-handler-alist to it to force
2166 find-buffer-file-type-coding-system behave as if the file being
2167 extracted existed. Use last-coding-system-used to force
2168 buffer-file-coding-system to what decode-coding-region actually
2169 used to decode the file.
2170
2171 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2172
2173 * progmodes/compile.el (compilation-handle-exit):
2174 `compilation-finish-function' may change the current buffer.
2175
2176 2007-05-22 Richard Stallman <rms@gnu.org>
2177
2178 * files.el (set-auto-mode): Doc fix.
2179
2180 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2181
2182 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2183
2184 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2185
2186 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2187 (rcirc-print): Handle `window-width'.
2188 (rcirc-buffer-maximum-lines): Doc fix.
2189
2190 2007-05-19 Kevin Ryde <user42@zip.com.au>
2191
2192 * info.el (Info-fontify-node): Match https also.
2193
2194 2007-05-18 Richard Stallman <rms@gnu.org>
2195
2196 * simple.el (push-mark): Doc fix.
2197
2198 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2199
2200 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2201 tpu-global-map.
2202 (tpu-original-global-map): Delete variable.
2203 (tpu-control-keys-map): New keymap variable.
2204 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2205 setting keymapping directly.
2206 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2207 tpu-global-map.
2208 (tpu-edt-on): Activate the tpu-global-map.
2209 (tpu-edt-off): Deactivate the tpu-global-map.
2210
2211 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2212
2213 * textmodes/ispell.el (ispell-get-word): Return markers
2214 for start and end positions.
2215 (ispell-word): Assume END is a marker.
2216
2217 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2218
2219 * ps-print.el: Use default color when foreground or background color
2220 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2221 (ps-print-version): New version 6.7.4.
2222 (ps-rgb-color): New argument. Use default color when color is
2223 unspecified.
2224 (ps-begin-job): Fix code.
2225
2226 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2227
2228 * textmodes/ispell.el (ispell-start-process): Defend against bad
2229 default-directory.
2230
2231 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2233 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2234
2235 2007-05-16 Richard Stallman <rms@gnu.org>
2236
2237 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2238
2239 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2242 Move the *ml, Postscript, and XmCD entries to the fallback part.
2243
2244 * files.el (magic-fallback-mode-alist):
2245 Rename from file-start-mode-alist.
2246
2247 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2248
2249 * progmodes/compile.el (compilation-handle-exit): Quote first
2250 argument of `run-hook-with-args'.
2251
2252 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * buff-menu.el (Buffer-menu-sort-column):
2255 * dabbrev.el (dabbrev-upcase-means-case-search):
2256 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2257 * info.el (Info-current-subfile):
2258 * ls-lisp.el (ls-lisp-verbosity):
2259 * msb.el (msb-menu-cond):
2260 * pcvs.el (cvs-dired-use-hook):
2261 * simple.el (set-mark-command-repeat-pop):
2262 * time.el (display-time-24hr-format, display-time-mail-file):
2263 Doc fixes.
2264
2265 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2266 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2267
2268 * view.el (view-inhibit-help-message): Fix typo in docstring.
2269 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2270
2271 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2272
2273 * mail/rmail.el (rmail-convert-to-babyl-format):
2274 Check content-transfer-encoding _last_, because we need its position
2275 in base64-header-field-end.
2276
2277 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * files.el (mode-require-final-newline, require-final-newline)
2280 (enable-local-variables, enable-local-eval): Doc fixes.
2281
2282 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2283
2284 * progmodes/python.el (python-font-lock-keywords)
2285 (python-open-block-statement-p, python-mode): Add support for the new
2286 "with" keyword.
2287
2288 2007-05-10 Richard Stallman <rms@gnu.org>
2289
2290 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2291 (iso-cvt-write-only): Likewise.
2292
2293 * emacs-lisp/easy-mmode.el (define-minor-mode):
2294 Fix generated doc string.
2295
2296 * startup.el (fancy-splash-text): Add URL of guided tour.
2297 Adjust horizontal and vertical whitespace.
2298
2299 * progmodes/compile.el (compilation-handle-exit):
2300 Use run-hook-with-args to run compilation-finish-functions.
2301
2302 * files.el (file-start-mode-alist): New variable.
2303 (magic-mode-regexp-match-limit): Doc fix.
2304 (set-auto-mode): Handle file-start-mode-alist.
2305 A little cleanup of structure.
2306
2307 2007-05-10 Davis Herring <herring@lanl.gov>
2308
2309 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2310 workday specifications.
2311 (timeclock-log): Don't kill the log buffer if it already existed.
2312
2313 2007-05-08 Richard Stallman <rms@gnu.org>
2314
2315 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2316 Don't include non-self-insert commands in the exception for `-'.
2317
2318 2007-05-08 David Reitter <david.reitter@gmail.com>
2319
2320 * progmodes/python.el (python-guess-indent): Check non-nullness
2321 before comparing indent against the 2..8 interval.
2322
2323 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2324
2325 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2326 available.
2327
2328 2007-05-06 Richard Stallman <rms@gnu.org>
2329
2330 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2331
2332 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2333
2334 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2335 disconnections.
2336
2337 2007-05-01 Romain Francoise <romain@orebokech.com>
2338
2339 * dired-x.el: Revert 2007-04-06 change.
2340
2341 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2342
2343 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2344 don't put stop on toolbar.
2345
2346 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2347
2348 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2349
2350 2007-04-29 Richard Stallman <rms@gnu.org>
2351
2352 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2353
2354 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2355
2356 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2357 than 1.
2358
2359 2007-04-28 Richard Stallman <rms@gnu.org>
2360
2361 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2362
2363 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2366
2367 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2368
2369 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2370 instead of $(lisp)/mh-e.
2371
2372 * textmodes/fill.el (fill-paragraph): Doc fix.
2373
2374 2007-04-28 Glenn Morris <rgm@gnu.org>
2375
2376 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2377 (image-dired-cmd-create-temp-image-options): Replace option
2378 +profile "*" with -strip.
2379
2380 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2381
2382 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2383 Use window-start and window-end.
2384
2385 2007-04-26 Glenn Morris <rgm@gnu.org>
2386
2387 * progmodes/python.el: Restore file pending consideration of legal
2388 status.
2389
2390 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2391
2392 * locate.el (locate-in-alternate-database): Doc fix.
2393
2394 2007-04-26 Glenn Morris <rgm@gnu.org>
2395
2396 * button.el (button): Use underline if supported, else fall back
2397 to color.
2398
2399 2007-04-25 Richard Stallman <rms@gnu.org>
2400
2401 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2402
2403 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2404
2405 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2406 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2407 pushing mark.
2408 (idlwave-current-routine): Don't push mark.
2409
2410 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2411
2412 * image-dired.el (image-dired-display-image): Derive image-type from
2413 filename rather than assuming jpeg, in case no resizing was needed.
2414
2415 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2416
2417 * custom.el (defface): Doc fix.
2418
2419 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2420
2421 * progmodes/python.el: Remove due to unclear legal issues.
2422
2423 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2424
2425 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2426 Don't re-query for each cleared BP.
2427 (idlwave-shell-clear-bp): Optionally skip BP query.
2428 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2429 of set-window-buffer, which incorrectly moves displayed region.
2430
2431 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2432
2433 * calc/calc.el (calc-bug-address): Update maintainer's address.
2434 * calc/*: Update maintainer's address.
2435
2436 2007-04-23 Richard Stallman <rms@gnu.org>
2437
2438 * simple.el (set-mark-command-repeat-pop): Doc fix.
2439 Put in `editing-basics' group.
2440
2441 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2444 New functions.
2445 (Info-mode-line-node-keymap): Bind mouse commands to
2446 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2447
2448 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2449
2450 * locate.el (locate-local-prompt): New var.
2451 (locate-prompt-for-command): Doc fix.
2452 (locate-prompt-for-search-string): New function.
2453 (locate): New optional arg. Make locate-local-prompt
2454 buffer-local. Use locate-prompt-for-search-string.
2455 (locate-with-filter): New optional arg.
2456 Use locate-prompt-for-search-string.
2457 (locate-update): Bind locate-prompt-for-command.
2458
2459 2007-04-23 Glenn Morris <rgm@gnu.org>
2460
2461 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2462
2463 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2464
2465 * button.el (button): Inherit from link face on a tty.
2466
2467 2007-04-23 Glenn Morris <rgm@gnu.org>
2468
2469 * button.el (button): Use color for this face on a tty.
2470
2471 * files.el (magic-mode-alist): Allow for carriage-returns in
2472 html-mode and sgml-mode entries.
2473
2474 2007-04-22 Richard Stallman <rms@gnu.org>
2475
2476 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2477 Improve doc string of generated command.
2478
2479 * subr.el (read-number): Catch errors.
2480
2481 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2482
2483 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * image-dired.el: Rename from thumbnails.el. All instances of
2486 "thumbnails" replaced with "image-dired".
2487
2488 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2489 "image-dired".
2490
2491 2007-04-22 Kim F. Storm <storm@cua.dk>
2492
2493 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2494 Don't use kill-line.
2495
2496 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2497
2498 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2499 error message.
2500
2501 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2502
2503 * dired.el: Rename "tumme" to "thumbnails".
2504
2505 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2506 replaced with "thumbnails".
2507
2508 2007-04-22 Glenn Morris <rgm@gnu.org>
2509
2510 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2511 and give it the risky-local-variable property.
2512
2513 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2514 before defining it.
2515
2516 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2517
2518 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2519 Use delete-region instead of kill-line.
2520
2521 2007-04-21 Alan Mackenzie <acm@muc.de>
2522
2523 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2524 `kill-region' by `delete-region'.
2525
2526 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2529 instead of kill-region.
2530
2531 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2532 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2533 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2534 and kill-line.
2535
2536 * progmodes/vhdl-mode.el (vhdl-template-type)
2537 (vhdl-template-record, vhdl-template-nature)
2538 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2539 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2540 Use delete-region instead of kill-word and kill-line.
2541
2542 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2543
2544 * dired-x.el (dired-virtual-mode): Doc fix.
2545
2546 2007-04-21 Richard Stallman <rms@gnu.org>
2547
2548 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2549
2550 * subr.el (read-number): Doc fix.
2551
2552 * simple.el (pop-to-mark-command): Display message "mark popped"
2553 if point does not move.
2554 (set-mark-command): Doc fix.
2555
2556 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2557
2558 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2559 (locate-local-filter, locate-local-search): New vars.
2560 (locate): Make variables local.
2561 (locate-update): Bind locate-buffer-name. Call locate using
2562 locate-local-filter and locate-local-search.
2563
2564 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2565
2566 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2567 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2568 (hi-lock-mode): Update docstring.
2569
2570 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2573 fill-nobreak-predicate when the break is past fill-column.
2574
2575 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2576
2577 * locate.el (locate): Output from shell-command should go in the
2578 current buffer rather than *Shell Command Output*.
2579
2580 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * paren.el (show-paren-function): Fix last fix.
2583
2584 2007-04-19 Kevin Ryde <user42@zip.com.au>
2585
2586 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2587 (archive-lzh-summarize): Add optional start arg for where to start
2588 looking at the archive.
2589 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2590
2591 * international/mule.el (auto-coding-alist): no-conversion for .exe
2592 and .EXE.
2593
2594 2007-04-19 Alan Mackenzie <acm@muc.de>
2595
2596 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2597 function return type contains "struct", "union", etc.
2598 c-end-of-defun goes too far forward.
2599
2600 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2601
2602 * paren.el (show-paren-function): Reset window-start to avoid
2603 recentering.
2604
2605 2007-04-19 Glenn Morris <rgm@gnu.org>
2606
2607 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2608
2609 2007-04-18 Glenn Morris <rgm@gnu.org>
2610
2611 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2612 :set function.
2613 (diary-list-entries): Only switch to diary-mode from
2614 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2615 diary-mode set header-line-format, in case of any customization.
2616
2617 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2618
2619 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2620 is less than the length of parse-time-syntax.
2621
2622 2007-04-17 David Kastrup <dak@gnu.org>
2623
2624 * replace.el (query-replace-regexp-eval): Deprecate.
2625
2626 2007-04-17 Alan Mackenzie <acm@muc.de>
2627
2628 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2629 point too close to EOB, leave point at EOB rather than last `}'.
2630
2631 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2632
2633 * textmodes/bibtex.el (bibtex-include-OPTkey)
2634 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2635 Fix defcustom.
2636
2637 2007-04-17 Glenn Morris <rgm@gnu.org>
2638
2639 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2640 be encoded, fall back to current year.
2641
2642 2007-04-14 Kevin Ryde <user42@zip.com.au>
2643
2644 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2645 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2646 M "MSDOS".
2647
2648 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2649
2650 * progmodes/python.el (python-end-of-block): Avoid looping forever
2651 if python-next-statement fails.
2652
2653 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2654
2655 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2656
2657 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2658
2659 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2660 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2661
2662 2007-04-15 Jay Belanger <belanger@truman.edu>
2663
2664 * calc/calc.el (calc-version): New function.
2665 (calc-trail-mode): Shorten the title.
2666
2667 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2668
2669 * mail/footnote.el (footnote-style): Clarify docstring to state
2670 that customizing this only applies to future footnotes.
2671
2672 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2673
2674 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2675 (bibtex-make-field): Check that INIT is a string. Use functionp.
2676
2677 2007-04-14 Glenn Morris <rgm@gnu.org>
2678
2679 * complete.el (PC-goto-end): New buffer-local variable.
2680 (PC-do-completion-end): Make buffer-local.
2681 (partial-completion-mode) <choose-completion-string-functions>:
2682 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2683 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2684 doc string. Set PC-goto-end for choose-completion.
2685 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2686 PC-do-completion.
2687
2688 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2689 arg to bibtex-make-field.
2690 (bibtex-make-field): Add optional fourth arg NODELIM.
2691 Insert delimiters around INIT unless this arg is non-nil.
2692
2693 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2694
2695 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2696 global map isn't modified.
2697
2698 2007-04-14 Glenn Morris <rgm@gnu.org>
2699
2700 * calendar/appt.el (appt-disp-window): Do not split small windows.
2701 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2702
2703 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2706
2707 * files.el: Ditto.
2708
2709 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2710
2711 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2712
2713 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2714 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2715 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2716 (term-pager-help): Fix typos in docstrings.
2717
2718 * wid-edit.el (widget-documentation): Fix typo in docstring.
2719
2720 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2721 Fix typos in error messages.
2722
2723 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2724
2725 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2726 window marked as dedicated.
2727
2728 * mail/footnote.el (footnote-latin-string): New variable.
2729 (footnote-latin-regexp): Redefine as regexp alternative.
2730 (Footnote-latin): Use footnote-latin-string instead of
2731 footnote-latin-regexp.
2732
2733 2007-04-13 Glenn Morris <rgm@gnu.org>
2734
2735 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2736 inherited keymaps.
2737
2738 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * outline.el (outline-get-next-sibling): Clarify docstring.
2741 (outline-get-last-sibling): Handle case where we are at the first
2742 heading. Clarify docstring.
2743
2744 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
2745
2746 * progmodes/gud.el (gud-minor-mode-map): Make go button same
2747 length as stop button to lessen flicker.
2748 (jdb): Add gud-print.
2749 (gud-find-expr): Jdb prints the expression with the value, so
2750 don't insert it in the output.
2751
2752 2007-04-11 Jason Rumney <jasonr@gnu.org>
2753
2754 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
2755 case hex. Do not try to decode non-hex letters.
2756
2757 2007-04-11 Markus Triska <markus.triska@gmx.at>
2758
2759 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
2760 (byte-optimize-backward-word): Remove (move to bytecomp.el).
2761 (byte-optimize-form-code-walker): Evaluate pure function calls if
2762 possible.
2763 (byte-optimize-all-constp): New function.
2764
2765 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2766 Improve numeric argument case.
2767 (byte-compile-backward-char, byte-compile-backward-word):
2768 New functions, performing rewriting previously done in byte-opt.el.
2769 Fix their "Fixme" item (restriction to numeric arguments).
2770
2771 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
2774 with dolist.
2775 (after-init-hook): Don't quote lambda.
2776 (desktop-first-buffer): Don't wrap it in eval-when-compile.
2777 (desktop-internal-v2s): Remove unused var `el'.
2778 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
2779 desktop-restore-file-buffer.
2780 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
2781 desktop-create-buffer.
2782
2783 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
2784
2785 * woman.el (woman-decode-buffer): Postpone macro-set check...
2786 (woman-decode-region): ...to here.
2787
2788 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
2789
2790 * startup.el (tty-handle-args): Use %S to log ARGS.
2791
2792 2007-04-10 Glenn Morris <rgm@gnu.org>
2793
2794 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
2795 it is obsolete and has no effect.
2796
2797 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
2798 byte-compiler.
2799
2800 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
2801 obsolete function make-local-hook.
2802
2803 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
2804 start to quieten byte-compiler.
2805
2806 2007-04-10 Markus Triska <markus.triska@gmx.at>
2807
2808 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
2809 to bytecomp.el as byte-compile-char-before).
2810 * emacs-lisp/bytecomp.el (byte-compile-char-before):
2811 New function (modified replacement for byte-optimize-char-before in
2812 byte-opt.el).
2813
2814 2007-04-09 Alan Mackenzie <acm@muc.de>
2815
2816 * startup.el (inhibit-splash-screen): Emphatically state that it
2817 can't be set in site-start.el.
2818
2819 2007-04-09 Masatake YAMATO <jet@gyve.org>
2820
2821 * progmodes/cc-subword.el (c-capitalize-subword): More closely
2822 mimic the behavior of `capitalize-word'. Do not move point with a
2823 negative argument. Based on tiny change by Paul Curry.
2824
2825 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
2826
2827 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
2828 Don't move point if ARG is negative.
2829
2830 2007-04-09 Alan Mackenzie <acm@muc.de>
2831
2832 Changes to make `narrow-to-defun' and `mark-defun' work properly
2833 in CC Mode:
2834
2835 * progmodes/cc-defs.el (c-beginning-of-defun-1):
2836 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
2837 Bind beginning/end-of-defun-function to nil around calls to
2838 beginning/end-of-defun.
2839
2840 * progmodes/cc-langs.el (beginning-of-defun-function)
2841 (end-of-defun-function): New c-lang-setvar's.
2842
2843 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
2844 (setq arg 1))" to enable non-interactive call.
2845
2846 2007-04-09 Eli Zaretskii <eliz@gnu.org>
2847
2848 * simple.el (set-mark-command): Doc fix.
2849
2850 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
2851
2852 * progmodes/gud.el (gdb): Restore existing session if user
2853 tries to start a second one in graphical mode.
2854
2855 2007-04-08 Martin Rudalics <rudalics@gmx.at>
2856
2857 * cus-start.el <scroll-preserve-screen-position>: Add choices.
2858
2859 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2860
2861 * term/xterm.el (terminal-init-xterm): Fix key definitions.
2862 Add binding for C-M-SPC.
2863
2864 2007-04-08 Richard Stallman <rms@gnu.org>
2865
2866 * pcomplete.el (pcomplete-read-event): One single definition,
2867 and not a defsubst.
2868
2869 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
2870
2871 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
2872 byte-compiler warning "value unused".
2873
2874 2007-04-08 Andreas Schwab <schwab@suse.de>
2875
2876 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
2877
2878 2007-04-07 Glenn Morris <rgm@gnu.org>
2879
2880 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
2881 Autoload these functions.
2882 (diary-date-forms): Add a custom :set form.
2883
2884 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
2885 before first use.
2886 (diary-font-lock-keywords): New function with old code for
2887 initialization of variable of same name.
2888
2889 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
2890
2891 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
2892 clean-up: only insert space when on identifier, etc.
2893
2894 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2895
2896 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
2897
2898 * net/tls.el (open-tls-stream): Properly handle case where there
2899 is no associated buffer.
2900
2901 2007-04-07 Glenn Morris <rgm@gnu.org>
2902
2903 * ffap.el (ffap-file-at-point): Lower the priority of the
2904 ffap-ftp-sans-slash-regexp check.
2905
2906 2007-04-06 Alan Mackenzie <acm@muc.de>
2907
2908 Fix fontification of labels, and other things with ":".
2909
2910 * progmodes/cc-engine.el (c-forward-label): The function now
2911 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
2912 the former t.
2913
2914 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
2915 new return code from c-forward-label, fontifying tokens properly.
2916 Add some general comments throughout the file.
2917
2918 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
2919
2920 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
2921 Revert 2006-01-27 change.
2922
2923 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
2924
2925 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
2926
2927 * desktop.el (desktop-create-buffer, desktop-save):
2928 Revert 2004-11-12 change for lack of copyright papers.
2929
2930 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
2931 (dired-guess-default): Respect case.
2932
2933 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
2934
2935 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
2936 was originally checked in as byte-optimize-concat on 1997-11-02.
2937
2938 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
2939 1995-05-19 doc changes.
2940
2941 2007-04-06 Kim F. Storm <storm@cua.dk>
2942
2943 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
2944 (unload-feature): Update interactive spec accordingly.
2945
2946 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
2947
2948 2007-04-06 John Paul Wallington <jpw@pobox.com>
2949
2950 * subr.el (with-case-table): Use `make-symbol' to avoid variable
2951 capture. Restore the table in the same buffer.
2952
2953 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
2954
2955 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2958 Print entire form.
2959
2960 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
2961
2962 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2963 for low-color displays.
2964
2965 2007-04-05 Glenn Morris <rgm@gnu.org>
2966
2967 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2968 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2969 Seed random number generator on loading.
2970
2971 * emacs-lisp/authors.el (top-level): Provide self.
2972
2973 * play/animate.el (top-level): Provide self.
2974
2975 2007-04-04 Alan Mackenzie <acm@muc.de>
2976
2977 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2978 to mention c-syntactic-indentation.
2979
2980 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
2981
2982 * subr.el (with-case-table): New macro.
2983
2984 * international/mule.el (ascii-case-table): New var.
2985
2986 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2987 downcasing.
2988
2989 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
2990
2991 * progmodes/gud.el (gud-minor-mode-map): Simplify.
2992
2993 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2994 of the window if we're outside it e.g menu-bar.
2995
2996 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2997 window if we're outside it e.g menu-bar.
2998
2999 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3000
3001 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3002 decode base-64 encoded body if its content-type is something other
3003 than text/* or message/*.
3004
3005 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * simple.el (activate-mark-hook): Fix typo in docstring.
3008
3009 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3010
3011 * tmm.el (tmm-c-prompt): Initialize.
3012 (tmm-menubar): Deal with extended menu-items at top level.
3013 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3014 (tmm-prompt): Handle visibility of top level menu-items.
3015
3016 * progmodes/gud.el (gud-menu-map): Simplify.
3017 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3018 menubar.
3019
3020 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3021
3022 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3023
3024 * comint.el (comint-send-input): Widen the buffer first.
3025
3026 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3027
3028 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3031 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3032
3033 * newcomment.el (comment-search-forward): Discard comment starters
3034 before point.
3035
3036 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3037
3038 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3039
3040 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3041
3042 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3043 when downcasing.
3044
3045 * button.el (previous-button): Rewrite to account for adjacent buttons.
3046
3047 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3048
3049 * progmodes/idlwave.el (idlwave-auto-fill):
3050 Revert paragraph-separate change.
3051
3052 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3053 Simplify module calc.
3054 (idlwave-shell-set-bp-in-module): Compute module.
3055
3056 2007-03-31 Glenn Morris <rgm@gnu.org>
3057
3058 * emacs-lisp/timer.el (run-at-time): Doc fix.
3059
3060 * emacs-lisp/warnings.el (display-warning): If we create the
3061 buffer displaying the warning, disable undo there.
3062
3063 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3064
3065 * net/tramp.el (tramp-register-file-name-handler)
3066 (tramp-register-completion-file-name-handler): New defsubst,
3067 derived from `tramp-register-file-name-handlers'. The split is
3068 necessary because Tramp's file name handlers must be registered at
3069 different startup places.
3070
3071 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * progmodes/hideshow.el (turn-off-hideshow): New function.
3074 (hs-minor-mode): Use it instead of a lambda expression in
3075 change-major-mode-hook.
3076
3077 2007-03-31 David Kastrup <dak@gnu.org>
3078
3079 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3080 corresponding to MANPATH_MAP entries.
3081 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3082 (woman-parse-man.conf): Use more discriminating man.conf name.
3083 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3084 (woman-manpath): Doc fix and type fix.
3085 (woman-cached-data): Check for MANPATH_MAP entries.
3086 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3087
3088 2007-03-31 Stuart Herring <herring@lanl.gov>
3089
3090 * emacs-lisp/sregex.el (sregexq): Doc fix.
3091
3092 2007-03-31 Markus Triska <markus.triska@gmx.at>
3093
3094 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3095
3096 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3097
3098 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3099 Move to the right.
3100
3101 2007-03-30 Alan Mackenzie <acm@muc.de>
3102
3103 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3104
3105 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3106
3107 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3108 Use it, passed in explicitly, instead of from the dynamic binding.
3109 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3110
3111 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3112
3113 * simple.el (blink-matching-open): When in minibuffer, don't
3114 search for a match inside the prompt.
3115
3116 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3117
3118 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3119 (tmm-prompt): Don't make the mouse user select the first menu
3120 item twice.
3121
3122 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3123
3124 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3125 SIGUSR1 and SIGUSR2.
3126
3127 2007-03-29 Kim F. Storm <storm@cua.dk>
3128
3129 * ido.el (ido-read-internal): When reading file or dir, only override
3130 minibuffer-local-filename-completion-map, otherwise only override
3131 minibuffer-local-completion-map.
3132
3133 2007-03-29 Glenn Morris <rgm@gnu.org>
3134
3135 * complete.el (partial-completion-mode): Set PC-do-completion-end
3136 to nil after use.
3137 (PC-lisp-complete-symbol): Create and use a marker at `end',
3138 rather than using point-marker.
3139
3140 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * simple.el (next-error-highlight): Doc fix.
3143 (compose-mail): Revert 2007-03-19 change.
3144
3145 2007-03-28 Richard Stallman <rms@gnu.org>
3146
3147 * emacs-lisp/edebug.el (edebug-display): Don't go to
3148 edebug-outside-buffer if it is dead.
3149
3150 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3151
3152 * view.el (view-mode): Fix typos in docstring.
3153
3154 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3155
3156 * recentf.el (recentf-save-file): Add a custom :set function.
3157
3158 2007-03-28 Glenn Morris <rgm@gnu.org>
3159
3160 * complete.el (PC-do-completion-end): New variable.
3161 (partial-completion-mode) <choose-completion-string-functions>:
3162 Use PC-do-completion-end in the non-minibuffer case to replace the
3163 correct amount of text.
3164 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3165 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3166 to deal with improvements inserted after point.
3167
3168 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * button.el (make-text-button): Add explicit `button' property.
3171 (default-button): Don't put a `button' property on it.
3172
3173 * progmodes/python.el (python-mode): Skip comments when parsing.
3174
3175 * vc-arch.el (vc-with-current-file-buffer): New macro.
3176 (vc-arch-file-source-p): Use it to avoid infloop.
3177
3178 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3179
3180 * emacs-lisp/lisp.el (lisp-complete-symbol):
3181 Fix call to get-buffer-window to find windows in other frames.
3182
3183 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3186 Fix calls to get-buffer-window to find windows in other frames.
3187 Reported by David Hansen <david.hansen@gmx.net>.
3188
3189 2007-03-27 Kevin Ryde <user42@zip.com.au>
3190
3191 * info.el (Info-display-images-node): On a text-only terminal,
3192 show the "text" or "alt" parts of the image blobs.
3193
3194 2007-03-27 Glenn Morris <rgm@gnu.org>
3195
3196 * complete.el (PC-do-completion): Compute completion-base-size in
3197 the non-filename case, rather than setting to nil.
3198 (PC-lisp-complete-end): New variable.
3199 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3200 original end in a series of consecutive invocations.
3201
3202 * calendar/calendar.el (calendar-mode-hook): Declare it.
3203
3204 * calendar/diary-lib.el (diary-live-p): Do not check for
3205 diary-selective-display.
3206
3207 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3208
3209 * replace.el (occur-next-error): *Occur* might not be displayed in the
3210 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3211
3212 2007-03-26 Richard Stallman <rms@gnu.org>
3213
3214 * textmodes/flyspell.el (flyspell-large-region):
3215 Use ispell-call-process-region.
3216
3217 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3218
3219 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3220 Use prin1 instead of princ.
3221
3222 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3223
3224 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3225 Merge in X resources before global face.
3226
3227 * progmodes/compile.el (compilation-start): Save compilation-directory
3228 rather than default-directory as local var.
3229 (compilation-directory): Mark as safe local var.
3230
3231 * files.el: Don't mark default-directory as a safe local var.
3232
3233 2007-03-25 Alan Mackenzie <acm@muc.de>
3234
3235 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3236 * progmodes/cc-engine.el: Fix typo.
3237
3238 2007-03-25 Juri Linkov <juri@jurta.org>
3239
3240 * compare-w.el (compare-windows): Rename customization group
3241 `compare-w' to `compare-windows'.
3242 (compare-windows-whitespace, compare-ignore-whitespace)
3243 (compare-ignore-case, compare-windows-sync)
3244 (compare-windows-sync-string-size, compare-windows-recenter)
3245 (compare-windows-highlight, compare-windows): Change group name in
3246 the `group' tag from `compare-w' to `compare-windows'.
3247 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3248
3249 2007-03-24 Markus Triska <markus.triska@gmx.at>
3250
3251 * expand.el: Change example to always enable abbrev-mode,
3252 and remove redundant `function'.
3253 (expand-abbrev-hook): Add autoload cookie.
3254
3255 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3256
3257 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3258 (testcover-mark-all, testcover-unmark-all): Add prompts to
3259 interactive specs.
3260
3261 2007-03-24 Jason Rumney <jasonr@gnu.org>
3262
3263 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3264 Use file size in bytes for auto-revert-tail-pos not characters.
3265
3266 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3267
3268 * vc-rcs.el (vc-rcs-annotate-command):
3269 Set text property :vc-annotate-prefix on the annotation text.
3270 (vc-rcs-annotate-time): Instead of searching for ": ",
3271 search for end of text propertized with :vc-annotate-prefix.
3272
3273 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3274
3275 * whitespace.el (top level): Remove calls putting
3276 permanent-local nil property since these are no-ops.
3277
3278 * man.el (Man-support-local-filenames): Assure that
3279 default-directory exists when doing call-process.
3280
3281 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3282
3283 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3284 Fix omission bug: Use m4-program-options to construct shell command.
3285
3286 2007-03-23 David Kastrup <dak@gnu.org>
3287
3288 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3289 Use `mapcar' rather than `mapcan' to silence compiler warning.
3290
3291 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3292
3293 * textmodes/reftex.el, textmodes/reftex-vars.el,
3294 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3295 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3296 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3297 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3298 * textmodes/reftex-auc.el: Add maintainer address.
3299
3300 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3301
3302 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3303 Make sure that `global-font-lock-mode' does not turn on font-lock
3304 in these buffers.
3305
3306 2007-03-21 Kim F. Storm <storm@cua.dk>
3307
3308 * xt-mouse.el (xt-mouse-epoch): New variable.
3309 (xterm-mouse-event): Use float-time.
3310
3311 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3312
3313 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3314 current-time.
3315
3316 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * complete.el (read-file-name-internal): Don't add the final > if the
3319 completion is not finished (re-application of this patch, which was
3320 accidentally undone by Eli).
3321
3322 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3325 clicks in describe-key and describe-key-briefly advice a little better.
3326
3327 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * server.el (server-process-filter): Cancel any pending isearch.
3330
3331 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3332
3333 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3334 (icalendar--get-unfolded-buffer): Define actual arguments rather
3335 than just using &rest. Check replace-in-string is fbound.
3336 (icalendar-import-buffer): Doc fix.
3337 (icalendar--convert-ical-to-diary): Set diary-file.
3338 Check diary-file before inserting final newline.
3339 (icalendar--add-diary-entry): Return diary-file.
3340
3341 2007-03-21 Glenn Morris <rgm@gnu.org>
3342
3343 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3344 (diary-display-hook): Add custom :set function.
3345
3346 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3347 Add custom :set function.
3348 (diary-header-line-format): Doc fix.
3349 (diary-set-maybe-redraw): New function.
3350 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3351 (diary-list-entries): Always run diary-mode.
3352
3353 2007-03-20 Kenichi Handa <handa@m17n.org>
3354
3355 * international/quail.el (quail-setup-completion-buf): Make the
3356 completion buffer read-only.
3357 (quail-completion): Adjusted for the above change. Leave the
3358 modified flag nil.
3359
3360 2007-03-20 David Kastrup <dak@gnu.org>
3361
3362 * files.el (magic-mode-alist): Require literal "%!PS" string for
3363 magic postscript file detection.
3364
3365 2007-03-20 Richard Stallman <rms@gnu.org>
3366
3367 * textmodes/ispell.el (ispell-call-process): New function.
3368 Defends against bad `default-directory.'
3369 (ispell-check-version, ispell-find-aspell-dictionaries)
3370 (ispell-get-aspell-config-value, lookup-words): Call it.
3371 (ispell-call-process-region): New function.
3372 (ispell-send-string): Call it.
3373
3374 2007-03-20 Andreas Schwab <schwab@suse.de>
3375
3376 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3377 (finder-data): Likewise.
3378 (autoloads): Likewise.
3379
3380 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3381
3382 * files.el (basic-save-buffer): Do not set visited filename when
3383 the corresponding directory does not exist or the specified
3384 filename is that of an existing directory.
3385
3386 2007-03-20 Glenn Morris <rgm@gnu.org>
3387
3388 * calendar/diary-lib.el (diary-live-p): New function.
3389 (number-of-diary-entries): Add a :set function to redisplay diary
3390 when necessary.
3391
3392 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3393
3394 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3395 from client program, mev, to compute mouse event.
3396
3397 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3398
3399 * faces.el (momentary): Face removed; unused due to reversion of
3400 2007-01-04 changes by Kevin Rodgers.
3401
3402 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3403 Suggested by Johan Bockg\e,Ae\e(Brd.
3404
3405 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3406
3407 * font-lock.el (lisp-font-lock-keywords-1):
3408 Highlight define-globalized-minor-mode as a keyword.
3409
3410 2007-03-19 Kim F. Storm <storm@cua.dk>
3411
3412 * calc/calc-forms.el (math-std-daylight-savings)
3413 (math-std-daylight-savings-old): Doc fix.
3414
3415 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * progmodes/python.el (python-default-template): Doc fix.
3418 (python-buffer): Fix typo in docstring.
3419
3420 * isearchb.el (isearchb-follow-char):
3421 * subr.el (def-edebug-spec): Fix typo in docstring.
3422
3423 2007-03-19 Richard Stallman <rms@gnu.org>
3424
3425 * files.el (default-directory): Mark safe.
3426 (basic-save-buffer-2): Put proper dir name in error message.
3427
3428 * simple.el (compose-mail): Run switch-function after
3429 setting up the mail buffer.
3430
3431 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3432
3433 2007-03-18 Jay Belanger <belanger@truman.edu>
3434
3435 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3436 (math-std-daylight-savings-new): Rename from
3437 `math-std-daylight-savings'.
3438 (math-std-daylight-savings-old): Rename from old value of
3439 `math-std-daylight-savings'.
3440 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3441 `math-std-daylight-savings-old' depending on the year.
3442
3443 2007-03-18 Detlev Zundel <dzu@gnu.org>
3444
3445 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3446 zero-width regexps as invalid but rather at least count them correctly.
3447
3448 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3449
3450 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3451 don't wait more if there is output available to process.
3452
3453 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3454
3455 * progmodes/compile.el (compilation-find-file): Revert change
3456 from 2006-07-18 to allow completion of directory names.
3457 Reported by John Carter <john.carter@tait.co.nz>.
3458
3459 2007-03-18 Kim F. Storm <storm@cua.dk>
3460
3461 * subr.el (when, unless): Doc fix.
3462
3463 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3464
3465 * net/tls.el (tls-program): Doc fix.
3466
3467 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3468
3469 * autorevert.el (auto-revert-tail-handler):
3470 Call after-revert-hook.
3471
3472 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3473
3474 * simple.el (switch-to-completions): No error if search for \n\n fails.
3475
3476 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3477
3478 * simple.el (line-move-1):
3479 Respect `inhibit-line-move-field-capture' property.
3480
3481 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3482
3483 * comint.el (comint-arguments): Mark backslash-escaped chars.
3484 (comint-delim-arg): Don't treat them as delimiters.
3485
3486 2007-03-12 Kim F. Storm <storm@cua.dk>
3487 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3488
3489 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3490
3491 * tempo.el (tempo-insert): Deal with 'r> if it appears
3492 specified with a prompt argument.
3493
3494 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3495
3496 * textmodes/org.el (org-set-font-lock-defaults):
3497 Handle narrow table columns correctly.
3498
3499 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3500
3501 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3502 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3503 Return to use of the -no-properties variants. There was
3504 consensus on emacs-devel that the speed of these variants was
3505 prefered since we are usually parsing files (from the internet
3506 or on disk) instead of XML created in Emacs.
3507
3508 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3509 Add customize option.
3510
3511 2007-03-12 Glenn Morris <rgm@gnu.org>
3512
3513 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3514 North American rule. Replace "daylight savings" with "daylight
3515 saving" in doc.
3516
3517 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3518 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3519 "daylight saving" in text.
3520
3521 * woman.el (woman-change-fonts): Tweak previous change by using
3522 woman-request-regexp rather than "^\\.".
3523
3524 * startup.el (command-line-1): Make insertion of
3525 initial-scratch-message not depend on scratch being selected.
3526
3527 2007-03-11 Juri Linkov <juri@jurta.org>
3528
3529 * replace.el (match): Use yellow background on light-bg terminals.
3530
3531 2007-03-11 Richard Stallman <rms@gnu.org>
3532
3533 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3534 Correctly compute line number.
3535
3536 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3537
3538 * type-break.el (type-break-get-previous-count):
3539 Repeat previous change here.
3540
3541 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3542
3543 * progmodes/grep.el (grep-find-ignored-directories):
3544 Add .git and .bzr to list.
3545
3546 2007-03-11 Andreas Schwab <schwab@suse.de>
3547
3548 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3549
3550 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3553
3554 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3555
3556 * faces.el (face-set-after-frame-default): Recalculate face
3557 customizations after applying X resources.
3558
3559 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3560
3561 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3562 (rcirc-keepalive-seconds): Remove variable.
3563 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3564 (rcirc-process, rcirc-user-disconnect): New variables.
3565 (rcirc-connect): Initalize new variables.
3566 (rcirc-keepalive): Don't send keepalive pings before connection
3567 is completed.
3568 (rcirc-sentinel): Do mark all channels with activity when
3569 connection is dropped. Run hook with process buffer local.
3570 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3571 (rcirc-buffer-process): Return value of rcirc-process if
3572 rcirc-server-buffer is nil.
3573 (rcirc-server-name): Return the reported server name.
3574 (rcirc-update-prompt): Simplify computation of the server name.
3575 (rcirc-format-response-string): Likewise.
3576 (rcirc-handler-001): Mark server as connected, record the reported
3577 server name, and schedule a timeout.
3578 (rcirc-track-nick): Add a spec for the tty class.
3579 (rcirc-user-non-nick): Remove function.
3580 (rcirc-nick-prefix-chars): Add variable.
3581 (rcirc-user-nick): Use above variable.
3582
3583 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3584
3585 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3586 Bind deactivate-mark to nil.
3587
3588 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3589
3590 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3591 that buffer contents get erased during completion.
3592
3593 2007-03-10 Glenn Morris <rgm@gnu.org>
3594
3595 * woman.el (woman-change-fonts): Add a hack to deal with
3596 font-escape followed by "." at start of a line.
3597 (woman2-IP): Add a hack to deal with consecutive requests.
3598 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3599
3600 2007-03-10 Alan Mackenzie <acm@muc.de>
3601
3602 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3603
3604 2007-03-09 Richard Stallman <rms@gnu.org>
3605
3606 * abbrev.el (abbrev): Add `provide'.
3607
3608 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3609
3610 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3611
3612 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3613
3614 * complete.el (PC-try-completion): New function.
3615 (PC-do-completion, read-file-name-internal): Use it instead of
3616 try-completion.
3617
3618 2007-03-08 Alan Mackenzie <acm@muc.de>
3619
3620 Remove stale tokens from `c-found-types' cache.
3621
3622 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3623 (c-unfind-coalesced-tokens, c-before-change): New functions.
3624 (c-maybe-stale-found-type): New variable.
3625
3626 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3627 (c-trim-found-types): New functions.
3628
3629 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3632 (debug-ignored-errors): Add entry from smerge-match-conflict.
3633
3634 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3635
3636 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3637 special help topics for keywords.
3638 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3639 etc. Assistant command.
3640
3641 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * replace.el (occur-engine): Move buffer-undo-list binding...
3644 (occur-1): ...to here.
3645
3646 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3647
3648 * simple.el (minibuffer-completing-symbol): New var.
3649 (eval-expression): Use it.
3650 (completion-setup-function): Don't bind completion-base-size when
3651 completing a symbol in the minibuffer.
3652
3653 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3654
3655 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3656 tries to start a second session in graphical mode.
3657
3658 2007-03-07 Miles Bader <miles@gnu.org>
3659
3660 * international/isearch-x.el
3661 (isearch-process-search-multibyte-characters):
3662 Strip text-properties from PROMPT to avoid an error from read-string.
3663
3664 2007-03-07 Kim F. Storm <storm@cua.dk>
3665
3666 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3667 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3668
3669 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3670
3671 * complete.el (PC-do-completion): Delete duplicates in the list of
3672 possible completions.
3673
3674 2007-03-07 Glenn Morris <rgm@gnu.org>
3675
3676 * ses.el (ses-mode): Doc fix.
3677
3678 2007-03-06 Kim F. Storm <storm@cua.dk>
3679
3680 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3681
3682 2007-03-06 Kenichi Handa <handa@m17n.org>
3683
3684 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3685
3686 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * simple.el (completion-setup-function): Improve last fix so it doesn't
3689 set it to a relative directory name either.
3690
3691 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3692
3693 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3694
3695 2007-03-05 Richard Stallman <rms@gnu.org>
3696
3697 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3698
3699 * files.el (find-file-noselect): No error if file no longer exists.
3700 Display a message and avoid other questions.
3701
3702 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3705 as not to use an invisible window and to create a window if none exist.
3706
3707 * progmodes/python.el (python-send-command): Restart proc if necessary.
3708 (python-proc): Simplify.
3709
3710 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3711
3712 * pcomplete.el (pcomplete-show-completions): Search all frames for
3713 completions buffer.
3714
3715 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3716
3717 * cus-edit.el (customize-save-variable): Clear customized-value
3718 property (saved values are now put in theme-value property).
3719 (customize-set-variable): Doc fix.
3720
3721 * complete.el (PC-do-completion): If completion-ignore-case is
3722 non-nil, replace field with completion string before exiting.
3723
3724 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3725
3726 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3727 Append its extension to the resulting temporary file name.
3728 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3729
3730 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3731 (tramp-smb-handle-write-region): Apply it.
3732
3733 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3734
3735 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3736 Redo previous change.
3737
3738 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3739
3740 * diff-mode.el (diff-mode): Doc fix.
3741
3742 2007-03-05 Kenichi Handa <handa@m17n.org>
3743
3744 * international/characters.el: Set category `l' (latin)
3745 for more characters.
3746
3747 2007-03-04 Kim F. Storm <storm@cua.dk>
3748
3749 * emacs-lisp/authors.el (authors-aliases): Add alias.
3750
3751 2007-03-04 Glenn Morris <rgm@gnu.org>
3752
3753 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
3754 all when switching major mode.
3755 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
3756 (hs-block-start-mdata-select, hs-block-end-regexp)
3757 (hs-forward-sexp-func, hs-adjust-block-beginning):
3758 Do not make these variables permanent-local.
3759
3760 2007-03-04 Richard Stallman <rms@gnu.org>
3761
3762 * progmodes/cperl-mode.el (cperl-mode):
3763 Modify cperl-compilation-error-regexp-alist by appending.
3764
3765 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
3766 (edebug-mode): Add the hook.
3767 (edebug-recursive-edit): Remove the hook on exiting.
3768
3769 * type-break.el (type-break-get-previous-time):
3770 Handle end-of-file errors specially
3771 so they don't get reported wrong in .emacs.
3772
3773 * startup.el (fancy-splash-text): Clarify text.
3774
3775 * simple.el (beginning-of-buffer, end-of-buffer):
3776 Avoid treating plain C-u like numeric arg.
3777
3778 * simple.el (completion-setup-function): Don't set
3779 default-directory to nil.
3780
3781 * shell.el (shell-dirstack-query): Doc fix.
3782
3783 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3784 Don't select the window -- pass it to primitives instead.
3785
3786 * faces.el (minibuffer-prompt): Use medium blue by default.
3787
3788 2007-03-04 David Kastrup <dak@gnu.org>
3789
3790 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
3791 Preserve 16 as default value for "seconds" when customizing.
3792
3793 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
3794
3795 * textmodes/org.el (org-self-insert-command)
3796 (orgtbl-self-insert-command, org-delete-char)
3797 (org-delete-backward-char): Set the `flyspell-delayed' property.
3798
3799 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
3800
3801 * international/mule.el (find-auto-coding): Don't search for
3802 line-ending characters past the end of the tail.
3803
3804 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
3805
3806 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3807 Jump to the line where new score has been uploaded.
3808
3809 * play/tetris.el (tetris-move-bottom, tetris-move-left)
3810 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
3811 Do nothing when the game is paused.
3812
3813 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
3814
3815 * textmodes/org.el (org-set-tags): Prevent slipping of point
3816 during completion.
3817
3818 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3819
3820 * isearch.el (isearch-message-prefix):
3821 Use minibuffer-prompt-properties.
3822
3823 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3824
3825 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
3826 (ps-setup): Print which Emacsen is running ps-print package.
3827
3828 2007-03-01 Stuart Herring <herring@lanl.gov>
3829
3830 * files.el (set-auto-mode-0): Use `indirect-function'.
3831 (hack-one-local-variable): Don't reapply current major mode.
3832
3833 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * progmodes/python.el (python-quote-syntax): Don't bother with
3836 syntax-ppss-context.
3837 (python-fill-paragraph): Make sure that fenced-string delimiters that
3838 stand on their own line stay there.
3839
3840 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
3841
3842 * replace.el (perform-replace): Propertize message.
3843
3844 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
3845
3846 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
3847 invisible heading.
3848
3849 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3850
3851 * net/tramp.el (tramp-file-name-handler): Revert last change.
3852
3853 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
3854
3855 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
3856 Correct doc strings.
3857
3858 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * replace.el (perform-replace): Undo forward-char immediately if
3861 non-adjacent search fails.
3862
3863 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * version.el (emacs-major-version, emacs-minor-version):
3866 string-to-int -> string-to-number.
3867
3868 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * help.el (where-is): Fail gracefully when not passed a command.
3871
3872 2007-02-28 Stuart Herring <herring@lanl.gov>
3873
3874 * find-lisp.el (find-lisp-default-directory-predicate):
3875 Fix bug: Do symlink check on expanded filename.
3876
3877 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
3878
3879 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
3880 changes during replacement.
3881 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
3882
3883 2007-02-28 Lars Hansen <larsh@soem.dk>
3884
3885 * desktop.el: Delete header line listing me as maintainer.
3886
3887 2007-02-28 Glenn Morris <rgm@gnu.org>
3888
3889 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
3890 the menus case.
3891
3892 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
3893
3894 * net/tramp.el (tramp-file-name-handler): Inhibit modification
3895 hooks to avoid confusion when combining after-change calls.
3896
3897 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
3898
3899 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
3900 now that pgg-gpg-process-region correctly honors passed-in passphrase.
3901 (allout-distinctive-bullets-string): Add info about bullet conventions.
3902 (allout-mode): Add info about distinctive vs plain bullets.
3903
3904 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
3905
3906 * textmodes/org.el (org-archive-subtree): Quote variable name.
3907 (org-agenda-get-todos): Make sure skip properties are checked correctly.
3908
3909 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
3910
3911 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
3912 (gud-bashdb-command-name, bashdb): Remove.
3913 (gud, gud-menu-map): Remove references to bash/bashdb.
3914
3915 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
3916
3917 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
3918 keyword for Python 2.5.
3919
3920 2007-02-26 Romain Francoise <romain@orebokech.com>
3921
3922 * net/net-utils.el (whois-server-tld): Update server for .org.
3923 (whois-server-list): Add whois.publicinterestregistry.net.
3924 (whois-guess-server): Fix formatting in docstring.
3925
3926 2007-02-26 Kim F. Storm <storm@cua.dk>
3927
3928 * mouse.el (mouse-show-mark): Run hooks and perform command
3929 remapping for mouse-region-delete-keys.
3930
3931 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3932
3933 * font-core.el (font-lock-mode): Doc fix.
3934
3935 2007-02-25 Kim F. Storm <storm@cua.dk>
3936
3937 * ido.el (ido-buffer-internal): Set this-command to fallback command.
3938 Add selected buffer to buffer-name-history.
3939 (ido-file-internal): Set this-command to fallback command.
3940 Add file names to file-name-history.
3941
3942 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3943 Apply minibuffer-prompt-properties.
3944
3945 2007-02-25 Andreas Schwab <schwab@suse.de>
3946
3947 * files.el (hack-one-local-variable-eval-safep): Correct handling
3948 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
3949
3950 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
3951
3952 * textmodes/org.el (org-table-overlay-coordinates)
3953 (org-table-toggle-coordinate-overlays): New functions.
3954 (org-table-overlay-coordinates, org-table-coordinate-overlays):
3955 New variables.
3956 (org-startup-with-deadline-check): Remove option.
3957 (org-mode): Remove deadline check on startup.
3958 (org-table-limit-column-width): Remove option.
3959 (org-table-formula-numbers-only): Remove option.
3960 (org-link-style, org-link-format): Remove options.
3961 (org-select-agenda-window, org-fit-agenda-window): Remove options.
3962 (org-export-ascii-show-new-buffer)
3963 (org-export-html-show-new-buffer): Remove options.
3964 (org-activate-links): Remove camel option.
3965 (org-file-link-context-use-camel-case): Remove option.
3966 (org-camel-regexp): Remove variable.
3967 (org-activate-camels): Remove function.
3968 (org-store-link): Remove Camel stuff.
3969 (org-make-org-heading-camel): Remove function.
3970 (org-open-at-point): Remove camel stuff.
3971 (org-link-search): Remove camel stuff.
3972 (org-camel-to-words): Function removed.
3973 (org-get-agenda-file-buffer): Make sure we prepare the base
3974 buffers, not any indirect buffers.
3975 (org-sort-entries): Sort top-level when not on a headline, and no
3976 active region.
3977 (org-in-regexp): New function.
3978 (org-search-not-self): Rename from `org-search-not-link'.
3979 (org-open-link-marker): New variable.
3980 (org-open-at-point): Set `org-open-link-marker'.
3981 (org-print-icalendar-entries): Fixe bug with excluding DONE
3982 entries from the exported list.
3983 (org-edit-formula-lisp-indent): New command.
3984 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3985 (orgtbl-to-latex, orgtbl-insert-radio-table)
3986 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3987 (orgtbl-radio-table-templates): New option.
3988 (org-store-link-props):
3989 (org-remember-templates): More possibilities to insert info
3990 into templates.
3991 (org-remember-apply-template): Make use of the extended
3992 template capabilities.
3993 (org-remember-redo-template): New command.
3994 (org-upgrade-old-links)
3995 (org-table-modify-formulas, org-table-replace-in-formulas)
3996 (org-table-find-dataline)
3997 (org-table-get-vertical-vector): Remove functions.
3998 (org-table-remove-rectangle-highlight)
3999 (org-time-stamp-format, org-toggle-log-option)
4000 (org-table-highlight-rectangle)
4001 (org-table-iterate, org-table-make-reference):
4002 (org-translate-time, org-tree-to-indirect-buffer)
4003 (org-table-field-info, org-table-fix-formulas)
4004 (org-table-force-dataline, org-table-get-descriptor-line)
4005 (org-table-get-range)
4006 (org-skip-comments, org-sort)
4007 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4008 (org-table-current-dline, org-table-current-field-formula)
4009 (org-table-edit-backward-field)
4010 (org-table-edit-formulas-post-command)
4011 (org-table-edit-line-down, org-table-edit-line-up)
4012 (org-agenda-archive)
4013 (org-agenda-clock-cancel)
4014 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4015 (org-agenda-open-link, org-agenda-show-new-time)
4016 (org-agenda-skip-subtree-when-regexp-matches)
4017 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4018 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4019 (org-do-sort, org-file-image-p, org-find-overlays)
4020 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4021 (org-highlight-until-next-command, org-isearch-end)
4022 (org-match-any-p, org-next-link, org-previous-link):
4023 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4024 (org-rewrite-old-row-references)
4025 (org-isearch-post-command)
4026 (org-table-edit-move, org-table-edit-next-field)
4027 (org-table-edit-scroll, org-table-edit-scroll-down)
4028 (org-set-frame-title, org-show-reference)
4029 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4030 (org-show-variable): Remove command.
4031 (org-add-log-maybe): New arguments STATE, FINDPOS
4032 (org-table-sort-lines): Rewrite from scratch.
4033 (org-link-search): New argument AVOID-POS.
4034 (org-print-icalendar-entries): Remove argument CATEGORY.
4035 (org-run-agenda-series): Remove argument WONDOW.
4036 (org-next-link, org-previous-link): New commands.
4037 (org-agenda-date-format): New option.
4038 (org-table-iterate): New command.
4039 (org-table-modify-formulas)
4040 (org-table-replace-in-formulas): Remove functions.
4041 (org-table-fix-formulas): New function.
4042 (org-table-insert-column, org-table-delete-column)
4043 (org-table-move-column): Use `org-table-fix-formulas'.
4044 (org-follow-gnus-link): Patch from Bastien/Leo.
4045 (org-table-current-field-formula): New function.
4046 (org-file-image-p): New function.
4047 (org-agenda-show-new-time): New function.
4048 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4049 (org-with-remote-undo): New macro.
4050 (org-agenda-undo): New command.
4051 (org-verify-change-for-undo): New function.
4052 (org-time-stamp-format): New function.
4053 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4054 by user.
4055 (org-match-any-p): New function.
4056 (org-make-tags-matcher): Handle regular expressions for tag and
4057 todo matches.
4058 (org-read-date): Accept "+N" as input for a date relative to the
4059 current date.
4060 (org-remove-subtree-entries-from-agenda): New function.
4061 (org-agenda-archive, org-agenda-kill):
4062 Use `org-remove-subtree-entries-from-agenda'.
4063 (org-do-sort, org-sort-entries): New functions.
4064 (org-sort): New command.
4065 (org-table-sort-lines): Use `org-do-sort'.
4066 (org-fix-decoded-time): New function.
4067 (org-table-number-regexp): Require 0x... to identify as number
4068 in tables.
4069 (org-startup-options): New keywords for note taking.
4070 (org-upgrade-old-links): Remove function.
4071 (org-get-repeat): New function.
4072 (org-show-context): Also show siblings on current level.
4073 (org-show-siblings): New function.
4074 (org-isearch-end, org-isearch-post-command): New functions.
4075 (org-show-siblings): New option.
4076 (org-show-context): Use `org-show-siblings'.
4077 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4078 to be bound, because user may just use elisp.
4079
4080 2007-02-24 Kim F. Storm <storm@cua.dk>
4081
4082 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4083 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4084
4085 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4086
4087 * startup.el (command-line): Also check if the abbrev file is readable.
4088
4089 2007-02-24 John Paul Wallington <jpw@pobox.com>
4090
4091 * net/tls.el (tls-certtool-program): Fix custom type.
4092
4093 * mail/feedmail.el (feedmail-message-id-generator)
4094 (feedmail-date-generator): Fix custom types.
4095
4096 * mail/rmail.el (rmail-message-filter): Fix custom type.
4097
4098 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4099
4100 * startup.el (command-line): If simple.el cannot be found, proceed
4101 with a warning message.
4102
4103 2007-02-24 Kenichi Handa <handa@m17n.org>
4104
4105 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4106 case that BEG is a string.
4107
4108 2007-02-24 Chris Moore <dooglus@gmail.com>
4109
4110 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4111 * pgg-pgp.el (pgg-pgp-encrypt-region):
4112 * pgg-gpg.el (pgg-gpg-encrypt-region):
4113 Check pgg-encrypt-for-me if no other recipients.
4114
4115 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4116
4117 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4118
4119 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4120 shell-quote-argument.
4121
4122 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4123
4124 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4125 from the comint buffer instead of the temporary one.
4126
4127 2007-02-23 David Reitter <david.reitter@gmail.com>
4128
4129 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4130 storing it in recentf-exclude.
4131
4132 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4135 in splash screen.
4136
4137 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4138
4139 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4140 commands, for restart.
4141 (idlwave-shell-current-module): Fix handling of module name by type.
4142 (idlwave-shell-break-in): Update type handling.
4143 (idlwave-shell-bp-get): Encode type in BP structure.
4144 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4145 (idlwave-shell-module-source-query): Query routine info based on type.
4146 Fix path parsing for non-compiled files.
4147 (idlwave-shell-module-source-filter): Don't signal error in filter
4148 if no source found.
4149 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4150 filter race.
4151
4152 2007-02-22 Kim F. Storm <storm@cua.dk>
4153
4154 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4155 (editable-field): Document need to put some text before the %v
4156 escape in :format string.
4157
4158 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4159
4160 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4161 (vc-svn-use-edit): Remove unused config var.
4162 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4163
4164 * outline.el (hide-sublevels): Keep empty last line, if available.
4165
4166 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4167 rather than the corresponding unicode char, to make the code
4168 more readable.
4169
4170 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4173 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4174 (speedbar-item-info-tag-helper): Doc fixes.
4175
4176 2007-02-19 Kenichi Handa <handa@m17n.org>
4177
4178 * international/mule-cmds.el (locale-language-names):
4179 Map "eo" to "Esperanto".
4180
4181 * language/european.el ("Esperanto"): New language environment.
4182
4183 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4184
4185 * simple.el (kill-line): Doc fix.
4186
4187 2007-02-17 Kim F. Storm <storm@cua.dk>
4188
4189 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4190 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4191 (bindat--unpack-group, bindat--pack-group):
4192 Handle vectors with optional element type.
4193
4194 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4195
4196 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4197 if PASSPHRASE is given.
4198
4199 2007-02-17 Chris Moore <dooglus@gmail.com>
4200
4201 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4202 Recognize backups of bz2 compressed files.
4203
4204 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4205
4206 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4207 to nil to speed up lookup of the symbol in index nodes.
4208
4209 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4210
4211 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4212 Add indentation for the constants of Lisp.
4213
4214 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * ps-print.el: Use (defvar <foo>) where applicable.
4217 (ps-print-emacs-type): Remove.
4218 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4219 (ps-frame-parameter): Align its call-convention with frame-parameter.
4220 (ps-begin-job): Adjust calls to it appropriately.
4221 (ps-setup): Don't print ps-print-emacs-type.
4222 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4223 Define in such a way that it's obvious that it's defined.
4224 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4225 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4226 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4227
4228 2007-02-15 Alan Mackenzie <acm@muc.de>
4229
4230 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4231 an empty one-line C-style comment, post-position point properly.
4232
4233 2007-02-15 Chris Moore <dooglus@gmail.com>
4234
4235 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4236 (isearch-lazy-highlight-new-loop): Bind it.
4237 (isearch-lazy-highlight-search): Use it.
4238
4239 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4240
4241 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * font-lock.el (font-lock-extend-region-wholelines):
4244 Only return non-nil if the region has really been changed.
4245 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4246
4247 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4248
4249 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4250 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4251 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4252
4253 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4254
4255 * faces.el (color-values): Revert changes to docstring from
4256 2007-01-31 and 2000-09-07.
4257
4258 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4259 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4260 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4261 (ispell-help): Fix typos in docstring and output message.
4262
4263 2007-02-14 Kim F. Storm <storm@cua.dk>
4264
4265 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4266 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4267 (grep): Fix lgrep reference.
4268
4269 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4270 (standard-display-underline): Use make-glyph-code.
4271
4272 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4273
4274 * international/latin1-disp.el (latin1-display-char):
4275 Use make-glyph-code.
4276
4277 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4278
4279 * ehelp.el (with-electric-help, electric-help-exit)
4280 (electric-help-retain): Doc fixes.
4281
4282 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4283 (byte-compile-file): Doc fixes.
4284
4285 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4286
4287 * term/mac-win.el: Change all uses of
4288 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4289 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4290 (mac-ae-get-url): Call select-frame-set-input-focus.
4291 (mac-dnd-handle-drag-n-drop-event): Don't call
4292 select-frame-set-input-focus.
4293
4294 2007-02-13 Kenichi Handa <handa@m17n.org>
4295
4296 * international/characters.el: Fix documentation of category `a'.
4297
4298 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4299
4300 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4301
4302 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4303
4304 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4305 (tramp-get-remote-ln): Handle error case.
4306 Reported by Chris Moore <dooglus@gmail.com>.
4307
4308 2007-02-11 Kim F. Storm <storm@cua.dk>
4309
4310 * bindings.el (ctl-x-map): Remove register compatibility bindings
4311 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4312
4313 2007-02-11 Richard Stallman <rms@gnu.org>
4314
4315 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4316 in load history.
4317
4318 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4319 condition -- don't fail to stop at endpos.
4320
4321 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4322
4323 * textmodes/org.el (org-agenda-get-todos)
4324 (org-agenda-get-timestamps, org-agenda-get-closed)
4325 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4326 (org-agenda-get-blocks, org-format-agenda-item)
4327 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4328 from `category' to `org-category'.
4329
4330 2007-02-11 Kenichi Handa <handa@m17n.org>
4331
4332 * international/titdic-cnv.el (titdic-convert): Force files be written
4333 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4334 (miscdic-convert): Force files be written with Unix-like eol format.
4335
4336 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4337
4338 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4339
4340 * calculator.el (calculator-prompt): Doc fix.
4341 (calculator-mode-map): Fix typo in menu entry.
4342
4343 2007-02-10 Jay Belanger <belanger@truman.edu>
4344
4345 * calculator.el (calculator): Do more extensive checking for when
4346 3 lines should be used for the calculator.
4347
4348 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4349
4350 * info-look.el (info-lookup-make-completions):
4351 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4352 index nodes.
4353
4354 * info.el (Info-fontify-maximum-menu-size): Document the effect
4355 of a nil value.
4356 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4357 non-nil before using it as size.
4358
4359 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4360
4361 * subr.el (insert-for-yank-1): Prevent read-only properties from
4362 interfering with text property operations.
4363
4364 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4365
4366 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4367 (image-type-auto-detected-p): Fail if another match is found in
4368 auto-mode-alist.
4369
4370 * files.el (magic-mode-alist): Call image-mode instead of
4371 image-mode-maybe for autodetected images.
4372
4373 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4376 Fix typos in docstrings.
4377 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4378
4379 2007-02-09 Kim F. Storm <storm@cua.dk>
4380
4381 * emacs-lisp/float-sup.el: Remove obsolete comment.
4382
4383 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4386
4387 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4388
4389 * simple.el: Revert previous change, at request of RMS:
4390 (fundamental-mode-hook): Remove.
4391 (fundamental-mode): Run after-change-major-mode-hooks manually,
4392 and don't run the now-nonexistent fundamental-mode-hook.
4393
4394 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4395
4396 * simple.el (fundamental-mode-hook): Declare new hook.
4397 (fundamental-mode): Run the new dedicated hook, and don't run
4398 after-change-major-mode-hooks manually anymore.
4399
4400 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4401
4402 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4403 added columns of chars. Remove support for the "no-meta-info" format.
4404 Prompted by Romain Francoise <romain@orebokech.com>.
4405
4406 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4407
4408 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4409 (gdb-mouse-until, gdb-mouse-jump): Use it.
4410
4411 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4412
4413 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4414 work when there is just an assembler buffer (no source buffer).
4415
4416 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4417
4418 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4419 just because the diff was produced using "-p" (--show-c-function).
4420
4421 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4422
4423 * faces.el (frame-set-background-mode): Use `color-values' and
4424 `display-color-p', not `x-color-values' and `x-display-color-p'.
4425 (face-valid-attribute-values): Use `defined-colors' instead of
4426 `x-defined-colors'.
4427
4428 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4429
4430 * ps-print.el: The ps-print commands without face printing should not
4431 print background color. Reported by Leo <sdl.web@gmail.com>.
4432 (ps-print-version): New version 6.7.3.
4433 (ps-begin-job): New arg. Fix ps-default-background and
4434 ps-default-foreground initialization.
4435 (ps-face-attributes): Fix doc string.
4436 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4437
4438 * printing.el: Fix ps-print link.
4439
4440 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4441
4442 * faces.el (face-set-after-frame-default): Compile attributes to
4443 be set by frame parameters before merging in X resources.
4444
4445 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * simple.el (blink-matching-paren-dont-ignore-comments):
4448 (blink-matching-paren-on-screen): Doc fixes.
4449
4450 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4451
4452 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4453
4454 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4455
4456 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4457 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4458 entries like `defun'. Return nil.
4459
4460 2007-02-05 Kim F. Storm <storm@cua.dk>
4461
4462 * ido.el: Doc fixes.
4463
4464 2007-02-04 David Kastrup <dak@gnu.org>
4465
4466 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4467 `mpuz-allow-double-multiplicator' is non-zero, and correct
4468 calculation of `min'.
4469
4470 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4471
4472 * wid-edit.el (widget-default-create): Insert new text at the
4473 :from marker _after_ the marker, not before it.
4474
4475 2007-02-04 Alan Mackenzie <acm@muc.de>
4476
4477 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4478 containing it is re-indented.
4479
4480 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4481
4482 * net/newsticker.el (newsticker--insert-image): Update docstring,
4483 and insert the image directly.
4484 (newsticker--buffer-redraw): Update docstring.
4485
4486 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4487 Rename from define-global-minor-mode.
4488
4489 * progmodes/cwarn.el (global-cwarn-mode):
4490 * emacs-lisp/autoload.el (make-autoload):
4491 * hi-lock.el (global-hi-lock-mode):
4492 * font-core.el (global-font-lock-mode): All callers changed.
4493
4494 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4495
4496 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4497 Don't copy @ignore lines into menu descriptions.
4498 (texinfo-multi-file-update): Goto the @node line before attempting
4499 to pluck the node name.
4500 (texinfo-multiple-files-update): Reverse the optional arguments'
4501 order, as per the doc string and the `interactive' form.
4502
4503 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4504
4505 * image-mode.el: Use autoload to avoid overriding disabled setting
4506 applied in .emacs.
4507
4508 2007-02-03 Alan Mackenzie <acm@muc.de>
4509
4510 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4511 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4512 adjacent paren groups).
4513
4514 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4515
4516 * progmodes/ebnf2ps.el: Doc fixes.
4517 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4518
4519 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4520
4521 * dired-x.el (dired-do-relsymlink): Add reference to
4522 dired-do-symlink. Add an autoload cookie.
4523
4524 * dired-aux.el (dired-do-symlink): Add reference to
4525 dired-do-relsymlink.
4526
4527 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4528
4529 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4530 <left-fringe mouse-3>: New bindings.
4531
4532 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4533
4534 * net/newsticker.el (newsticker-version): Changed to "1.10".
4535 (newsticker--set-customvar): Doc string.
4536 (newsticker-new-item-face): Doc string.
4537 (newsticker-mode): Initialize `invisibility-spec' with t.
4538 (newsticker-mode-map): Added
4539 `newsticker-mark-all-items-at-point-as-read'.
4540 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4541 (newsticker-w3m-show-inline-images): Do not call
4542 `w3m-remove-image'.
4543 (newsticker--buffer-after-w3m-insert-image): New advice for
4544 w3m-insert-image to cache images.
4545 (newsticker-next-item-same-feed): New.
4546 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4547 (newsticker-mark-all-items-of-feed-as-read): New.
4548 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4549 (newsticker-mark-item-at-point-as-read): Doc string.
4550 (newsticker-mark-item-at-point-as-read): Use new functions.
4551 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4552 `newsticker-mark-item-at-point-as-read'.
4553 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4554 (newsticker--sentinel): Yet another xml-parser workaround.
4555 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4556 days.
4557 (newsticker--buffer-do-insert-text): Fix.
4558 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4559 (newsticker--buffer-make-item-completely-visible):
4560 `switch-to-buffer' not necessary.
4561
4562 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4563
4564 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4565 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4566 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4567 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4568 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4569
4570 2007-02-02 Kenichi Handa <handa@m17n.org>
4571
4572 * international/quail.el (quail-show-key): Fix an error message.
4573
4574 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4575
4576 * faces.el (set-face-underline-p, modify-face): Rename arg
4577 UNDERLINE-P to UNDERLINE (it is not a flag).
4578
4579 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4580
4581 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4582 when adding gdb-speedbar-update to gdb-input-queue.
4583
4584 2007-02-01 Kenichi Handa <handa@m17n.org>
4585
4586 * international/quail.el (quail-show-key): Signal an error if the
4587 current input method is not using Quail.
4588
4589 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4590
4591 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4592 Trim leading whitespace in sysvar names.
4593
4594 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4595
4596 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4597
4598 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4599
4600 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4601
4602 2007-01-31 Romain Francoise <romain@orebokech.com>
4603
4604 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4605 previous change to this file.
4606
4607 2007-01-31 Jason Rumney <jasonr@gnu.org>
4608
4609 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4610 image-mode.
4611
4612 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4613 interfering with attempt to set major mode from modified
4614 auto-mode-alist.
4615
4616 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4617
4618 * faces.el (color-values): Doc fix.
4619 (face-differs-from-default-p): Don't check :foreground twice.
4620
4621 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4622
4623 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4624
4625 2007-01-31 Kenichi Handa <handa@m17n.org>
4626
4627 * international/quail.el (quail-store-decode-map-key): Store a
4628 translated character too.
4629 (quail-char-equal-p): New function.
4630 (quail-find-key1): Check character equality by quail-char-equal-p.
4631 (quail-decode-map-generated): New variable.
4632 (quail-find-key): Check quail-decode-map-generated and re-generate
4633 a decode map if necessary.
4634
4635 2007-01-30 Richard Stallman <rms@gnu.org>
4636
4637 * tutorial.el (tutorial--detailed-help): Make the list of
4638 changed keys look nicer.
4639
4640 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4641
4642 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4643 (gdb-var-delete): Use it.
4644 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4645 `in_scope'.
4646
4647 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4648
4649 * files.el (get-free-disk-space): Return nil for remote directories.
4650
4651 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4652 instead of "dir".
4653
4654 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * type-break.el (type-break-catch-up-event): New function.
4657 (type-break-demo-hanoi, type-break-demo-life)
4658 (type-break-demo-boring): Use it.
4659
4660 * image-mode.el (image-mode): Don't automatically view as image.
4661 (image-toggle-display): Add `disabled' property.
4662
4663 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4664
4665 * isearchb.el (isearchb-iswitchb):
4666 * ps-print.el (ps-build-face-reference):
4667 * emacs-lisp/shadow.el (list-load-path-shadows):
4668 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4669 * international/mule.el (find-auto-coding):
4670 * mail/supercite.el (sc-attrib-selection-list):
4671 * progmodes/cc-defs.el (c-emacs-features):
4672 * progmodes/cc-vars.el (c-offsets-alist):
4673 * progmodes/flymake.el
4674 (flymake-init-create-temp-source-and-master-buffer-copy):
4675 Fix typos in docstrings (some suggested by Chris Moore).
4676
4677 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4678 (vhdl-get-library-unit, vhdl-corresponding-begin)
4679 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4680 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4681 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4682 (vhdl-font-lock-match-item): Fix typos in docstrings.
4683 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4684 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4685 (vhdl-speedbar-insert-project-hierarchy):
4686 Improve argument/docstring consistency.
4687
4688 2007-01-29 Kenichi Handa <handa@m17n.org>
4689
4690 * international/titdic-cnv.el (py-converter): Fix previous change.
4691
4692 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4693
4694 * jka-compr.el (jka-compr-partial-uncompress)
4695 (jka-compr-call-process): Rebind default-directory if it is
4696 invalid. Suggested by Chris Moore.
4697
4698 * comint.el (comint-insert-input): Handle situation where the
4699 selected buffer is not the clicked buffer.
4700
4701 2007-01-29 Kenichi Handa <handa@m17n.org>
4702
4703 * international/ja-dic-cnv.el (skkdic-convert):
4704 Add byte-compile-disable-print-circle:t at the head.
4705
4706 * international/titdic-cnv.el (tit-process-header):
4707 Add byte-compile-disable-print-circle:t at the head.
4708 (miscdic-convert): Likewise.
4709 (py-converter): Skip the header comments.
4710
4711 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4712 New variable.
4713 (byte-compile-output-file-form): Bing print-circle to nil if
4714 byte-compile-output-file-form is not nil.
4715 (byte-compile-output-docform): Likewise.
4716
4717 2007-01-28 Kim F. Storm <storm@cua.dk>
4718
4719 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4720 Declare earlier to avoid byte compiler warnings.
4721
4722 2007-01-28 Markus Triska <markus.triska@gmx.at>
4723
4724 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4725
4726 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4727
4728 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4729 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4730 when calling update-game-score program. Remove unnecessary
4731 save-excursion.
4732
4733 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4734
4735 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4736
4737 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
4738 avoid compiler warning.
4739 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
4740 might have values other than "true" or "false".
4741
4742 2007-01-28 Richard Stallman <rms@gnu.org>
4743
4744 * textmodes/fill.el (fill-paragraph-function): Doc fix.
4745 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
4746
4747 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
4748
4749 * image.el (image-type-header-regexps): Make GIF regex more specific.
4750
4751 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
4752 Don't check `backspace'.
4753 (tutorial--find-changed-keys): Look up bindings in a temp buffer
4754 in Fundamental mode.
4755
4756 * startup.el (fancy-splash-text, normal-splash-screen):
4757 Mention C-g.
4758
4759 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
4760 when inserting in buffer.
4761
4762 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
4763 inside the if.
4764
4765 2007-01-27 Richard Stallman <rms@gnu.org>
4766
4767 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
4768
4769 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
4770
4771 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
4772 enum/union/struct/class definition.
4773 Revert change to call `forward-sexp' multiple times.
4774
4775 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * files.el (hack-local-variables-confirm): Don't keep trying to
4778 read an event from an empty kbd macro.
4779
4780 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4781
4782 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
4783
4784 2007-01-27 Ben North <ben@redfrontdoor.org>
4785
4786 * outline.el (outline-promote, outline-demote): Doc fix. Rename
4787 the arg CHILDREN -> WHICH.
4788
4789 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
4790
4791 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
4792 default-directory to a sane value when calling start-process.
4793
4794 2007-01-27 Eli Zaretskii <eliz@gnu.org>
4795
4796 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
4797 (ls-lisp-format-time-list): Doc fix. Mention
4798 ls-lisp-use-localized-time-format.
4799 (ls-lisp-format-time): Use ls-lisp-format-time-list if
4800 ls-lisp-use-localized-time-format is non-nil, even if a valid
4801 locale is defined.
4802
4803 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * jka-compr.el (jka-compr-shell): Doc fix.
4806
4807 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
4808
4809 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4810
4811 * ps-print.ps: Fix background height.
4812 (ps-print-version): New version 6.7.2.
4813
4814 2007-01-26 Eli Zaretskii <eliz@gnu.org>
4815
4816 * makefile.w32-in (finder-data, custom-deps): Depend on
4817 $(lisp)/loaddefs.el.
4818
4819 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
4820
4821 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
4822
4823 2007-01-24 Miles Bader <miles@gnu.org>
4824
4825 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
4826 (byte-compile-output-docform): Bind `print-circle' to t.
4827
4828 2007-01-24 Kenichi Handa <handa@m17n.org>
4829
4830 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
4831 file name of the original SKK dictionary file.
4832
4833 2007-01-24 Kim F. Storm <storm@cua.dk>
4834
4835 * ido.el (ido-initial-position): New variable.
4836 (ido-read-internal): Set it if default item is specified.
4837 (ido-minibuffer-setup): Position cursor accordingly if set.
4838 (ido-edit-input): C-e moves to end of input if not already there.
4839 (ido-magic-backward-char): C-b does like M-b if prev char is /.
4840 Don't switch to buffer mode if repeating C-b at start of input.
4841 (ido-toggle-ignore): C-a only toggles ignore at start or end of
4842 input; else it moves to start of input.
4843 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
4844 not at end of input, delete rest of input, rather than normal op.
4845
4846 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
4847
4848 * emulation/viper-keym.el (viper-insert-basic-map):
4849 Delete binding for S-TAB.
4850
4851 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
4852 of message. Activate mark.
4853 (ediff-activate-mark): Set transient-mark-mode to t.
4854
4855 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
4856
4857 2007-01-23 Martin Rudalics <rudalics@gmx.at>
4858
4859 * help-fns.el (describe-variable): Don't suppress display of
4860 buffer local value when the value is "large".
4861
4862 2007-01-22 Kim F. Storm <storm@cua.dk>
4863
4864 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
4865 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
4866 (ido-tidy): Use ido-active.
4867
4868 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
4869
4870 * hexl.el (hexl-mode-exit): Add missing quote.
4871
4872 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4873
4874 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
4875 (mac-ae-keyboard-modifiers): New function.
4876 (mac-handle-toolbar-switch-mode): Use it.
4877 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
4878 if keyboard modifiers on drop contain option key.
4879 (mac-dnd-drop-data): Add optional argument `action'.
4880 (special-event-map): Remove binding for M-drag-n-drop.
4881
4882 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
4883
4884 * add-log.el (add-log-current-defun): Use CC Mode functions to
4885 find the beginning and end of a defun.
4886
4887 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4888
4889 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4890 (gdb-var-create-handler): Handle value field in GDB output of
4891 -var-create.
4892 (gdb-max-frames): New variable.
4893 (gdb-stack-buffer, gdb-frames-select): Use it.
4894 (gdb-info-stack-custom): Help user customize gdb-max-frames,
4895 if necessary.
4896 (gdb-get-frame-number): Simplify.
4897
4898 2007-01-21 Glenn Morris <rgm@gnu.org>
4899
4900 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
4901 Update copyrights.
4902
4903 2007-01-21 Alan Mackenzie <acm@muc.de>
4904
4905 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
4906 handling of K&R stuff.
4907
4908 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4909
4910 * textmodes/bibtex.el (bibtex-files): Fix customization type.
4911
4912 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4913
4914 * ps-print.el: Handle frame parameters (background and/or foreground
4915 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
4916 (ps-print-version): New version 6.7.1.
4917 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
4918 (ps-frame-parameter): New fun.
4919 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
4920 Fix doc and customization.
4921 (ps-begin-job): Get frame parameters (background and/or foreground
4922 colors).
4923 (ps-do-despool): Ensure ps-printer-name has a valid value.
4924
4925 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
4926
4927 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
4928 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
4929 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
4930 mean unlimited.
4931
4932 2007-01-20 Alan Mackenzie <acm@muc.de>
4933
4934 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
4935 much more rigorous analysis of putative K&R regions.
4936
4937 2007-01-20 Alan Mackenzie <acm@muc.de>
4938
4939 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
4940 New functions.
4941
4942 2007-01-20 Alan Mackenzie <acm@muc.de>
4943
4944 * progmodes/cc-align.el, progmodes/cc-cmds.el,
4945 * progmodes/cc-defs.el, progmodes/cc-engine.el,
4946 * progmodes/cc-langs.el, progmodes/cc-styles.el,
4947 * progmodes/cc-vars.el: Add my name.
4948
4949 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * files.el (find-alternate-file): Revert query message to Emacs 21
4952 version.
4953
4954 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
4955
4956 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
4957 the doc string how to use personal abbrevs without electric
4958 keywords.
4959
4960 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4961
4962 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4963 Fixed cursor position when toggle abbreviated display.
4964
4965 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
4966
4967 * t-mouse.el: Update copyright following assignment by
4968 Alessandro Rubini.
4969
4970 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4973 (type-break-demo-boring): Call read-event instead of read-char.
4974
4975 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
4976
4977 * progmodes/compile.el: Add handling for makepplog.
4978
4979 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4980
4981 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4982 aspell dictionaries are initialized when called non-interactively.
4983
4984 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
4985
4986 * progmodes/compile.el (compilation-loop): New arg limit.
4987 Handle case where the first error is at point-min.
4988 (compilation-next-error): New arg to compilation-loop call.
4989
4990 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4991
4992 * info.el (Info-default-dirs): Change default info dir to
4993 share/info.
4994
4995 * paths.el (Info-default-directory-list): Ditto.
4996
4997 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
4998
4999 * hexl.el (hexl-before-revert-hook): New function.
5000 (hexl-mode): Use it.
5001 (hexl-after-revert-hook): Just call hexl-mode.
5002 (hexl-mode-exit): Remove before-revert-hook.
5003
5004 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5007
5008 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5009
5010 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5011 by "-" in francais7 otherchars entry.
5012 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5013 otherchars entry.
5014
5015 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5016
5017 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5018 path. Rewrite function in `cond' style for readability.
5019
5020 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5021 (The path shortening, that is, not the rearrarangement.)
5022
5023 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5024
5025 * term/mac-win.el (mac-ae-quit-application): New function.
5026 (mac-apple-event-map): Bind "quit application" Apple event to it.
5027
5028 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5031 than the program's output.
5032
5033 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5034
5035 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5036 (kmacro-start-macro-or-insert-counter)
5037 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5038 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5039
5040 * longlines.el (longlines-show-hard-newlines):
5041 * ruler-mode.el (ruler-mode-ruler):
5042 * emulation/keypad.el (keypad-setup):
5043 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5044 Fix typo in docstring.
5045
5046 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5047
5048 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5049 Remove redirect character ">".
5050
5051 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5052
5053 * replace.el (perform-replace): Remove leftover code.
5054
5055 2007-01-12 Richard Stallman <rms@gnu.org>
5056
5057 * replace.el (perform-replace): Don't clear NODENT when computing
5058 the replacement string.
5059
5060 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5061
5062 * net/tramp.el (tramp-handle-file-local-copy):
5063 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5064 <christopher.ian.moore@gmail.com>.
5065
5066 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * diff-mode.el (diff-sanity-check-context-hunk-half)
5069 (diff-sanity-check-hunk): New functions.
5070 (diff-find-source-location): Use'em to check the hunks are well-formed.
5071
5072 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5073 activate undo when undo is not active.
5074 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5075
5076 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5079 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5080 (ffap-url-at-point): Use char-classes rather than "a-z".
5081
5082 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5083
5084 * ediff-init.el (ediff-autostore-merges):
5085 * textmodes/fill.el (fill-region): Doc fix.
5086
5087 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * server.el (server-ensure-safe-dir): UIDs may be floats.
5090
5091 2007-01-10 Richard Stallman <rms@gnu.org>
5092
5093 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5094 around calls to directory-files.
5095
5096 * subr.el (momentary-string-display): Use save-excursion.
5097
5098 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5099 argument, but read it as `X' does.
5100
5101 2007-01-09 Juri Linkov <juri@jurta.org>
5102
5103 * info.el (Info-fontify-node): Don't hide node names of index entries.
5104
5105 * faces.el (momentary): Change :group to basic-faces where all
5106 basic faces belong to. Add :version.
5107
5108 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5109
5110 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5111 keybinding is found.
5112 (tutorial--find-changed-keys): Never treat null keybinding as a
5113 remapping.
5114
5115 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5116
5117 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5118
5119 2007-01-09 Kenichi Handa <handa@m17n.org>
5120
5121 * international/mule-cmds.el
5122 (select-safe-coding-system-interactively): Fix message.
5123
5124 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5125
5126 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5127 (tramp-process-actions): Add optional parameter TIMEOUT.
5128 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5129 (tramp-open-connection-su): Add timeout of 60".
5130
5131 2007-01-09 Richard Stallman <rms@gnu.org>
5132
5133 * progmodes/compile.el (compile): Doc fix.
5134
5135 2007-01-09 Markus Triska <markus.triska@gmx.at>
5136
5137 * tumme.el (tumme-display-thumb): Doc fix.
5138
5139 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * battery.el (battery-search-for-one-match-in-files):
5142 * bindings.el (mode-line-minor-mode-help):
5143 * x-dnd.el (x-dnd-types-alist):
5144 * calendar/icalendar.el (icalendar-import-buffer):
5145 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5146
5147 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5148
5149 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5150
5151 * replace.el (replace-regexp): Fix typo in docstring.
5152
5153 2007-01-07 Alan Mackenzie <acm@muc.de>
5154
5155 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5156 Amend doc-string and comments.
5157
5158 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5159
5160 * files.el (abbreviate-file-name): Doc fix.
5161
5162 2007-01-06 Markus Triska <triska@gmx.at>
5163
5164 * subr.el (split-string): Remove spurious ")" from doc string.
5165
5166 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5167
5168 * textmodes/table.el (table--warn-incompatibility):
5169 Use display-warning instead of momentary-string-display.
5170
5171 2007-01-05 Richard Stallman <rms@gnu.org>
5172
5173 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5174
5175 * simple.el (backward-kill-word): Doc fix.
5176
5177 2007-01-05 Romain Francoise <romain@orebokech.com>
5178
5179 * international/mule.el (sgml-html-meta-auto-coding-function):
5180 Ensure that the buffer contains a HTML document.
5181
5182 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5183
5184 * faces.el (momentary): Move here ...
5185 * subr.el (momentary): ... from here.
5186
5187 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5188
5189 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5190 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5191 large structures/arrays.
5192
5193 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * files.el (find-file-noselect-1, set-visited-file-name):
5196 Allow backup-enable-predicate to be nil.
5197
5198 2007-01-04 Andreas Schwab <schwab@suse.de>
5199
5200 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5201 last change.
5202
5203 2007-01-03 Richard Stallman <rms@gnu.org>
5204
5205 * woman.el (woman-decode-buffer): Clarify error message.
5206
5207 2007-01-03 Alan Mackenzie <acm@muc.de>
5208
5209 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5210
5211 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5212
5213 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5214
5215 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5218
5219 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5220
5221 * emulation/viper.el (viper-custom-file-name, viper-mode):
5222 Fix typos in docstrings.
5223
5224 * subr.el (momentary-string-display): After moving point, set POS
5225 variable to it to avoid later errors once the buffer is modified.
5226 Doc fix.
5227
5228 2007-01-02 Alan Mackenzie <acm@muc.de>
5229
5230 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5231 check that the "*/" is present before trying to manipulate it.
5232
5233 2007-01-02 Richard Stallman <rms@gnu.org>
5234
5235 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5236
5237 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5238 Fix format of value.
5239
5240 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5241 Change messages accordingly.
5242 (customize-customized): Now alias.
5243
5244 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5245
5246 * files.el (version-control): Doc fix.
5247
5248 2007-01-01 Alan Mackenzie <acm@muc.de>
5249
5250 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5251 Check the format of c-state-cache is valid for an optimisation before
5252 using it.
5253
5254 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5255 are at a statement within a macro". Other changes so that only
5256 the first continuation line in a macro gets the symbol
5257 `cpp-define-intro', the others getting `statement', or whatever.
5258
5259 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5260 a string, preserve whitespace. Add a backslash only when also in
5261 a macro.
5262
5263 * progmodes/cc-defs.el: Correct typos.
5264
5265 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5266 new line after an escaped EOL in a string.
5267
5268 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5269 label when it directly follows "else", "do", ....
5270
5271 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5272 angle brackets (as seen in "explicit specialisations" of C++
5273 templates).
5274
5275 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5276 in the doc-string.
5277
5278 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5279 when the comment ender looks like "=========*/" and is alone on
5280 its line.
5281
5282 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5283 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5284 for the old name.
5285
5286 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5287 c-\(beginning\|end\)-of-defun by default.
5288
5289 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5290 New line-up function, for the DEFUN macro in the Emacs C sources.
5291 Only used in "gnu" style.
5292
5293 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5294 the "gnu" style.
5295
5296 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5297 clean-up comment-close-slash also to work when there's a comment
5298 terminator on the line.
5299 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5300 these for large arg - only take account of top level {..}, except
5301 for initial and final adjustments. M-- C-M-[ae] now go to the
5302 right defuns when the starting point is between defuns. They use
5303 the four new functions:
5304 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5305 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5306 support c-\(beginning\|end\)-of-defun.
5307
5308 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5309 expressions more rigorously, to exclude bit-field specifiers from
5310 being classed as labels.
5311 (c-forward-label): When analyzing a ":" within a macro, be careful
5312 about using c-forward-syntactic-ws at the macro beginning.
5313 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5314 stmt boundary, check for "operator=", etc.
5315
5316 * progmodes/cc-mode.el (c-postprocess-file-styles):
5317 Bind inhibit-read-only to t, around the call to
5318 c-remove-any-local-eval-or-mode-variables, so that it works on a
5319 RO file.
5320
5321 * progmodes/cc-defs.el (c-version): Update the version number to
5322 "5.31.4".
5323
5324 2007-01-01 Richard Stallman <rms@gnu.org>
5325
5326 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5327 only if we restored isearch-window-configuration.
5328
5329 2006-12-31 Romain Francoise <romain@orebokech.com>
5330
5331 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5332
5333 2006-12-31 Kim F. Storm <storm@cua.dk>
5334
5335 * files.el (auto-mode-case-fold): New defcustom.
5336 (set-auto-mode): If non-nil, perform second case-sensitive pass
5337 through auto-mode-alist if first pass failed.
5338
5339 2006-12-30 Richard Stallman <rms@gnu.org>
5340
5341 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5342
5343 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5344
5345 * allout.el (allout-encrypt-string): Handle symmetric-key
5346 passphrase caching but leave keypair caching to pgg.
5347
5348 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5349
5350 Sync with Tramp 2.0.55.
5351
5352 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5353 `integerp'. `char-equal' could fail else in case of negative
5354 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5355 (top): Check for `font-lock-add-keywords' before calling; it
5356 doesn't exist under XEmacs.
5357 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5358 (tramp-completion-mode): Remove clause (not
5359 tramp-unified-filenames), because the function is called in other
5360 context too, where this check results in wrong results in the
5361 XEmacs case on Windows.
5362 (tramp-touch): UTC handling is not possible for XEmacs.
5363
5364 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5365
5366 * scroll-bar.el (previous-scroll-bar-mode): New variable
5367 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5368 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5369
5370 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5371
5372 2006-12-30 Richard Stallman <rms@gnu.org>
5373
5374 * files.el (make-backup-file-name-1): Precompute abs name
5375 but don't lose the relative name.
5376
5377 * international/mule-cmds.el (select-safe-coding-system-interactively):
5378 Fix message.
5379
5380 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5381
5382 * files.el (backup-buffer): Show entire backup file name in msg.
5383
5384 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * image.el (image-type-header-regexps, image-type-from-data)
5387 (image-type-from-buffer, image-type-from-file-header):
5388 Revert changes from 2006-12-26.
5389 (image-type-auto-detectable): New variable.
5390 (image-type-auto-detected-p): New function.
5391
5392 * files.el (magic-mode-alist): Detect image files with
5393 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5394
5395 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5396
5397 * dired.el (dired-sort-other): Move test for dired-mode...
5398 (dired-sort-set-modeline): ...to here.
5399
5400 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5401
5402 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5403 change. Suggested by Stefan Monnier.
5404
5405 2006-12-29 Kim F. Storm <storm@cua.dk>
5406
5407 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5408 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5409
5410 2006-12-27 Kim F. Storm <storm@cua.dk>
5411
5412 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5413 so it doesn't accidentally match an fsf.org mail address.
5414 (authors-renamed-files-alist): Add tcover-*.el.
5415
5416 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5417
5418 * vc-arch.el (vc-arch-find-version): New function.
5419
5420 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5421 composed of arbitrary characters (even /) in some systems.
5422
5423 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5424
5425 * international/mule-cmds.el (select-safe-coding-system-interactively):
5426 Improve the message in the *Warning* buffer.
5427
5428 2006-12-27 Kim F. Storm <storm@cua.dk>
5429
5430 * ido.el (ido-set-matches-1): Fix last change. If default item is
5431 current buffer, it is ok to be first.
5432
5433 2006-12-27 Kenichi Handa <handa@m17n.org>
5434
5435 * international/mule-cmds.el (select-safe-coding-system-interactively):
5436 Use face `link' for problematic chars.
5437
5438 2006-12-27 Kenichi Handa <handa@m17n.org>
5439
5440 * international/mule-cmds.el (select-safe-coding-system-interactively):
5441 Improve the message in *Warning* buffer.
5442
5443 2006-12-27 Kim F. Storm <storm@cua.dk>
5444
5445 * ido.el (ido-set-matches-1): Never put current buffer first if
5446 there are other matches.
5447
5448 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5449
5450 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5451 expressions.
5452 (gdb-var-delete): Handle duplicate names. Print message for non
5453 root expressions.
5454 (gdb-partial-output-name): Start buffer name with a space.
5455 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5456 buffer name.
5457
5458 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5459
5460 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5461 last footnote when `footnote-spaced-footnotes' is nil.
5462
5463 2006-12-26 Richard Stallman <rms@gnu.org>
5464
5465 * cus-edit.el (custom-browse-sort-alphabetically)
5466 (custom-buffer-sort-alphabetically)
5467 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5468
5469 * image.el (image-type-header-regexps): Change element format
5470 to include third item NOT-ALWAYS.
5471 (image-type-from-data): Handle new format.
5472 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5473 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5474
5475 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5476
5477 * add-log.el (add-log-current-defun): Call `forward-sexp'
5478 multiple times to pick a member function name defined as
5479 part of nested classes/namespaces.
5480
5481 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5482
5483 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5484 which keymap should be used to change menu. It does not affect any
5485 existent code.
5486
5487 2006-12-26 Richard Stallman <rms@gnu.org>
5488
5489 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5490 rather than for being in a minibuffer window.
5491
5492 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5493
5494 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5495 locale-coding-system.
5496 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5497 LF.
5498
5499 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5500
5501 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5502 (sql-mode-syntax-table): Disable double quoted strings.
5503 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5504
5505 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5506
5507 * startup.el (fancy-splash-last-input-event): New variable.
5508 (fancy-splash-special-event-action): New function.
5509 (fancy-splash-screens): Temporarily bind special events to it.
5510 Execute command for saved special event before exiting from
5511 recursive editing.
5512
5513 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5514 New functions.
5515 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5516 Use mac-unread-string.
5517
5518 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5519
5520 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5521 an optimized comment regexp if `comment-start-skip' uses a ^.
5522 * bs.el (bs--up): Remove interactive spec.
5523
5524 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5525
5526 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5527 Suggested by James Cloos.
5528
5529 2006-12-24 Kevin Ryde <user42@zip.com.au>
5530
5531 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5532 in March.
5533 (calendar-dst-ends): Default to first Sunday in November.
5534
5535 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5536
5537 * allout.el (allout-encrypt-string): Inhibit use of agent within
5538 body of let form where encryption happens. Acknowledge non-use of
5539 gpg-agent in docstring.
5540 (allout-toggle-subtree-encryption): Acknowledge non-use of
5541 gpg-agent in docstring.
5542
5543 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5544
5545 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5546
5547 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5548
5549 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5550 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5551
5552 * emulation/viper-cmd.el (viper-post-command-sentinel):
5553 Protect against errors in hooks.
5554 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5555 actually modify buffer; ignore errors if occur.
5556
5557 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5558
5559 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5560 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5561 formatting.
5562
5563 2006-12-23 Richard Stallman <rms@gnu.org>
5564
5565 * simple.el (delete-horizontal-space): Doc fix.
5566
5567 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5568
5569 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5570 explicitly in a recursive Make, not implicitly through prerequisites,
5571 since the latter is wrong under parallel builds.
5572
5573 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5574
5575 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5576
5577 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5578
5579 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5580 message string.
5581
5582 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5583
5584 * outline.el (outline-next-visible-heading): Fix the case with a
5585 header at end-of-file with no final newline.
5586
5587 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5588
5589 * indent.el (tab-always-indent): Doc fix.
5590
5591 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5594 (Info-fontify-node): Do fontify indices.
5595
5596 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5597 to the Emacs Lisp reference manual.
5598 (tutorial--tab-map): Remove. All callers changed.
5599 (tutorial--find-changed-keys): New elt QUIET, used to...
5600 (tutorial--display-changes): ...ensure that warning messages are
5601 only issued once per changed key.
5602 (tutorial--remove-remarks): Delete unused code-path.
5603 (lang-strings): Remove extraneous formatting.
5604 (tutorial--save-tutorial): Prompt before saving tutorial state.
5605
5606 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5609 Replace '?\ ' by '?\s' throughout.
5610 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5611 `help' custom group.
5612 (tutorial--key-description): New function.
5613 (tutorial--display-changes): Remove redundant arg. Scan for all
5614 key sequences to avoid false matches. Cleanup.
5615 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5616 reduce homedir pollution.
5617 (help-with-tutorial): Call tutorial--display-changes with no arg.
5618
5619 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5620
5621 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5622
5623 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5624
5625 * net/tramp.el (tramp-default-method): We still need to check for
5626 `executable-find', because it is not bound under Emacs 20.
5627 (tramp-handle-file-name-completion)
5628 (tramp-completion-handle-file-name-completion): Handle optional
5629 parameter PREDICATE.
5630 (tramp-find-default-method): Add code for default values.
5631
5632 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5633
5634 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5635 make gud-go send "continue".
5636
5637 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5638
5639 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5640 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5641
5642 2006-12-19 Kim F. Storm <storm@cua.dk>
5643
5644 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5645 instead of global-map.
5646
5647 * files.el (magic-mode-alist): Allow matching file type by
5648 calling a function at bob. Check for image types by calling
5649 image-type-from-buffer. Suggested by Juanma Barranquero.
5650 (set-auto-mode): Do it.
5651
5652 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5653
5654 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5655 Remove "ControlMaster" option from the other `scp*' methods.
5656 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5657
5658 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5659
5660 * textmodes/org.el (org-mode): Show context after isearch.
5661 (org-show-siblings): New function.
5662 (org-show-context): Use `org-show-siblings'.
5663
5664 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5667 Use syntax-ppss-toplevel-pos.
5668
5669 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5670
5671 * textmodes/org.el (org-current-line): Make sure that lines are
5672 counted from beginning of buffer.
5673 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5674 lines are counted from beginning of buffer.
5675
5676 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5677
5678 * info.el (Info-build-node-completions): Signal error if tag-table
5679 marker is not found.
5680
5681 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5682
5683 2006-12-17 Alan Mackenzie <acm@muc.de>
5684
5685 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5686 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5687 Based on code by Martin Rudalics.
5688
5689 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5690 open-paren-in-column-0-is-defun-start to nil any more.
5691
5692 2006-12-17 Richard Stallman <rms@gnu.org>
5693
5694 * simple.el (delete-horizontal-space): Use prefix arg.
5695
5696 * help-fns.el (describe-variable): Improve blank separator lines.
5697
5698 * files.el (magic-mode-alist): Mark as risky.
5699
5700 * files.el (make-backup-file-name-1):
5701 Expand backup-directory explicitly.
5702
5703 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5704
5705 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5706 check whether package password.el is loaded, or Pageant is running.
5707
5708 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5709
5710 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5711 (icalendar--rris): First try Emacs, then XEmacs.
5712 (icalendar--convert-ical-to-diary): Doc fix.
5713 Insert newline at end of target file.
5714
5715 2006-12-17 Kim F. Storm <storm@cua.dk>
5716
5717 * outline.el (outline-isearch-open-invisible-function): New defvar.
5718 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5719 overlay property instead of outline-isearch-open-invisible.
5720
5721 2006-12-16 Kim F. Storm <storm@cua.dk>
5722
5723 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5724 if ido-directory-too-big is set on entry.
5725 (ido-toggle-ignore, ido-completion-help): Print message while
5726 reading big directory.
5727
5728 2006-12-15 Richard Stallman <rms@gnu.org>
5729
5730 * shell.el (shell): Doc fix.
5731
5732 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5733
5734 * emulation/edt.el (edt-xserver):
5735 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5736 to fix a problem on Cygwin.
5737
5738 * emulation/edt.el
5739 * emulation/edt-mapper.el
5740 * emulation/edt-lk201.el
5741 * emulation/edt-pc.el
5742 * emulation/edt-vt100.el: Update maintainer's email address.
5743
5744 2006-12-15 Simon Marshall <simon@gnu.org>
5745
5746 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
5747
5748 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5749
5750 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
5751 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
5752 instead of mac-atsu-font-table.
5753 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
5754
5755 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
5756
5757 * align.el (align-match-tex-pattern): Fix a rare bug which
5758 hanged Emacs.
5759
5760 2006-12-14 Richard Stallman <rms@gnu.org>
5761
5762 * startup.el (use-fancy-splash-screens-p): Use frame-height
5763 instead of window-height. Pass frame to image-size.
5764
5765 2006-12-13 Kenichi Handa <handa@m17n.org>
5766
5767 * international/mule-cmds.el (set-locale-environment):
5768 Set default-sendmail-coding-system too.
5769
5770 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
5771
5772 * progmodes/idlw-help.el: Fix copyright notice.
5773
5774 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5775
5776 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
5777
5778 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5779
5780 * subr.el (unread-command-char): Reformat obsolescence info.
5781
5782 2006-12-11 Richard Stallman <rms@gnu.org>
5783
5784 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
5785 about calls to cl-struct-setf-expander.
5786
5787 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
5788
5789 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
5790 (ediff-combination-pattern): Fix typo in docstring.
5791
5792 * textmodes/refer.el (refer-find-entry): Doc fix.
5793 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
5794 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
5795 Fix tipos in docstrings.
5796
5797 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
5798
5799 2006-12-10 Kim F. Storm <storm@cua.dk>
5800
5801 * ido.el (ido-init-completion-maps): Remap backward-kill-word
5802 instead of binding M-backspace.
5803
5804 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * replace.el (replace-match-data, replace-match-maybe-edit):
5807 * calc/calc-aent.el (calc-eval-error):
5808 * emulation/vi.el (vi-char-argument):
5809 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
5810 (c-vsemi-status-unknown-p-fn): Doc fixes.
5811
5812 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
5813
5814 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
5815 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
5816
5817 2006-12-10 Masatake YAMATO <jet@gyve.org>
5818
5819 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
5820
5821 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
5822
5823 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
5824
5825 * man.el (Man-xref-button-action): New function. If the
5826 `Man-target-string' button property is a function, assume it
5827 accepts a position argument.
5828 (Man-abstract-xref-man-page): Use it.
5829 (Man-default-man-entry): New optional arg POS.
5830
5831 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
5832 symlink arrows read-only and non-rear-sticky.
5833
5834 2006-12-09 Martin Rudalics <rudalics@gmx.at>
5835
5836 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
5837 (wdired-search-and-rename): Simplify code.
5838 (wdired-preprocess-files, wdired-preprocess-perms): Make
5839 read-only property of preceding character rear-nonsticky to
5840 avoid that it can be modified. Put old-name and old-link
5841 properties on character preceding name and replace
5842 put-text-property by add-text-properties.
5843 (wdired-get-filename, wdired-get-previous-link): Get old-name
5844 and old-link properties from character preceding name and
5845 simplify code.
5846 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
5847 (wdired-perms-to-number): Make local-map property
5848 rear-nonsticky to avoid that text following permissions may be
5849 modified. Use add-text-properties instead of put-text-property
5850 when changing a permission bit.
5851 (wdired-change-to-dired-mode): Remove stickiness properties.
5852
5853 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
5854
5855 * international/mule-cmds.el (register-input-method): Doc fix.
5856
5857 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
5858
5859 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
5860
5861 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5862
5863 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
5864 Force buffer local defs evaluation on local variables loading.
5865 (flyspell-mode-on, flyspell-mode-off): Use it in
5866 `hack-local-variables-hook'.
5867
5868 2006-12-09 Eli Zaretskii <eliz@gnu.org>
5869
5870 * emacs-lisp/find-func.el (find-variable): Doc fix.
5871
5872 * help-fns.el (variable-at-point): Doc fix.
5873
5874 * w32-fns.el (w32-append-code-lines): New function.
5875
5876 2006-12-09 Romain Francoise <romain@orebokech.com>
5877
5878 * comint.el (comint-insert-input): Delete obsolete comment.
5879
5880 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5881
5882 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
5883 current frame, in case we're connected to several displays.
5884
5885 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
5886
5887 * frame.el (other-frame): Doc fix.
5888 (set-frame-parameter): Fix typo in docstring.
5889
5890 2006-12-07 Kim F. Storm <storm@cua.dk>
5891
5892 * info.el (Info-index): Strip leading colon from topic.
5893
5894 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
5895
5896 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
5897 to pointers.
5898
5899 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
5900
5901 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
5902 Trim out spurious class inheritance "None" entries.
5903
5904 2006-12-05 Kim F. Storm <storm@cua.dk>
5905
5906 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
5907 (cua-paste-pop): Rework last change for
5908 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
5909 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
5910 text inserted by the last M-y command.
5911
5912 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5913
5914 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
5915 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
5916
5917 * shell.el (shell): Search the start file in ~/.emacs.d as
5918 `init_SHELLNAME.sh' instead.
5919
5920 2006-12-05 Glenn Morris <rgm@gnu.org>
5921
5922 * progmodes/cperl-mode.el (cperl-mode)
5923 * progmodes/f90.el (f90-mode-abbrev-table)
5924 * progmodes/fortran.el (fortran-mode-abbrev-table)
5925 * progmodes/octave-mod.el (octave-abbrev-table)
5926 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
5927 if abbrev-table is non-nil (saved user abbrevs may have been restored).
5928
5929 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
5930 clear abbrev table, else saved abbrevs will not be restored.
5931
5932 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5933
5934 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
5935 the call to `make-obsolete-variable', not in the docstring.
5936
5937 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
5938
5939 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
5940
5941 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5942
5943 * progmodes/ebnf-abn.el:
5944 * progmodes/ebnf-bnf.el:
5945 * progmodes/ebnf-dtd.el:
5946 * progmodes/ebnf-ebx.el:
5947 * progmodes/ebnf-iso.el:
5948 * progmodes/ebnf-otz.el:
5949 * progmodes/ebnf-yac.el:
5950 * progmodes/ebnf2ps.el:
5951 * delim-col.el:
5952 * printing.el:
5953 * ps-bdf.el:
5954 * ps-mule.el:
5955 * ps-print.el: Remove 'Time-stamp' comment mark.
5956
5957 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
5958 'easy-menu-add-item' when called in Emacs 21 or higher.
5959
5960 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
5961
5962 * progmodes/ada-xref.el (ada-check-current): Doc fix.
5963 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
5964
5965 2006-12-04 Kim F. Storm <storm@cua.dk>
5966
5967 * bindings.el (global-map): Bind [signal t] to ignore, to have
5968 user signals ignored by default.
5969
5970 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
5971
5972 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5973 Unicode data file pointed to by `describe-char-unicodedata-file'.
5974
5975 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5978 O(n^2) regexp-search by anchoring the search.
5979
5980 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
5981
5982 * whitespace.el (whitespace-cleanup-internal): Use current
5983 argument for recursive call.
5984
5985 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * net/tramp.el (tramp-methods): Add "ControlPath" and
5988 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
5989 Andreas Schwab <schwab@suse.de>.
5990 (tramp-do-copy-or-rename-file-out-of-band)
5991 (tramp-open-connection-rsh): Compute format spec for ?t.
5992 (tramp-process-actions): Trace command parameters.
5993
5994 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
5995
5996 * simple.el (toggle-truncate-lines): Clarify doc string.
5997
5998 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5999 (gdb-speedbar-expand-node): Use it.
6000
6001 2006-12-04 Richard Stallman <rms@gnu.org>
6002
6003 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6004
6005 * dired.el (dired-revert): Turn off dired-after-readin-hook
6006 around call to dired-readin.
6007
6008 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6009 to echo area messages.
6010 <indicate-empty-lines, case-fold-search>:
6011 Add "globally" to Help string.
6012 <case-fold-search>: MESSAGE arg need not say "globally".
6013 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6014
6015 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6016
6017 * outline.el (outline-end-of-subtree): Don't leave an empty
6018 line hidden as we would a real next heading.
6019
6020 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6021
6022 * allout.el (allout-ascend): Add an optional argument to preserve
6023 original position of point when unsuccessful. Also, fix a
6024 docstring error.
6025 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6026 work again, using allout-ascend's new option.
6027 (allout-setup-mode-map): Extract from allout-mode to initialize
6028 allout-mode-map. Call it on file load, so the mode docstring
6029 substitutions work even if allout mode has not yet been invoked.
6030 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6031 customizations since the map was last processed. Also, refine the
6032 docstring so it's ship-shape for release.
6033 (allout-default-layout, allout-beginning-of-line-cycles)
6034 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6035 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6036 (allout-version, allout-layout, allout-infer-body-reindent)
6037 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6038 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6039 (allout-previous-heading, allout-goto-prefix-doublechecked)
6040 (allout-current-bullet-pos, allout-next-sibling-leap)
6041 (allout-pre-command-business, allout-encrypted-type-prefix)
6042 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6043 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6044 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6045 (allout-old-expose-topic, allout-listify-exposed)
6046 (allout-process-exposed, allout-latex-verb-quote)
6047 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6048 (allout-toggle-current-subtree-encryption)
6049 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6050 Remove extraneous open-paren and close paren string escapes.
6051
6052 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6053
6054 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6055 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6056 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6057 Fix typos in docstrings.
6058
6059 2006-12-03 Glenn Morris <rgm@gnu.org>
6060
6061 * progmodes/cc-align.el
6062 * progmodes/cc-awk.el
6063 * progmodes/cc-cmds.el
6064 * progmodes/cc-compat.el
6065 * progmodes/cc-defs.el
6066 * progmodes/cc-engine.el
6067 * progmodes/cc-langs.el
6068 * progmodes/cc-menus.el
6069 * progmodes/cc-mode.el
6070 * progmodes/cc-styles.el
6071 * progmodes/cc-vars.el
6072 * progmodes/vhdl-mode.el: Fix Copyright format.
6073
6074 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6077 initial down event.
6078
6079 2006-12-02 Kim F. Storm <storm@cua.dk>
6080
6081 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6082 (cua-repeat-replace-region): Make M-v more robust.
6083 (cua-paste-pop-rotate-temporarily): New defcustom.
6084 (cua-paste-pop): Use it.
6085 (cua-auto-mark-last-change): New defcustom.
6086 (cua-pop-to-last-change): New helper function.
6087 (cua-set-mark): Use them.
6088
6089 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6090
6091 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6092 mini-buffer message.
6093
6094 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6095
6096 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6097
6098 2006-12-01 Ben North <ben@redfrontdoor.org>
6099
6100 * paren.el: Fix the highlight overlay extension when the user types a
6101 sequence of char very fast just before the open parenthesis.
6102
6103 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6104
6105 * ps-mule.el: Eliminate Emacs 20 compatibility.
6106
6107 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6108 (ps-print-version): New version 6.7.
6109 (ps-print-quote): Replace '?\ ' by '?\s'.
6110
6111 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6112
6113 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6114 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6115 (hexl-end-of-1k-page): Doc fixes.
6116 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6117 Fix typos in docstrings.
6118
6119 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6120
6121 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6122 locally, i.e. without using file name handlers.
6123 (ido-read-internal): Allow mono letter host names, avoiding the
6124 `c:' problem by testing if the file exists locally.
6125 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6126
6127 2006-11-30 Masatake YAMATO <jet@gyve.org>
6128
6129 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6130 to avoid bytecomp warnings.
6131 (hexl-mode-old-ruler-function): New variable.
6132 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6133 and `hl-line-range-function' after `require' hl-line.
6134 Then bind `hl-line-range-function' and `hl-line-face'.
6135 Don't require frame. Don't use `with-no-warnings'.
6136 (hexl-activate-ruler): Store the original value of
6137 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6138 (hexl-mode-exit): Restore the original value of
6139 `ruler-mode-ruler-function'.
6140
6141 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6142
6143 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6144 (hexl-mode-old-hl-line-face): New variable.
6145 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6146 line when exit from the hexl-mode.
6147
6148 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6149
6150 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6151 Doc fixes.
6152
6153 * international/fontset.el (create-fontset-from-ascii-font)
6154 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6155 (fontset-name-p): Fix typo in docstring.
6156
6157 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6158
6159 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6160
6161 * ps-bdf.el: Fix maintainer email.
6162
6163 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6164 compatibility.
6165
6166 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6167 21 compatibility.
6168 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6169 Emacs 20 & 21.
6170
6171 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6172
6173 * progmodes/idlwave.el (idlwave-auto-fill):
6174 Remove paragraph-start let to prevent auto-fill giving up.
6175
6176 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * vt100-led.el (led-state): Fix typo in previous change.
6179
6180 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6181
6182 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6183 Fix interactive spec of the functions getting defined to make them
6184 work as documented.
6185
6186 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6187
6188 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6189
6190 2006-11-28 Kim F. Storm <storm@cua.dk>
6191
6192 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6193 icomplete-mode is enabled.
6194
6195 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6196
6197 * textmodes/org.el (require): Require gnus-sum during compilation
6198 to avoid problem with a macro call.
6199
6200 2006-11-28 Glenn Morris <rgm@gnu.org>
6201
6202 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6203
6204 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6205 (fortran-window-create-momentarily): Do not need string-to-char.
6206
6207 2006-11-28 Richard Stallman <rms@gnu.org>
6208
6209 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6210 Replace incorrect use of assoc-default with a loop.
6211
6212 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6213
6214 * simple.el (next-error-find-buffer): Improve messages.
6215
6216 * files.el (revert-buffer): Special error message if file
6217 is now not readable.
6218
6219 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6220 constructed commands.
6221
6222 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6223 in INSIDE_EMACS.
6224
6225 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6226
6227 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6228
6229 * server.el: Remove spurious * in docstrings.
6230 (server-process-filter): Exit from recursive editing before processing
6231 a new request.
6232
6233 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6234
6235 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6236 line so hidden blocks will be correctly identified.
6237
6238 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6239
6240 * ledit.el (ledit-save-defun, ledit-mode):
6241 * resume.el (resume-emacs-args-buffer):
6242 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6243 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6244 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6245 (command-send-input, command-kill-line):
6246 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6247
6248 * autoarg.el (autoarg-kp-mode): Doc fix.
6249
6250 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6251 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6252 (check-emacs-lock): Doc fix. Simplify.
6253
6254 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6255 (iimage-mode-buffer): Fix typos in docstring.
6256
6257 * misc.el (zap-up-to-char): Doc fix.
6258
6259 * time-stamp.el: Fix comment and obsolescence string for old
6260 functions. Use `dolist' instead of `while'.
6261
6262 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6263
6264 * disp-table.el (standard-display-8bit, standard-display-default):
6265 * ebuff-menu.el (electric-buffer-list):
6266 * ehelp.el (electric-help-command-loop):
6267 * font-core.el (font-lock-mode):
6268 * help-macro.el (make-help-screen):
6269 * help.el (describe-minor-mode-completion-table-for-indicator)
6270 (lookup-minor-mode-from-indicator):
6271 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6272 * info-look.el (info-lookup-guess-custom-symbol):
6273 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6274 * longlines.el (longlines-wrap-line):
6275 * macros.el (insert-kbd-macro):
6276 * menu-bar.el (menu-bar-update-buffers):
6277 * misc.el (copy-from-above-command):
6278 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6279 * newcomment.el (comment-indent):
6280 * novice.el (disabled-command-function):
6281 * sort.el (sort-fields-syntax-table):
6282 * subr.el (momentary-string-display):
6283 * tar-mode.el (tar-header-block-summarize)
6284 (tar-clear-modification-flags):
6285 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6286 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6287 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6288 (te-delete-char, te-down-vertically-or-scroll):
6289 * time-stamp.el (time-stamp-string-preprocess):
6290 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6291
6292 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6293
6294 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6295 in GUD mode.
6296
6297 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6298 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6299
6300 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6301
6302 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6303
6304 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6305
6306 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6307 (ada-compile-goto-error): Adapt to new argument profile of
6308 compilation-goto-locus in Emacs 22. Don't check if the various
6309 compile functions are defined; we already do "(require 'compile)".
6310
6311 2006-11-26 Kim F. Storm <storm@cua.dk>
6312
6313 * kmacro.el: Fix commentary.
6314
6315 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6316
6317 * progmodes/gud.el (gdb): Explain how to run in text command mode
6318 more clearly. Say in error message that multiple debugging
6319 requires restarting GDB.
6320
6321 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6322
6323 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6324
6325 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6326
6327 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6328 (flymake-popup-menu): Use it instead of posn-at-point.
6329
6330 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6331
6332 * progmodes/cc-vars.el (c-backslash-column):
6333 Mention c-backslash-max-column in documentation for c-backslash-column.
6334
6335 2006-11-24 Lars Hansen <larsh@soem.dk>
6336
6337 * net/tramp.el (tramp-default-method): Under Windows, change from
6338 plink to pscp.
6339 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6340 (tramp-actions-copy-out-of-band):
6341 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6342 (tramp-action-out-of-band): Move "Permission denied" handling to
6343 tramp-action-copy-failed.
6344 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6345 process buffer.
6346
6347 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6350 strings to a single string. Quote `errors-file-name'.
6351 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6352 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6353 Adjust calls. Use `shell-quote-argument'.
6354
6355 * international/mule.el (load-with-code-conversion)
6356 (with-category-table): Use with-current-buffer.
6357 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6358
6359 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6360
6361 * mail/smtpmail.el (smtpmail-send-it):
6362 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6363 MIME header for the message encoding.
6364 Bind coding-system-for-write around the call to mail-do-fcc.
6365 Use smtpmail-code-conv-from to encode queued mail messages.
6366
6367 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6368
6369 * tabify.el (tabify-regexp): Doc fix.
6370
6371 * net/rcirc.el (rcirc-buffer-maximum-lines):
6372 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6373
6374 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6375 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6376 Fix typos in output messages.
6377 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6378
6379 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6380
6381 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6382 the horse's mouth.
6383 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6384
6385 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6386
6387 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6388 Remove condition-case.
6389
6390 2006-11-23 Glenn Morris <rgm@gnu.org>
6391
6392 * progmodes/f90.el (f90-comment-indent): Do not move point in
6393 default case.
6394
6395 2006-11-21 Romain Francoise <romain@orebokech.com>
6396
6397 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6398 from library name (reverts change of 2005-10-25).
6399
6400 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6401
6402 * tutorial.el (tutorial--default-keys): Add newline and
6403 delete-backward-char bindings.
6404 (tutorial--detailed-help): Save excursion when finding keys.
6405 Correct warning string for M-x FOO case.
6406 (tutorial--display-changes): Print special keys in tutorial style.
6407 Tweak search regexp for changed keys.
6408
6409 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6410
6411 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6412 redundant scheme.
6413
6414 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6415
6416 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6417 are new to the list at IANA. Also added irc, mms, mmsh.
6418
6419 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6420
6421 * progmodes/idlw-help.el (idlwave-html-help-location):
6422 Fail gracefully for missing help packages.
6423 (idlwave-help-assistant-open-link): Open full links.
6424 (idlwave-help-assistant-help-with-topic): Direct help link.
6425
6426 * progmodes/idlwave.el (idlwave-mode):
6427 Set add-log-current-defun-function.
6428 (idlwave-current-routine-fullname): Add, to support add-log.
6429 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6430 to reflect improvements to xml-parse-file.
6431 (idlwave-mode-menu-def): New binding for help-with-topic.
6432
6433 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6434 Handle extra newlines and spaces.
6435 (idlwave-shell-mode-map): Add help-with-topic.
6436
6437 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * tutorial.el (tutorial-warning-face): New face.
6440 (tutorial--detailed-help, tutorial--display-changes): Use it.
6441 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6442 Improve search pattern for occurrences of changed keys.
6443
6444 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6445
6446 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6447 (x-select-text): Set it.
6448 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6449 when checking for newness.
6450
6451 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6452
6453 * subr.el (posn-image):
6454 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6455
6456 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6457
6458 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6459
6460 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6461 Exceptions to the rule "add a space between an identifier and an
6462 opening parenthesis". Defaulted to the `#define' problem of cpp.
6463 (glasses-parenthesis-exception-p): New. Check if the region is an
6464 exception regarding to that.
6465 (glasses-make-readable): Use it.
6466 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6467 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6468
6469 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6472
6473 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6474
6475 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6476
6477 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6478 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6479
6480 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6481
6482 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6483 conditions for function or variable bindings.
6484
6485 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6486
6487 * progmodes/compile.el (compilation-start): Ditto.
6488
6489 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6490
6491 * net/tramp.el (top): cl and custom are always required.
6492
6493 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6494
6495 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6496 cut-buffers with next-selection-coding-system if not nil.
6497
6498 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6499
6500 * textmodes/org.el (org-fix-decoded-time): New function.
6501 (org-display-custom-time): Use `org-fix-decoded-time'.
6502
6503 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * menu-bar.el (menu-bar-games-menu): Remove yow.
6506
6507 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6508
6509 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6510 (org-detach-overlay): Rename from `org-detatch-overlay'.
6511 (org-table-convert-region): Insert space after column separator.
6512 (org-agenda-kill): New command.
6513 (org-metaleft): Call `org-outdent-item' on bullets.
6514 (org-metaright): Call `org-indent-item' on bullets.
6515 (org-timestamp-change): Set `org-last-changed-timestamp'.
6516 (org-current-line): Make sure (bolp) returns correct result.
6517 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6518
6519 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6522
6523 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6524
6525 * mouse.el (global-map): Change 2006-08-16 fix to call
6526 mouse-yank-at-click explicitly, since mouse events are not carried
6527 over into keyboard macros.
6528
6529 2006-11-16 Kim F. Storm <storm@cua.dk>
6530
6531 * ido.el (ido-file-internal): Use current buffer's file name as default
6532 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6533
6534 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6535
6536 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6537 (allout-inhibit-aberrance-doublecheck): Rename from
6538 allout-during-yank-processing. All callers changed.
6539 (allout-ascend): Provide for unusual case where some topic after
6540 the first in file is at lower depth than the first.
6541 (allout-shift-in): Ensure the offspring of the new containing
6542 topic are exposed.
6543 (allout-encrypt-string): Preserve the coding-system of the text,
6544 according to that of the containing buffer.
6545 (allout-toggle-subtree-encryption): When the text being encrypted
6546 requires a different coding system, offer to preserve the coding
6547 system using a file local var.
6548
6549 2006-11-15 Simon Marshall <simon@gnu.org>
6550
6551 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6552 to recognise "T t()" as a function declaration, rather than a
6553 variable instantiation, iff at the top-level or inside a class
6554 declaration. Suggested by Feng Li <fengli@gmail.com>.
6555
6556 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6557
6558 * progmodes/ada-xref.el (ada-parse-prj-file):
6559 Don't delete project buffer; user may want to edit it.
6560 (ada-xref-set-project-field, ada-xref-current-project-file)
6561 (ada-xref-current-project, ada-show-current-project)
6562 (ada-set-main-compile-application): New functions.
6563 (ada-xref-get-project-field, ada-require-project-file):
6564 Normalize use of ada-prj-default-project-file.
6565 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6566 Normalize use of ada-require-project-file.
6567 (ada-prj-find-prj-file): Improve doc string, comments.
6568
6569 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6570 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6571 (ada-create-menu): Add ada-set-main-compile-application,
6572 ada-show-current-main, ada-show-current-project.
6573
6574 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6577 (inferior-python-mode): Use it.
6578
6579 2006-11-14 Andreas Schwab <schwab@suse.de>
6580
6581 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6582
6583 2006-11-13 Kim F. Storm <storm@cua.dk>
6584
6585 * ido.el (ido-copy-current-word): C-o copies region if active.
6586
6587 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6588
6589 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6590
6591 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6592
6593 * ediff.el (ediff-revision):
6594 * files.el (set-visited-file-name):
6595 * mail/rmailout.el (rmail-output-body-to-file):
6596 Use `format', not `message', in `y-or-n-p' call.
6597
6598 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6599
6600 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6601 (org-metaright): Call `org-indent-item' on bullets.
6602 (org-timestamp-change): Set `org-last-changed-timestamp'.
6603 (org-current-line): Make sure (bolp) returns correct result.
6604 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6605
6606 2006-11-12 Richard Stallman <rms@gnu.org>
6607
6608 * language/european.el (turkish-case-conversion-enable)
6609 (turkish-case-conversion-disable): New functions.
6610 ("Turkish" lang env): Use them.
6611
6612 * international/characters.el (case table):
6613 Do nothing special for i and I.
6614
6615 * subr.el (remove-overlays): Fix last change.
6616
6617 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6618 for visiting the custom file.
6619
6620 2006-11-12 Markus Triska <triska@gmx.at>
6621
6622 * play/handwrite.el (handwrite): Also process lines not ending
6623 with newline. Replace some position-fiddling with different
6624 logic. Improve performance.
6625
6626 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6627
6628 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6629 replacing deleted variable `ada-check-switch'.
6630 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6631 (ada-xref-project-files): Improve doc string.
6632 (ada-find-executable): New function.
6633 (ada-initialize-runtime-library): Use `ada-find-executable'.
6634 (ada-xref-set-default-prj-values): In compile commands, don't need
6635 `ada-cd-command'; `compile' does that more portably.
6636 Use ada-prj-default-check-cmd.
6637 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6638 properties if not specified in project file.
6639 (ada-goto-declaration): Display useful message for new error
6640 'error-file-not-found.
6641 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6642 'error-file-not-found.
6643 (ada-get-all-references): Match latest ali syntax. Signal new
6644 error 'error-file-not-found.
6645 (ada-find-in-ali): Match latest ali syntax.
6646 (ada-make-filename-from-adaname): Handle different semantics of
6647 gnatkr in GNAT 3.15p vs later.
6648
6649 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6650 ada-procedure-start-regexp.
6651 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6652
6653 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6654 with defvar.
6655 (ada-language-version): Rename ada05 -> ada2005.
6656 (ada-align-region-separate): Add `eval-when-compile'.
6657 (ada-name-regexp): Remove unneeded escapes in regexp character
6658 alternative.
6659 (ada-compile-goto-error-file-linenr-re): New constant.
6660 (ada-matching-start-re): Handle additional cases `declare',
6661 `procedure', `function'.
6662 (ada-compile-goto-error): Handle "... at line nn".
6663 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6664 Delete support for old versions of `align'.
6665 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6666 (ada-check-defun-name): Simplify handling of `declare'.
6667 (ada-goto-matching-start): Handle nested `begin ... end'.
6668 Handle `declare', `protected', `procedure', `function'.
6669 (ada-create-menu): Presence of arm95 is not conditional on using
6670 GNAT compiler.
6671
6672 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6673
6674 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6675 nil in the *RE-Builder* buffer (it causes spurious error messages).
6676
6677 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6678 been set to t, respect it.
6679
6680 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6681
6682 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6683 Delete commented out code for old Emacs versions. Autoloading of
6684 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6685 (ada-mode-version): Bump version number.
6686 (ada-95-string-keywords, ada-2005-string-keywords)
6687 (ada-2005-keywords, ada-name-regexp): New constant.
6688 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6689 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6690 (ada-package-start-regexp): Support private packages, include package
6691 name (for ada-set-point-accordingly).
6692 (ada-next-procedure, ada-previous-procedure)
6693 (ada-which-function-are-we-in): Match changes to
6694 ada-procedure-start-regexp.
6695 (ada-make-body): Make non-interactive; not a user function.
6696 (ada-make-subprogram-body): Improve doc string.
6697
6698 2006-11-11 Romain Francoise <romain@orebokech.com>
6699
6700 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6701 `compilation-error-regexp-alist' buffer-local, since we changed
6702 `compilation-error-regexp-alist-alist' locally.
6703
6704 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6705
6706 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6707 to the value of `server-raise-frame'.
6708
6709 2006-11-11 Glenn Morris <rgm@gnu.org>
6710
6711 * ido.el (ido-enable-prefix)
6712 * ses.el (ses-call-printer-return)
6713 * net/tramp.el (tramp-unified-filenames)
6714 * progmodes/cc-align.el (c-lineup-string-cont)
6715 * progmodes/compile.el (compilation-directory-matcher)
6716 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6717 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6718 (vhdl-clock-rising-edge)
6719 * textmodes/org.el (org-export-with-timestamps)
6720 (org-export-remove-timestamps-from-toc)
6721 (org-export-with-tags): Improve previous doc fixes.
6722
6723 2006-11-11 Richard Stallman <rms@gnu.org>
6724
6725 * textmodes/flyspell.el (flyspell-mode-map):
6726 Bind C-c $ instead of M-RET.
6727
6728 2006-11-10 Simon Marshall <simon@gnu.org>
6729
6730 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6731 fontification for "case" and "default" keywords.
6732
6733 2006-11-10 Andreas Schwab <schwab@suse.de>
6734
6735 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6736 Avoid starting sentence with "nil".
6737
6738 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * server.el (server-raise-frame): New option.
6741 (server-switch-buffer): Use it.
6742
6743 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
6744
6745 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
6746 with a capital.
6747
6748 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6749
6750 * textmodes/org.el (org-show-hierarchy-above)
6751 (org-show-following-heading): Fix typo in default value.
6752 (org-scan-tags): Make the search case-sensitive.
6753 (org-tags-sparse-tree): Don't overrule
6754 `org-show-following-heading' and `org-show-hierarchy-above'.
6755 (org-reveal): New command.
6756 (org-show-context): Rename from `org-show-hierarchy-above'.
6757 (org-fast-tag-selection-single-key): New option.
6758 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
6759 (org-tags-overlay): New variable.
6760 (org-agenda-todo-ignore-deadlines): New option.
6761 ("session"): Add circular data structure `org-mark-ring' to
6762 exceptions list in session.el.
6763 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
6764 New options.
6765 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
6766 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
6767 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
6768 (org-finalize-agenda): Activate bracket links in agenda.
6769 (org-at-timestamp-p, org-at-date-range-p): Additional argument
6770 INACTIVE-OK.
6771 (org-show-hierarchy-above, org-show-following-heading):
6772 List values allowed for fine-tuned configuration.
6773 (org-show-hierarchy-above): New argument CONTEXT, use the
6774 fine-tuned settings in `org-show-hierarchy-above' and
6775 `org-show-following-heading'.
6776 (org-display-custom-time): New function.
6777 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
6778 (org-display-custom-times, org-time-stamp-custom-formats):
6779 (org-maybe-intangible): New macro.
6780 (org-activate-bracket-links, org-hide-wide-columns):
6781 Use `org-maybe-intangible'.
6782 (org-open-file): Use `shell-quote-argument'.
6783 (org-display-internal-link-with-indirect-buffer): New option.
6784 (org-file-remote-p): Get regexp from list.
6785 (org-link-expand-abbrev): New function.
6786 (org-link-abbrev-alist): New option.
6787 (org-open-at-point, org-cleaned-string-for-export):
6788 Call `org-link-expand-abbrev'.
6789 (org-timeline, org-agenda-list, org-todo-list)
6790 (org-tags-view): Remove the KEEP-MODES argument.
6791 (org-finalize-agenda-hook): New hook.
6792 (org-get-alist-option): New function.
6793 (org-follow-timestamp-link): New function.
6794 (org-open-at-point): Call `org-follow-timestamp-link'.
6795 (org-log-note-marker, org-log-note-purpose)
6796 (org-log-note-window-configuration): New variables.
6797 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
6798 (org-log-note-headings): New option.
6799 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
6800 (org-store-link): Support for dired-mode.
6801 (org-open-file): Substitute environment variables into filename.
6802 (org-last): New defsubst.
6803 (org-agenda-re-align-tags): New function.
6804 (org-agenda-align-tags-to-column): New option.
6805 (org-agenda-timeline): Group removed.
6806 (org-prepare-agenda, org-prepare-agenda-buffers)
6807 (org-run-agenda-series, org-timeline, org-agenda-list)
6808 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
6809 the text property inticating the agenda type.
6810 (org-agenda-post-command-hook): Get agenda type from text property
6811 at point.
6812 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
6813 and obey `org-agenda-overriding-arguments'.
6814 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
6815 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6816 (org-agenda-week-view, org-agenda-day-view):
6817 Use `org-agenda-overriding-arguments' to make updating work with
6818 multi-block agendas.
6819 (org-agenda-prefix-format): Allow different formats for the
6820 different agenda entry types.
6821 (org-timeline-prefix-format): Option removed, use
6822 `org-agenda-prefix-format' instead.
6823 (org-prepare-agenda): New function.
6824 (org-select-timeline-window): Option removed, use
6825 `org-select-agenda-window' instead.
6826 (org-respect-restriction): Variable removed.
6827 (org-cmp-tag): New function.
6828 (org-agenda-sorting-strategy, org-entries-lessp):
6829 Implement sorting by last tag.
6830 (org-complete): Better completion in in-buffer option lines.
6831 (org-in-item-p): New function.
6832 (org-org-menu): Add entries for checkboxes.
6833 (org-cycle): Extra brouping in outline-regexp, because it is used
6834 in a search with "^" prepended.
6835 (org-provide-checkbox-statistics): New option.
6836 (org-set-font-lock-defaults): Highlight checkbox statistics.
6837 (org-update-checkbox-count-maybe)
6838 (org-get-checkbox-statistics-face): New functions.
6839 (org-update-checkbox-count): New command.
6840 (org-insert-item, org-toggle-checkbox):
6841 Call `org-update-checkbox-count-maybe'.
6842 (org-export-as-html): XEmacs compatibility for coding system.
6843 (org-force-cycle-archived): New command.
6844 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
6845 overrules cycling.
6846 (org-fix-position-after-promote): If the line contains only a todo
6847 keyword, add a final space.
6848 (org-promote-subtree, org-demote-subtree):
6849 Call `org-fix-position-after-promote'.
6850
6851 2006-11-10 Glenn Morris <rgm@gnu.org>
6852
6853 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
6854 date in every year.
6855 (calendar-dst-check-each-year-flag): New customizable variable.
6856 (calendar-dst-find-data): New function, extracted from
6857 calendar-current-time-zone.
6858 (calendar-current-time-zone): Use calendar-dst-find-data.
6859 (calendar-dst-transition-cache): New variable.
6860 (calendar-dst-find-startend, calendar-dst-starts)
6861 (calendar-dst-ends): New functions.
6862 (calendar-daylight-savings-starts)
6863 (calendar-daylight-savings-ends): Change value to use
6864 calendar-dst-starts, calendar-dst-ends; respectively.
6865
6866 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
6867
6868 * ido.el (ido-enable-prefix)
6869 * ses.el (ses-call-printer-return)
6870 * net/tramp.el (tramp-unified-filenames)
6871 * progmodes/cc-align.el (c-lineup-string-cont)
6872 * progmodes/compile.el (compilation-directory-matcher)
6873 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6874 * progmodes/gdb-ui.el (gdb-many-windows)
6875 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6876 (vhdl-clock-rising-edge)
6877 * textmodes/org.el (org-export-with-timestamps)
6878 (org-export-remove-timestamps-from-toc, org-export-with-tags)
6879 (org-read-date): Doc fix (Nil -> nil).
6880
6881 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6882
6883 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6884 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
6885
6886 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
6887
6888 * bs.el (bs--window-for-buffer): Remove.
6889 (bs--show-with-configuration): Use `get-window-with-predicate'
6890 instead of `bs--window-for-buffer'.
6891
6892 2006-11-10 Kenichi Handa <handa@m17n.org>
6893
6894 * files.el (revert-buffer): Fix previous change.
6895
6896 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
6897
6898 * bs.el (bs--redisplay): Fix typo in docstring.
6899 (bs--window-config-coming-from): Make frame-local.
6900 (bs--restore-window-config): New function.
6901 (bs-kill, bs-select, bs-select-other-window)
6902 (bs-select-other-frame): Use it.
6903 (bs--window-for-buffer): Return as soon as a matching buffer is found.
6904 (bs--show-with-configuration): Save the window configuration as a
6905 frame local var, and only if *buffer-selection* is not already
6906 visible on this frame.
6907
6908 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
6909
6910 * vc-svn.el (vc-svn-admin-directory): New var.
6911 (vc-svn-registered, vc-svn-responsible-p)
6912 (vc-svn-repository-hostname): Use it.
6913 Suggested by arit93@yahoo.com.
6914
6915 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * ldefs-boot.el: Regenerate.
6918
6919 2006-11-08 Alan Mackenzie <acm@muc.de>
6920
6921 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
6922 case (eq open-paren-in-column-0-is-defun-start nil) by searching
6923 for least nested open-paren.
6924
6925 2006-11-08 Romain Francoise <romain@orebokech.com>
6926
6927 * subr.el (remove-overlays): Fix typo in last change.
6928
6929 2006-11-08 Richard Stallman <rms@gnu.org>
6930
6931 * subr.el (remove-overlays): Call overlay-recenter.
6932
6933 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6934
6935 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6936 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
6937 behaviour.
6938 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
6939 directly.
6940
6941 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6942
6943 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
6944 (ido-max-dir-file-cache, ido-decorations)
6945 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
6946 (ido-magic-backward-char, ido-enter-dired)
6947 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
6948 (ido-list-directory, ido-first-match, ido-only-match)
6949 (ido-subdir, ido-indicator): Fix typos in docstrings.
6950 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
6951 (ido-read-internal): Fix typo in error message.
6952
6953 2006-11-08 Kenichi Handa <handa@m17n.org>
6954
6955 * international/mule-cmds.el (set-default-coding-systems):
6956 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
6957
6958 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
6959
6960 * makefile.w32-in (setwins): Remove.
6961 (WINS_ALMOST): New macro.
6962 (WINS): Use it.
6963 (autoloads): Don't extract autoloads from files in obsolete/.
6964
6965 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
6966
6967 * whitespace.el (whitespace-buffer): Call remove-overlays after
6968 overlay-recenter for performance. Suggested by Martin Rudalics.
6969
6970 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
6971
6972 * net/tramp.el (tramp-default-method): scp is the default method.
6973
6974 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
6975
6976 * server.el (server-start): Save also the Emacs pid in the server file.
6977
6978 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
6979
6980 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6981 point when displaying a bibtex cross reference in the echo area.
6982
6983 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
6984
6985 * international/mule.el (make-char): Fix typo in docstring.
6986 (load-with-code-conversion, charsetp): Doc fixes.
6987
6988 * international/ja-dic-cnv.el (skkdic-convert):
6989 * cus-edit.el (hook): Fix typo in docstring.
6990
6991 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * cus-edit.el (custom-mode-map): Move defvar above code using it.
6994 (custom-mode-link-map): New variable.
6995 (custom-group-link, custom-manual): Use follow-link.
6996
6997 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6998
6999 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7000 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7001
7002 2006-11-06 Richard Stallman <rms@gnu.org>
7003
7004 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7005 New function broken out of flyspell-correct-word.
7006 (flyspell-mode-map): Bind it to M-RET.
7007 (flyspell-correct-word): Call it.
7008
7009 * textmodes/fill.el (fill-minibuffer-function): New function.
7010 (fill-paragraph): Bind fill-paragraph-function to
7011 fill-minibuffer-function.
7012
7013 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7014 so that they aren't undefined.
7015
7016 * dired.el (dired-readin): Locally bind file-name-coding-system.
7017
7018 * bindings.el: Shorten and clarify usual mode line mouse help string.
7019
7020 * Makefile.in (autoloads): Don't include `obsolete'.
7021
7022 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7025 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7026 Printing menu if it's not initialized.
7027 (pr-menu-bind): Act on menu-bar-file-menu directly.
7028
7029 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * help.el (view-emacs-news): Fix typo in error message.
7032
7033 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7034
7035 * shadowfile.el (shadow-define-regexp-group)
7036 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7037 (shadow-read-files): Fix typo in message.
7038 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7039 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7040 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7041 (shadow-file-match): Fix typos in docstrings.
7042
7043 * terminal.el (terminal-emulator): Fix typo in message.
7044
7045 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7046
7047 * emacs-lisp/lselect.el (x-kill-primary-selection)
7048 (x-delete-primary-selection, x-copy-primary-selection):
7049 Fix typos in error messages.
7050
7051 * emulation/edt-mapper.el: Fix typo in interactive message.
7052
7053 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7054
7055 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7056 (ispell-help): Fix typos in docstrings.
7057 (ispell-help): Fix typo in output message.
7058
7059 * allout.el (allout-adjust-file-variable)
7060 (allout-passphrase-verifier-string)
7061 (allout-passphrase-hint-string)
7062 (allout-toggle-current-subtree-encryption):
7063 * apropos.el (apropos-synonyms):
7064 * cus-edit.el (hook):
7065 * emacs-lock.el (emacs-lock-from-exiting):
7066 * follow.el (follow-avoid-tail-recenter-p):
7067 * hexl.el (hexl-mode):
7068 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7069 * mouse.el (mouse-set-font):
7070 * resume.el (resume-emacs-args-file):
7071 * rfn-eshadow.el (file-name-shadow-tty-properties):
7072 * t-mouse.el (t-mouse-process, t-mouse-mode):
7073 * emacs-lisp/cust-print.el (custom-print-install)
7074 (custom-print-uninstall, custom-format):
7075 * emacs-lisp/shadow.el (list-load-path-shadows):
7076 * emulation/tpu-edt.el (tpu-help-text)
7077 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7078 (tpu-reset-control-keys):
7079 * emulation/vip.el (vip-emacs-local-map)
7080 (vip-change-mode-to-emacs):
7081 * emulation/viper.el (viper-mode, viper-set-hooks)
7082 (viper-major-mode-modifier-list):
7083 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7084 * emulation/viper-keym.el (viper-emacs-kbd-map)
7085 (viper-toggle-key):
7086 * mail/feedmail.el (feedmail-queue-reminder)
7087 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7088 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7089 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7090 (feedmail-sender-line, feedmail-force-binary-write)
7091 (feedmail-from-line, feedmail-deduce-envelope-from)
7092 (feedmail-x-mailer-line, feedmail-message-id-generator)
7093 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7094 (feedmail-enable-spray, feedmail-spray-this-address)
7095 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7096 (feedmail-queue-runner-confirm-global)
7097 (feedmail-ask-before-queue-prompt)
7098 (feedmail-ask-before-queue-reprompt)
7099 (feedmail-prompt-before-queue-standard-alist)
7100 (feedmail-prompt-before-queue-user-alist)
7101 (feedmail-prompt-before-queue-help-supplement)
7102 (feedmail-queue-use-send-time-for-message-id)
7103 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7104 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7105 (feedmail-mail-send-hook-queued)
7106 (feedmail-confirm-addresses-hook-example)
7107 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7108 (feedmail-queue-runner-mode-setter)
7109 (feedmail-queue-alternative-mail-header-separator)
7110 (feedmail-queue-runner-message-sender)
7111 (feedmail-buffer-eating-function, feedmail-binmail-template)
7112 (feedmail-run-the-queue-no-prompts)
7113 (feedmail-run-the-queue-global-prompt)
7114 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7115 (feedmail-envelope-deducer, feedmail-fiddle-date)
7116 (feedmail-default-message-id-generator)
7117 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7118 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7119 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7120 (vms-pmail-setup):
7121 * play/dunnet.el (dun-help):
7122 * play/handwrite.el (handwrite):
7123 * play/hanoi.el (hanoi-unix-64):
7124 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7125 * textmodes/enriched.el (fixed):
7126 * textmodes/org.el (org-file-apps)
7127 (org-emphasis-regexp-components, org-emphasis-alist):
7128 * textmodes/texinfmt.el (batch-texinfo-format):
7129 Fix typos in docstrings.
7130
7131 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7132
7133 * loadhist.el (read-feature): Don't complete features not loaded
7134 from a file (which make `unload-feature' to fail).
7135
7136 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7137
7138 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7139
7140 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7141
7142 * startup.el (command-line-1): Kill emacs if the last frame is
7143 deleted while evaluating the command-line arguments.
7144
7145 2006-11-05 Richard Stallman <rms@gnu.org>
7146
7147 * startup.el (init-file-had-error): Add doc string.
7148 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7149 Use fixed-width font for keyboard key descriptions.
7150
7151 * cus-edit.el (custom-save-all): Error if saving in .emacs
7152 and it had an error when loaded.
7153
7154 * dired-aux.el (dired-copy-file-recursive): Catch errors
7155 from recursive copies in the loop, around the recursive call.
7156
7157 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7158
7159 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7160 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7161 `/proc/acpi/thermal_zone/*'.
7162 (battery-search-for-one-match-in-files): New. Search a regexp in
7163 the content of some files.
7164
7165 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7166
7167 * window.el (mouse-autoselect-window-now): Remove variable.
7168 (mouse-autoselect-window-state): New variable.
7169 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7170 (mouse-autoselect-window-select, handle-select-window):
7171 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7172 Suspend delayed autoselection during menu or popup dialog.
7173
7174 * info-look.el (info-lookup-guess-custom-symbol): New function
7175 for retrieving symbol at point in custom buffers.
7176 (top level) <info-lookup-maybe-add-help>: Add backquote and
7177 comma to ignored characters in regexps of help specifications
7178 for emacs-lisp-mode and lisp-interaction-mode. This permits
7179 looking up symbols in `...' and after a comma. Add help
7180 specifications for custom-mode and help-mode.
7181
7182 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7183
7184 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7185 Don't encode body if RAW is non-nil, or if the old encoding is
7186 identical to the new encoding, or if the body contains only
7187 eight-bit-* characters.
7188
7189 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7190
7191 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7192 (faces-sample-overlay): Remove variable.
7193 (describe-face): Insert sample text in the face being described.
7194
7195 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7196
7197 * whitespace.el (whitespace-indent-regexp): Make this match any
7198 multiples of eight spaces near the beginning of a line.
7199 (whitespace-buffer): Use `remove-overlays' instead of
7200 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7201 speed up overlay handling.
7202 (whitespace-buffer-leading, whitespace-buffer-trailing):
7203 Make these functions highlight the text removed by
7204 `whitespace-buffer-leading-cleanup' and
7205 `whitespace-buffer-trailing-cleanup' respectively.
7206 (whitespace-buffer-search): Use `with-local-quit'.
7207 Move `format' out of loop to speed up scanning larger buffers.
7208 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7209 that function is never added to a hook.
7210 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7211 (whitespace-buffer-leading-cleanup)
7212 (whitespace-refresh-rescan-list): Fix docstrings.
7213
7214 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7215
7216 * allout.el (allout-during-yank-processing): Cue for inhibiting
7217 aberrance processing during yanks.
7218 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7219 the amount of yanked topics that can be aberrant.
7220 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7221 a function, and supplement with inihibition of doublechecking
7222 during yanks.
7223 (allout-beginning-of-line, allout-next-heading)
7224 (allout-previous-heading, allout-goto-prefix-doublechecked)
7225 (allout-back-to-current-heading, allout-next-visible-heading)
7226 (allout-next-sibling): Use new allout-do-doublecheck function.
7227 (allout-next-sibling): Ensure we made progress when returning
7228 other than nil.
7229 (allout-rebullet-heading): Preserve text property annotations
7230 indicating the text was hidden, if it was.
7231 (allout-kill-line): Remove any added was-hidden annotations.
7232 (allout-kill-topic): Remove any added was-hidden annotations.
7233 (allout-annotate-hidden): Inhibit adding was-hidden text
7234 properties to the undo list.
7235 (allout-deannotate-hidden): New function to remove was-hidden
7236 annotation.
7237 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7238 (allout-remove-exposure-annotation): Replace by
7239 allout-deannotate-hidden.
7240 (allout-yank-processing): Signal that yank processing is happening
7241 with allout-during-yank-processing. Also, wrap
7242 allout-unprotected's closer to the text changes, for easier
7243 debugging. We need to inhibit-field-text-motion explicitly, in
7244 lieu of the encompassing allout-unprotected.
7245 (outlineify-sticky): Adjust criteria for triggering new outline
7246 decorations to presence or absence of any topics, not just a topic
7247 at the beginning of the buffer.
7248
7249 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7250
7251 * bs.el (bs--show-all, bs--redisplay):
7252 * cus-edit.el (custom-unlispify-menu-entries)
7253 (custom-unlispify-tag-names, custom-prompt-variable):
7254 * expand.el (expand-pos):
7255 * speedbar.el (speedbar-generic-list-tag-p):
7256 * wid-edit.el (widget-image-enable):
7257 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7258 * emacs-lisp/find-func.el (find-function-noselect)
7259 (find-function, find-variable-noselect, find-variable)
7260 (find-definition-noselect, find-face-definition):
7261 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7262 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7263 * progmodes/ada-xref.el (ada-find-in-ali):
7264 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7265 * textmodes/org.el (org-copy-subtree):
7266 * textmodes/table.el (table--row-column-insertion-point-p):
7267 Use "non-nil" in docstrings.
7268
7269 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7270
7271 * sort.el (sort-columns): Set the field separator to tab; on
7272 NetBSD, sort complains if "\n" is used as field separator.
7273
7274 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7275
7276 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7277
7278 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7279
7280 * server.el (server-auth-key): Remove. Replace by a process-property.
7281 (server-start): Don't remove the file of the previous process, but
7282 instead clear out the place for the new file.
7283 (server-start): Set the :auth-key property.
7284 (server-process-filter): Use the :auth-key property.
7285
7286 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7287
7288 * textmodes/org.el (org-mode-map): No longer copy
7289 `outline-mode-map' explicitly - this is already done by
7290 `define-derived-mode'.
7291
7292 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * server.el (server-visit-files): Use `when'.
7295 (server-process-filter): When authentication fails, send error
7296 message to client. Wrap `process-send-region' in `ignore-errors'
7297 instead of `condition-case', and remove misleading comment.
7298
7299 2006-11-01 Juri Linkov <juri@jurta.org>
7300
7301 * simple.el (yank): Doc fix.
7302
7303 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * server.el: Try and fit within 80 columns.
7306 (server-start): Make the auth file unreadable by other users.
7307
7308 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7309
7310 * battery.el (battery-linux-proc-acpi): Prevent range error when
7311 `full-capacity' is 0.
7312
7313 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7314
7315 * faces.el (faces-sample-overlay): New defvar.
7316 (faces-sample-overlay): New function to show face sample text.
7317 (describe-face): Use it.
7318
7319 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7320
7321 * progmodes/ada-stmt.el: Change maintainer, apply
7322 whitespace-cleanup, checkdoc.
7323 (ada-func-or-proc-name): Add doc string.
7324
7325 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7326 whitespace-cleanup, checkdoc. Minor improvements to many doc
7327 strings and comments.
7328 (ada-prj-display-page): Change buffer name to more accurately
7329 reflect function.
7330
7331 * progmodes/ada-xref.el: Change maintainer, apply
7332 whitespace-cleanup, checkdoc. Minor improvements to many doc
7333 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7334 (ada-compile-current): Don't add newlines to commands.
7335
7336 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7337
7338 * server.el: Add support for TCP sockets.
7339 (server-use-tcp, server-host, server-auth-dir): New options.
7340 (server-auth-key): New variable.
7341 (server-ensure-safe-dir): Create nonexistent parent dirs.
7342 Ignore Unix-style file modes on Windows.
7343 (server-start): Crete a TCP or Unix socket according to the value
7344 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7345 `server-auth-dir' directory.
7346 (server-process-filter): Delete process if authentication
7347 fails (which never happens for Unix sockets).
7348
7349 2006-10-30 David Kastrup <dak@gnu.org>
7350
7351 * subr.el (add-to-list): Don't continue checking if a match has
7352 been found.
7353
7354 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7355
7356 * tutorial.el: Move defvars to avoid bytecomp warnings.
7357 (tutorial--find-changed-keys): Check if viper-current-state is
7358 bound before using it.
7359 (help-with-tutorial): Check if viper-tutorial is defined before
7360 using it.
7361
7362 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7363
7364 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7365
7366 * tutorial.el: New file.
7367 (help-with-tutorial): Move here from help-fns.el. Add help for
7368 rebound keys. Fix resume of tutorial.
7369 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7370 (tutorial--find-changed-keys, tutorial--display-changes)
7371 (tutorial--saved-dir, tutorial--saved-file)
7372 (tutorial--save-tutorial): New functions to support the changes in
7373 help-with-tutorial.
7374
7375 2006-10-30 Kenichi Handa <handa@m17n.org>
7376
7377 * files.el (revert-buffer): If a unibyte buffer is being reverted
7378 with a coding system for multibyte, set buffer multibyte before
7379 calling insert-file-contents.
7380
7381 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * server.el (server-select-display): Use a dummy buffer to detect when
7384 the frame is later used.
7385 (server-select-display): New function.
7386 (server-process-filter): Use it to detect unused temp frames.
7387
7388 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7389
7390 * progmodes/ada-mode.el: Change maintainer, apply
7391 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7392 (ada-mode-version): New function.
7393 (ada-create-menu): Menu operations are available for all supported
7394 compilers.
7395
7396 2006-10-29 Lars Hansen <larsh@soem.dk>
7397
7398 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7399 Highlight as keyword.
7400 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7401 Don't call tramp-method-out-of-band-p for local files.
7402 (tramp-touch): Quote file name.
7403
7404 2006-10-28 Glenn Morris <rgm@gnu.org>
7405
7406 * calendar/calendar.el (cal-html-cursor-month)
7407 (cal-html-cursor-year): Add autoloads for this new package.
7408 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7409
7410 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7411
7412 * calendar/cal-html.el: New file.
7413
7414 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7415
7416 * emacs-lisp/authors.el (authors-aliases): Update.
7417
7418 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7419
7420 * version.el (emacs-version): Bump version number to 22.0.90.
7421
7422 2006-10-26 John W. Eaton <jwe@octave.org>
7423
7424 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7425 New defvar.
7426 (inferior-octave-resync-dirs): Check to see whether Octave has
7427 built-in variables and set inferior-octave-has-built-in-variables.
7428 Check inferior-octave-has-built-in-variables to decide whether to
7429 send commands that set built-in variables or call functions to
7430 change Octave's behavior.
7431 Send "disp (pwd ())" to Octave instead of just "pwd".
7432 (inferior-octave-startup): Send "more off" to Octave instead of
7433 "page_screen_output = 0".
7434
7435 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7438 pattern normally.
7439
7440 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7441
7442 * bindings.el (mode-line-mode-menu): Remove bindings for global
7443 minor modes (line/column number) as they are on the menubar.
7444
7445 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7446
7447 * term/w32-win.el (x-handle-name-switch): Doc fix.
7448 (w32-standard-fontset-spec): Fix typo in docstring.
7449
7450 * midnight.el (midnight-buffer-display-time): Doc fix.
7451 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7452
7453 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7454
7455 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7456
7457 * emulation/viper-ex.el (ex-read): Quote file argument.
7458
7459 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7460
7461 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7462
7463 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7464
7465 * textmodes/flyspell.el (flyspell-check-region-doublons):
7466 Fix last fix.
7467
7468 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7469
7470 * bindings.el (mode-line-mode-menu): List global minor modes
7471 before local ones.
7472
7473 2006-10-23 Kim F. Storm <storm@cua.dk>
7474
7475 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7476 (sit-for): If last command was a prefix arg, add the read-ahead
7477 event to unread-command-events as (t . EVENT) so it will be added
7478 to this-command-keys by read-key-sequence.
7479
7480 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7481
7482 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7483 whitespace when checking doublons.
7484 (flyspell-check-region-doublons): Fix doublon regexp.
7485 (flyspell-highlight-incorrect-region): Highlight doublons using
7486 flyspell-duplicate face.
7487
7488 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7489
7490 2006-10-22 John Wiegley <johnw@newartisans.com>
7491
7492 * progmodes/python.el (python-use-skeletons): python-mode was
7493 auto-inserting templates (for those with abbrev-mode on), not only
7494 by default -- *but without a configuration variable to disable
7495 it*. This rendered python-mode completely useless for me, so I
7496 have added `python-use-skeletons', which is now off by default.
7497
7498 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7499
7500 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7501 font-lock-multiline is auto-local (it's not).
7502 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7503 initialized before calling cperl-init-faces.
7504
7505 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7506
7507 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7508 gdb-stack-position a value when there is no fringe.
7509
7510 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7511 indicator if not visiting a file.
7512
7513 2006-10-20 David Kastrup <dak@gnu.org>
7514
7515 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7516 operation would still cause some window to collapse later.
7517
7518 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7521 side-effect due to mixing various backends's file properties.
7522
7523 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7524 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7525 Return `filename's status if applicable. Update callers.
7526
7527 2006-10-19 Kenichi Handa <handa@m17n.org>
7528
7529 * international/kkc.el (kkc-region): When a key sequence is not
7530 defined, append (this-single-command-raw-keys) to
7531 unread-input-method-events.
7532
7533 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7534
7535 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7536
7537 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7538
7539 * version.el (emacs-version): Use mac-carbon-version-string.
7540
7541 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7542
7543 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7544
7545 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7546 Kenichi Handa).
7547 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7548 the selection is not UTF-8.
7549
7550 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7551
7552 * progmodes/ada-mode.el (ada-83-string-keywords)
7553 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7554 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7555 (ada-looking-at-semi-private, ada-get-body-name):
7556 Fix typos in docstrings.
7557 (ada-create-case-exception, ada-create-case-exception-substring):
7558 Fix typos in error messages.
7559 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7560
7561 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7562
7563 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7564 to default-frame-alist if default-frame-alist already contains
7565 width/height.
7566
7567 2006-10-18 Richard Stallman <rms@gnu.org>
7568
7569 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7570 Non-interactive arg is the value, not the expression.
7571
7572 * simple.el (read-expression-map): Just set it, no defvar.
7573
7574 * subr.el (insert-for-yank-1): If last inserted char has
7575 properties, mark them as rear-nonsticky.
7576
7577 * recentf.el (recentf-mode): Doc fix.
7578
7579 * facemenu.el (facemenu-add-new-face): Defend against symbol
7580 that isn't a face name.
7581
7582 * dired-aux.el (dired-do-copy): Doc fix.
7583
7584 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * simple.el (line-move-1): Ignore fields when moving to the
7587 beginning of line to avoid getting point stuck.
7588
7589 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7590
7591 * textmodes/flyspell.el (flyspell-word-search-backward):
7592 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7593 text.
7594
7595 2006-10-16 Richard Stallman <rms@gnu.org>
7596
7597 * help-fns.el (describe-function-1): Special case optimization
7598 for self-insert-command.
7599
7600 2006-10-16 Kim F. Storm <storm@cua.dk>
7601
7602 * ido.el (ido-reread-directory): Work in `dir' mode too.
7603
7604 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7605
7606 * textmodes/table.el: Require 'regexp-opt.
7607
7608 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7609
7610 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7611 Use shell-quote-argument.
7612
7613 * shell.el (explicit-bash-args): Likewise.
7614
7615 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7616 Use grep -E rather than egrep.
7617
7618 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7619
7620 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7621
7622 2006-10-15 Kim F. Storm <storm@cua.dk>
7623
7624 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7625
7626 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7627
7628 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7629 to protect whitespace and metacharacters from the shell.
7630
7631 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7632
7633 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7634
7635 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7636
7637 * subr.el (start-process-shell-command): Doc fix.
7638
7639 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7640
7641 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7642 the regexp for Maxima symbols.
7643
7644 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7647 (vc-find-root): Don't walk higher up than ~.
7648
7649 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * international/utf-8.el (utf-translate-cjk-load-tables):
7652 Avoid clobbering last-coding-system-used during load.
7653
7654 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7655
7656 * textmodes/reftex-global.el (reftex-create-tags-file):
7657 Quote file arguments.
7658
7659 2006-10-12 Richard Stallman <rms@gnu.org>
7660
7661 * files.el (file-name-history): Add defvar.
7662 (save-some-buffers-action-alist): Improve description strings.
7663
7664 2006-10-12 Andreas Schwab <schwab@suse.de>
7665
7666 * files.el (auto-mode-alist): Match change log file name also with
7667 a dash before a numeric extension.
7668
7669 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7670
7671 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7672 After 5.0:
7673 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7674
7675 After 5.1: Major edit. Summary of most visible changes:
7676
7677 - Multiple <<HERE per line allowed.
7678 - Handles multiline subroutine declaration headers (with comments).
7679 (The exception is `cperl-etags' - but it is not used in the rest
7680 of the mode.)
7681 - Fontifies multiline my/our declarations (even with comments,
7682 and with legacy `font-lock').
7683 - Major speedup of syntaxification, both immediate and postponed
7684 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7685 huge real-life document I tested).
7686 - New bindings, edits to imenu.
7687 - "_" is made into word-char during fontification/syntaxification;
7688 some attempts to recognize non-word "_" during other operations too.
7689 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7690 - autoload some more perldoc-related stuff
7691 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7692 - Attempt to incorporate XEmacs edits which reached me.
7693
7694 Fine-grained changelog:
7695 (cperl-hook-after-change): New configuration variable.
7696 (cperl-vc-sccs-header): Likewise.
7697 (cperl-vc-sccs-header): Likewise.
7698 (cperl-vc-header-alist): Default via two preceding variables.
7699 (cperl-invalid-face): Remove double quoting under XEmacs
7700 (still needed under 21.2).
7701 (cperl-tips): Update URLs for resources.
7702 (cperl-problems): Likewise.
7703 (cperl-praise): Mention new features.
7704 New C-c key bindings: for `cperl-find-bad-style',
7705 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7706 `cperl-perdoc', and `cperl-perldoc-at-point'.
7707 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7708 moved, new submenu of Tools with Ispell entries and narrowing.
7709 (cperl-after-sub-regexp): New defsubst.
7710 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7711 Allows heads up to head4.
7712 Allow "package;".
7713 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7714 (paren-backwards-message): ??? Something for XEmacs???
7715 (cperl-mode): Never auto-switch abbrev-mode off.
7716 Try to allow '_' be non-word char.
7717 Do not use `font-lock-unfontify-region-function' on XEmacs.
7718 Reset syntax cache on mode start.
7719 Support multiline facification (even on legacy `font-lock').
7720 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7721 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7722 refuse to inform us whether the fontification is due to lazy
7723 calling or due to edit to a buffer, install our own hook
7724 (controlled by `cperl-hook-after-change').
7725 (cperl-electric-pod): =cut may have been recognized as start.
7726 (cperl-block-p): Move, updated for attributes.
7727 (cperl-calculate-indent): Try to allow '_' be non-word char
7728 Support subs with attributes.
7729 (cperl-where-am-i): Quiet (?) a warning.
7730 (cperl-cached-syntax-table): New function.
7731 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7732 (cperl-unwind-to-safe): Recognize `syntax-type' property
7733 changing in a middle of line.
7734 (cperl-find-sub-attrs): New function.
7735 (cperl-find-pods-heres): Allow many <<EOP per line.
7736 Allow subs with attributes.
7737 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
7738 Recognize "extproc " (OS/2) case-folded and only at start.
7739 /x on s///x with empty replacement was not recognized.
7740 Better comments.
7741 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
7742 Allow subs with attributes, labels.
7743 Do not confuse "else::foo" with "else".
7744 Minor optimizations...
7745 (cperl-after-expr-p): Try to allow '_' be non-word char.
7746 (cperl-fill-paragraph): Try to detect a major bug in Emacs
7747 with `looking-at' inside `narrow' and bulk out if found.
7748 (cperl-imenu--create-perl-index): Updates for new
7749 `cperl-imenu--function-name-regexp-perl'.
7750 (cperl-outline-level): Likewise.
7751 (cperl-init-faces): Allow multiline subroutine headers
7752 and my/our declarations, and ones with comments.
7753 Allow subroutine attributes.
7754 (cperl-imenu-on-info): Better docstring.
7755 (cperl-etags): Rudimentary support for attributes.
7756 Support for packages and "package;".
7757 (cperl-add-tags-recurse-noxs): Better (?) docstring.
7758 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
7759 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
7760 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
7761 (cperl-perldoc): Add autoload.
7762 (cperl-perldoc-at-point): Likewise.
7763 (cperl-here-doc-spell): New function.
7764 (cperl-pod-spell): Likewise.
7765 (cperl-map-pods-heres): Likewise.
7766 (cperl-get-here-doc-region): Likewise.
7767 (cperl-font-lock-fontify-region-function): Likewise (backward
7768 compatibility for legacy `font-lock').
7769 (cperl-font-lock-unfontify-region-function): Fix style.
7770 (cperl-fontify-syntaxically): Recognize and optimize away deferred
7771 calls with no-change. Governed by `cperl-hook-after-change'.
7772 (cperl-fontify-update): Recognize that syntaxification region
7773 can be larger than fontification one.
7774 XXXX we leave `cperl-postpone' property, so this is quadratic...
7775 (cperl-fontify-update-bad): Temporary placeholder until
7776 it is clear how to implement `cperl-fontify-update'.
7777 (cperl-time-fontification): New function.
7778 (attrib-group): New text attribute.
7779 (multiline): New value: `syntax-type' text attribute.
7780
7781 After 5.2:
7782 (cperl-emulate-lazy-lock): New function.
7783 (cperl-fontify-syntaxically): Would skip large regions.
7784 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
7785 Some globals were declared, but uninitialized.
7786
7787 After 5.3, 5.4:
7788 (cperl-facemenu-add-face-function): Add docs, fix U<>.
7789 Copyright message updated.
7790 (cperl-init-faces): Work around a bug in `font-lock'. May slow
7791 facification down a bit.
7792 Misprint for my|our|local for old `font-lock'
7793 "our" was not fontified same as "my|local".
7794 Highlight variables after "my" etc even in
7795 a middle of an expression.
7796 Do not facify multiple variables after my etc
7797 unless parentheses are present.
7798
7799 After 5.5, 5.6
7800 (cperl-fontify-syntaxically): after-change hook could reset.
7801 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
7802
7803 After 5.7:
7804 (cperl-init-faces): Allow highlighting of local ($/).
7805 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
7806 (cperl-problems): Remove fixed problems.
7807 (cperl-find-pods-heres): Recognize #-comments in m##x too.
7808 Recognize charclasses (unless delimiter is \).
7809 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
7810 (cperl-regexp-scan): Update docs.
7811 (cperl-beautify-regexp-piece): Use information got from regexp scan.
7812
7813 After 5.8:
7814 Major user visible changes:
7815 Recognition and fontification of character classes in RExen.
7816 Variable indentation of RExen according to groups.
7817
7818 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
7819 Fontify REx charclasses in variable-name face.
7820 Fontify POSIX charclasses in "type" face.
7821 Fontify unmatched "]" in function-name face.
7822 Mark first-char of HERE-doc as `front-sticky'.
7823 Reset `front-sticky' property when needed.
7824 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
7825 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
7826 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
7827 constructs. Support `narrow'ed buffers.
7828 (cperl-praise): Remove a reservation.
7829 (cperl-make-indent): New function.
7830 (cperl-indent-for-comment): Use `cperl-make-indent'.
7831 (cperl-indent-line): Likewise.
7832 (cperl-lineup): Likewise.
7833 (cperl-beautify-regexp-piece): Likewise.
7834 (cperl-contract-level): Likewise.
7835 (cperl-toggle-set-debug-unwind): New function.
7836 New menu entry for this.
7837 (fill-paragraph-function): Use when `boundp'.
7838 (cperl-calculate-indent): Take into account groups when indenting RExen.
7839 (cperl-to-comment-or-eol): Recognize # which end a string.
7840 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
7841 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
7842 (cperl-fontify-syntaxically): More clear debugging message.
7843 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
7844 (cperl-init-faces): More complicated highlight even on XEmacs (new).
7845 Merge cosmetic changes from XEmacs.
7846
7847 After 5.9:
7848 (cperl-1+): Move to before the first use.
7849 (cperl-1-): Likewise.
7850
7851 After 5.10:
7852
7853 This code may lock Emacs hard!!! Use at your own risk!
7854
7855 (cperl-font-locking): New internal variable.
7856 (cperl-beginning-of-property): New function.
7857 (cperl-calculate-indent): Use `cperl-beginning-of-property'
7858 instead of `previous-single-property-change'.
7859 (cperl-unwind-to-safe): Likewise.
7860 (cperl-after-expr-p): Likewise.
7861 (cperl-get-here-doc-region): Likewise.
7862 (cperl-font-lock-fontify-region-function): Likewise.
7863 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
7864 recursively.
7865 Bound `next-single-property-change' via `point-max'.
7866 (cperl-unwind-to-safe): Bound likewise
7867 (cperl-font-lock-fontify-region-function): Likewise.
7868 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
7869 Initialization of `cperl-font-lock-multiline-start' could be
7870 missed if the "main" fontification did not run due to the
7871 keyword being already fontified.
7872 (cperl-pod-spell): Return t from do-one-chunk function.
7873 (cperl-map-pods-heres): Stop when the worker returns nil.
7874 Call `cperl-update-syntaxification'.
7875 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
7876 (cperl-get-here-doc-delim): Remove unused function.
7877
7878 After 5.11:
7879
7880 The possible lockup of Emacs (introduced in 5.10) fixed.
7881
7882 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
7883 (cperl-syntaxify-for-menu): New customization variable.
7884 (cperl-select-this-pod-or-here-doc): New function.
7885 (cperl-get-here-doc-region): Extra argument.
7886 Do not adjust pos by 1.
7887
7888 New menu entries
7889 (Perl/Tools): Selection of current POD or HERE-DOC section.
7890 (Debugging CPerl:) backtrace on fontification.
7891
7892 After 5.12:
7893 (cperl-cached-syntax-table): Use `car-safe'.
7894 (cperl-forward-re): Remove spurious argument SET-ST.
7895 Add documentation.
7896 (cperl-forward-group-in-re): New function.
7897 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
7898 (XXXX Temporary (?) hack is to syntax-mark them as comment).
7899
7900 After 5.13:
7901 (cperl-string-syntax-table): Make { and } not-grouping
7902 (Sometimes they ARE grouping in RExen, but matching them would only
7903 confuse in many situations when they are not)
7904 (beginning-of-buffer): Replace two occurrences with goto-char...
7905 (cperl-calculate-indent): `char-after' could be nil...
7906 (cperl-find-pods-heres): REx can start after "[" too.
7907 Hightlight (??{}) in RExen too.
7908 (cperl-maybe-white-and-comment-rex): New constant
7909 (cperl-white-and-comment-rex): Likewise.
7910 XXXX Not very efficient, but hard to make
7911 better while keeping 1 group.
7912
7913 After 5.13:
7914 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
7915 Likewise for 1 << identifier.
7916
7917 After 5.14:
7918 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
7919 Error-less condition-case could fail.
7920 (cperl-font-lock-fontify-region-function): Likewise.
7921 (cperl-init-faces): Likewise.
7922
7923 After 5.15:
7924 (cperl-find-pods-heres): Support property REx-part2.
7925 (cperl-calculate-indent): Likewise.
7926 Don't special-case REx with non-empty 1st line.
7927 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
7928 Invert highlighting of charclasses:
7929 now the envelop is highlighted.
7930 Highlight many others 0-length builtins.
7931 (cperl-praise): Mention indenting and highlight in RExen.
7932
7933 After 5.15:
7934 (cperl-find-pods-heres): Highlight capturing parens in REx.
7935
7936 After 5.16:
7937 (cperl-find-pods-heres): Highlight '|' for alternation
7938 Initialize `font-lock-warning-face' if not present.
7939 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
7940 `font-lock-function-name-face'.
7941 (cperl-look-at-leading-count): Likewise.
7942 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
7943 `font-lock-keyword-face' (needed for
7944 batch processing), etc...
7945 Use `font-lock-builtin-face' for builtin in REx
7946 Now `font-lock-variable-name-face'
7947 is used for interpolated variables
7948 Use "talking aliases" for faces inside REx
7949 Highlight parts of REx (except in charclasses)
7950 according to the syntax and/or semantic
7951 Syntax-mark a {}-part of (?{}) as "comment"
7952 (it was the ()-part)
7953 Better logic to distinguish what is what in REx
7954 (cperl-tips-faces): Document REx highlighting
7955 (cperl-praise): Mention REx syntax highlight etc.
7956
7957 After 5.17:
7958 (cperl-find-sub-attrs): Would not always manage to print error message.
7959 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
7960
7961 After 5.18:
7962 (cperl-find-pods-heres): Misprint in REx for parsing REx.
7963 Very minor optimization.
7964 `my-cperl-REx-modifiers-face' got quoted.
7965 Recognize "print $foo <<END" as HERE-doc.
7966 Put `REx-interpolated' text attribute if needed.
7967 (cperl-invert-if-unless-modifiers): New function.
7968 (cperl-backward-to-start-of-expr): Likewise.
7969 (cperl-forward-to-end-of-expr): Likewise.
7970 (cperl-invert-if-unless): Works in "the opposite way" too.
7971 Cursor position on return is on the switch-word.
7972 Indents comments better.
7973 (REx-interpolated): New text attribute.
7974 (cperl-next-interpolated-REx): New function.
7975 (cperl-next-interpolated-REx-0): Likewise.
7976 (cperl-next-interpolated-REx-1): Likewise.
7977 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7978 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7979 (cperl-praise): Mention finded interpolated RExen.
7980
7981 After 5.19:
7982 (cperl-init-faces): Highlight %$foo, @$foo too.
7983 (cperl-short-docs): Better docs for system, exec.
7984 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7985 Would not find HERE-doc ended by EOF without NL.
7986 (cperl-short-docs): Correct not-doubled \-escapes.
7987 start block: Put some `defvar' for stuff gone from XEmacs.
7988
7989 After 5.20:
7990 initial comment: Extend copyright, fix email address.
7991 (cperl-indent-comment-at-column-0): New customization variable.
7992 (cperl-comment-indent): Indentation after $#a would increasy by 1.
7993 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7994 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7995 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7996 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7997 highlight $ in $foo too (UNTESTED).
7998 (cperl-set-style): Docstring missed some available styles.
7999 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8000 Change "Current" to "Memorize Current".
8001 (cperl-indent-wrt-brace): New customization variable; the default is
8002 as for pre-5.2 version.
8003 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8004 (cperl-style-alist): Likewise.
8005 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8006 and `cperl-extra-newline-before-brace' etc
8007 being t
8008 (cperl-indent-exp): Plans B and C to find continuation blocks even
8009 if `cperl-extra-newline-before-brace' is t.
8010
8011 After 5.21:
8012 Improve some docstrings concerning indentation.
8013 (cperl-indent-rules-alist): New variable.
8014 (cperl-sniff-for-indent): New function name
8015 (separated from `cperl-calculate-indent').
8016 (cperl-calculate-indent): Separate the sniffer and the indenter;
8017 uses `cperl-sniff-for-indent' now.
8018 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8019 was inverted;
8020 Support `comment-column' = 0.
8021
8022 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8023
8024 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8025 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8026 * longlines.el (longlines-window-change-function): Likewise.
8027 * simple.el (undo-ask-before-discard): Likewise.
8028 * wid-edit.el (widget-field-prompt-internal)
8029 (widget-documentation-link-p): Likewise.
8030
8031 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8034 for a keyword.
8035
8036 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * newcomment.el (comment-valid-prefix-p): Make the check
8039 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8040 (comment-indent-new-line): Adjust call.
8041
8042 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8043
8044 * allout.el (allout-back-to-current-heading): Base on lower-level
8045 routines to get proper disqualification of aberrant topics.
8046
8047 2006-10-09 Richard Stallman <rms@gnu.org>
8048
8049 * textmodes/two-column.el (2C-two-columns): Doc fix.
8050
8051 2006-10-09 Kim F. Storm <storm@cua.dk>
8052
8053 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8054 about implicit use.
8055
8056 2006-10-08 Richard Stallman <rms@gnu.org>
8057
8058 * textmodes/two-column.el (2C-two-columns): Doc fix.
8059
8060 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8061
8062 * files.el: Mark `buffer-read-only' as safe-local-variable.
8063
8064 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8065
8066 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8067 Burp if GUD buffer has been killed.
8068
8069 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * completion.el (add-completions-from-c-buffer):
8072 Don't presume an error's second element is a string.
8073 Use looking-at rather than buffer-substring + member.
8074
8075 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8076
8077 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8078 `undecided', call find-coding-systems-region to find a proper
8079 non-trivial encoding.
8080 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8081 and "text/plain".
8082
8083 2006-10-07 Kevin Ryde <user42@zip.com.au>
8084
8085 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8086 url-link.
8087
8088 * strokes.el (defgroup strokes): Remove invalid url-link.
8089
8090 2006-10-07 Magnus Henoch <mange@freemail.hu>
8091
8092 * autoinsert.el (auto-insert-alist): Doc fix.
8093
8094 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8095
8096 * mouse-sel.el (mouse-insert-selection-internal):
8097 Use insert-for-yank, so that yank handlers are run.
8098
8099 2006-10-07 Kim F. Storm <storm@cua.dk>
8100
8101 * ido.el (ido-file-extension-aux): Fix comparison.
8102
8103 2006-10-06 Kim F. Storm <storm@cua.dk>
8104
8105 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8106
8107 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8108
8109 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8110 (ad-make-mapped-call): Use `let', not `let*'.
8111
8112 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8113
8114 * international/mule-cmds.el (coding-system-change-eol-conversion):
8115 Ensure the coding system is initialized before calling
8116 coding-system-eol-type.
8117
8118 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8119
8120 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8121 (org-activate-angle-links, org-activate-dates)
8122 (org-activate-target-links, org-activate-camels)
8123 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8124 textproperty keymaps from being active beyond the end of a line.
8125 (org-unfontify-region): Also remove `rear-nonsticky' property.
8126
8127 2006-10-04 Kenichi Handa <handa@m17n.org>
8128
8129 * international/code-pages.el (next): Table fixed.
8130
8131 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8134 that it's been made unnecessary by removing narrowing.
8135
8136 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8139 control flow a bit, simplify another bit, and add comments.
8140
8141 2006-10-03 David Kastrup <dak@gnu.org>
8142
8143 * help.el (describe-mode): For clicks on mode-line, use "@"
8144 interactive argument to get the major mode of the click instead of
8145 the current buffer.
8146
8147 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8148 in order to better redirect mouse-2 clicks. Also allow default
8149 bindings to apply.
8150
8151 2006-10-03 Kim F. Storm <storm@cua.dk>
8152
8153 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8154 (pushnew): Fix last change.
8155
8156 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8157
8158 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8159 Use the interactive spec of `eval-expression'.
8160
8161 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8162
8163 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8164
8165 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8166
8167 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8168 2006-09-28 commit.
8169
8170 2006-10-02 Kenichi Handa <handa@m17n.org>
8171
8172 * international/code-pages.el (iso-8859-6): Table fixed.
8173
8174 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8175
8176 * dired.el (dired-build-subdir-alist): Fix previous change.
8177
8178 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8179
8180 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8181
8182 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8183
8184 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8185 "define-button-type".
8186
8187 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8188 they don't keep accumulating.
8189
8190 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8191
8192 * ffap.el (ffap-rfc-path): Change the address of the RFC
8193 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8194
8195 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8196
8197 * allout.el (allout-expose-topic): Rectify implementation of "+"
8198 spec, so that bodies are not exposed with headlines.
8199
8200 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8201
8202 * allout.el (allout-current-depth): Do aberrent check only at or
8203 below doublecheck depth.
8204 (allout-chart-subtree): Make it explicit that LEVELS being nil
8205 means unlimited depth. Drop undocumented support for LEVELS value
8206 t meaning unlimited depth. (This is consistent with
8207 allout-chart-to-reveal, but contrary to allout-show-children,
8208 which needs to use nil to default to depth of 1.)
8209 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8210 (allout-chart-to-reveal): Be explicit in docstring about meaning
8211 of nil LEVELS, and drop support for LEVELS value t.
8212 (allout-show-children): Translate the level spec used by this
8213 routine to that used by allout-chart-subtree and
8214 allout-chart-to-reveal.
8215 (allout-show-to-offshoot): Retry once when stuck, after opening
8216 subtree - improvements in discontinuity handling likely will
8217 enable progress.
8218
8219 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8220
8221 * wid-edit.el (widget-button-click-moves-point): New variable.
8222 (widget-button-click): If widget-button-click-moves-point is
8223 non-nil, set point after performing the button action.
8224
8225 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8226
8227 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8228
8229 * files.el (find-file-existing): Modify to not allow wildcards.
8230
8231 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8232
8233 * simple.el (undo-more): When undo information for the region is
8234 exhausted, say "No further undo information FOR REGION".
8235
8236 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8237
8238 * progmodes/sh-script.el (sh-prev-thing):
8239 Take `sh-leading-keywords' into account.
8240
8241 2006-09-29 Glenn Morris <rgm@gnu.org>
8242
8243 * custom.el (defcustom): Doc fix.
8244
8245 * calendar/calendar.el (european-calendar-style):
8246 Call european-calendar or american-calendar as needed when set.
8247 (diary-view-entries, list-calendar-holidays): Move autoloads
8248 before use.
8249
8250 2006-09-29 Juri Linkov <juri@jurta.org>
8251
8252 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8253 to nil if there is no previous property change.
8254
8255 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8256
8257 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8258 saving anything to be sure that `forward-sexp' behaves correctly.
8259
8260 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8261
8262 * simple.el (line-move-finish): Ignore field boundaries if the
8263 initial and final points have the same `field' property.
8264
8265 2006-09-29 Kim F. Storm <storm@cua.dk>
8266
8267 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8268 to t while calling ido-read-internal.
8269
8270 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8271
8272 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8273 (org-archive-subtree): Remove erraneous `]' from character list.
8274
8275 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8276
8277 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8278 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8279 markers for data-area and parameters-area.
8280
8281 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8284
8285 * font-lock.el (font-lock-after-change-function): Refontify next line
8286 as well if end is at BOL.
8287 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8288 only extend the region as much as needed.
8289
8290 2006-09-28 Richard Stallman <rms@gnu.org>
8291
8292 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8293
8294 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8295
8296 * international/mule.el (after-insert-file-set-coding):
8297 If VISIT, don't let set-buffer-multibyte make undo info.
8298
8299 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8300
8301 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8302 lines in base64-encoded authentication response.
8303
8304 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8305
8306 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8307 (ebnf-version): New version 4.3.
8308 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8309 (ebnf-prologue): Adjust PostScript programming.
8310 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8311 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8312
8313 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * jit-lock.el (jit-lock-force-redisplay): Rename from
8316 jit-lock-fontify-again, and undo the mistaken change I've just done.
8317
8318 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8319 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8320
8321 2006-09-26 Kenichi Handa <handa@m17n.org>
8322
8323 * startup.el (display-splash-screen): Allow a prefix argument.
8324
8325 2006-09-25 Jason Rumney <jasonr@gnu.org>
8326
8327 * subr.el (shell-quote-argument): Use DOS logic for Windows
8328 shells with DOS semantics.
8329
8330 2006-09-24 Richard Stallman <rms@gnu.org>
8331
8332 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8333 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8334 to delete the overlay. Put it on pre-command-hook.
8335
8336 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8337
8338 * startup.el (fancy-splash-screens, normal-splash-screen):
8339 Call the splash buffer *About GNU Emacs*.
8340
8341 * simple.el (next-error-highlight, next-error-highlight-no-select):
8342 Default to 0.5.
8343 (yank-excluded-properties): Add `fontified'.
8344
8345 * font-lock.el (font-lock-compile-keywords): Allow value of
8346 syntax-begin-function to enable paren-column-0 highlighting.
8347
8348 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8349
8350 * dired.el (dired-build-subdir-alist): When file ends in colon,
8351 don't exit the loop, just disregard that file.
8352
8353 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8354
8355 * simple.el (line-move-finish): Handle corner case for fields in
8356 continued lines.
8357 (line-move-1): Remove flawed test for that case.
8358
8359 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8360
8361 * icomplete.el (icomplete-simple-completing-p): Use the correct
8362 name for the new variable, `icomplete-with-completion-tables'.
8363 (file local variables): Remove superfluous setting.
8364
8365 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8366
8367 * calendar/appt.el (appt-check): Fix typo for appointments just
8368 after midnight.
8369
8370 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8371
8372 * help.el (describe-key-briefly, describe-key): Don't expect an
8373 extra up event if a down-event is generated by a popup menu.
8374
8375 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8376
8377 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8378 local dictionary when changing the global dictionary.
8379
8380 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8381
8382 * icomplete.el (icomplete-with-completion-tables): List of
8383 specialized completion tables with which icomplete should
8384 operate. Include the new `internal-complete-buffer', so icomplete
8385 works with interactive buffer-selection.
8386 (icomplete-simple-completing-p): Add acceptance of specialized
8387 completion tables listed in icomplete-with-completion-tables.
8388
8389 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8390
8391 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8392
8393 * startup.el (command-line): Use `custom-reevaluate-setting' for
8394 `focus-follows-mouse'.
8395
8396 2006-09-22 Richard Stallman <rms@gnu.org>
8397
8398 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8399 explain why Save is not available.
8400
8401 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8402
8403 * woman.el (woman0-so): Use `let*', not `let'.
8404 (woman-horizontal-line): Remove unbalanced parenthesis.
8405
8406 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * woman.el: Make sure all the end-of-region markers we use have
8409 a non-nil insertion-type.
8410 (woman0-so): Move things around so we can use copy-marker.
8411 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8412 Adjust marker type.
8413 (woman2-process-escapes): Check marker type.
8414 (woman-horizontal-line): Dispense with the use of a marker.
8415
8416 2006-09-22 Jay Belanger <belanger@truman.edu>
8417
8418 * calc/calc-lang.el: Add Greek letters to math-variable-table
8419 property of tex.
8420
8421 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8422
8423 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8424
8425 2006-09-22 Masatake YAMATO <jet@gyve.org>
8426
8427 * add-log.el (add-log-current-defun): Use `forward-sexp'
8428 instead of `forward-word' to pick c++::symbol.
8429 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8430
8431 2006-09-22 Kenichi Handa <handa@m17n.org>
8432
8433 * bindings.el: Fix setting self-insert-command for multibyte
8434 characters in global-map.
8435
8436 2006-09-21 David Kastrup <dak@gnu.org>
8437
8438 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8439 doc string.
8440
8441 2006-09-21 Kenichi Handa <handa@m17n.org>
8442
8443 * language/european.el ("Latin-1"): Add windows-1252 to
8444 coding-priority.
8445 ("German"): Likewise.
8446
8447 2006-09-21 Kim F. Storm <storm@cua.dk>
8448
8449 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8450 Suggested by Miles Bader.
8451
8452 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8453 instead of add-to-list in the simple case.
8454
8455 2006-09-20 Kenichi Handa <handa@m17n.org>
8456
8457 * isearch.el (isearch-process-search-char): Cancel the previous change.
8458 (isearch-search-string): New function.
8459 (isearch-search): Use isearch-search-string.
8460 (isearch-lazy-highlight-search): Likewise.
8461
8462 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8463
8464 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8465 string to become an option.
8466
8467 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8468
8469 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8470
8471 2006-09-20 Kim F. Storm <storm@cua.dk>
8472
8473 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8474 position t instead of trying both window-end and window-end - 1.
8475
8476 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8477
8478 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8479 hidden trees.
8480
8481 2006-09-20 David Kastrup <dak@gnu.org>
8482
8483 * mouse.el (mouse-posn-property): Improve doc string.
8484 (mouse-on-link-p): Change buffers for function calls on links.
8485
8486 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8487 buffer is read-only.
8488
8489 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8490
8491 * allout.el (allout-unprotected): Let inhibit-read-only only when
8492 buffer-read-only isn't set.
8493 (allout-annotate-hidden): Enable topic annotation during copies even
8494 when the buffer is read-only, eg for topic copies. Ensure that the loop
8495 advances, even when the span extends beyond the deletion region.
8496 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8497 rather than allout-exposure-changed-hook, as a stronger assertion.
8498 (allout-keybindings-list): Add bindings for
8499 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8500 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8501 Copy wrappers for allout-kill-line and allout-kill-topic.
8502 (allout-listify-exposed): Position correctly to accumulate lines.
8503
8504 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8505
8506 * simple.el (line-move-1): Escape field boundaries occurring
8507 exactly at point. Update goal column if constrained to a field.
8508 (line-move-finish): Escape field boundaries occurring exactly at point.
8509
8510 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8513 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8514
8515 2006-09-19 Kim F. Storm <storm@cua.dk>
8516
8517 * help.el (describe-key-briefly, describe-key): Simplify printing
8518 of descriptions by using format and %S. Fix "is undefined"
8519 messages to say "at that spot" for mouse events.
8520
8521 * simple.el (line-move-partial): Optimize. Try window-line-height
8522 before posn-at-point to get vpos of current line.
8523
8524 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8525
8526 * emulation/viper.el: Bump up version/date of update to reflect the
8527 substantial changes done in August 2006.
8528
8529 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8530 push-button are defined.
8531
8532 * ediff-util.el (ediff-add-to-history): New function.
8533
8534 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8535
8536 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8537
8538 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8539 Delete duplicate make-local-variable form.
8540 (conf-space-keywords): Add autoload cookie.
8541 Fix typo (`keywords', not `keyword').
8542
8543 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8544
8545 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8546 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8547 to x-gtk-use-old-file-dialog.
8548
8549 2006-09-18 Richard Stallman <rms@gnu.org>
8550
8551 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8552 that might come in during mouse tracking.
8553
8554 2006-09-18 Kim F. Storm <storm@cua.dk>
8555
8556 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8557 new window-line-height function. Further optimize by not calling
8558 pos-visible-in-window-p for window-end when window-line-height
8559 returns useful information.
8560
8561 2006-09-16 Richard Stallman <rms@gnu.org>
8562
8563 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8564 (conf-space-mode): Don't handle prefix arg.
8565 Delete conf-space-keywords-override code.
8566 Use add-hook.
8567 (conf-space-keywords): New command.
8568 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8569 Delete conf-space-keywords-override code.
8570 (conf-space-keywords-alist): Doc fix.
8571 (conf-space-font-lock-keywords): Doc fix.
8572 (conf-space-keywords-override): Var deleted.
8573
8574 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8575
8576 * startup.el (fancy-splash-screens): Don't switch to the scratch
8577 buffer; it may not be the next buffer.
8578
8579 2006-09-16 Romain Francoise <romain@orebokech.com>
8580
8581 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8582 in both messages.
8583
8584 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8585
8586 * progmodes/python.el (python-preoutput-filter):
8587 Fix arg order to string-match.
8588
8589 2006-09-16 Richard Stallman <rms@gnu.org>
8590
8591 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8592 font-lock-compile-keywords.
8593
8594 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8595 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8596
8597 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8598
8599 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8600
8601 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8602 and the data doesn't look like UTF8, send STRING instead.
8603
8604 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8605
8606 * textmodes/flyspell.el (flyspell-check-region-doublons):
8607 New function to detect duplicated words.
8608 (flyspell-large-region): Use it.
8609
8610 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8611
8612 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8613
8614 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8615
8616 * help.el (describe-prefix-bindings): Use let, not let*.
8617
8618 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8619
8620 * allout.el (allout-regexp, allout-line-boundary-regexp)
8621 (allout-bob-regexp): Correct grouping and boundaries to fix
8622 backwards traversal.
8623 (allout-depth-specific-regexp, allout-depth-one-regexp):
8624 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8625 worse time in allout-ascend.
8626 (allout-doublecheck-at-and-shallower): Identify depth threshold
8627 below which topics are checked for and disqualified by containment
8628 discontinuities.
8629 (allout-hotspot-key-handler): Correctly handle multiple-key
8630 strokes. Remove some unused variables.
8631 (allout-mode-leaders): Clarify that mode-specific comment-start
8632 will be used.
8633 (set-allout-regexp): Correctly regexp-quote allout regexps to
8634 properly accept alternative header-leads and primary bullets with
8635 regexp-specific characters (eg, C "/*", mathematica "(*").
8636 Include new regular expressions among those configured.
8637 (allout-infer-header-lead-and-primary-bullet):
8638 Rename allout-infer-header-lead.
8639 (allout-recent-depth): Manifest as a variable as well as a function.
8640 (allout-prefix-data): Simplify into an inline instead of a macro,
8641 assuming current match data rather than being explicitly passed
8642 it. Establish allout-recent-depth value as well as
8643 allout-recent-prefix-beginning and allout-recent-prefix-end.
8644 (allout-aberrant-container-p): True when an item's immediate
8645 offspring discontinuously contained. Useful for disqualifying
8646 unintended topic prefixes, likely at low depths.
8647 (allout-goto-prefix-doublechecked): Elaborate version of
8648 allout-goto-prefix which disqualifies aberrant pseudo-items.
8649 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8650 get disqualification of aberrant containers.
8651 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8652 containers.
8653 (allout-beginning-of-current-entry): Position at start of buffer
8654 when in container (depth 0) entry.
8655 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8656 (allout-current-bullet): Strip text properties.
8657 (allout-get-prefix-bullet): Use right match groups.
8658 (allout-beginning-of-line, allout-next-heading):
8659 Disqualify aberrant containers.
8660 (allout-previous-heading): Disqualify aberrant containers, and
8661 change to regular (rather than inline) function, to allow
8662 self-recursion.
8663 (allout-get-invisibility-overlay): Increment so progress is made
8664 when the first overlay is not the sought one.
8665 (allout-end-of-prefix): Disqualify aberrant containers.
8666 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8667 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8668 outline.el outlines) functional again. Change the primary bullet
8669 along with the header-lead - level 1 new-style bullets now work.
8670 Engage allout-before-change-handler in mainline Emacs, not just
8671 XEmacs, to do undo handling.
8672 (allout-before-change-handler): Expose undo changes occurring in
8673 hidden regions. Use allout-get-invisibility-overlay instead of
8674 reimplementing it inline.
8675 (allout-chart-subtree): Use start rather than end of prefix in
8676 charts. Use allout-recent-depth variable.
8677 (allout-chart-siblings): Disqualify aberrant topics.
8678 (allout-beginning-of-current-entry): Position correctly.
8679 (allout-ascend): Use new allout-depth-specific-regexp and
8680 allout-depth-one-regexp for linear instead of O(N^2) or worse
8681 behavior.
8682 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8683 reimplementing an algorithm.
8684 (allout-up-current-level): Depend on allout-ascend, rather than
8685 reimplementing an algorithm. Return to start-point if we fail.
8686 (allout-descend-to-depth): Use allout-recent-depth variable
8687 instead of function.
8688 (allout-next-sibling): On traversal of numerous intervening
8689 topics, resort to economical allout-next-sibling-leap.
8690 (allout-next-sibling-leap): Specialized version of
8691 allout-next-sibling that uses allout-ascend cleverly, to depend on
8692 a regexp search to leap large numbers of contained topics, rather
8693 than arbitrarily many one-by-one traversals.
8694 (allout-next-visible-heading): Disqualify aberrant topics.
8695 (allout-previous-visible-heading): Position consistently when
8696 interactive.
8697 (allout-forward-current-level): Base on allout-previous-sibling
8698 rather than (differently) reimplmenting the algorithm. Remove some
8699 unused variables.
8700 (allout-solicit-alternate-bullet): Present default choice stripped
8701 of text properties.
8702 (allout-rebullet-heading): Use bullet stripped of text properties.
8703 Register changes using allout-exposure-change-hook.
8704 Disregard aberrant topics.
8705 (allout-shift-in): With universal-argument, make topic a peer of
8706 it's former offspring. Simplify the code by separating out
8707 allout-shift-out functionality.
8708 (allout-shift-out): With universal-argument, make offspring peers
8709 of their former container, and its siblings. Implement the
8710 functionality here, rather than inappropriately muddling the
8711 implementation of allout-shift-in.
8712 (allout-rebullet-topic): Respect additional argument for new
8713 parent-child separation function.
8714 (allout-yank-processing): Use allout-ascend directly.
8715 (allout-show-entry): Disqualify aberrant topics.
8716 (allout-show-children): Handle discontinuous children gracefully,
8717 extending the depth being revealed to expose them and posting a
8718 message indicating the situation.
8719 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8720 Leave cursor in correct position.
8721 (allout-hide-current-subtree): Use allout-ascend directly.
8722 Disqualify aberrant topics.
8723 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8724 a way that the yanks can restore it, as used to happen.
8725 (allout-yank-processing): Restore exposure layout as recorded by
8726 allout-kill-*, as used to happen.
8727 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8728 for preseving and restoring exposure layout across kills.
8729 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8730 (allout-encrypt-string): Strip text properties.
8731 Rearranged order and outline-headings for some of the
8732 miscellaneous functions.
8733 (allout-resolve-xref): No need to quote the error name in the
8734 condition-case handler section.
8735 (allout-flatten): Classic recursive (and recursively intensive,
8736 without tail-recursion) list-flattener, needed by allout-shift-out
8737 when confronted with discontinuous children.
8738
8739 2006-09-16 Jason Rumney <jasonr@gnu.org>
8740
8741 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
8742 on ms-windows.
8743 (dnd-open-unc-file): Remove.
8744 (dnd-open-local-file): Mention in doc string that it also handles
8745 remote files if the system natively supports unc file-names.
8746
8747 2006-09-15 Kim F. Storm <storm@cua.dk>
8748
8749 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
8750 all necessary information about the event before erasing *Help*.
8751
8752 * simple.el (line-move-partial): Use window-line-visiblity to
8753 quickly check whether last line is partially visible, and only do
8754 the hard (and slow) part in that case.
8755
8756 2006-09-15 Jay Belanger <belanger@truman.edu>
8757
8758 * COPYING: Replace "Library Public License" by "Lesser Public
8759 License" throughout.
8760
8761 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8762
8763 * term/x-win.el (x-menu-bar-open): New function for F10.
8764
8765 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
8766
8767 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8768 Disallow filenames containing " -" to avoid confusion with libtool
8769 compilation messages. Suggested by Stefan Monnier.
8770
8771 2006-09-15 David Kastrup <dak@gnu.org>
8772
8773 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
8774 instead of buffer position for `mouse-on-link-p'.
8775
8776 * mouse.el (mouse-posn-property): New function looking up the
8777 properties at a click position in overlays and text properties in
8778 either buffer or strings.
8779 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
8780 of both `follow-link' as well as `mouse-face' properties.
8781 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
8782 buffer position.
8783
8784 * help.el (describe-key-briefly): When reading a down-event on
8785 mode lines or scroll bar, swallow the following up event, too.
8786 Use the new mouse sensitity of `key-binding' for lookup.
8787 (describe-key): The same here.
8788
8789 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
8790
8791 * play/life.el (life-patterns): Add a few more interesting patterns.
8792 (life-setup): Force `show-trailing-whitespace' to nil.
8793
8794 2006-09-14 Richard Stallman <rms@gnu.org>
8795
8796 * startup.el (fancy-splash-text): Change text to improve alignment.
8797 (fancy-splash-screens): Don't set non-standard tab width.
8798 Bind cursor-type temporarily, and make it easy to patch to
8799 preserve the splash buffer.
8800 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
8801 (fancy-splash-screens): Display echo-area message explicitly.
8802 Don't set fancy-splash-help-echo.
8803
8804 * simple.el (line-number-mode): Group mode-line instead of
8805 editing-basics.
8806 (column-number-mode, size-indication-mode): Likewise.
8807
8808 * faces.el (mode-line-faces): Group mode-line instead of modeline.
8809
8810 * time.el (display-time): Group mode-line instead of modeline.
8811
8812 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
8813
8814 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
8815
8816 * startup.el (fancy-splash-text): Move editing instructions to
8817 fancy-splash-head.
8818 (fancy-splash-head): Issue editing instructions.
8819 (fancy-splash-screens): Fixup whitespace.
8820
8821 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * bindings.el (mode-line-buffer-identification-keymap):
8824 Remove duplicate line.
8825
8826 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8827
8828 * ido.el (ido-ignore-item-p): Allow any kind of functions in
8829 ignore lists.
8830
8831 2006-09-14 Kim F. Storm <storm@cua.dk>
8832
8833 * jit-lock.el (jit-lock-fontify-again): New function.
8834 (jit-lock-fontify-now): Use it instead of lambda form.
8835
8836 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
8837
8838 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
8839 (flyspell-auto-correct-word): Make ispell-filter local to these
8840 functions. Check that ispell-filter has new stuff before calling
8841 ispell-parse-output.
8842
8843 2006-09-13 Kim F. Storm <storm@cua.dk>
8844
8845 * simple.el (line-move-partial): Optimize.
8846
8847 2006-09-13 Richard Stallman <rms@gnu.org>
8848
8849 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
8850 Delete spurious backquote.
8851
8852 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8853
8854 * net/rcirc.el (rcirc-print): Fix last change.
8855
8856 2006-09-12 Jay Belanger <belanger@truman.edu>
8857
8858 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
8859
8860 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
8861
8862 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
8863 rcirc-show-maximum-output.
8864 (rcirc-mode): Remove window-scroll-function hook.
8865 (rcirc-scroll-to-bottom): Remove function.
8866 (rcirc-print): Recenter so point stays at the bottom of the window
8867 if point was already there.
8868
8869 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
8870
8871 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
8872 not to "t".
8873 * progmodes/compile.el (compilation-start): Likewise.
8874 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
8875 Don't use expand-file-name on invocation-directory, since this
8876 might mishandle special characters in invocation-directory.
8877
8878 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8879
8880 * pcvs-defs.el: Remove * in defcustom's docstrings.
8881
8882 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
8883
8884 * progmodes/compile.el (compilation-directory-properties):
8885 Doc fix for help-echo.
8886
8887 2006-09-12 Lars Hansen <larsh@soem.dk>
8888
8889 * desktop.el (desktop-read): Add comment.
8890
8891 2006-09-12 Kim F. Storm <storm@cua.dk>
8892
8893 * simple.el (next-error-highlight, next-error-highlight-no-select):
8894 Fix spelling error.
8895
8896 * subr.el (sit-for): Rework to use input-pending-p and cond.
8897 Return nil input is pending on entry also for SECONDS <= 0.
8898 (while-no-input): Use input-pending-p instead of sit-for.
8899
8900 2006-09-11 Richard Stallman <rms@gnu.org>
8901
8902 * simple.el (next-error-highlight, next-error-highlight-no-select):
8903 Fix custom type and doc strings.
8904
8905 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8906
8907 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
8908 (diff-apply-hunk): Use it to ask for confirmation.
8909
8910 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
8911
8912 * emacs-lisp/cl.el (pushnew): Add missing `,'.
8913
8914 2006-09-11 David Kastrup <dak@gnu.org>
8915
8916 * help.el (string-key-binding, describe-key-briefly)
8917 (describe-key): Remove `string-key-binding' and its callers since
8918 `key-binding' already caters for the proper lookup now.
8919
8920 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
8923 (cfengine-mode): Use it. Fix \ syntax to be like /.
8924
8925 * bindings.el (mode-line-buffer-identification-keymap):
8926 Move initialization into declaration.
8927
8928 2006-09-10 Kim F. Storm <storm@cua.dk>
8929
8930 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
8931 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
8932 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
8933 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
8934
8935 2006-09-10 Richard Stallman <rms@gnu.org>
8936
8937 * dired-aux.el: Handle errors in recursive copy usefully.
8938 (dired-create-files-failures): New variable.
8939 (dired-copy-file): Remove condition-case.
8940 (dired-copy-file-recursive): Check for errors on all file
8941 operations, and add them to dired-create-files-failures.
8942 Check file file-date-erorr here too.
8943 (dired-create-files): Check dired-create-files-failures
8944 and report those errors too.
8945
8946 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
8947
8948 * subr.el (add-to-list): New argument COMPARE-FN.
8949
8950 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8951
8952 * filecache.el (file-cache-add-directory)
8953 (file-cache-add-directory-list, file-cache-add-file)
8954 (file-cache-add-directory-using-find)
8955 (file-cache-add-directory-using-locate)
8956 (file-cache-add-directory-recursively): Add autoloads.
8957
8958 2006-09-09 Richard Stallman <rms@gnu.org>
8959
8960 * textmodes/conf-mode.el (conf-space-mode):
8961 Use hack-local-variables-hook instead of calling hack-local-variables.
8962 (conf-space-keywords-override): New variable.
8963 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
8964 (conf-space-mode): Always make conf-space-keywords and
8965 conf-space-keywords-override local.
8966 Call conf-space-mode-internal directly as well as via hook.
8967
8968 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
8969
8970 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8971 quasi-keywords.
8972
8973 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8976 (python-send-string): Be slightly more careful about adding \n.
8977
8978 * startup.el (normal-splash-screen): Don't display the buffer if we'll
8979 kill it right away anyway.
8980
8981 2006-09-09 Eli Zaretskii <eliz@gnu.org>
8982
8983 * international/codepage.el (cp850-decode-table): Fix a few codes.
8984 (cp858-decode-table): New variable.
8985
8986 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8987
8988 * net/ldap.el (ldap-search-internal): Doc fix.
8989
8990 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8991
8992 * play/life.el (life-display-generation): Test for input manually if
8993 `sleeptime' is negative or null.
8994
8995 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8996 (print-region-1): Substitute `%s' with the page title.
8997
8998 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
8999
9000 * locate.el (locate-current-search): New variable.
9001 (locate): Set buffer local value. Use current buffer if it is
9002 in Locate mode.
9003 (locate-mode): Disable undo here.
9004 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9005 (locate-update): Use locate-current-search and locate-current-filter.
9006
9007 2006-09-08 David Kastrup <dak@gnu.org>
9008
9009 * desktop.el (desktop-read): When loading a desktop, disable
9010 saving it while the load progresses, and switch off a pending lazy
9011 load by calling `desktop-lazy-abort'.
9012
9013 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9014
9015 * window.el (mouse-autoselect-window-timer)
9016 (mouse-autoselect-window-position)
9017 (mouse-autoselect-window-window)
9018 (mouse-autoselect-window-now): New vars.
9019 (mouse-autoselect-window-cancel)
9020 (mouse-autoselect-window-select)
9021 (mouse-autoselect-window-start): New functions.
9022 (handle-select-window): Call `mouse-autoselect-window-start' when
9023 delayed window autoselection is enabled.
9024
9025 * cus-start.el (mouse-autoselect-window): Handle delayed window
9026 autoselection.
9027
9028 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9029 commands after which it is allowed to print in the echo area.
9030
9031 2006-09-08 Richard Stallman <rms@gnu.org>
9032
9033 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9034
9035 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9036 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9037
9038 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9039 (cancel-timer-internal): Add doc string.
9040 (cancel-function-timers): Doc fix.
9041 (with-timeout-handler, timer-event-last*): Add doc strings.
9042
9043 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9044
9045 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9046
9047 * dired.el (dired-log-summary): Add doc string.
9048
9049 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9050 (custom-group-menu-create): Not here.
9051
9052 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9053
9054 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9055
9056 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9057
9058 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9059 (mac-apple-event-map): Define its handler.
9060
9061 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9062
9063 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9064
9065 2006-09-07 Magnus Henoch <mange@freemail.hu>
9066
9067 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9068 clause.
9069
9070 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9071
9072 * info.el (Info-index): Bind completion-ignore-case.
9073
9074 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9077 previous commit.
9078 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9079 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9080 burp in dedicated windows.
9081 (inferior-prolog-self-insert-command): New command.
9082 (inferior-prolog-mode-map): Use it.
9083
9084 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9085
9086 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9087
9088 * international/code-pages.el: Add cp858.
9089
9090 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9091
9092 * dnd.el: Fix bootstrapping.
9093
9094 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9095
9096 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9097 (dnd-open-remote-url): New function.
9098 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9099 not windows-nt.
9100
9101 2006-09-07 Jason Rumney <jasonr@gnu.org>
9102
9103 * dnd.el (dnd-open-remote-file-function): New variable.
9104 (dnd-open-unc-file): New function.
9105 (dnd-open-file): Call dnd-open-remote-file-function if set.
9106
9107 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9108
9109 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9110 pgg-passphrase-coding-system rather than locale-coding-system.
9111 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9112
9113 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 * progmodes/prolog.el: Remove * in docstrings.
9116 (prolog-program-name): Add SWI prolog.
9117 (prolog-mode-menu): New menu.
9118 (prolog-mode): Set comment-add.
9119 (prolog-indent-line): Simplify. Use indent-line-to.
9120 (inferior-prolog-buffer): New var.
9121 (inferior-prolog-run, inferior-prolog-process): New funs.
9122 (run-prolog, switch-to-prolog): Rewrite, using them.
9123 (prolog-consult-region): Use inferior-prolog-buffer.
9124 (inferior-prolog-load-file): New function.
9125 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9126
9127 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9128 last word, if it's not the end of the paragraph.
9129
9130 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9131 file name.
9132
9133 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9134
9135 * frame.el (display-mm-dimensions-alist): New defcustom.
9136 (display-mm-height, display-mm-width): Use it.
9137
9138 2006-09-06 Simon Josefsson <jas@extundo.com>
9139
9140 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9141
9142 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9143
9144 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9145 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9146 string values.
9147
9148 2006-09-06 Kim F. Storm <storm@cua.dk>
9149
9150 * simple.el (line-move-partial): New function to do vscrolling for
9151 partially visible images / tall lines. Rewrite based on code
9152 previously in line-move. Simplify backwards vscrolling.
9153 (line-move): Use it. Simplify.
9154
9155 2006-09-05 Kim F. Storm <storm@cua.dk>
9156
9157 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9158
9159 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9162 Process the `gcc-include' after the `gnu' rule.
9163
9164 2006-09-05 Kim F. Storm <storm@cua.dk>
9165
9166 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9167
9168 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9169
9170 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9171 compatibility.
9172
9173 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9174 inhibit-redisplay; encode passphrase with locale-coding-system.
9175
9176 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9177
9178 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9179
9180 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9181
9182 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9183 (gdb-var-list-children-regexp): Make type field optional.
9184
9185 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9186 e.g public, protected in C++.
9187
9188 2006-09-04 John Paul Wallington <jpw@pobox.com>
9189
9190 * simple.el (completion-show-help): New defcustom.
9191 (completion-setup-function): Heed it.
9192
9193 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9194
9195 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9196
9197 2006-09-04 Richard Stallman <rms@gnu.org>
9198
9199 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9200 (rsf-min-region-to-spam-list): Doc fix.
9201 (rsf-add-content-type-field): Doc fix.
9202
9203 * simple.el (kill-region): Explicitly test there is a region.
9204
9205 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9206
9207 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9208 sendmail in several common directories.
9209
9210 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9211
9212 * paths.el (sendmail-program): Removed.
9213
9214 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9215
9216 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9217 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9218 http://article.gmane.org/gmane.emacs.gnus.general/50457
9219
9220 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9221
9222 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9223 mark after running the menu filter.
9224
9225 2006-09-03 Juri Linkov <juri@jurta.org>
9226
9227 * international/quail.el (quail-defrule-internal): Add a check
9228 if a key is a vector.
9229
9230 2006-09-02 Juri Linkov <juri@jurta.org>
9231
9232 * man.el (Man-topic-history): New variable.
9233 (man): Use it.
9234
9235 * woman.el (woman-topic-history): Change defvar to defvaralias
9236 for symbol `Man-topic-history'.
9237
9238 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9239 `comint-last-output-start' is a marker by using `markerp' and
9240 check if it has a position by using `marker-position', and use
9241 this position for `goto-char'.
9242
9243 * international/quail.el (quail-defrule-internal): Add missing
9244 `error' call for null key.
9245
9246 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9247
9248 * net/rcirc.el (rcirc-keywords): New variable.
9249 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9250 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9251 variables.
9252 (rcirc-responses-no-activity): New function.
9253 (rcirc-handler-generic): Check for responses in above.
9254 (rcirc-process-command): Add ?: character to arguments of raw
9255 server commands.
9256 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9257 `rcirc-dim-nicks'.
9258 (rcirc-gray-toggle): Remove unused variable.
9259 (rcirc-print): Remove some tracking logic, which is moved into
9260 markup functions.
9261 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9262 types.
9263 (rcirc-activity-string): Look for 'keyword in activity-types.
9264 (rcirc-window-configuration-change): Don't erase overlay-arrow
9265 unnecessarily.
9266 (rcirc-add-or-remove): New function.
9267 (rcirc-cmd-ignore): Use it.
9268 (rcirc-message-leader): Remove unused function.
9269 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9270 (rcirc-add-face): New function.
9271 (rcirc-facify): Use rcirc-add-face.
9272 (rcirc-url-regexp): Add parens.
9273 (rcirc-map-regexp): Remove function.
9274 (rcirc-mangle-regexp): Remove function.
9275 (rcirc-markup-text-functions): New variable.
9276 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9277 (rcirc-markup-body-text, rcirc-markup-attributes)
9278 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9279 (rcirc-markup-bright-nicks): New markup handler functions.
9280 (rcirc-nick-in-message-full-line): New face.
9281 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9282 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9283
9284 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9285
9286 * cus-start.el (hscroll-margin, hscroll-step)
9287 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9288 (x-use-underline-position-properties): Change version to "22.1"
9289 since they will appear there for the first time.
9290
9291 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9292
9293 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9294
9295 2006-08-31 Richard Stallman <rms@gnu.org>
9296
9297 * cus-edit.el (custom-save-variables): Slight cleanup.
9298 (Custom-no-edit): Renamed from custom-no-edit.
9299 (Custom-newline): Renamed from custom-newline.
9300 (custom-mode-map): Use new names.
9301
9302 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9303 about customization, rather than M-x customize, in the doc string
9304 made for the defcustom.
9305
9306 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9307
9308 2006-08-31 Romain Francoise <romain@orebokech.com>
9309
9310 * dired-x.el (dired-guess-shell-alist-default): Update.
9311
9312 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9313
9314 * custom.el (custom-theme-set-variables): Autoload packages before
9315 sorting the variables.
9316
9317 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9318
9319 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9320 Convert events to chars if XEmacs.
9321 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9322
9323 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9324
9325 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9326 waiting for process.
9327
9328 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9329
9330 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9331 results in ASCII-only string, encode original one directly.
9332
9333 2006-08-29 Romain Francoise <romain@orebokech.com>
9334
9335 * startup.el (normal-splash-screen, fancy-splash-screens):
9336 Make buffer read-only and arrange to enter view mode if necessary.
9337
9338 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * hl-line.el (hl-line): New face.
9341 (hl-line-face): Use it.
9342
9343 * image-mode.el (image-mode): Fix last fix.
9344 Suggested by Kim F. Storm.
9345
9346 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9347
9348 Sync with Tramp 2.0.54.
9349
9350 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9351 of `=', because `tramp-get-remote-gid' might not always return an
9352 integer when expected.
9353 (tramp-register-file-name-handlers): `partial-completion-mode' is
9354 unknown to XEmacs.
9355 (tramp-time-diff): Don't use `floor', it might fail for large
9356 differences.
9357 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9358 `tramp-auto-save-directory' if unset in order to guarantee unique
9359 auto-save file names.
9360
9361 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9362
9363 * image-mode.el (image-mode): Display image as text on a terminal.
9364
9365 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * progmodes/python.el (python-send-command): Simplify.
9368 (run-python): Don't generate a new buffer unless `new' was specified.
9369 Make sure we send `import emacs' to the proper process.
9370
9371 * progmodes/python.el (python-send-command): Don't wait for the command
9372 to terminate. Don't fiddle with compilation-parsing-end.
9373
9374 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9377 Insert commentary after first line summary.
9378
9379 * woman.el (woman-follow): New function, based on `man-follow'.
9380 (woman-mode-map): Use it.
9381
9382 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9383 since ibuffer-do-sort-by-recency does not define a sorter.
9384
9385 2006-08-28 Kim F. Storm <storm@cua.dk>
9386
9387 * find-dired.el (find-dired): Use shell-quote-argument to properly
9388 escape ( and ) args. Also use it on {} and ; args in default
9389 value of find-ls-option string.
9390 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9391
9392 2006-08-27 Michael Olson <mwolson@gnu.org>
9393
9394 * emacs-lisp/tq.el: Small grammar fix in comments.
9395 (tq-enqueue): Check for existence of queue rather than the
9396 head queue item's question, which was a no-op.
9397 (tq-filter, tq-process-buffer): Make sure the process buffer
9398 exists before making it the current buffer.
9399
9400 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9401
9402 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9403 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9404 (special-event-map): Apply 2006-08-16 change for x-win.el.
9405
9406 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * progmodes/python.el (python-send-receive): Wait in the
9409 process's buffer so as to check the right buffer-local variables.
9410
9411 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9412
9413 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9414 (defgroup checkdoc): Move to beginning.
9415
9416 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9417 (python-preoutput-continuation): Remove.
9418 (python-preoutput-filter): Simplify correspondingly.
9419 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9420 Loop around to catch embedded _emacs_out output.
9421 (run-python): Send the import&print command on a single line.
9422 (python-send-command): Send command&print on a single line.
9423 (python-send-string): Only add double \n if needed.
9424 (python-send-receive): Loop until the result comes.
9425 (python-mode-running): Defvar it.
9426 (python-setup-brm): Remove unused var `menu'.
9427 Only bind py-mode-map and `features' around brm-init.
9428 (python-calculate-indentation): Remove unused var `point'.
9429 (python-beginning-of-defun): Remove unused var `def-line'.
9430
9431 2006-08-25 Richard Stallman <rms@gnu.org>
9432
9433 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9434
9435 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9436
9437 * emulation/viper.el (viper-set-hooks): Use frame bindings for
9438 viper-vi-state-cursor-color.
9439 (viper-non-hook-settings): Don't set default
9440 mode-line-buffer-identification.
9441
9442 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9443 New fun.
9444 (viper-set-cursor-color-according-to-state)
9445 (viper-get-saved-cursor-color-in-replace-mode)
9446 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9447 viper-emacs-state-cursor-color.
9448
9449 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9450 (viper-undo): Use point if undo-beg-posn is nil.
9451 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9452 (viper-after-change-undo-hook): Don't use
9453 viper-emacs-state-cursor-color by default.
9454 (viper-undo): More sensible positioning after undo.
9455
9456 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9457 (viper-emacs-state-cursor-color): Default to nil, since this feature
9458 doesn't work well yet.
9459
9460 * ediff-mult.el (ediff-intersect-directories)
9461 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9462 always expand filenames.
9463
9464 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9465
9466 * tumme.el: Remove * in defcustoms's docstrings.
9467
9468 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9469
9470 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9471 Accept internal time format for SECS arg.
9472 (timer-relative-time): Doc fix.
9473
9474 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9475 adapted from Martin Rudalics.
9476 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9477 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9478 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9479 using sit-for.
9480
9481 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9482
9483 * cus-start.el (all): Add `overline-margin' and
9484 `x-underline-at-descent-line'.
9485
9486 2006-08-24 Kim F. Storm <storm@cua.dk>
9487
9488 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9489 to mean "use find -exec"; nil now unambiguously means auto-detect.
9490 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9491 Use shell-quote-argument to build grep-find-command and
9492 grep-find-template.
9493 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9494 Reported by Tom Seddon.
9495
9496 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9497
9498 * startup.el (fancy-splash-head): Give instructions for dismissing
9499 the splash screen for default startup too.
9500 (display-startup-echo-area-message, fancy-splash-screens)
9501 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9502 all splash text at once and keep the splash buffer around.
9503 (command-line-1): Give display-startup-echo-area-message a t arg.
9504
9505 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9506
9507 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9508 gnus frame is selected.
9509
9510 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9511
9512 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9513
9514 2006-08-22 Kim F. Storm <storm@cua.dk>
9515
9516 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9517 Add suffix matching for subdirs.
9518
9519 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9520
9521 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9522 mouse-yank-at-point is non-nil.
9523
9524 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9525
9526 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9527 a bit wider and remove fringes to fit initial output on line.
9528
9529 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * frame.el (blink-cursor-end): Only ignore the error we care about.
9532 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9533
9534 2006-08-21 Richard Stallman <rms@gnu.org>
9535
9536 * whitespace.el (whitespace-cleanup): Doc fix.
9537
9538 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9539
9540 * net/rcirc.el (rcirc-show-maximum-output): New var.
9541 (rcirc-buffer-process): If no buffer argument is supplied, use
9542 current-buffer.
9543 (rcirc-complete-nick): Complete to the last completed nick first.
9544 (rcirc-mode): Preserve the value of `rcirc-urls' across
9545 connections. Setup scroll function.
9546 (rcirc-scroll-to-bottom): New function.
9547 (rcirc-print): Use nick syntax around regexp work.
9548 Notice dim-nicks speaking only if they say our nick.
9549 (rcirc-update-activity-string): Do not show the modeline indicator
9550 if there are no live rcirc processes.
9551 (rcirc-cmd-ignore): Ignore case.
9552 (rcirc-browse-url-at-point): Fix off-by-one error.
9553
9554 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * progmodes/python.el: Remove * in defcustom docstrings.
9557 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9558 (python-mode): Set tab-width and indent-tabs-mode.
9559
9560 2006-08-20 Dave Love <fx@gnu.org>
9561
9562 * progmodes/python.el: Update to Dave Love's latest version.
9563 (python-font-lock-keywords, python-mode): Don't use
9564 font-lock-syntax-table, but match symbol elements explicitly instead.
9565 (python-mode-map): Add help, and a few more key bindings.
9566 (python-skip-comments/blanks): Move out of comments as well.
9567 (python-continuation-line-p): Behave better with unbalanced parens.
9568 (python-blank-line-p): New fun.
9569 (python-open-block-statement-p): Don't use a heuristic.
9570 (python-outdent-p): Better handle blocks-in-the-same-line.
9571 (python-calculate-indentation): Misc improvements.
9572 (python-comment-indent): Remove.
9573 (python-block-pairs): New var.
9574 (python-first-word): New fun.
9575 (python-indentation-levels): Handle more common cases.
9576 (python-indent-line-1): Add `leave' argument.
9577 (python-indent-region): New fun.
9578 (python-skip-out): New fun.
9579 (python-beginning-of-statement, python-end-of-statement): Use it.
9580 (python-next-statement): Return correct count even at eob.
9581 (python-end-of-block): Fix paren-typo.
9582 (python-imenu-create-index): Add module variables.
9583 (run-python): Add `new' arg.
9584 Check we're at a prompt before returning.
9585 (python-send-command): Move to end of buffer.
9586 Wait for prompt to return.
9587 (python-set-proc): New fun.
9588 (python-imports): New var.
9589 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9590 (python-eldoc-function): Try to move out of arg list.
9591 (python-outline-level): Offset by 1.
9592 (python-find-imports): New fun.
9593 (python-symbol-completions): Use python-imports.
9594 (python-module-path, ffap-alist): Add support for ffap.
9595 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9596 (python-insert-*, python-default-template, python-expand-template):
9597 Add templates/skeletons.
9598 (python-setup-brm): Support for Bicycle Repair Man.
9599 (python-abbrev-syntax-table): New var.
9600 (python-abbrev-pc-hook, python-pea-hook): New funs.
9601
9602 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9603
9604 * frame.el (blink-cursor-start): Set timer first.
9605 (blink-cursor-end): Ignore timer cancelling errors.
9606 Suggested by Ken Manheimer.
9607
9608 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9609
9610 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9611 Add autoload cookie.
9612
9613 2006-08-20 Richard Stallman <rms@gnu.org>
9614
9615 * simple.el (line-number-at-pos): Doc fix.
9616
9617 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9618 timer-activate-when-idle, so timer can run before Emacs becomes
9619 non-idle again.
9620
9621 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9622
9623 * whitespace.el (whitespace-cleanup-internal): New optional arg
9624 REGION-ONLY. If it's non-nil, modify the message to the user
9625 accordingly.
9626 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9627 a non-nil argument.
9628
9629 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9630
9631 * rect.el (spaces-string): Simplify and add doc string.
9632
9633 2006-08-17 Romain Francoise <romain@orebokech.com>
9634
9635 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9636
9637 2006-08-17 Richard Stallman <rms@gnu.org>
9638
9639 * compare-w.el (compare-windows): lambda's take an arg and pass
9640 it to compare-windows-skip-whitespace.
9641
9642 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9643
9644 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9645 the right buffer.
9646
9647 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9650 removed files.
9651
9652 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9653
9654 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9655 (gdb-locals-watch-map-1): Suppress keymap first.
9656 (gdb-edit-locals-map-1): New variable.
9657 (gdb-edit-locals-value): New function.
9658 (gdb-stack-list-locals-handler): Use them.
9659
9660 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9663 cursor would normally be drawn in the fringe.
9664
9665 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9666 Reported by Martin Rudalics <rudalics@gmx.at>.
9667
9668 2006-08-16 Richard Stallman <rms@gnu.org>
9669
9670 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9671 (special-event-map): Process drag-n-drop events this way.
9672
9673 * simple.el (move-beginning-of-line): Test whether fields
9674 would prevent motion back to line's first visible character.
9675 If so, stop where the fields would stop the motion.
9676
9677 * newcomment.el (comment-indent): Fully update INDENT
9678 before checking to see if it will change the text.
9679
9680 * cus-edit.el (custom-newline): New function.
9681 (custom-mode-map): Bind newline to custom-newline.
9682
9683 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9684 into ignore-whitespace.
9685 Check each buffer for its skip-function.
9686 Handle compare-windows-skip-whitespace special-case test
9687 by returning t from default skip function.
9688
9689 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9690
9691 * textmodes/org.el (org-clock-special-range)
9692 (org-clock-update-time-maybe): New functions.
9693 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9694 not only a-z.
9695 (org-agenda-get-blocks): Allow multiple blocks per headline.
9696 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9697 (org-export-html-title-format)
9698 (org-export-html-toplevel-hlevel): New options.
9699 (org-export-language-setup): Add support for Czech.
9700 (org-mode, org-insert-todo-heading, org-find-visible)
9701 (org-find-invisible, org-invisible-p, org-invisible-p2)
9702 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9703 (org-show-subtree, org-show-entry, org-make-options-regexp):
9704 Remove compatibility support for old outline-mode.
9705 (org-check-occur-regexp): Funtion removed.
9706 (org-on-heading-p, org-back-to-heading): Made defalias.
9707 (org-set-local): New defsubst.
9708 (org-set-regexps-and-options, org-mode)
9709 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9710 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9711 (org-remember-apply-template, org-table-edit-field)
9712 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9713 (org-set-autofill-regexps): Use `org-set-local'.
9714 (org-table-eval-formula): Fix bug with parsing of display flags.
9715
9716 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9717
9718 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9719 frame with fringe arrow. Suggested by Simon Marshall
9720 <simon.marshall@misys.com>.
9721 (gdb-stack-position): New variable.
9722 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9723 (gdb-frames-mode): Set gdb-stack-position to nil.
9724 Add to overlay-arrow-variable-list
9725 (gdb-reset): Delete gdb-stack-position from above list.
9726
9727 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9728
9729 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9730 read only.
9731
9732 2006-08-13 Romain Francoise <romain@orebokech.com>
9733
9734 * cus-theme.el (customize-create-theme)
9735 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9736
9737 * filesets.el (filesets-add-buffer): Ditto.
9738
9739 * pcvs.el (cvs-change-cvsroot): Ditto.
9740
9741 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
9742
9743 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
9744 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
9745 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
9746 expressions.
9747 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
9748 Only search till end of line.
9749 Add face to function names in case of no filename.
9750 Add face to variable names of watchpoints.
9751
9752 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
9753
9754 * cus-start.el <indent-tabs-mode>: Move to the `indent'
9755 customization group.
9756
9757 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
9758
9759 * allout.el (allout-prior-bindings, allout-added-bindings):
9760 Remove, after long deprecation.
9761 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
9762 Add customization vars controlling allout-beginning-of-line and
9763 allout-end-of-line conveniences.
9764 (allout-header-prefix, allout-use-mode-specific-leader)
9765 (allout-use-mode-specific-leader, allout-mode-leaders):
9766 Revise docstrings.
9767 (allout-infer-header-lead): Change to be an alias for
9768 allout-infer-header-lead-and-primary-bullet.
9769 (allout-infer-header-lead-and-primary-bullet): New version of
9770 allout-infer-header-lead which assigns the primary bullet to the
9771 same as the header lead, when its being changed.
9772 (allout-infer-body-reindent): Apply regexp-quote instead of
9773 unconditionally prepending "\\", so that all literal
9774 allout-header-prefix and allout-primary-bullet strings are
9775 properly handled.
9776 (allout-add-resumptions): Add optional qualifier for extending or
9777 appending to existing values, rather than replacing them.
9778 (allout-view-change-hook): Clarify docstring.
9779 (allout-exposure-change-hook): Take explicit arguments, via
9780 run-hook-with-args.
9781 (allout-structure-added-hook)
9782 (allout-structure-deleted-hook)
9783 (allout-structure-shifted-hook): New hooks analogous to
9784 allout-exposure-change-hook for other kinds of structural outline
9785 edits.
9786 (allout-encryption-plaintext-sanitization-regexps): New encryption
9787 customization variable, by which cooperating modes can provde
9788 massage of the plaintext without actually being passed it.
9789 (allout-encryption-ciphertext-rejection-regexps)
9790 (allout-encryption-ciphertext-rejection-ceiling): New encryption
9791 customization variables, by which cooperating modes can prohibit
9792 rare but possible ciphertext patterns from fouling their
9793 operation, with actually being passed the ciphertext.
9794 (allout-mode): Run activation and deactivation hooks after the
9795 minor-mode variable has been toggled, to clarify the mode
9796 disposition. The new encryption ciphertext rejection variable is
9797 used to ensure that the ciphertext does not contain text that
9798 would be recognized as outline structural elements by allout.
9799 Substite allout-beginning-of-line and allout-end-of-line for
9800 conventionall beginning-of-line and end-of-line bindings.
9801 If allout-old-style-prefixes is non-nil, don't nullify it on mode
9802 activation!
9803 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
9804 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
9805 (allout-chart-subtree): Implement new mode, charting only the
9806 visible items in the subtree, when new 'visible' parameter is non-nil.
9807 (allout-end-of-subtree): Properly handle the last item in the buffer.
9808 (allout-pre-command-business, allout-command-counter):
9809 Increment an advertised counter so that cooperating enhancements can
9810 track revisions of items.
9811 (allout-open-topic): Run allout-structure-added-hook with suitable
9812 arguments.
9813 (allout-shift-in): Run allout-structure-shifted-hook with suitable
9814 arguments.
9815 (allout-shift-out): Fix doubling for negative args and ensure call
9816 of allout-structure-shifted-hook by solely using allout-shift-in.
9817 (allout-kill-line, allout-kill-topic):
9818 Run allout-structure-deleted-hook with suitable arguments.
9819 (allout-yank-processing): Run allout-structure-added-hook with
9820 proper arguments.
9821 (allout-yank): Enclose activity in allout-unprotected.
9822 (allout-flag-region): Run allout-exposure-change-hook with
9823 suitable arguments, instead of making the callee infer the arguments.
9824 (allout-encrypt-string):
9825 Support allout-encryption-plaintext-sanitization-regexps,
9826 allout-encryption-ciphertext-rejection-regexps, and
9827 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
9828 en/de cryption mode in symmetric encryption failure message.
9829 (allout-obtain-passphrase): Use copy-sequence to get a distinct
9830 copy of the passphrase, and don't zero it or we'll corrupt the
9831 stashed copy.
9832 (allout-create-encryption-passphrase-verifier)
9833 (allout-verify-passphrase): Respect the new signature for
9834 allout-encrypt-string.
9835 (allout-get-configvar-values): Convenience for getting a
9836 configuration variable value and handling its absence gracefully.
9837
9838 2006-08-11 Romain Francoise <romain@orebokech.com>
9839
9840 * obsolete/zone-mode.el: Delete.
9841
9842 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
9843
9844 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
9845
9846 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
9847
9848 * emacs-lisp/bindat.el (bindat-ip-to-string):
9849 Use `format-network-address' if possible.
9850
9851 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9852
9853 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
9854
9855 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
9856
9857 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
9858 restore unread-command-events here.
9859 (edebug-display): Do it here, to detect sit-for interruptions.
9860
9861 2006-08-10 Romain Francoise <romain@orebokech.com>
9862
9863 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
9864 (dns-mode-soa-auto-increment-serial): New user option.
9865 (dns-mode-soa-maybe-increment-serial): New function.
9866 (dns-mode): Add the latter to `write-contents-functions'.
9867
9868 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9869 Delete autoload cookies.
9870
9871 2006-08-10 John Wiegley <johnw@newartisans.com>
9872
9873 * eshell/em-glob.el (eshell-glob-chars-list)
9874 (eshell-glob-translate-alist): Add support for [^g] in character globs.
9875
9876 2006-08-10 Richard Stallman <rms@gnu.org>
9877
9878 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9879 (facemenu-set-face): Doc fix.
9880 (facemenu-listed-faces): Doc fix.
9881
9882 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
9883
9884 * avoid.el (mouse-avoidance-animating-pointer): New var.
9885 (mouse-avoidance-nudge-mouse): Use it.
9886 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
9887 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
9888 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
9889 Don't activate if currently animating. All callers changed.
9890
9891 2006-08-09 John Wiegley <johnw@newartisans.com>
9892
9893 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
9894 variable, which causes timeclock to report elapsed time worked,
9895 instead of just work remaining.
9896
9897 2006-08-09 Kenichi Handa <handa@m17n.org>
9898
9899 * international/latexenc.el (latexenc-find-file-coding-system):
9900 Fix for the case that the 2nd element of arg-list is a cons.
9901
9902 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
9903
9904 * info.el (Info-fontify-node): Handle preceding `in' for note
9905 reference hiding rules.
9906
9907 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
9910 mistake a closing " for an opening one.
9911
9912 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
9913
9914 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9915
9916 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9917
9918 * complete.el (PC-do-completion): Filter out completions matching
9919 completion-ignored-extensions before checking whether there are
9920 multiple completions.
9921 Don't use `list' unnecessarily when building completion tables.
9922
9923 2006-08-06 Richard Stallman <rms@gnu.org>
9924
9925 * help.el (describe-mode): Make minor mode list more concise.
9926
9927 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
9928
9929 * bindings.el: Give mode-line-format, mode-line-modes, and
9930 mode-line-position `standard-value' properties.
9931
9932 2006-08-05 Eli Zaretskii <eliz@gnu.org>
9933
9934 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9935 "(file)node" instead of the file name.
9936
9937 2006-08-05 Richard Stallman <rms@gnu.org>
9938
9939 * faces.el (escape-glyph): Doc fix.
9940
9941 2006-08-04 Kenichi Handa <handa@m17n.org>
9942
9943 * international/mule-diag.el (describe-font): Improve docstring
9944 and error message. Use frame-parameter (not frame-parameters).
9945
9946 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9947
9948 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
9949 Correctly mark the end-of-docstring char.
9950
9951 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
9952
9953 * simple.el (line-move-to-column): Constrain move-to-column to
9954 current field.
9955
9956 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * font-lock.el (font-lock-beg, font-lock-end)
9959 (font-lock-extend-region-functions): New vars.
9960 (font-lock-extend-region-multiline)
9961 (font-lock-extend-region-wholelines): New functions.
9962 (font-lock-default-fontify-region): Use them.
9963 (font-lock-extend-jit-lock-region-after-change): Only round up
9964 if font-lock-default-fontify-region will do it as well.
9965
9966 * font-lock.el (font-lock-extend-after-change-region-function):
9967 Rename from font-lock-extend-region-function.
9968 (font-lock-extend-region): Remove by inlining at call sites.
9969 (font-lock-after-change-function): Don't needlessly round up to a whole
9970 number of lines.
9971 (font-lock-extend-jit-lock-region-after-change): Be more careful about
9972 the boundary conditions and the interactions between the various ways
9973 to extend the region.
9974
9975 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9978 modification status when forcing the second redisplay.
9979
9980 2006-08-03 Kim F. Storm <storm@cua.dk>
9981
9982 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9983
9984 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9987 doesn't look like a file name.
9988
9989 * complete.el (PC-expand-many-files): Avoid signalling an error when
9990 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
9991
9992 2006-08-02 Andreas Schwab <schwab@suse.de>
9993
9994 * bindings.el (mode-line-format): Simplify reference to vc-mode.
9995
9996 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
9997
9998 * bindings.el (map): Make mode-line-buffer-identification-keymap
9999 before defining propertized-buffer-identification.
10000
10001 2006-08-01 Richard Stallman <rms@gnu.org>
10002
10003 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10004
10005 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10006
10007 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10008 default value.
10009 (gdb-find-source-frame): New function.
10010 (menu): Add to menu bar.
10011
10012 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * font-core.el (font-lock-extend-region-function)
10015 (font-lock-extend-region): Move to font-lock.el.
10016
10017 * font-lock.el (font-lock-extend-region-function)
10018 (font-lock-extend-region): Move from font-core.el. Simplify.
10019
10020 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10021 if needed.
10022 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10023 (jit-lock-after-change-extend-region-functions): New hook.
10024 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10025
10026 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10027 (font-lock-turn-on-thing-lock): Use it.
10028
10029 * longlines.el (longlines-show-region): Make it work on read-only
10030 buffers as well.
10031
10032 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10033
10034 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10035
10036 2006-07-31 Richard Stallman <rms@gnu.org>
10037
10038 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10039 (vhdl-speedbar-display-projects): Update old obsolete
10040 speedbar variable names.
10041
10042 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10043
10044 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10045 (gdb-stopped): Use it.
10046
10047 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10048
10049 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10052 for load-history elements.
10053
10054 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10055
10056 * files.el (convert-standard-filename): For Cygwin, replace
10057 characters not allowed in Windows file names.
10058 (make-auto-save-file-name): Add Cygwin to the list of systems
10059 where the auto-save file name needs to be run through
10060 convert-standard-filename.
10061
10062 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10063
10064 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10065
10066 2006-07-28 Richard Stallman <rms@gnu.org>
10067
10068 * bindings.el (mode-line-frame-identification)
10069 (propertized-buffer-identification): Centralize the code
10070 to initialize the variable.
10071
10072 * progmodes/grep.el (grep-default-command): Catch errors from
10073 wildcard-to-regexp.
10074
10075 2006-07-29 Kim F. Storm <storm@cua.dk>
10076
10077 * progmodes/grep.el (grep-tag-default): New function.
10078 (grep-default-command, grep-read-regexp): Use it.
10079 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10080 as default if nothing else applies.
10081
10082 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10083
10084 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10085 Throw error if buffer is not in Dired and Wdired mode, respectively.
10086
10087 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10088
10089 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10090 self-insert-command keys don't activate buttons.
10091 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10092
10093 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10094
10095 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10096 faces for enable character.
10097
10098 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10099
10100 * Makefile.in (recompile): Update comment to reflect change
10101 on 2004-04-21.
10102
10103 2006-07-27 Richard Stallman <rms@gnu.org>
10104
10105 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10106 (customize-package-emacs-version): Change msg when pkg has no entry.
10107 (custom-no-edit): On a button, do like widget-button-press.
10108
10109 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10110
10111 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10112 S-tab and C-S-tab.
10113
10114 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10115
10116 * progmodes/which-func.el (which-function): Fix documentation/
10117 comment typo.
10118
10119 2006-07-26 Richard Stallman <rms@gnu.org>
10120
10121 * textmodes/ispell.el (ispell-word): If we replace the word,
10122 move point to the end. Insert before deleting.
10123
10124 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10125
10126 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10127 a timer.
10128
10129 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10130
10131 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10132 when at first image.
10133 (tumme-forward-image): Add prefix argument. Add error when at last
10134 image.
10135
10136 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * tabify.el (tabify-regexp): Use more specific regexps.
10139 (tabify): Avoid modifying the buffer unnecessarily.
10140
10141 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10142
10143 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10144 (tumme-format-properties-string): Handle empty `buf'.
10145 (tumme-get-comment): Change variable names inside `let'.
10146 Add missing `let' variable that cause font-lock problems.
10147 (tumme-write-comments): Change variable names inside `let'.
10148 Add missing `let' variable that cause font-lock problems.
10149 (tumme-forward-image): Rename from `tumme-forward-char'.
10150 (tumme-backward-image): Rename from `tumme-backward-char'.
10151
10152 2006-07-25 Masatake YAMATO <jet@gyve.org>
10153
10154 * progmodes/ld-script.el (ld-script-keywords)
10155 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10156 and add comments.
10157
10158 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10159
10160 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10161 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10162 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10163 for status indicator.
10164
10165 2006-07-24 Richard Stallman <rms@gnu.org>
10166
10167 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10168
10169 * subr.el (dolist, dotimes): Use interned symbols for locals.
10170 (--dotimes-limit--, --dolist-tail--): New defvars.
10171 (looking-back): Doc fix.
10172
10173 * replace.el (replace-match-string-symbols): Handle dotted lists.
10174
10175 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10176
10177 * tumme.el (tumme-write-tags): Add.
10178 (tumme-write-comments): Add.
10179 (tumme-tag-files): Change to use `tumme-write-tags'.
10180 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10181 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10182 (tumme-save-information-from-widgets): Change to use
10183 `tumme-write-comments' and `tumme-write-tags'.
10184 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10185 (tumme-write-tag): Remove.
10186 (tumme-write-comment): Remove.
10187 (tumme-display-previous-thumbnail-original): Remove empty line.
10188 (tumme-widget-list): Add punctuation.
10189
10190 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10191
10192 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10193
10194 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10195
10196 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10197 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10198 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10199
10200 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10201
10202 * mouse.el (mouse-on-link-p): Doc fix.
10203
10204 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10205
10206 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10207 Handle "C-h f `".
10208
10209 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10210
10211 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10212 column.
10213
10214 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10215
10216 * textmodes/table.el: Add move-beginning-of-line and
10217 move-end-of-line to Point Motion Only Group.
10218
10219 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10220
10221 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10222
10223 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10224
10225 * startup.el (user-mail-address): Initialize from the `EMAIL'
10226 environment variable first. Document this.
10227 (command-line): Ditto.
10228
10229 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10230
10231 * help-mode.el (help-function-def, help-variable-def)
10232 (help-face-def): Print a message in the minibuffer.
10233
10234 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10235
10236 * term/xterm.el (terminal-init-xterm): Fix key bindings
10237 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10238
10239 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10240
10241 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10242 where `(nth 1 command)' is a cons cell. Doc fix.
10243
10244 * textmodes/po.el (po-find-charset): Doc fix.
10245
10246 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10247
10248 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10249 (allout-beginning-of-current-line, allout-end-of-current-line)
10250 (allout-next-visible-heading, allout-open-topic)
10251 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10252 (allout-flag-current-subtree, allout-show-to-offshoot)
10253 (allout-hide-current-entry, allout-show-current-branches)
10254 (allout-hide-region-body, allout-old-expose-topic)
10255 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10256 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10257 containing `beginning-of-line' and `end-of-line' with
10258 `inhibit-field-text-motion' t.
10259
10260 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10261
10262 * frame.el (focus-follows-mouse): Document that it doesn't have
10263 any effect on MS-Windows.
10264
10265 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10266
10267 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10268
10269 2006-07-20 Jay Belanger <belanger@truman.edu>
10270
10271 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10272
10273 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10274 New variables.
10275 (calc-alg-entry): Use `calc-alg-entry-history'.
10276 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10277 Remove reference to `calc-previous-alg-entry'.
10278 (calcAlg-edit, calcAlg-enter): Remove reference to
10279 `calc-previous-alg-entry'.
10280 (calcAlg-previous): Use `previous-history-element' instead of
10281 `calc-previous-alg-entry'.
10282 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10283 Change keybinding for `calcAlg-plus-minus', add keybindings for
10284 `previous-history-element' and `next-history-element'.
10285
10286 * calc/calc-rewr.el (calc-match): Remove reference to
10287 `calc-previous-alg-entry'.
10288
10289 * calc/calc-sel.el (calc-selection-history): New variable.
10290 (calc-enter-selection, calc-sel-mult-both-sides)
10291 (calc-sel-add-both-sides): Use `calc-selection-history'.
10292
10293 * calc/calc-map.el (calc-get-operator-history): New variable.
10294 (calc-get-operator): Use `calc-get-operator-history'.
10295
10296 * calc/calcalg3.el (calc-curve-fit-history): New variable.
10297 (calc-curve-fit): Use `calc-curve-fit-history'.
10298
10299 2006-07-20 Kenichi Handa <handa@m17n.org>
10300
10301 * international/mule-cmds.el (select-safe-coding-system): Fix the
10302 way of deciding eol-type of the coding system.
10303
10304 2006-07-20 Alan Mackenzie <acm@muc.de>
10305
10306 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10307 (c-lang-setvar): New macro.
10308 (c-make-init-lang-vars-fun): Use the initialization forms in
10309 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10310 (comment-start, comment-end, comment-start-skip): Change these from
10311 c-lang-defvar's to c-lang-setvar's.
10312
10313 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10314 which calls make-local-variable on the elements of
10315 c-emacs-variable-inits.
10316 (c-init-language-vars-for): Call this new macro.
10317
10318 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10321 Try to rule out false positives due to time stamps.
10322 (compilation-mode-font-lock-keywords): Remove rules made redundant
10323 because of the above change. Add `segmentation fault' to the known and
10324 highlighted compilation termination messages.
10325
10326 2006-07-19 Kim F. Storm <storm@cua.dk>
10327
10328 * progmodes/grep.el (grep-find-ignored-directories):
10329 Add .svn and _darcs to list.
10330
10331 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10332
10333 * dired.el (dired-mode-map): Add key binding `C-te' for
10334 `tumme-dired-edit-comment-and-tags'.
10335
10336 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10337 image display buffer is displayed before call to
10338 `tumme-display-image.
10339 (tumme-dired-display-image): Make sure image display buffer is
10340 displayed before call to `tumme-display-image.
10341 (tumme-mouse-display-image): Make sure image display buffer is
10342 displayed before call to `tumme-display-image.
10343 (tumme-widget-list): Add.
10344 (tumme-dired-edit-comment-and-tags): Add.
10345 (tumme-save-information-from-widgets): Add.
10346
10347 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10348
10349 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10350
10351 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10352
10353 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10354 Revert inadvertently installed patch hunk.
10355
10356 * progmodes/compile.el (compilation-find-file): Handle the
10357 cases where the user selects a non-existent file.
10358
10359 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10362
10363 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * subr.el (sit-for): Just sleep-for if noninteractive.
10366
10367 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10370
10371 * custom.el (custom-autoload): Add `noset' argument.
10372 (custom-push-theme): Don't autoload the variable, let callers do it.
10373 (custom-theme-set-variables): Autoload the variable if necessary.
10374
10375 * cus-edit.el (custom-variable-state-set): If the variable was
10376 originally set outside custom, but to the same value as the default,
10377 consider it to be standard.
10378
10379 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10380 file *before* telling Emacs to add the autoloads, in case it fails.
10381
10382 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10383 Use `cond', push', and `dolist'.
10384
10385 2006-07-17 Richard Stallman <rms@gnu.org>
10386
10387 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10388 Add defvars to silence warnings.
10389
10390 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10391
10392 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10393 Don't highlight "Compiling file" messages as error.
10394
10395 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10396 file already exists.
10397
10398 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10399
10400 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10401 entry, don't assign to free var; simply return the extracted filename.
10402 (ff-treat-as-special): Incorporate common preamble from callers.
10403 (ff-other-file-name, ff-find-the-other-file):
10404 Update call to ff-treat-as-special.
10405
10406 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10407
10408 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10409
10410 * tumme.el (tumme-get-comment): Fix bug.
10411
10412 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * files.el: Remove spurious * in docstrings.
10415
10416 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10417
10418 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10419 grammar.
10420 (allout-beginning-of-current-line): Beware beginning of buffer.
10421 Also, a comment is simplified.
10422 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10423 when appropriate. (This fix enables use for other than
10424 bullet-hotspot operation.)
10425 (allout-hide-current-subtree): While escalating to sibling-close,
10426 make sure to situate on a topic.
10427
10428 2006-07-14 Kim F. Storm <storm@cua.dk>
10429
10430 * emulation/cua-base.el (cua-delete-selection)
10431 (cua-toggle-set-mark): New defcustoms.
10432 (cua-rectangle-modifier-key): Add `alt' modifier.
10433 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10434 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10435 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10436
10437 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10438
10439 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10440
10441 * allout.el: Require 'cl during byte-compilation/interactive load,
10442 for the `assert' macro.
10443 (allout-mode-deactivate-hook): New hook, run when allout mode
10444 deactivates.
10445 (allout-developer): New allout customization subgroup.
10446 (allout-run-unit-tests-on-load): New allout-developer
10447 customization variable, when true allout unit tests are run towards
10448 end of file load/eval.
10449 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10450 auto-fill-mode.
10451 (allout-resumptions): Remove, to be replaced by...
10452 (allout-add-resumptions): Register variable settings to be
10453 reinstated by `allout-do-resumptions'. The settings are made
10454 buffer-local, but the locality/globality of the suspended setting
10455 is restored on resumption.
10456 (allout-do-resumptions): Reinstate all settings suspended using
10457 `allout-add-resumptions'.
10458 (allout-test-resumptions): Unit tests (and intermediate variables)
10459 for resumptions.
10460 (allout-tests-globally-unbound, allout-tests-globally-true)
10461 (allout-tests-locally-true): Intermediate variables for
10462 resumptions unit tests.
10463 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10464 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10465 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10466 instead of retired `allout-resumptions'. For hook functions, use
10467 `local' parameter so hook settings are created and removed as
10468 buffer-local settings. Revise (resumptions) setting
10469 auto-fill-function so it is set only if already active. (The
10470 related fill-function settings are all made in either case, so
10471 that activating auto-fill-mode activity will have the custom
10472 allout-mode behaviors (hanging indent on topics, if configured for it).
10473 Remove all allout-exposure-category overlays on mode deactivation.
10474 (allout-hotspot-key-handler): New function extracted from
10475 `allout-pre-command-business', so the functionality can be used
10476 for other purposes, eg as a binding in an overlay.
10477 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10478 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10479 customization variable.
10480 (allout-run-unit-tests): Run the (currently quite small)
10481 repertoire of unit tests. Called just before the provide iff user
10482 has customized `allout-run-unit-tests-on-load' non-nil.
10483
10484 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10485
10486 * emacs-lisp/authors.el (authors-aliases): Update.
10487
10488 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10489
10490 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10491 gdb-source-window. Add dedicated argument.
10492 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10493 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10494 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10495 (gdb-display-locals-buffer): Use it.
10496
10497 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10498 Set gdb-source-window.
10499
10500 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10503 minor modes, redundant with the custom-autoload line above.
10504
10505 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10506
10507 * longlines.el (longlines-post-command-function): Handle open-line too.
10508
10509 2006-07-12 Richard Stallman <rms@gnu.org>
10510
10511 * progmodes/grep.el (grep-last-buffer): Doc fix.
10512
10513 * info.el (Info-try-follow-nearest-node): Doc fix.
10514
10515 * emacs-lisp/edebug.el (edebug-instrument-function):
10516 Err if find-function-noselect gives no position.
10517
10518 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10519 If can't find definition, return nil for position.
10520 (find-function-do-it): Handle new return value
10521 of find-definition-noselect.
10522 (find-definition-noselect, find-variable-noselect): Doc fix.
10523 (find-function-noselect): Doc fix.
10524
10525 * help-mode.el (help-variable-def): Handle find-variable-noselect
10526 returning no position.
10527 (help-function-def): Likewise for find-function-search-for-symbol.
10528 (help-face-def): Likewise.
10529
10530 * help-fns.el (describe-variable): Handle find-variable-noselect
10531 returning no position.
10532
10533 * files.el (locate-file-completion): Avoid duplicates in result.
10534
10535 * cus-edit.el (custom-no-edit): New command.
10536 (custom-mode-map): Remap to custom-no-edit instead of
10537 using suppress-keymap.
10538
10539 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10540
10541 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10542 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10543 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10544
10545 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10546
10547 2006-07-11 Kim F. Storm <storm@cua.dk>
10548
10549 * ido.el (ido-copy-current-file-name): Use buffer-name if
10550 buffer-file-name is nil.
10551
10552 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10553
10554 * simple.el (undo-ask-before-discard): Set to nil.
10555
10556 * vc.el (vc-exec-after): Don't delete process manually.
10557 (vc-print-log): Run log-view-mode in process sentinel inside
10558 inhibit-read-only. Don't shrink window due to timing issues.
10559
10560 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10561 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10562
10563 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10566 Fix ambiguity introduced by last change.
10567 (compilation-find-file): Move save-excursion to where it may
10568 make sense. Fix a left over `find-file'.
10569
10570 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10571
10572 * textmodes/texinfmt.el (texinfo-format-separate-node):
10573 Insert a string before point, which fits documentation, not after.
10574 (texinfo-multitable-item): In a multitable row, insert any
10575 additional needed @tabs and spaces.
10576
10577 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10578
10579 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10580 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10581 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10582 instead of shell-command.
10583 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10584 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10585 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10586 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10587 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10588 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10589
10590 2006-07-11 Kim F. Storm <storm@cua.dk>
10591
10592 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10593 Remove special case for seconds < 0. Use (redisplay t) instead.
10594
10595 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10596
10597 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10598 avoid compilation error.
10599
10600 * subr.el (sit-for): New function.
10601
10602 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10603
10604 2006-07-10 Richard Stallman <rms@gnu.org>
10605
10606 * ldefs-boot.el (edebug): Update page.
10607
10608 2006-07-10 Kim F. Storm <storm@cua.dk>
10609
10610 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10611 to FOR-RELEASE and TODO.
10612
10613 2006-07-10 Romain Francoise <romain@orebokech.com>
10614
10615 * emacs-lisp/authors.el (authors-aliases): Update.
10616
10617 2006-07-10 Alan Mackenzie <acm@muc.de>
10618
10619 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10620 * cc-mode.el: Changes to eradicate eval-after-load.
10621
10622 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10623
10624 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10625 on non-char events.
10626
10627 2006-07-09 Romain Francoise <romain@orebokech.com>
10628
10629 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10630 Don't highlight start/end markers as compilation messages.
10631
10632 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10633 to t.
10634
10635 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10638
10639 2006-07-08 Richard Stallman <rms@gnu.org>
10640
10641 * term/x-win.el (x-handle-display): Add doc string.
10642
10643 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10644
10645 * subr.el (def-edebug-spec): Move here.
10646 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10647
10648 * imenu.el (imenu-choose-buffer-index): Doc fix.
10649
10650 2006-07-08 Romain Francoise <romain@orebokech.com>
10651
10652 * term/x-win.el (x-display-name): Fix typo.
10653
10654 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10655
10656 * hexl.el (hexl-find-file): Doc fix.
10657
10658 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10659
10660 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10661
10662 * term/x-win.el (x-display-name): Doc fix.
10663
10664 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10667 long prefixes.
10668 (fill-region-as-paragraph): Don't round up to a whole line.
10669 (fill-comment-paragraph): Don't include the code-before-the-comment
10670 when calling fill-region-as-paragraph.
10671
10672 * international/mule.el (make-char): Remove redundancy.
10673
10674 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10675 property may contain an anonymous function rather than a symbol.
10676
10677 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10678
10679 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10680 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10681
10682 * dirtrack.el (dirtrack-default-directory-function): Remove.
10683 (dirtrack-directory-function): Use file-name-as-directory.
10684 (dirtrack-windows-directory-function): Simplify.
10685 (dirtrack-forward-slash, dirtrack-backward-slash)
10686 (dirtrack-replace-slash): Remove.
10687 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10688 (dirtrack): Fix wrong parenthesizing; use match-string.
10689
10690 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10691 (inferior-octave-mode): Only change the buffer-local value of
10692 comint-dynamic-complete-functions.
10693 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10694 Move the initialization to the declaration.
10695 (inferior-octave-complete): Remove unused var `filter'.
10696
10697 * shell.el (shell-mode): Only change the buffer-local value of
10698 comint-dynamic-complete-functions.
10699
10700 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10701
10702 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10703 entry is skipped because it has been scheduled.
10704 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10705 changing `:org-archived' and `:org-comment' properties.
10706
10707 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10708
10709 * server.el (server-select-display): Don't make the temp frame
10710 minibuffer-only, in case it's not a temp frame.
10711 (server-process-filter): Don't delete the temp frame if it's the
10712 only one we have on that display.
10713
10714 * files.el (find-alternate-file): Doc fix.
10715
10716 2006-07-05 Richard Stallman <rms@gnu.org>
10717
10718 * files.el (abbreviate-file-name): Add save-match-data.
10719
10720 2006-07-03 Richard Stallman <rms@gnu.org>
10721
10722 * faces.el (read-face-name): Doc fix.
10723
10724 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10725
10726 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10727
10728 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10729
10730 * vc.el (vc-diff-internal): Fix prev change.
10731
10732 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10733
10734 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10735 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10736
10737 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
10738
10739 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
10740 fails if the symbol contains chars like ( or '.
10741 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
10742 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
10743 `short'.
10744
10745 2006-07-04 Kenichi Handa <handa@m17n.org>
10746
10747 * international/mule-cmds.el (set-language-info): If LANG-ENV is
10748 the current one, don't call set-language-environment, but call one
10749 of set-language-environment-XXX to make INFO effective now.
10750 (set-language-environment): Call set-language-environment-XXX
10751 functions instead of doing the various setups directly.
10752 (set-language-environment-coding-systems): Delete argument eol-type.
10753 (set-language-environment-input-method)
10754 (set-language-environment-nonascii-translation)
10755 (set-language-environment-charset)
10756 (set-language-environment-fontset)
10757 (set-language-environment-unibyte): New functions.
10758
10759 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
10760
10761 * locate.el (locate-update-when-revert): New option.
10762 (locate-update-path): New option (suggested by Michael Albinus).
10763 (locate-prompt-for-command): Whitespace change.
10764 (locate-update): No longer offer to update the locate database by
10765 default. Implement the two new options.
10766
10767 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
10768
10769 * tooltip.el: Move comment about track-mouse...
10770
10771 * progmodes/gud.el: ...to here.
10772
10773 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
10774
10775 * facemenu.el (facemenu-listed-faces): New var.
10776 (facemenu-unlisted-faces): Variable deleted.
10777 (facemenu-add-new-face): Use facemenu-listed-faces.
10778
10779 * emulation/viper-init.el, calendar/calendar.el:
10780 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
10781
10782 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
10783
10784 * textmodes/org.el (org-mode): Remove no invalid settings for
10785 calc embedded mode.
10786 (org-mode-p): New defsubst.
10787 (org-save-all-org-buffers): New function.
10788 (org-first-headline-recenter): Enclose outline-regexp in group
10789 delimiters.
10790 (org-set-tags): Keep single space after stars.
10791
10792 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * window.el (set-window-text-height): Only set window-min-height to
10795 1 if that's the requested size.
10796
10797 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
10798 (diff-unified->context, diff-context->unified)
10799 (diff-reverse-direction): Make sure the end marker stays at the end.
10800 (diff-mode): Add the keymap table at the end of docstring.
10801 Use lexical-let rather than constructing a closure manually.
10802
10803 * files.el (find-file-noselect-1): Remove unused var assignment.
10804 (hack-local-variables-confirm): Print lists of strings as lists of
10805 strings rather than lists of symbols.
10806 (abbreviate-file-name, hack-local-variables-prop-line):
10807 Use match-string.
10808 (hack-one-local-variable): Move `make-local-variable' nearer its use.
10809 (recover-session-finish): Use line-end-position.
10810
10811 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
10812
10813 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
10814
10815 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
10816
10817 * progmodes/make-mode.el (makefile-macroassign-regex):
10818 Accept preceding keyword.
10819 (makefile-gmake-statements): Reorganize, now that makepp has
10820 "override" and also handle forgotten "override define".
10821 (makefile-makepp-statements): Add new "global", "override export"
10822 and "override global".
10823
10824 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
10825
10826 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
10827 (ada-compile-mouse-goto-error, ada-deactivate-properties)
10828 (ada-no-auto-case): Fix typos in docstrings.
10829
10830 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
10831
10832 * info.el (Info-find-node-2): Search for makeinfo version more
10833 carefully.
10834
10835 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
10836
10837 * textmodes/org.el (org-prepare-agenda-buffers):
10838 Use `invisible-OK' argument for `org-end-of-subtree'.
10839 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
10840 (org-beginning-of-item): Fix bug in regular expression for white line.
10841 (org-export-as-html): Enforce space after bullet in plain list items.
10842 (org-set-autofill-regexps): Require space after plain list bullet
10843 for paragraph-start.
10844 (org-ts-regexp3): New constant.
10845 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
10846 (org-timestamp-up-day, org-timestamp-down-day)
10847 (org-timestamp-change): Work with inactive timestamps.
10848 (org-ts-regexp1): Don't allow brackets in time stamps.
10849
10850 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
10851
10852 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
10853 for ignoring links.
10854
10855 * faces.el (read-face-name): Use it.
10856
10857 2006-06-28 Juri Linkov <juri@jurta.org>
10858
10859 * buff-menu.el (list-buffers-noselect): Compare Info file
10860 with the string "dir" to detect Info directory.
10861
10862 * complete.el (partial-completion-mode): In lambda for
10863 `choose-completion-string-functions' use full function signature
10864 with 4 args, and move point to the end of the minibuffer only if arg
10865 `mini-p' is non-nil.
10866
10867 2006-06-28 John Paul Wallington <jpw@pobox.com>
10868
10869 * ibuffer.el (ibuffer-mode): Doc fix.
10870
10871 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
10872
10873 * textmodes/org.el (org-context): New contexts :item-bullet,
10874 :latex-fragment, :latex-preview.
10875 (org-overlays-at, org-overlay-start, org-overlay-end):
10876 New compatibility functions.
10877 (org-inside-LaTeX-fragment-p): More accurate matching, using the
10878 exact regexp that will be used during export.
10879 (org-latex-regexps): New variable.
10880 (org-cdlatex-mode): Improve advice for `texmathp'.
10881 (turn-on-org-cdlatex): New function.
10882
10883 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10884
10885 * term/mac-win.el (mac-handle-font-selection): Change keys of
10886 mac-atsu-font-table from strings to numbers.
10887 (mac-ts-caret-position): Use also when cursor-type is nil.
10888 (mac-ts-update-active-input-area): Add Mac OS Classic support.
10889 Relax condition for using overlay strings.
10890 Use mac-ts-caret-position face when cursor-type is nil.
10891
10892 2006-06-26 Kim F. Storm <storm@cua.dk>
10893
10894 * help.el (view-emacs-news): Declare `res' in the right let* form.
10895
10896 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
10897
10898 * net/rcompile.el (remote-compile): Replace ange-ftp based
10899 implementation by Tramp functions.
10900 Suggested by Marc Abramowitz <msabramo@gmail.com>.
10901
10902 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
10903
10904 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
10905
10906 * international/fontset.el (setup-default-fontset): Fix a typo in
10907 the "Oriya-Akruti" registry name.
10908
10909 2006-06-23 Lars Hansen <larsh@soem.dk>
10910
10911 * desktop.el (desktop-full-file-name): New function.
10912 (desktop-kill, desktop-save, desktop-remove, desktop-read)
10913 (desktop-revert): Use it.
10914 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
10915 (desktop-after-read-hook): Add option list-buffers.
10916 (desktop-locals-to-save): Add tab-width.
10917 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
10918 Fix docstring.
10919
10920 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
10921
10922 * textmodes/org.el (org-cdlatex-mode-map)
10923 (org-cdlatex-texmathp-advice-is-done): New variables.
10924 (org-cdlatex-mode): New minor mode.
10925 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
10926 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
10927 (org-export-with-archived-trees): New option.
10928 (org-open-file): Remove the call to `convert-standard-filename'.
10929 (org-archive-tag, org-agenda-skip-archived-trees)
10930 (org-cycle-open-archived-trees)
10931 (org-sparse-tree-open-archived-trees): New options.
10932 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
10933 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
10934 New functions.
10935 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
10936 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
10937 (org-mode-map): Add binding for `org-toggle-archive-tag'.
10938 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
10939 Call `org-prepare-agenda-buffers'.
10940 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
10941 (org-file-apps, org-file-apps-defaults-gnu)
10942 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
10943 Handle remote files by forcing them to be opened in Emacs.
10944
10945 2006-06-23 Andre Spiegel <spiegel@gnu.org>
10946
10947 * vc.el (vc-diff-knows-L): New variable.
10948 (vc-diff-internal): Use it to handle "diff" programs that don't
10949 understand -L. This works automatically, no user action is necessary.
10950
10951 2006-06-23 Daniel Brockman <daniel@brockman.se>
10952
10953 * net/rcirc.el (rcirc-default-user-full-name): Default to
10954 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
10955 longer exists).
10956 (rcirc-process-list): Check `buffer-live-p' before attempting to
10957 switch to a buffer.
10958
10959 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
10960
10961 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
10962 based on rcirc-coding-system-alist.
10963
10964 2006-06-23 Martin Rudalics <rudalics@gmx.at>
10965
10966 * cus-edit.el (customize-apropos): A better error message.
10967 (top level) <debug-ignored-errors>: Extend and update the list of
10968 ignored error messages.
10969
10970 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
10971
10972 * complete.el (PC-do-completion): Retain capitalization of user
10973 input, when possible, even if completion-ignore-case is set.
10974
10975 2006-06-23 Eli Zaretskii <eliz@gnu.org>
10976
10977 * generic-x.el (bat-generic-mode): Support .cmd files.
10978
10979 * dos-w32.el (top level): Use find-file-not-found-functions
10980 instead of the obsolete find-file-not-found-hooks.
10981
10982 2006-06-22 Kim F. Storm <storm@cua.dk>
10983
10984 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10985 to recognize mode name containing submodes, such as Grep/lw.
10986
10987 2006-06-21 Kim F. Storm <storm@cua.dk>
10988
10989 * simple.el (line-move-1): Check for move-end-of-line instead of
10990 end-of-line when setting temporary-goal-column.
10991
10992 2006-06-21 Miles Bader <miles@gnu.org>
10993
10994 * play/cookie1.el (cookie): Work properly when there's only one entry.
10995
10996 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
10997
10998 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10999 (gdb-frame-handler): Generalize frame regexp for templates.
11000
11001 2006-06-20 Glenn Morris <rgm@gnu.org>
11002
11003 * calendar/appt.el (appt-display-format): Default value must be
11004 one of the customize options.
11005
11006 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11007
11008 * term/xterm.el (terminal-init-xterm): Update key availability info.
11009 Bind C-return.
11010
11011 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11012
11013 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11014
11015 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11016 whether or not a local variables list is defined.
11017
11018 * msb.el (msb): Move `sit-for' hack here to handle both
11019 "mouse-down and drag" and "mouse-up and select" situations.
11020 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11021
11022 2006-06-20 Kenichi Handa <handa@m17n.org>
11023
11024 * international/characters.el (word-combining-categories):
11025 Add entries for 2-byte Han characters.
11026
11027 2006-06-19 Richard Stallman <rms@gnu.org>
11028
11029 * bindings.el (mode-line-format): Save some mode line space.
11030
11031 * files.el (find-file-noselect): Improve the question wording.
11032 (basic-save-buffer-2): Mask UMASK against 666.
11033
11034 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11035 (mouse-drag-vertical-line): Call it.
11036
11037 * cus-edit.el (customize-option, customize-option-other-window):
11038 Error if SYMBOL is nil.
11039
11040 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11041
11042 * textmodes/org.el: Require noutline, also on XEmacs.
11043 (org-end-of-subtree): Return point.
11044 (org-dblock-start-re, org-dblock-end-re): New constants.
11045 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11046 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11047 (org-update-all-dblocks, org-find-dblock): New functions.
11048 (org-collect-clock-time-entries): New function.
11049 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11050 (org-fixup-indentation): Modify to deal correctly with lines
11051 starting with TAB. Only one argument DIFF now.
11052 (org-demote, org-promote): Call `org-fixup-indentation' with just
11053 one argument, DIFF.
11054 (org-mode): Don't mark buffer as modified when aligning tables.
11055 (org-clock-sum): Don't mark buffer modified when adding time sum
11056 properties.
11057 (org-export-as-html): Add support for a link validation function.
11058 (org-archive-all-done): New function.
11059 (org-archive-subtree): New prefix argument. When set, archive all
11060 done subtrees in this buffer.
11061 (org-remove-clock-overlays)
11062 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11063 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11064 (org-put-clock-overlay): Don't swallow last headline character
11065 when displaying overlay.
11066 (org-store-link): Link to `image-mode' with just the file name.
11067
11068 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11069
11070 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11071 Use read-key-sequence.
11072 (viper-after-change-undo-hook): Misc enhancements.
11073 (viper-after-change-undo-hook): New hook.
11074 (viper-undo): Use viper-after-change-undo-hook.
11075 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11076 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11077 clicking on that widget/button.
11078
11079 * emulation/viper.el (viper-mode): Allow a separate cursor color
11080 in Emacs state.
11081
11082 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11083 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11084 (ediff-set-actual-diff-options): New function.
11085 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11086 Use ediff-set-actual-diff-options.
11087 (ediff-extract-diffs): Catch errors.
11088 (ediff-whitespace): Add non-breakable space.
11089 (ediff-same-file-contents): Catch errors.
11090
11091 * ediff-mult.el (ediff-collect-custom-diffs):
11092 Save coding-system-for-read.
11093
11094 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11095 (ediff-vc-internal, ediff-vc-merge-internal):
11096 Use ediff-delete-version-file.
11097 (ediff-delete-version-file): New function.
11098
11099 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11100
11101 * ediff.el (ediff-directories, ediff-directory-revisions)
11102 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11103 (ediff-directories-internal, ediff-merge-directory-revisions)
11104 (ediff-merge-directory-revisions-with-ancestor)
11105 (ediff-directories3): Use read-directory-name.
11106
11107 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11108
11109 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11110 Remove superfluous part of regexp for brace matching which is handled
11111 by `scan-lists' call.
11112
11113 2006-06-16 Richard Stallman <rms@gnu.org>
11114
11115 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11116
11117 * files.el (basic-save-buffer-2): For a new precious file,
11118 use the default modes in the return value.
11119
11120 * facemenu.el (facemenu-color-alist): Doc fix.
11121
11122 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11123
11124 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11125
11126 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11127
11128 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11129 (mac-utxt-to-string): Use it.
11130 (mac-ts-update-active-input-area): Use mac-ae-number.
11131
11132 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11133
11134 * term.el (term-handle-scroll, term-delete-lines)
11135 (term-insert-lines): Fix off by one errors.
11136
11137 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11138
11139 * net/tramp.el (tramp-touch): Use UTC to express time.
11140
11141 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11142
11143 * mail/sendmail.el (mail-send): Search explicitly for
11144 mail-header-separator when checking for corrupted header lines.
11145
11146 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11147
11148 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11149 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11150 (gdb-init-1): Initialise them.
11151 (gdb-starting): Reset gdb-printing
11152 (gdb-starting): Save value of gud-overlay-arrow-position.
11153 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11154 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11155 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11156 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11157
11158 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11161
11162 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11163
11164 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11165 (ldap-search-internal): Keep error messages, and a regexp fix.
11166
11167 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11168
11169 * files.el (hack-local-variables-confirm):
11170 Display string value using its printed representation.
11171
11172 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11173
11174 * server.el (server-edit): No-op if no server buffers exist.
11175
11176 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11177
11178 * textmodes/page-ext.el (pages-directory-for-addresses):
11179 Including `pages-directory-address-mode' in the function results
11180 in the message "Buffer in which pages were found is deleted".
11181
11182 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11183
11184 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11185 clocking functions.
11186
11187 (org-agenda-clock-in, org-check-running-clock)
11188 (org-clock-out-if-current, org-remove-clock-overlays)
11189 (org-put-clock-overlay): New functions.
11190 (org-clock-marker, org-clock-file-total-minutes)
11191 (org-clock-overlays): New variables.
11192 (org-clock-display, org-clock-sum, org-clock-cancel)
11193 (org-clock-out, org-clock-in): New commands.
11194 (org-export): New function.
11195 (org-emph-re): New constant.
11196 (org-set-emph-re, org-do-emphasis-faces): New functions.
11197 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11198 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11199 (org-export-html-convert-emphasize): Use the configurable emphasis.
11200 (org-cleaned-string-for-export): Make multiline emphasis visible
11201 to the exporter. New optional argument PARAMETERS.
11202 (org-export-as-html): Specify :emph-multiline parameter to
11203 `org-cleaned-string-for-export'.
11204
11205 2006-06-10 Richard Stallman <rms@gnu.org>
11206
11207 * help.el (help-for-help-internal): Clean up help text.
11208
11209 2006-06-10 Andreas Schwab <schwab@suse.de>
11210
11211 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11212 in doc string.
11213
11214 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11215
11216 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11217
11218 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11219 spaces after the comment start.
11220
11221 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11222
11223 * play/pong.el (pong-init-buffer):
11224 Fill buffer with spaces instead of ^A.
11225
11226 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11227 launched asynchronously, delete its process instead of being cool.
11228 (ispell-async-processp): Check for `delete-process' existence
11229 instead of `kill-process' one for consistency.
11230
11231 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11232
11233 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11234 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11235 in mode line at startup.
11236
11237 2006-06-08 Kim F. Storm <storm@cua.dk>
11238
11239 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11240 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11241 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11242 (ido-file-internal): Pass full file name to write-file.
11243 (ido-read-internal): Only pop stack elements automatically if they
11244 actually match an existing directory or file name.
11245
11246 2006-06-07 Kenichi Handa <handa@m17n.org>
11247
11248 * international/mule.el (find-auto-coding): Don't handle the short
11249 name `char-trans'.
11250
11251 * files.el (hack-local-variables-prop-line)
11252 (hack-local-variables): Cancel the previous change.
11253
11254 2006-06-06 Jesper Harder <harder@phys.au.dk>
11255
11256 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11257
11258 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11259
11260 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11261 diff-default-read-only is non-nil.
11262 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11263 (diff-refine-hunk): Set inhibit-read-only to t.
11264
11265 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11266 modifying the *Diff* buffer.
11267 (diff-process-filter): New filter function for diff process that
11268 sets inhibit-read-only to t when modifying the *Diff* buffer.
11269
11270 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11271
11272 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11273 insertion point and control the number of empty lines.
11274 (org-paste-subtree): Limit the number of empty lines at the end of
11275 the inserted tree.
11276 (org-agenda): Use buffer name of current file for narrowing.
11277 (org-export-as-xml): Command removed.
11278 (org-export-xml-type): Option removed.
11279 (org-mode-map): Call `org-export-as-xoxo' directly.
11280 (org-get-indentation): New optional argument LINE.
11281 (org-fix-indentation, org-remove-tabs): New functions.
11282 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11283 correct indentation for headlines that are converted it items.
11284 (org-skip-comments): Remove table lines that contain narrowing
11285 cookies but no other non-empty fields.
11286 (org-set-tags): Allow groups of mutually exclusive tags.
11287 (org-cmp-time): Sort 24:21 before items without time.
11288 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11289 (org-open-at-point): Require double colon also for numbers.
11290
11291 2006-06-06 Kim F. Storm <storm@cua.dk>
11292
11293 * ido.el (ido-default-file-method, ido-default-buffer-method):
11294 Make choice values consistent with corresponding command names.
11295 (ido-visit-buffer): Update accordingly. Default to selected-window.
11296
11297 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11298
11299 * progmodes/gud.el (gud-running): Fix doc string.
11300 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11301 (gud-tooltip-modes): Add python-mode.
11302 (gud-tooltip-print-command): Add pdb. Remove perldb.
11303
11304 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11305
11306 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11307 Quote $(EMACS).
11308
11309 2006-06-05 Richard Stallman <rms@gnu.org>
11310
11311 * faces.el (defined-colors): Doc fix.
11312
11313 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11314
11315 * vc.el (vc-process-filter): Inhibit undo info collection around
11316 call to insert.
11317 (vc-setup-buffer): Likewise for call to erase-buffer.
11318 (vc-do-command): Likewise for call to process-file.
11319
11320 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11321
11322 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11323 for gud-go.
11324 (gud-common-init): Other debuggers may trigger error.
11325
11326 2006-06-05 Kenichi Handa <handa@m17n.org>
11327
11328 * international/mule.el (find-auto-coding):
11329 Handle enable-character-translation in file header.
11330
11331 2006-06-04 Kim F. Storm <storm@cua.dk>
11332
11333 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11334 (authors-fixed-entries): Fix spelling.
11335 (authors-canonical-file-name): Don't report error for wildcards.
11336
11337 * help.el (view-emacs-news): Rewrite to support new NEWS,
11338 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11339 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11340 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11341
11342 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11343
11344 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11345 exec constructs like `foo bar`.
11346 (sh-quoted-subshell): New helper function to search for a possibly
11347 nested subshell (like `` or $()) within a "" quoted string.
11348 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11349 (sh-apply-quoted-subshell): Flag quote characters inside a
11350 subshell, which is itself already in a quoted region, as
11351 punctuation, since this is the closest to what they actually are.
11352 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11353 sh-apply-quoted-subshell.
11354 (sh-font-lock-syntactic-face-function): Apply the new face for
11355 text inside `` instead of the old font-lock-string-face.
11356
11357 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11358
11359 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11360 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11361 (mac-bytes-to-text-range, mac-ae-text-range-array)
11362 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11363 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11364 (mac-ts-unicode-for-key-event): New functions.
11365 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11366 (mac-handle-font-selection): Use mac-ae-number.
11367 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11368 New variables.
11369 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11370 (mac-ts-converted-text, mac-ts-selected-converted-text)
11371 (mac-ts-block-fill-text, mac-ts-outline-text)
11372 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11373 (mac-ts-hilite-style-faces): New constant.
11374 (mac-apple-event-map): Bind text input events.
11375 (mac-dispatch-apple-event): Use command-execute instead of
11376 call-interactively.
11377 (global-map): Don't bind mac-apple-event.
11378 (special-event-map): Bind mac-apple-event.
11379
11380 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11381
11382 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11383 file name.
11384 (emacs): Enclose the value of $(EMACS) in quotes.
11385
11386 2006-06-02 Juri Linkov <juri@jurta.org>
11387
11388 * international/mule.el (sgml-html-meta-auto-coding-function):
11389 Remove the condition `(search-forward "<html" size t)'.
11390 Replace `\"' with `[\"']?' in `re-search-forward'.
11391
11392 2006-06-02 Kenichi Handa <handa@m17n.org>
11393
11394 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11395 as well as `coding'.
11396 (hack-local-variables): Likewise.
11397
11398 * international/mule.el (enable-character-translation):
11399 Put permanent-local and safe-local-variable properties.
11400 (find-auto-coding): Handle char-trans: tag.
11401
11402 2006-06-02 Juri Linkov <juri@jurta.org>
11403
11404 * international/mule.el (sgml-html-meta-auto-coding-function):
11405 Limit the search by the end of the HTML header (if any).
11406
11407 2006-06-01 Richard Stallman <rms@gnu.org>
11408
11409 * subr.el (with-current-buffer): Doc fix.
11410
11411 2006-06-02 Masatake YAMATO <jet@gyve.org>
11412
11413 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11414 Almost rewrite. Underlines over all lines of gcov output are too
11415 uncomfortable to read. Suggested by Dan Nicolaescu.
11416
11417 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11418
11419 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11420
11421 * shell.el (shell-mode): Use shell-mode-map in docstring.
11422
11423 * comint.el (comint-send-input): Do not add help-echo and
11424 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11425
11426 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11427
11428 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11429
11430 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11431
11432 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11433 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11434 look up the stack and pop up GUD buffer if necessary.
11435 (gdb-frames-select): Remove redundant call to gud-display-frame.
11436 (gdb-info-threads-custom): Keep point at start of buffer.
11437 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11438
11439 2006-05-31 Juri Linkov <juri@jurta.org>
11440
11441 * replace.el (query-replace-read-from, query-replace-read-to):
11442 Bind `history-add-new-input' to nil. Call `add-to-history'.
11443
11444 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11445
11446 * textmodes/table.el: Convert all HTML tags to lower case for
11447 XHTML compatibility.
11448
11449 2006-05-31 Masatake YAMATO <jet@gyve.org>
11450
11451 * progmodes/compile.el:
11452 (compilation-error-regexp-alist-alist::gcov-called-line):
11453 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11454
11455 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11456
11457 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11458 Revert inadvertent changes made with last commit.
11459
11460 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11461
11462 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11463 New functions.
11464
11465 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11466
11467 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11468
11469 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11470 only matches in the right place.
11471 (org-upcoming-deadline): New face.
11472 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11473 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11474 and make it an option.
11475 (org-export-ascii-bullets): New option.
11476 (org-export-as-html): Many changes to emit valid XHTML.
11477 (org-par-open): New variable.
11478 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11479 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11480 (org-timeline): Pass `org-timeline-show-empty-dates' to
11481 `org-get-all-dates'. Interpret empty dates returned by
11482 `org-get-all-dates'.
11483 (org-get-all-dates): New argument EMPTY. Add dates without
11484 entries to the list, mark large ranges of empty dates.
11485 (org-point-in-group, org-context): New functions.
11486
11487 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11488
11489 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11490
11491 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11492 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11493 to C-mouse-3 (for 2 button mice).
11494 (gdb-send): Do the right thing for C-d.
11495
11496 * speedbar.el (speedbar-detach): Delete.
11497 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11498 it breaks things.
11499 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11500
11501 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11502
11503 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11504 Makeppfile.
11505
11506 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11507 Add makepp diagnostic.
11508
11509 2006-05-29 Richard Stallman <rms@gnu.org>
11510
11511 * window.el (fit-window-to-buffer): Doc fix.
11512
11513 * help.el (temp-buffer-max-height): Doc fix.
11514
11515 * subr.el (with-current-buffer): Doc fix.
11516
11517 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11518
11519 * term/x-win.el: Bind F10 to menu-bar-start if available.
11520
11521 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11522
11523 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11524 uses with a simple test.
11525 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11526 (term-send-raw-string, term-send-raw, term-mouse-paste)
11527 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11528 (term-handle-exit, term-read-input-ring)
11529 (term-previous-matching-input-string)
11530 (term-previous-matching-input-string-position)
11531 (term-previous-matching-input-from-input)
11532 (term-replace-by-expanded-history, term-send-input)
11533 (term-skip-prompt, term-bol, term-send-invisible)
11534 (term-kill-input, term-delchar-or-maybe-eof)
11535 (term-backward-matching-input, term-check-source)
11536 (term-proc-query, term-emulate-terminal)
11537 (term-handle-colors-array, term-process-pager, term-pager-line)
11538 (term-pager-bob, term-unwrap-line, term-word)
11539 (term-dynamic-complete-filename)
11540 (term-dynamic-complete-as-filename)
11541 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11542 unlesses.
11543
11544 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11545
11546 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11547 during bootstrapping.
11548
11549 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11550 Basically undo the change of 2006-05-26: use extra arguments instead of
11551 dynamic scoping.
11552 (ewoc-locate): Remove unused var `footer'.
11553
11554 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11555
11556 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11557
11558 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11559 (generate-file-autoloads): Obey it. Return whether autoloads were
11560 added at point or not.
11561 (update-file-autoloads): Use this new return value.
11562 Remove redundant test for the presence of an autoload cookie.
11563
11564 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11565 This one calls hack-local-variables.
11566 (generate-file-autoloads, update-file-autoloads): Use it.
11567
11568 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11569 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11570 (bibtex-sort-entry-class-alist): Don't set the global value.
11571 (bibtex-init-sort-entry-class-alist): New fun.
11572 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11573 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11574 of bibtex-init-sort-entry-class.
11575
11576 2006-05-28 Richard Stallman <rms@gnu.org>
11577
11578 * subr.el (load-history-regexp): If FILE is relative, insist
11579 entire last name component must match it.
11580 (load-history-filename-element, load-history-regexp): Doc fixes.
11581
11582 2006-05-29 Kim F. Storm <storm@cua.dk>
11583
11584 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11585 `pos' and `raw-data' for clarity, as eval forms may access these.
11586
11587 2006-05-28 Kim F. Storm <storm@cua.dk>
11588
11589 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11590
11591 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * progmodes/make-mode.el (makefile-browser-map)
11594 (makefile-mode-syntax-table): Move initialization inside declaration.
11595 (makefile-fill-paragraph): Use the default comment-filling code.
11596
11597 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11598
11599 * replace.el (query-replace-defaults): New variable.
11600 (query-replace-read-from): Use `query-replace-defaults' for
11601 default value, instead of history list.
11602 (query-replace-read-to): Update `query-replace-defaults'.
11603
11604 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11605
11606 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11607 with no X toolkit.
11608
11609 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11610
11611 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11612 (tumme-show-all-from-dir): Add autoload.
11613
11614 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11615
11616 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11617 (tumme-remove-tag): Fix bug.
11618
11619 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11620
11621 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11622 FOOTER args. Update unique caller.
11623 (ewoc-delete): Compute last node once before looping.
11624 (ewoc--node-branch): Merge into unique caller.
11625 (ewoc--node): Don't define constructor make-ewoc--node for this
11626 structure.
11627 (ewoc): Add member `hf-pp' to this structure.
11628 (ewoc--wrap): New func.
11629 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11630 header/footer pretty-printers. Save header/footer pretty-printer.
11631 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11632
11633 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11634
11635 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11636
11637 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11638 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11639 Tag'. Change "Compare directories..." to "Change Directories...".
11640 Move tumme commands to Operate, Regexp and Immediate menus.
11641 Change "Add Comment" to "Add Image Comment". Change "Add Image
11642 Tag" to "Add Image Tags".
11643
11644 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11645 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11646 `tumme-delete-tag'.
11647
11648 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11649
11650 * shell.el (shell-mode): Call shell-dirtrack-mode after
11651 list-buffers-directory is made a local variable, to avoid setting
11652 the default value.
11653
11654 2006-05-26 Kevin Ryde <user42@zip.com.au>
11655
11656 * info.el (Info-index-next): Use where-is-internal to report
11657 actual binding of Info-index-next, rather than hard-coded `,'.
11658
11659 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11660
11661 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11662 and "Find Command in Manual" to here.
11663
11664 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11665 Info-current-file as the file name.
11666
11667 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11668
11669 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11670 overrides will now be done a different way.
11671 (ses-set-parameter): Reapply this function for undo.
11672 (ses-set-header-row): Reconstruct header row during undo.
11673 (ses-widen): New function.
11674 (ses-goto-data, ses-reconstruct-all): Use new function.
11675 (ses-command-hook): Widen buffer during undo, before unupdating
11676 the cells.
11677 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11678 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11679 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11680 formula hasn't been executed yet.
11681
11682 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11683
11684 * comint.el (comint-kill-whole-line): Rename arg to count.
11685 Fix doc string.
11686
11687 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11688
11689 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11690 to copy-file.
11691
11692 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11693
11694 * simple.el (toggle-truncate-lines): Make arg optional for
11695 backward compatibility.
11696
11697 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11698
11699 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11700 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11701 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11702 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11703 (ewoc--adjust): Use ewoc--current-dll.
11704 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11705
11706 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11707
11708 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11709 compact error message.
11710 (org-tags-view): Refresh category table in each file.
11711 (org-table-justify-field-maybe): Remove superfluous arguments to
11712 `format'.
11713 (org-export-as-html): Insert "<p>" before postamble.
11714 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11715
11716 2006-05-26 Kenichi Handa <handa@m17n.org>
11717
11718 * textmodes/po.el (po-find-charset): Pay attention to the case
11719 FILENAME is a cons (NAME . BUFFER).
11720 (po-find-file-coding-system-guts): Likewise.
11721
11722 * arc-mode.el (archive-set-buffer-as-visiting-file):
11723 Call find-operation-coding-system with (FILENAME . BUFFER).
11724
11725 * tar-mode.el (tar-extract): Call find-operation-coding-system
11726 with (FILENAME . BUFFER).
11727
11728 * international/mule.el (decode-coding-inserted-region):
11729 Call find-operation-coding-system with (FILENAME . BUFFER).
11730
11731 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11732
11733 * image-mode.el (image-toggle-display): Use buffer contents to
11734 generate image for a remote file.
11735
11736 2006-05-25 Juri Linkov <juri@jurta.org>
11737
11738 * replace.el (query-replace-read-from, query-replace-read-to):
11739 Remove 8th arg KEEP-ALL in read-from-minibuffer.
11740
11741 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
11742
11743 * whitespace.el (whitespace-cleanup): Change to cleanup
11744 region if one is active.
11745 * whitespace.el (whitespace-cleanup-internal): New internal method.
11746
11747 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11748
11749 * dired.el (dired-mode-map): Add help-echo strings to tumme
11750 commands. Bind `tumme-dired-display-image' to C-t i.
11751
11752 * tumme.el (tumme-display-image): Change documentation string slightly.
11753 (tumme-dired-display-image): Add call to `display-buffer'.
11754
11755 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
11756
11757 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
11758 Signal error if RAW-DATA is a multibyte string.
11759
11760 2006-05-24 Richard Stallman <rms@gnu.org>
11761
11762 * subr.el (with-local-quit): When handling `quit' signal,
11763 make a chance for quit-flag to cause a quit.
11764
11765 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
11766 (ad-disable-advice): Add autoloads.
11767
11768 * subr.el (read-passwd): Copy PROMPT before changing its properties.
11769
11770 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11771
11772 * dired.el (dired-mode-map): Change menu items for tumme as per
11773 suggestions in emacs-devel.
11774
11775 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11776
11777 * dired.el (dired-mode-map): Fix breakage.
11778
11779 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
11780
11781 * tumme.el (tumme-display-dired-image): Rename to...
11782 (tumme-dired-display-image): ...this.
11783 (tumme-track-movement): Change default value to t.
11784 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
11785 used from `tumme-next-line-and-display' and similar commands.
11786
11787 * dired.el (dired-mode-map): Add Thumbnail submenu under the
11788 Immediate menu. Add some tumme commands there.
11789
11790 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
11791
11792 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
11793
11794 2006-05-24 Chong Yidong <cyd@mit.edu>
11795
11796 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
11797 menu entries that open submenus.
11798
11799 2006-05-24 Alan Mackenzie <acm@muc.de>
11800
11801 * startup.el (command-line): For names of preloaded files, don't
11802 append ".elc" (now done in Fload), and call file-truename on the
11803 lisp directory.
11804
11805 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
11806 match ANY loaded file with the right name, not just those in
11807 load-path. Put a regexp matching the file name into
11808 after-load-alist, rather than the name itself.
11809
11810 * subr.el (load-history-regexp, load-history-filename-element)
11811 (do-after-load-evaluation): New functions.
11812
11813 * international/mule.el (load-with-code-conversion): Do the
11814 eval-after-load stuff by calling do-after-load-evaluation.
11815
11816 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
11817
11818 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
11819 has not been killed.
11820
11821 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11822
11823 * term/mac-win.el: Set idle timer to clean up expired Apple events.
11824 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
11825 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
11826 Optionally set error message in reply.
11827
11828 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
11829
11830 * textmodes/org.el (org-open-at-point): Use renamed variable
11831 `org-confirm-shell-link-function'.
11832 (org-confirm-shell-link-function): Rename from
11833 `org-confirm-shell-links'.
11834 (org-export-directory): New function.
11835 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
11836 (org-export-icalendar): Use `org-export-directory'.
11837 (org-indent-item): Keep cursor position.
11838 (org-link-file-path-type): New option.
11839 (org-export-as-html): Fix bug with plain lists starting in
11840 column 0.
11841 (org-export-as-html): Remove deadline formatting, this happens
11842 now already in `org-html-handle-time-stamps'.
11843 (org-export-html-style): Deadline class removed.
11844 (org-insert-labeled-timestamps-at-point): New option.
11845 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
11846 of `hide-sublevels 1', in case the first headline is not level 1.
11847 (org-overview, org-content): New fuction.
11848 (org-cycle-global-status, org-cycle-subtree-status): Make these
11849 variables buffer-local.
11850 (org-global-cycle): New command.
11851 (org-shifttab): Use `org-global-cycle'.
11852 (org-insert-heading, org-insert-item): Go to end of new
11853 headline/item after creating it.
11854 (org-export-visible): Rename from `org-export-copy-visible'.
11855 Now creates a temporary org-file and applies an exporting command
11856 to it.
11857 (org-table-eval-formula): Support for lisp forms.
11858 (org-agenda-todo-ignore-scheduled): New option.
11859 (org-agenda-get-todos): Use new option
11860 `org-agenda-todo-ignore-scheduled'.
11861 (org-export-html-inline-images): New value `maybe'.
11862 (org-export-as-html): Inlining of images dependent on link description.
11863 (org-archive-subtree): Check for end-of-buffer before trying
11864 `kill-line'.
11865 (org-agenda-follow-mode): New option.
11866 (org-export-with-tags, org-export-with-timestamps): New options.
11867 (org-html-handle-time-stamps): New function.
11868 (org-keyword-time-regexp): New variable.
11869 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
11870 (org-agenda-todo-list-sublevels): New option.
11871 (org-html-level-start): When TITLE is nil, just close all levels.
11872 (org-parse-key-lines, org-parse-export-options): Remove functions,
11873 replaced by `org-infile-export-plist'.
11874 (org-combine-plists, org-infile-export-plist)
11875 (org-default-export-plist): New functions.
11876 (org-export-html-preamble, org-export-html-postamble)
11877 (org-export-html-auto-preamble, org-export-html-auto-postamble):
11878 New variables.
11879 (org-export-publishing-directory): New option.
11880 (org-export-as-html, org-export-as-ascii): Use the new property
11881 lists for settings.
11882 (org-export-copy-visible, org-export-as-xoxo):
11883 Respect `org-export-publishing-directory'.
11884 (org-link-search, org-store-link, org-file-apps): Support for
11885 links to BibTeX database entries..
11886 (org-get-current-options, org-set-regexps-and-options):
11887 Implement logging as a startup option.
11888 (org-store-link): Make sure context string is never empty
11889 (org-insert-link): Use relative path when possible.
11890 (org-at-item-checklet-p): New function.
11891 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
11892 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
11893 (org-metaright, org-metaup, org-metadown, org-shiftup)
11894 (org-shiftdown, org-shiftright, org-shiftleft)
11895 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
11896 Dispatch using `call-interactively'.
11897 (org-call-with-arg): New defsubst.
11898 (org-tag-alist, org-use-fast-tag-selection): New options.
11899 (org-complete): Use `org-tag-alist'.
11900 (org-fast-tag-insert, org-fast-tag-selection): New functions.
11901 (org-next-item, org-previous-item): New commands.
11902 (org-beginning-of-item, org-end-of-item): Add (interactive) to
11903 make command.
11904 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
11905
11906 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
11907
11908 * emacs-lisp/ewoc.el (ewoc-delete): New function.
11909 (ewoc-filter): Use `ewoc-delete'.
11910
11911 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
11912
11913 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
11914
11915 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
11916 Signal more user-friendly error messages.
11917
11918 * complete.el (PC-do-completion): Undo the addition of implicit
11919 wildcards if they did not lead to finding any match.
11920 (read-file-name-internal): Don't add the final > if the completion is
11921 not finished.
11922
11923 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
11924
11925 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
11926 Quote safe-local-variable predicate.
11927
11928 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11929
11930 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
11931
11932 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11933
11934 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
11935
11936 * progmodes/make-mode.el (makefile-special-targets-list)
11937 (makefile-macro-table, makefile-target-table): Mark as risky.
11938 (makefile-query-one-target-method): Make this the alias for the
11939 following variable.
11940 (makefile-query-one-target-method-function): Make this the real name.
11941
11942 * textmodes/artist.el (artist-text-renderer): Make this the alias
11943 for the following variable.
11944 (artist-text-renderer-function): Make this the real name.
11945
11946 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
11947 the alias for the following variable.
11948 (flyspell-generic-check-word-predicate): Make this the real name.
11949
11950 * textmodes/ispell.el (ispell-format-word): Make this the alias
11951 for the following variable.
11952 (ispell-format-word-function): Make this the real name.
11953 (ispell-message-text-end): Mark as risky.
11954
11955 * skeleton.el (skeleton-transformation, skeleton-filter)
11956 (skeleton-pair-filter): Make these the aliases for the following
11957 variables.
11958 (skeleton-transformation-function, skeleton-filter-function)
11959 (skeleton-pair-filter-function): Make these the real names.
11960
11961 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
11962 and skeleton-pair-filter-function.
11963
11964 * textmodes/sgml-mode.el (sgml-transformation): Make this the
11965 alias for the following variable.
11966 (sgml-transformation-function): Make this the real name.
11967 (sgml-tag-alist): Mark as risky.
11968
11969 2006-05-21 Richard Stallman <rms@gnu.org>
11970
11971 * simple.el (kill-region): Interactively, pass point, then mark.
11972
11973 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
11974
11975 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11976
11977 2006-05-21 Romain Francoise <romain@orebokech.com>
11978
11979 * dired-x.el (dired-mode-map): Don't bind M-g.
11980
11981 2006-05-20 Richard Stallman <rms@gnu.org>
11982
11983 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11984 (dired-goto-file): Doc fix.
11985
11986 2006-05-21 Kim F. Storm <storm@cua.dk>
11987
11988 * emulation/cua-base.el: Mention customizing cua-mode as alternative
11989 way to enable built-in cua-mode if user loads older CUA-mode package.
11990
11991 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11992 if default-filename is specified.
11993
11994 2006-05-20 Eli Zaretskii <eliz@gnu.org>
11995
11996 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11997
11998 * info.el (info-apropos): Make sure current-file and current-node
11999 have non-nil values. Speed up by using add-to-list instead of
12000 manual consing.
12001
12002 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12003
12004 * progmodes/make-mode.el (makefile-mode): Doc fix.
12005
12006 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12007
12008 * dired-aux.el (dired-do-shell-command): Doc fix.
12009
12010 2006-05-20 Kevin Ryde <user42@zip.com.au>
12011
12012 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12013 ``(custom-manual :tag "Foo" "(foo)Node")''.
12014
12015 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12016
12017 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12018 value is an integer.
12019
12020 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12021
12022 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12023 "format".
12024 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12025
12026 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12027
12028 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12029 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12030
12031 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12032
12033 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12034 regexp for keywords.
12035
12036 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12037
12038 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12039 replace-regexp-in-string.
12040
12041 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12042 encode, and escape file name on conversion to URL.
12043
12044 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12045
12046 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12047 Don't unescape URL.
12048 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12049
12050 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12051 on conversion to URLs.
12052
12053 * net/browse-url.el (browse-url-file-url): Encode file name on
12054 conversion to URL.
12055
12056 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12057 conversion to URL.
12058
12059 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12060
12061 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12062
12063 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12064
12065 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12066 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12067
12068 2006-05-19 Glenn Morris <rgm@gnu.org>
12069
12070 * calendar/diary-lib.el (diary-bahai-date)
12071 (list-bahai-diary-entries, mark-bahai-diary-entries)
12072 (mark-bahai-calendar-date-pattern): Not interactive.
12073 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12074 (diary-entries-list): Change format of 4th element in each entry.
12075 (diary-list-entries): Use add-to-diary-list.
12076 (diary-goto-entry): Handle the case where the buffer visiting the
12077 diary has been killed.
12078 (fancy-diary-display): Add 'locator to button rather than 'marker.
12079 Only generate temp-face when there are marks to apply.
12080 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12081 (diary-fancy-date-pattern): New variable.
12082 (diary-time-regexp): Doc fix.
12083 (diary-anniversary, diary-time): New faces.
12084 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12085 diary-time-regexp. Add font-lock-multiline property where needed.
12086 Use new faces diary-anniversary and diary-time.
12087 (diary-fancy-font-lock-fontify-region-function): New function, to
12088 handle multiline font-lock pattern in fancy diary.
12089 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12090 (diary-font-lock-keywords): Tweak time regexp. Use new face
12091 diary-time.
12092
12093 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12094
12095 * international/code-pages.el (mik): Table corrected.
12096
12097 2006-05-18 Kim F. Storm <storm@cua.dk>
12098
12099 * progmodes/grep.el (grep-find): Don't check grep-find-command
12100 before running command (breaks non-interactive usage).
12101
12102 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12103
12104 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12105 (ewoc--insert-new-node): Don't insert trailing newline.
12106 Instead, adjust successor nodes's start markers.
12107 (ewoc--refresh-node): Delete all text from current node's start
12108 marker to the next one's; adjust successor nodes's start markers.
12109 (ewoc--create): Doc fixes.
12110 (ewoc--refresh): Don't insert newline.
12111 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12112 * pcvs.el (cvs-make-cvs-buffer):
12113 Specify extra newline for ewoc's header and footer.
12114 (cvs-update-header): Update initial header recognition.
12115 Append newline to final header and footer values.
12116 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12117
12118 2006-05-17 Richard Stallman <rms@gnu.org>
12119
12120 * files.el (file-name-extension): Doc fix.
12121
12122 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12123
12124 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12125 we can explicitly enable/disable rather than toggle.
12126 (shell-mode): Use it.
12127 (shell-cd): Don't try to reproduce what `cd' does.
12128
12129 2006-05-17 Kim F. Storm <storm@cua.dk>
12130
12131 * ido.el (ido-read-internal): Use only nondirectory part of
12132 default item.
12133
12134 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12135
12136 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12137 (ewoc-nth): Doc fix.
12138
12139 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12140
12141 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12142
12143 * international/mule.el (auto-coding-alist): Add .lha to files
12144 read with no-conversion.
12145
12146 * files.el (auto-mode-alist): Add .lha files to archive file
12147 extensions.
12148
12149 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12150 Convert csize to integer when computing offsets within the
12151 compressed archive file.
12152
12153 2006-05-16 Kim F. Storm <storm@cua.dk>
12154
12155 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12156 with read-from-minibuffer.
12157
12158 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12159
12160 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12161 (byte-compile-warnings): Fix safe-local-variable property.
12162
12163 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12164
12165 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12166 (allout-stylish-prefixes, allout-numbered-bullet)
12167 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12168 predicates to qualify `safe-local-variable' property, when
12169 available, else use equivalent lambda.
12170 (allout-current-topic-collapsed-p): Do the right thing regarding
12171 trailing blank lines.
12172
12173 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12174
12175 * server.el (server-start): Only create a directory if needed.
12176 (server-edit, server-unload-hook): server-start => server-mode.
12177 (kill-emacs-hook): Cleanup upon exit.
12178
12179 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12180
12181 * hexl.el (hexlify-buffer): Encode process arguments manually.
12182
12183 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12184
12185 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12186 call to gdb-tooltip-print.
12187
12188 2006-05-15 Romain Francoise <romain@orebokech.com>
12189
12190 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12191 systems, default to "tar" since those systems probably have GNU tar.
12192
12193 2006-05-14 Lars Hansen <larsh@soem.dk>
12194
12195 * desktop.el (desktop-missing-file-warning): Fix docstring.
12196 (desktop-restore-file-buffer): Correct question asked on missing file.
12197
12198 2006-05-14 Kim F. Storm <storm@cua.dk>
12199
12200 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12201 Add CUA move property.
12202
12203 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12204
12205 * custom.el (custom-push-theme): Load the variable before checking
12206 its `standard-value'.
12207
12208 2006-05-13 Lars Hansen <larsh@soem.dk>
12209
12210 * desktop.el (desktop-save): Use with-temp-buffer.
12211
12212 2006-05-12 Glenn Morris <rgm@gnu.org>
12213
12214 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12215 * calendar/calendar.el (calendar-mode-map):
12216 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12217 * calendar/appt.el (appt-check, appt-make-list): Refer to
12218 diary-view-entries, diary-list-entries, diary-show-all-entries
12219 rather than obsolete aliases.
12220
12221 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12222
12223 * simple.el (line-move-finish): Avoid calling point motion hooks
12224 while processing intangibility.
12225
12226 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12227
12228 * term/xterm.el (terminal-init-xterm): Fix typo.
12229
12230 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12231
12232 * allout.el (allout-view-change-hook): Mark as being deprecated,
12233 to be replaced by `allout-exposure-change-hook'.
12234 (allout-exposure-change-hook): New, replacing
12235 `allout-view-change-hook'.
12236 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12237 in addition to `allout-view-change-hook'.
12238 (allout-show-bodies, allout-old-style-prefixes)
12239 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12240 lambda forms to prevent their showing up in variable help
12241 presentations as inscrutable byte-compiled code.
12242 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12243 Use string-or-null-p to qualify safe-local-variable values.
12244 (allout-reindent-bodies): Use memq to qualify matches against
12245 valid safe-local-variable values. Also, quote the lambda as above.
12246 (allout-use-mode-specific-leader): Add missing candidate-value
12247 symbols, use memq, and quote the lambda.
12248 (allout-overlay-interior-modification-handler): Remove unused
12249 variables `msg' and 'opened'.
12250 (allout-hidden-p): Constrain invisibility consideration to allout's
12251 invisibility spec, disregarding invisibility for other reasons.
12252
12253 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12254
12255 * files.el (version-control): Correct safe values.
12256
12257 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12258
12259 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12260
12261 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12262 (ewoc--insert-new-node): New func.
12263 Update callers of deleted funcs to use it, instead.
12264
12265 2006-05-11 Glenn Morris <rgm@gnu.org>
12266
12267 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12268 obsolete alias `show-all-diary-entries'.
12269 (make-diary-entry): Not interactive.
12270 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12271 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12272 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12273 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12274 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12275 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12276
12277 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12278
12279 * calendar/calendar.el (calendar-french-date-string)
12280 (calendar-mayan-date-string, calendar-chinese-date-string)
12281 (calendar-astro-date-string, calendar-iso-date-string)
12282 (calendar-islamic-date-string, calendar-bahai-date-string)
12283 (calendar-hebrew-date-string, calendar-coptic-date-string)
12284 (calendar-ethiopic-date-string, calendar-persian-date-string):
12285 These functions are not interactive.
12286
12287 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12288
12289 * files.el: Balance parentheses.
12290
12291 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12292
12293 * files.el, newcomment.el, outline.el, simple.el,
12294 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12295 * progmodes/cc-vars.el, progmodes/compile.el:
12296 Move `safe-local-variable' declarations to the respective files.
12297
12298 * help-fns.el (describe-variable): Don't print safe-var if it is
12299 byte-code. Improve wording as suggested by Luc Teirlinck.
12300
12301 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12302
12303 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12304 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12305 Use a token for pending-triggers to ensure gdb-var-update
12306 gets called once per user input again for pre-GDB 6.4.
12307 (gdb-var-delete): Match on more complex expressions.
12308 (gdb-var-list-children-handler, gdb-var-create-handler):
12309 Use a token for consistency.
12310
12311 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12312
12313 * textmodes/org.el (org-read-date, org-goto-calendar)
12314 (org-agenda-goto-calendar):
12315 Bind `view-calendar-holidays-initially' to nil.
12316
12317 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12318
12319 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12320 Update all callers to do it there, instead.
12321
12322 2006-05-10 Glenn Morris <rgm@gnu.org>
12323
12324 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12325 prefix arg case, to avoid view-diary-entries-initially error.
12326 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12327 (calendar-date-is-legal-p): Handle dates with no day part.
12328
12329 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12330
12331 * comint.el (comint-insert-input): Just make it when
12332 comint-use-prompt regexp is nil (default) and with the mouse.
12333 (comint-copy-old-input): Reinstate from 2004-06-23.
12334 (comint-mode-map): Bind C-c C-m to it.
12335
12336 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12337
12338 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12339 Remove spurious move to point-max (new comint behavior fixes).
12340
12341 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12342 compatibility function (Emacs 18/19).
12343 (idlwave-is-continuation-line): Always return point at start of
12344 previous non-blank continuation line.
12345 (keyword-parameters): Fix continued comment font-lock matcher.
12346 (idlwave-font-lock-fontify-region): Written, use as
12347 font-lock-fontify-region-function, to fix continued keyword
12348 fontification issues.
12349
12350 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12351
12352 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12353 (mac-service-selection, mac-service-open-file)
12354 (mac-service-open-selection, mac-service-mail-selection)
12355 (mac-service-mail-to, mac-service-insert-text): Rename from
12356 mac-services-*. All uses changed.
12357 (mac-apple-event-map): Rename event symbol `services' to `service'.
12358
12359 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12360
12361 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12362 (ewoc--node-enter-first, ewoc--node-enter-last)
12363 (ewoc--delete-node-internal): Merge funcs into unique callers.
12364
12365 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12366
12367 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12368 return value of read-from-minibuffer for empty input.
12369
12370 2006-05-09 Miles Bader <miles@gnu.org>
12371
12372 * comint.el (comint-insert-input): Remove redundant calls to setq
12373 and goto-char.
12374
12375 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12376
12377 * comint.el (comint-insert-input): Make it work when
12378 comint-use-prompt-regexp is t.
12379
12380 2006-05-10 Miles Bader <miles@gnu.org>
12381
12382 * subr.el (field-at-pos): New function.
12383
12384 * comint.el (comint-insert-input): Use it.
12385
12386 2006-05-09 Juri Linkov <juri@jurta.org>
12387
12388 * battery.el (battery-linux-proc-acpi): Also try
12389 `/proc/acpi/thermal_zone/THR2/temperature'.
12390
12391 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12392 for now unused lambda `string-or-null'.
12393
12394 * add-log.el (change-log-default-name): Put `string-or-null-p'
12395 instead of lambda on `safe-local-variable' property.
12396
12397 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12398 `region-end' instead of `mark' and `point'.
12399 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12400 Operate on region in Transient Mark mode when the mark is active.
12401 Use `region-beginning' and `region-end' instead of `mark' and
12402 `point'.
12403 (diff-hunk-text, diff-goto-source): Doc fix.
12404
12405 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12406 face `mode-line-buffer-id' for mode-line buffer face instead of
12407 hard-coded `(:weight bold)'.
12408
12409 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12410 buffer-undo-list to t (undo-ask is reproducible by visiting
12411 nested archives).
12412
12413 2006-05-09 Kim F. Storm <storm@cua.dk>
12414
12415 * progmodes/grep.el (rgrep): Set default directory of *grep*
12416 buffer if we start M-x rgrep in the *grep* buffer and choose
12417 a different base directory.
12418
12419 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12420
12421 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12422 completion also when ido is loaded.
12423
12424 2006-05-09 Masatake YAMATO <jet@gyve.org>
12425
12426 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12427 "warning" and "import".
12428 (cpp-font-lock-keywords): Added "warning".
12429
12430 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12431
12432 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12433
12434 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12437 pages at a time, if we signal the end, we should indeed reach that end.
12438
12439 2006-05-08 David Reitter <david.reitter@gmail.com>
12440
12441 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12442 output during execution of the body.
12443
12444 2006-05-08 Kim F. Storm <storm@cua.dk>
12445
12446 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12447
12448 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12449
12450 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12451 Use with-current-buffer.
12452
12453 2006-05-07 Kim F. Storm <storm@cua.dk>
12454
12455 * subr.el (add-to-history): Remove keep-dups arg.
12456
12457 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12458 to nil around call to add-to-history.
12459
12460 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12463 than after a buffer modification.
12464
12465 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12466
12467 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12468 call to...
12469 (gud-watch): ...here so speedbar is raised for already watched
12470 expressions.
12471 (gdb-speedbar-refresh): Delete function.
12472 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12473 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12474 earlier change).
12475 (gdb-var-evaluate-expression-handler)
12476 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12477
12478 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12479 Update localized contents for all buffers except ignored modes.
12480
12481 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12482
12483 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12484 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12485 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12486 (mac-handle-font-panel-closed, mac-handle-font-selection):
12487 New functions.
12488 (mac-font-panel-mode): New minor mode.
12489 (mac-apple-event-map): Add bindings for toolbar toggle button and
12490 font panel.
12491 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12492
12493 2006-05-07 John Paul Wallington <jpw@pobox.com>
12494
12495 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12496 Avoid `regexp-opt'; simplify regexp for readability.
12497
12498 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12499
12500 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12501 * files.el (buffer-stale-function):
12502 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12503 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12504 links to the main manual, not to emacs-xtra.
12505
12506 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12507
12508 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12509 MacJapanese if text is ASCII-only.
12510
12511 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12512
12513 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12514 unless so nil isn't returned.
12515 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12516
12517 2006-05-06 Kim F. Storm <storm@cua.dk>
12518
12519 * subr.el (add-to-history): New function.
12520
12521 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12522 (ediff-merge-files-with-ancestor):
12523 * env.el (setenv):
12524 * isearch.el (isearch-update-ring):
12525 * server.el (server-visit-files):
12526 * progmodes/grep.el (lgrep, rgrep):
12527 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12528 * progmodes/xscheme.el (xscheme-insert-expression):
12529 Use add-to-history.
12530
12531 * kmacro.el (kmacro-push-ring): Use add-to-history.
12532 (kmacro-ring-length): Remove unused defun.
12533 (kmacro-start-macro): Use kmacro-push-ring.
12534
12535 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12536
12537 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12538 directly instead of a lambda expression that calls it.
12539
12540 2006-05-06 Kim F. Storm <storm@cua.dk>
12541
12542 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12543 instead of compute-motion.
12544
12545 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12546
12547 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12548 change.
12549
12550 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12551
12552 * startup.el (command-line-1): Refer to "Pure Storage" on
12553 pure-space-overflow.
12554
12555 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12556
12557 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12558 provided faces once they all have been used up.
12559
12560 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12561
12562 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12563 reference to the Lisp manual to the warning about pure space
12564 overflow.
12565
12566 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12567
12568 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12569 argument to avoid the call to `ispell-internal-change-dictionary'
12570 when not needed.
12571 (ispell-change-dictionary): Use this argument and call
12572 `ispell-internal-change-dictionary' after the possible change
12573 to `ispell-local-dictionary'.
12574 (ispell-internal-change-dictionary): Check for a change in
12575 personal dictionary use too.
12576
12577 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12578
12579 * startup.el (command-line): On MS-Windows, probe "~", not
12580 "~USER", for warning about non-existent home directory.
12581
12582 * arc-mode.el (archive-l-e): New optional argument `float' means
12583 generate a float value.
12584 (archive-arc-summarize, archive-lzh-summarize)
12585 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12586 with 3rd argument non-nil when file's size is being computed.
12587 Format the file sizes with %8.0f instead of %8d.
12588
12589 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12590
12591 * cus-start.el (all): Add mac-dnd-known-types.
12592
12593 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12594 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12595 (mac-TIFF-to-string): New functions.
12596 (x-get-selection, x-selection-value)
12597 (mac-select-convert-to-string): Use them.
12598 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12599 (mac-dnd-types-alist): New customization variable.
12600 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12601 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12602 (mac-dnd-handle-drag-n-drop-event): New functions.
12603 (mac-drag-n-drop): Remove function.
12604 (global-map): Bind drag-n-drop and M-drag-n-drop to
12605 mac-dnd-handle-drag-n-drop-event.
12606
12607 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12608
12609 * progmodes/perl-mode.el (perl-beginning-of-function):
12610 Skip anonymous subs.
12611
12612 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12613
12614 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12615 regexp-opt at run time.
12616
12617 * term.el (term-handle-ansi-escape): Fix off by one error.
12618
12619 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12620
12621 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12622 (gdb-init-1, gdb-post-prompt): ...and references to it.
12623 (gdb-frame-handler): Strip directory name from filename if present.
12624
12625 * progmodes/gud.el (gdb-force-update): Delete defvar
12626 (gud-speedbar-buttons): ...and references to it. Use window-start
12627 to try to keep positon in watch expression.
12628
12629 2006-05-03 Richard Stallman <rms@gnu.org>
12630
12631 * simple.el (next-history-element, previous-history-element): Doc fix.
12632
12633 * isearch.el (isearch-update-ring): Doc fix.
12634
12635 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12636
12637 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12638 into consideration. Replace one arm ifs with whens.
12639
12640 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12641
12642 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12643 (menu): Fix typo.
12644
12645 2006-05-02 Miles Bader <miles@gnu.org>
12646
12647 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12648
12649 2006-05-02 Jay Belanger <belanger@truman.edu>
12650
12651 * calc/calc-embed.el (calc-override-minor-modes-map)
12652 (calc-override-minor-modes): New variables.
12653 (calc-do-embedded): Make sure that Calc keystrokes aren't
12654 overwritten by minor modes.
12655
12656 2006-05-02 Chong Yidong <cyd@mit.edu>
12657
12658 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12659
12660 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12661
12662 * startup.el (command-line-1): Refer to Lisp manual when
12663 pure-space-overflow occurs.
12664
12665 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12666 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12667 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12668 (version-control): Don't use `t' for safe-local-variable declarations.
12669
12670 2006-05-01 Richard Stallman <rms@gnu.org>
12671
12672 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12673 M-r, M-R, M-A, M-SPC or M-DEL.
12674 (diff-mode-map): diff-refine-hunk now on C-c C-w
12675 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12676
12677 * help-mode.el (help-mode): view-exit-action calls delete-window
12678 only when it is safe and possible.
12679
12680 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12681 in messages.
12682
12683 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12684
12685 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12686 in the default tool-bar-map.
12687
12688 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12689
12690 * net/tramp.el (tramp-completion-file-name-handler-alist)
12691 (tramp-run-real-handler, tramp-completion-run-real-handler)
12692 (tramp-completion-handle-file-name-all-completions)
12693 (tramp-completion-handle-file-name-completion): Autoload them.
12694 (tramp-completion-handle-file-exists-p)
12695 (tramp-completion-handle-file-name-directory)
12696 (tramp-completion-handle-file-name-nondirectory)
12697 (tramp-completion-handle-expand-file-name): Remove them.
12698 (tramp-handle-file-name-directory): Return the real directory name.
12699 Returning "/" only doesn't need to be necessary any longer.
12700 (tramp-file-name-handler): Make special attention when in hostname
12701 completion mode.
12702 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12703 (tramp-register-file-name-handlers):
12704 Register `tramp-completion-file-name-handler' only when
12705 `partial-completion-mode' is enabled.
12706 (tramp-completion-handle-file-name-all-completions):
12707 Delete directory part from results.
12708 (tramp-get-completion-methods, tramp-get-completion-user-host):
12709 Discard deleting "/", it doesn't work after the change of
12710 `tramp-handle-file-name-directory' above.
12711
12712 2006-05-01 Kim F. Storm <storm@cua.dk>
12713
12714 * progmodes/grep.el (grep-expand-template): Use save-match-data
12715 and symbol-value.
12716
12717 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12718
12719 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12720 Use select-frame-set-input-focus instead of raise-frame.
12721 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12722
12723 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12724
12725 * progmodes/gud.el (gud-def): Add %c case.
12726 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12727 (gud-format-command): Make match case sensitive. Match on %F.
12728
12729 2006-04-30 Glenn Morris <rgm@gnu.org>
12730
12731 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12732 (cal-tex-preamble): Use cal-tex-preamble-extra.
12733 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12734 than alias `list-diary-entries'.
12735
12736 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
12737
12738 * help-fns.el (describe-variable): Add info about safe local variables.
12739
12740 2006-04-29 Richard Stallman <rms@gnu.org>
12741
12742 * bindings.el (mode-line-format): help-echo doc fixes.
12743
12744 * net/tramp.el (tramp-file-name-handler-alist): Delete
12745 expand-file-name and other operations that can cause spurious loading.
12746
12747 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * files.el (safe-local-variable-p): Remove support for the special
12750 value t.
12751
12752 * textmodes/paragraphs.el (sentence-end-without-space):
12753 Fix safety predicate.
12754 (sentence-end-double-space, sentence-end-without-period)
12755 (paragraph-ignore-fill-prefix):
12756 * textmodes/fill.el (colon-double-space):
12757 * abbrev.el (abbrev-mode): Tighten the safety predicate.
12758
12759 * subr.el (booleanp): New fun.
12760
12761 * textmodes/reftex-vars.el (reftex-guess-label-type):
12762 Tighten the safety predicate.
12763
12764 2006-04-28 Kim F. Storm <storm@cua.dk>
12765
12766 * progmodes/grep.el (defgroup grep): Doc fix.
12767 (grep-auto-highlight): Remove.
12768 (grep-template): New defcustom.
12769 (grep-find-template): Rename from grep-tree-template.
12770 (grep-files-aliases): Rename from grep-tree-files-aliases.
12771 Remove "all" alias, add "l" alias.
12772 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
12773 (grep-find-ignored-directories): New defcustom to replace
12774 grep-tree-ignore-CVS-directories, to facilitate ignoring
12775 subdirectories for multiple version control systems.
12776 (grep-mode-map): Add Recursive grep item to GREP menu.
12777 (grep-regexp-history, grep-files-history): New defvars.
12778 (grep-probe): New helper function.
12779 (grep-compute-defaults): Use it to simplify code.
12780 Adapt to name changes.
12781 Use `.' as base in grep-find-template rather than <D>.
12782 (grep): Remove superfluous highlight-regexp arg. Fix doc.
12783 Call grep-compute-defaults unconditionally.
12784 (grep-expand-keywords): New defconst.
12785 (grep-expand-template): Rename from grep-expand-command-macros.
12786 Simplify via grep-expand-keywords. Look at case-fold-search instead
12787 of grep-tree-ignore-case to add -i option.
12788 Bind case-fold-search to nil while matching keywords.
12789 (grep-tree-last-regexp, grep-tree-last-files): Remove.
12790 (grep-read-regexp, grep-read-files): New helper functions.
12791 (rgrep): Rename from grep-tree. Rework to use proper histories.
12792 Adapt to changes in defcustoms and functions above.
12793 (lgrep): New command, as grep, but using same interactive UI as rgrep.
12794
12795 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
12796
12797 * net/tramp.el (tramp-completion-file-name-handler):
12798 Disable Tramp's functionality while loading Tramp itself.
12799 (tramp-register-file-name-handlers): That's a defsubst now.
12800 Code from `tramp-repair-jka-compr' moved here. Apply it via
12801 `after-init-hook'.
12802 (tramp-repair-jka-compr): Remove.
12803
12804 2006-04-27 Jay Belanger <belanger@truman.edu>
12805
12806 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
12807 read expression when `math-read-big-expr' doesn't work.
12808
12809 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
12810
12811 * startup.el (command-line-1): Display warning when
12812 pure-space-overflow is non-nil.
12813
12814 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12815
12816 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
12817 risky.
12818
12819 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12820
12821 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
12822 Return the URL or nil if none can be generated.
12823
12824 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
12825
12826 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
12827 byte compiler warnings.
12828 (gud-basic-call, gud-find-expr): Let user select an expression
12829 for printing. Print expression as well as value in GUD buffer.
12830
12831 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
12832
12833 * allout.el: Remove local autoload declaration for
12834 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
12835 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
12836 (allout-plain-bullets-string, allout-distinctive-bullets-string)
12837 (allout-use-mode-specific-leader, allout-old-style-prefixes)
12838 (allout-stylish-prefixes, allout-numbered-bullet)
12839 (allout-file-xref-bullet, allout-presentation-padding)
12840 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
12841 safe-local-variable with suitable value spec, and add autoload
12842 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
12843 (move-beginning-of-line, move-end-of-line): Repair so these compat
12844 functions now actually resituate the point, when appropriate.
12845
12846 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
12849
12850 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
12851 (add-log-iso8601-time-string): Fix call to format-time-string.
12852
12853 2006-04-26 Kim F. Storm <storm@cua.dk>
12854
12855 * subr.el (posn-string, posn-image, posn-object): Doc fix.
12856
12857 2006-04-26 Masatake YAMATO <jet@gyve.org>
12858
12859 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
12860 Add support for "//" style comments. Remove `b' flag
12861 from ?* in `asm-mode-syntax-table'.
12862
12863 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12864
12865 * follow.el: Use (featurep 'xemacs) everywhere.
12866 (follow-mode): Use define-minor-mode.
12867 (follow-mode-map): Move initialization into the declaration.
12868 Use command remapping.
12869 (follow-emacs-version-xemacs-p): Remove.
12870 (follow-submit-feedback): Remove.
12871
12872 * allout.el (allout-layout, allout-passphrase-verifier-string)
12873 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
12874
12875 * textmodes/reftex-vars.el (reftex-vref-is-default)
12876 (reftex-fref-is-default, reftex-guess-label-type):
12877 Tighten up a bit the safety predicate.
12878
12879 * textmodes/paragraphs.el (sentence-end-double-space)
12880 (sentence-end-without-period, sentence-end-without-space)
12881 (page-delimiter, paragraph-ignore-fill-prefix):
12882 Tighten up a bit the safety predicate.
12883
12884 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
12885
12886 * progmodes/python.el (python-continuation-line-p)
12887 (python-beginning-of-statement): syntax-ppss may return
12888 a negative depth.
12889 (python-mode): Don't forcefully enable font-lock.
12890
12891 * time-stamp.el (time-stamp-start, time-stamp-end)
12892 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
12893
12894 * add-log.el: Remove spurious * in docstrings.
12895 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
12896 (add-change-log-entry): Use it here, since it's not specific
12897 to iso8601.
12898 (add-log-iso8601-time-string): Don't use it here any more.
12899 (change-log-indent-text, change-log-indent): Rename from add-log-*.
12900
12901 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
12902
12903 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
12904
12905 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
12906 (rcirc-toggle-low-priority): Doc fix.
12907 (rcirc-handler-NOTICE): Remove beginning of line anchor in
12908 ChanServ regexp.
12909 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
12910 #emacs.
12911 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
12912 (rcirc-decode-coding-system): Use utf-8 as the default.
12913 (rcirc-multiline-minor-mode): Set the fill-column.
12914 (rcirc-format-response-string): Display bright and dim nicks.
12915 (rcirc-browse-url): Update interactive spec to fill ARG.
12916 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
12917 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
12918
12919 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
12920
12921 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
12922 case for @Article, etc.
12923
12924 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
12925
12926 * net/tramp.el (tramp-register-file-name-handlers): New defun.
12927 Added with autoload cookie.
12928 (tramp-unload-file-name-handlers): Rename from
12929 `tramp-unload-file-name-handler-alist'.
12930
12931 2006-04-23 Romain Francoise <romain@orebokech.com>
12932
12933 * comint.el (comint-match-partial-filename): Doc fix.
12934
12935 2006-04-21 Glenn Morris <rgm@gnu.org>
12936
12937 * calendar/cal-menu.el (calendar-mode-map): Refer to
12938 `diary-view-entries' rather than alias `view-diary-entries'.
12939 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
12940
12941 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
12942
12943 * progmodes/antlr-mode.el (antlr-default):
12944 * cus-edit.el (custom-documentation):
12945 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
12946 in defface.
12947
12948 2006-04-21 Kim F. Storm <storm@cua.dk>
12949
12950 * image.el (image-type): New defun split out of create-image.
12951 (create-image): Use it.
12952
12953 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
12954
12955 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
12956 (org-open-at-point): Remove the "...done" message to keep output
12957 in the echo area visible.
12958 (org-export-as-xoxo): Fix call to `indent-region'.
12959
12960 2006-04-21 Kevin Ryde <user42@zip.com.au>
12961
12962 * international/mule.el (keyboard-coding-system): defcustom
12963 info-link fixes: "Specify Coding" has been split, keyboard now in
12964 "Terminal Coding", and "Single-Byte Character Support" is now
12965 "Unibyte Mode".
12966
12967 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
12968
12969 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12970 Use font-lock-warning-face for any errors e.g. no stack.
12971 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12972
12973 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12974
12975 * progmodes/sh-script.el (sh-shell): Mark as safe.
12976
12977 * newcomment.el (comment-start, comment-start-skip)
12978 (comment-end-skip, comment-end): Mark as safe.
12979
12980 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
12981
12982 * textmodes/org.el (org-deadline-announce): Face removed.
12983 (org-level-faces, org-n-levels): Convert to constant.
12984 (org-compatible-face): New function.
12985 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12986 (org-level-5, org-level-6, org-level-7, org-level-8)
12987 (org-special-keyword, org-warning, org-headline-done, org-link)
12988 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12989 (org-scheduled-today, org-scheduled-previously, org-time-grid):
12990 Face definition revised for better color tty support.
12991 (org-bold-re, org-italic-re, org-underline-re): New constants.
12992 (org-set-font-lock-defaults): Use the new constants.
12993 (org-agenda-highlight-todo): New function.
12994 (org-agenda-todo): Fix bug with point at end of line.
12995 (org-agenda-change-all-lines, org-finalize-agenda-entries):
12996 Fontify TODO keywords.
12997 (org-insert-link): Preserve relative path in ../ links.
12998 (org-export-as-html): Convert links pointing to .org files into
12999 links that will work beteen the exported HTML files.
13000 (org-todo-list): Fix bug when arg=0.
13001 (org-insert-heading): More fine-tuning.
13002
13003 2006-04-19 Romain Francoise <romain@orebokech.com>
13004
13005 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13006 from `rmail-mime-charset-pattern'.
13007
13008 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13009
13010 * progmodes/python.el (python-mode): Fix typo.
13011
13012 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13013
13014 * comint.el (comint-previous-input): Don't clobber input line
13015 when moving off either end of the input history ring.
13016 (comint-delete-input): New function, used by
13017 `comint-previous-input' and others.
13018 (comint-previous-matching-input):
13019 Use `coming-delete-input'. Save the partial input if leaving the
13020 edit line. Goto point-max before deleting input to avoid
13021 partial input fragments hanging around.
13022 (comint-restore-input): New function, used by `comint-previous-input'.
13023
13024 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13025
13026 * imenu.el (imenu--index-alist): Balance parentheses.
13027
13028 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13029
13030 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13031
13032 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13033
13034 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13035 file is nil.
13036
13037 2006-04-18 Richard Stallman <rms@gnu.org>
13038
13039 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13040
13041 * imenu.el (imenu-create-index-function, imenu--index-alist)
13042 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13043 (imenu-default-create-index-function, imenu--generic-function):
13044 Doc fixes.
13045
13046 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13047
13048 * help-mode.el (help-mode): Set view-exit-action to delete window.
13049
13050 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13051 now works by passing nil as arg.
13052
13053 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13054
13055 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13056 (read-abbrev-file): Provide default when reading filename.
13057
13058 * files.el (enable-local-variables): Allow :all as value.
13059 (hack-local-variables): Implement that value.
13060 (safe-local-variable-values, safe-local-eval-forms)
13061 (enable-local-variables): Mark as risky.
13062 (find-file-visit-truename, kept-old-versions): Mark safe.
13063
13064 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13065 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13066 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13067
13068 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13071 Use forward-line so as to get to BOL even in the presence of fields.
13072 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13073 in return.
13074 (inferior-tcl): Tell tclsh to work in interactive mode.
13075
13076 * complete.el (partial-completion-mode):
13077 Use 'choose-completion-string-functions to make sure that
13078 choose-completion fills the minibuffer properly.
13079
13080 * complete.el (PC-old-read-file-name-internal): Remove.
13081 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13082 of read-file-name-internal.
13083 (partial-completion-mode): Enable/disable this advice.
13084
13085 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13086
13087 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13088 of 2006-04-17.
13089
13090 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13091
13092 * textmodes/org.el (org-insert-heading): Insert heading before
13093 current if at beginning of line.
13094 (org-todo, org-date): New faces.
13095 (org-table-align): Make sure tooltip window contains full text.
13096 (org-no-properties): New defsubst.
13097 (org-set-font-lock-defaults): Use new faces.
13098
13099 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13100
13101 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13102 for root variables.
13103
13104 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13105 (gdb-frame-address): Re-use to identify frame for watch expression.
13106 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13107 variables.
13108 (gdb-init-1, gdb-source, gdb-post-prompt)
13109 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13110 (gdb-frame-handler): Get gdb-frame-address.
13111
13112 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13113
13114 Sync with Tramp 2.0.53.
13115
13116 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13117 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13118 (tramp-completion-file-name-handler): Add autoload cookie for
13119 adding to `file-name-handler-alist'.
13120
13121 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13122 the prompt. If it returns earlier (when detecting an error
13123 message), the rest of the output will merge accidently with the
13124 output of the next command. Reported by M Jared Finder
13125 <jared@hpalace.com>.
13126
13127 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13128 for `process-file', in order to let it work for older Emacsen too.
13129
13130 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13131
13132 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13133 (tex-font-lock-keywords-3): Use it.
13134
13135 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * newcomment.el (comment-add): New function.
13138 (comment-region-default, comment-dwim): Use it.
13139
13140 2006-04-15 Michael Olson <mwolson@gnu.org>
13141
13142 * emacs-lisp/tq.el: Improve comments.
13143 (tq-queue-head-question): New accessor function.
13144 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13145 Update for modified queue structure.
13146 (tq-queue-add): Accept `question' argument.
13147 (tq-queue-pop): If a question is pending, send it.
13148 (tq-enqueue): Accept new optional argument `delay-question'.
13149 If this is non-nil, and at least one other question is pending a
13150 response, queue the question rather than sending it immediately.
13151
13152 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13153
13154 * calendar/appt.el (appt-add): Check whether an appointment is
13155 already present in appt-time-msg-list. Simplify code.
13156
13157 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13158
13159 * progmodes/cc-langs.el (c-mode-menu):
13160 Don't presume c-subword-mode is bound.
13161
13162 2006-04-13 Bill Wohler <wohler@newt.com>
13163
13164 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13165 (customize-package-emacs-version): Use cdr instead of cadr now
13166 that alists use dotted pairs.
13167
13168 * custom.el (defcustom): Fix docstring for :package-version.
13169
13170 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13171
13172 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13173 (tramp-handle-shell-command): Display output buffer only when
13174 `tramp-display-shell-command-buffer' is true.
13175 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13176
13177 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13178
13179 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13180 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13181
13182 2006-04-13 Romain Francoise <romain@orebokech.com>
13183
13184 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13185 leaving temporary .cvsignore buffers behind.
13186
13187 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13188
13189 * textmodes/org.el (org-set-regexps-and-options)
13190 (org-get-current-options): Better names for the startup folding
13191 options.
13192
13193 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13194
13195 * vc.el (vc-annotate): Arrange for point to end up at the same
13196 line number as in the original, but only when using a new buffer.
13197
13198 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13199
13200 * files.el (hack-one-local-variable-eval-safep):
13201 Recognize `edebug-form-spec' for `put', but only if it passes
13202 `edebug-basic-spec'. Generalize `put' handling.
13203
13204 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13205 vetting file-local form specs.
13206
13207 * allout.el (allout-layout): Autoload its `safe-local-variable'
13208 property.
13209
13210 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13211
13212 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13213 (org-agenda-mouse-1-follows-link)
13214 (org-mouse-1-follows-link): New options.
13215 (org-format-agenda-item): Fix bug if TAGS is nil.
13216 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13217
13218 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13219
13220 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13221 GDB 6.1+ gives full filename for "info sources" so use
13222 file-name-nondirectory.
13223
13224 2006-04-12 Romain Francoise <romain@orebokech.com>
13225
13226 * subr.el (read-passwd): Bind `message-log-max' to nil.
13227
13228 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13229
13230 * progmodes/perl-mode.el (perl-indent-new-calculate):
13231 Recompute parse-start after jumping backward by a whole sexp.
13232
13233 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13236 window configuration.
13237 (vc-annotate-display-select): Select the buffer so that current-buffer
13238 (and selected-window) is the output buffer at the end of vc-annotate.
13239
13240 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13241
13242 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13243 8-color terminals, to use all of the colors in a sensible order.
13244 256-color terminals work well with the standard map.
13245 (vc-annotate-lines): Only strip the first color character if it
13246 is "#", to allow for terminal-style named colors.
13247 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13248 the correct buffer is scrolled.
13249
13250 2006-04-11 Richard Stallman <rms@gnu.org>
13251
13252 * emacs-lisp/bytecomp.el (byte-compile-file):
13253 Bind enable-local-variables to :safe, and make normal-mode obey it.
13254
13255 * files.el (enable-local-variables): Allow value :safe.
13256 (normal-mode): Doc fix.
13257 (hack-local-variables): Implement enable-local-variables = :safe.
13258 (hack-local-variables-confirm): Don't prevent quitting.
13259
13260 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * loadhist.el (unload-feature): A bit of sanity check of
13263 load-history entries. Cancel timer-vars before unbinding them.
13264
13265 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13266 quote special chars, and make the trick work on the hex part of the
13267 buffer as well.
13268 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13269 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13270
13271 * startup.el (normal-splash-screen): Fix last change so we don't wait
13272 2 minutes if we don't show the splash screen.
13273
13274 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13275
13276 * textmodes/org.el (org-export-plain-list-max-depth)
13277 (org-table-spaces-around-separators)
13278 (org-radio-targets, org-activate-camels)
13279 (org-table-spaces-around-invisible-separators): Options removed.
13280 (org-time-stamp-rounding-minutes, org-remember-templates)
13281 (org-ellipsis, org-activate-links, org-descriptive-links):
13282 New options.
13283 (org-remember-apply-template, org-current-time)
13284 (org-finish-edit-table-field)
13285 (org-link-unescape, org-link-escape)
13286 (org-string-width, org-table-clean-line, org-html-do-expand)
13287 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13288 (org-read-agenda-file-list): New functions.
13289 (org-table-edit-field)
13290 (org-table-create-or-convert-from-region): New commands
13291 (org-table-toggle-vline-visibility): Command removed.
13292 (org-table-convert-region): Made a command.
13293 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13294 Replace with the normal org- functions.
13295 (org-self-insert-command): Don't trigger realign unnecessarily
13296 when blanking a field that is not full.
13297 (org-mode): `Set buffer-invisibility-spec' for links.
13298 (org-activate-links2): Hide link part and only show descriptive
13299 part of the link.
13300 (org-insert-link): Modify for new linking system.
13301 (org-store-link): Store description separately, for use by
13302 `org-insert-link'.
13303 (org-table-align): Use `org-string-width'.
13304 (defgroup): Completely new group structure for custom variables.
13305 (org-agenda-files): Option: Single file name allowed. Function:
13306 Optional argument unrestrited means ignore any restricitons.
13307 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13308 trying to modify the menu. Use generalized access to
13309 `org-agenda-files.'
13310 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13311 (org-agenda-file-to-front, org-remove-file, org-diary)
13312 (org-tags-view, org-export-icalendar-all-agenda-files)
13313 (org-export-icalendar-combine-agenda-files): Use generalized
13314 access to `org-agenda-files'.
13315 (org-remember-handler): Correctly preserve heading if present.
13316 (org-table-insert-row, org-table-insert-hline): Deal with
13317 invisible characters.
13318
13319 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13320
13321 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13322 (vc-annotate-color-map): New 18 element constant
13323 value/saturation, rotating hue colormap, from red->blue.
13324 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13325 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13326 (vc-annotate): To avoid killing the required local variables,
13327 set them before the end of `with-output-to-temp-buffer', and
13328 after first switching to annotate-mode.
13329 (vc-annotate-warp-version): Add buffer argument in goto-line to
13330 ensure annotation, not source, is scrolled.
13331
13332 2006-04-10 Bill Wohler <wohler@newt.com>
13333
13334 * custom.el (defcustom, custom-handle-keyword):
13335 Add :package-version keyword.
13336 (custom-add-package-version): New function. Sets value of new
13337 property 'custom-package-version from :package-version keyword.
13338 (defcustom): Create Common Keywords section in docstring.
13339 (defface, defgroup): Replace definitions of a select few keywords
13340 with a reference to the Common Keywords in defcustom.
13341 (defcustom, defface, defgroup): Replace reference to Customization
13342 chapter in manual with hyperlink.
13343
13344 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13345 (customize-changed-options): Add check for custom-package-version.
13346 (customize-package-emacs-version): New function to look up Emacs
13347 version corresponding to the given package version.
13348
13349 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13350 defun name, in similar fashion to find-variable-regexp.
13351
13352 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13353
13354 * international/mule-cmds.el (set-locale-environment): Fix last
13355 change for when the locale's preferences don't specify any encoding.
13356
13357 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13360 so the defined var/fun doesn't need to be quoted.
13361
13362 2006-04-10 Richard Stallman <rms@gnu.org>
13363
13364 * finder.el (finder-mode-map): Add n and p bindings.
13365
13366 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13367
13368 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13369 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13370 (gdb-setup-windows): Put something in source window if we can't find
13371 the source file.
13372 (gdb-frame-handler): Make it work again with just assembly.
13373 (gdb-data-list-register-values-handler): Make it work when there is
13374 no stack.
13375
13376 2006-04-09 Richard Stallman <rms@gnu.org>
13377
13378 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13379 specs while looking for charset.
13380
13381 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13382
13383 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13384 Make them faces.
13385 (lm-font-lock-keywords): Update appropriately.
13386
13387 2006-04-10 Kim F. Storm <storm@cua.dk>
13388
13389 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13390 it can also replace buffer-substring-no-properties.
13391
13392 * emulation/cua-base.el (cua-delete-region, cua-paste)
13393 (cua-repeat-replace-region): Use filter-buffer-substring.
13394
13395 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13396 (cua-cut-region-to-global-mark): Likewise.
13397
13398 * emulation/cua-rect.el (cua--extract-rectangle)
13399 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13400
13401 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13402
13403 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13404 entry-type. Add field delimiters to numerical fields if they are
13405 not present.
13406
13407 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13408
13409 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13410 string-const to return value.
13411 (bibtex-remove-delimiters): Use it.
13412
13413 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13414
13415 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13416 cl-byte-compile-compiler-macro unless it exists.
13417
13418 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13419
13420 * files.el (hack-local-variables-confirm) <offer-save>:
13421 Clarify message text. Suggested by Ralf Angeli.
13422
13423 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13424
13425 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13426 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13427 instead of `buffer-substring' and `delete-region'. (Most of the
13428 code actually copied from `kill-region'.)
13429
13430 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13431
13432 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13433 (rcirc-default-port): Rename from rcirc-port.
13434 (rcirc-default-nick): Rename from rcirc-nick.
13435 (rcirc-default-user-name): Rename from rcirc-user-name.
13436 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13437 (rcirc-low-priority-flag): New variable.
13438 (rcirc-decode-coding-system): New defcustom.
13439 (rcirc-encode-coding-system): New defcustom.
13440 (rcirc-coding-system-alist): New defcustom.
13441 (rcirc-multiline-major-mode): New defcustom.
13442 (rcirc-nick): New internal variable.
13443 (rcirc-process): Remove variable.
13444 (rcirc-server-buffer): New variable.
13445 (rcirc): Update to use rcirc-default-* variables above.
13446 (rcirc-connect): Do not add window-configuration-hook-here.
13447 (rcirc-server): New internal variable.
13448 (rcirc-connect): Do not send keepalive pings if
13449 rcirc-keepalive-seconds is nil.
13450 (with-rcirc-server-buffer): New macro.
13451 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13452 (rcirc-server-name): Rename from rcirc-server.
13453 (rcirc-buffer-process): New function.
13454 (rcirc-buffer-nick): New function.
13455 (rcirc-buffer-target): Remove function.
13456 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13457 New commands.
13458 (rcirc-mode-map): Change binding of C-c C-l to
13459 rcirc-toggle-low-priority.
13460 (rcirc-mode): Initialize coding system based on
13461 rcirc-coding-system-alist. New change-major-mode-hook to part the
13462 channel on a mode change. Make kill-buffer-hook buffer-local.
13463 (rcirc-change-major-mode-hook): New function.
13464 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13465 (rcirc-last-post-time): New variable.
13466 (rcirc-process-message): Store the last time user posted a message
13467 to this target.
13468 (rcirc-multiline-minor-mode): New mode.
13469 (rcirc-multiline-minor-mode-map): New mode map.
13470 (rcirc-edit-multiline): Put multiline-edit buffer in
13471 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13472 (rcirc-print): Ignore any line starting with an ignored nick.
13473 (rcirc-print): Decode using rcirc-decode-coding-system.
13474 (rcirc-track-minor-mode): Update global-mode-string when disabling
13475 this mode.
13476 (minor-mode-alist): Add LowPri indicator.
13477 (rcirc-toggle-low-priority): New function.
13478 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13479 next lowpriority buffer with activity.
13480 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13481 last time the user posted a message in to the target.
13482 (rcirc-update-activity-string): New formatting for low priority
13483 buffers.
13484 (rcirc-split-activity): New function.
13485 (rcirc-handler-PART, rcirc-handler-KICK)
13486 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13487 (rcirc-nick-away-alist): New variable.
13488 (rcirc-handler-301): New handler. Away messages are printed once
13489 per change.
13490
13491 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13492
13493 * info.el (Info-follow-nearest-node): Doc fix.
13494
13495 * international/mule-cmds.el (set-locale-environment): Make sure
13496 the coding-system preferred by the locale's language has the same
13497 EOL conversion type as the original buffer-file-coding-system.
13498 (locale-language-names): Add a few MS Windows language codes.
13499
13500 2006-04-07 Richard Stallman <rms@gnu.org>
13501
13502 * simple.el (eval-expression): Doc fix.
13503
13504 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13505 (eval-defun): Doc fixes.
13506
13507 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13508
13509 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13510
13511 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13512
13513 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13514 GDB list command without argument for greater generality.
13515
13516 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13517
13518 * subr.el (string-or-null-p): New function.
13519
13520 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13521
13522 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13523
13524 * files.el: Update comment about safe-local-variable declarations.
13525
13526 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13527
13528 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13529 See idlwave.org.
13530
13531 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13532 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13533
13534 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13535 See idlwave.org.
13536
13537 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13538 version 6.0 (minimal changes). See idlwave.org.
13539
13540 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13541 6.0 (minimal changes). See idlwave.org.
13542
13543 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13544
13545 2006-04-06 Romain Francoise <romain@orebokech.com>
13546
13547 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13548 symmetric encryption features and a new asynchronous interface to
13549 GnuPG. This new version is version 1.4, plus whitespace changes.
13550
13551 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13552
13553 * files.el: Move some `safe-local-variable' declarations to the
13554 respective files.
13555
13556 * textmodes/ispell.el (ispell-check-comments)
13557 (ispell-local-dictionary): Mark as safe.
13558
13559 * abbrev.el (abbrev-mode): Mark as safe.
13560
13561 * add-log.el (change-log-default-name): Mark as safe.
13562
13563 * textmodes/reftex-vars.el (reftex-vref-is-default)
13564 (reftex-fref-is-default, reftex-level-indent)
13565 (reftex-guess-label-type): Mark as safe.
13566
13567 * textmodes/fill.el (colon-double-space): Mark as safe.
13568
13569 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13570 (sentence-end-double-space, sentence-end-without-period)
13571 (sentence-end-without-space, sentence-end, sentence-end-base)
13572 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13573
13574 2006-04-06 Kim F. Storm <storm@cua.dk>
13575
13576 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13577 the :set-after list.
13578 (ido-downcase-unc-hosts): New user option. Default on.
13579 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13580 when it is set, as regexps are now applied on the fly.
13581 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13582 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13583 on the fly, but only when ido-process-ignore-lists is set.
13584 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13585 Only downcase names if ido-downcase-unc-hosts is set.
13586
13587 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13588
13589 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13590
13591 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13592
13593 2006-04-05 Kim F. Storm <storm@cua.dk>
13594
13595 * ido.el (ido-mode): Set after ido-unc-hosts and
13596 ido-ignore-unc-host-regexps.
13597 (ido-save-history): Save ido-unc-hosts-cache.
13598 (ido-load-history): Load ido-unc-hosts-cache.
13599 (ido-reread-directory): Refresh unc hosts cache in // dir.
13600
13601 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13602 to nil while displaying slash screen.
13603
13604 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13605
13606 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13607 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13608
13609 2006-04-05 Kenichi Handa <handa@m17n.org>
13610
13611 * international/characters.el: Setup cases of Latin, Greek, and
13612 Cyrillic characters in CJK charsets.
13613
13614 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13615
13616 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13617 default-enable-multibyte-characters. This reverts the change from
13618 revision 6.17 which is no longer necessary because the passphrase
13619 is sent separately now. GnuPG messages are unreadable under
13620 multibyte locales with default-enable-multibyte-characters set to nil.
13621
13622 2006-04-04 Andreas Schwab <schwab@suse.de>
13623
13624 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13625 and `byte-compile-warnings' as `safe-local-variable'.
13626
13627 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13628
13629 * man.el (Man-mode-map): Restore the \r binding.
13630 (Man-abstract-xref-man-page): If Man-target-string is a function,
13631 call it.
13632 (Man-highlight-references): Use Man-default-man-entry to get the
13633 target. Deal with xrefs too.
13634 (Man-highlight-references0): Don't call the target function.
13635
13636 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13637 cannot deal with it.
13638
13639 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13640
13641 * pgg-gpg.el: Clean up process buffers every time gpg processes
13642 complete.
13643
13644 2006-04-04 Kenichi Handa <handa@m17n.org>
13645
13646 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13647 here.
13648 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13649 Temporarily bind inhibit-field-text-motion to t.
13650
13651 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13652
13653 * startup.el (normal-splash-screen): Only set mode-line-format in the
13654 splash buffer, so as not to interfere when debugging the code.
13655 Ignore errors when switching buffer.
13656
13657 2006-04-03 Romain Francoise <romain@orebokech.com>
13658
13659 * dired.el (dired-dnd-protocol-alist): Fix typo.
13660
13661 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13662
13663 * savehist.el (savehist): Add :version.
13664 (savehist-ignored-variables): New variable.
13665 (savehist-minibuffer-hook): Don't save variables listed in
13666 `savehist-ignored-variables'.
13667
13668 * dired.el (dired-dnd-protocol-alist): Mention that change does
13669 only apply to new buffers in doc string.
13670
13671 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13672
13673 * recentf.el (recentf-open-files-item): Include newline in button
13674 field, so opening a file will work, when the point is at the end
13675 of the file name. Allow, for example, to [i]search a file by
13676 extension and just push RET to open it.
13677
13678 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13679
13680 * pgg-gpg.el (pgg-gpg-process-filter)
13681 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13682
13683 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13684 lines, temporary fix.
13685
13686 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13687
13688 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13689
13690 2006-04-02 Richard Stallman <rms@gnu.org>
13691
13692 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13693
13694 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13695
13696 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13697 header-mouse-map.
13698
13699 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13700 (ibuffer-mode-header-map): New keymaps.
13701 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13702 and keybindings for column headers.
13703 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13704 property.
13705
13706 2006-04-02 Drew Adams <drew.adams@oracle.com>
13707
13708 * speedbar.el (speedbar-after-create-hook): Doc fix.
13709
13710 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13711
13712 * shell.el (shell-directory-tracker)
13713 (shell-dynamic-complete-command): Doc fixes.
13714
13715 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13716
13717 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13718 terminals.
13719
13720 2006-04-01 Kim F. Storm <storm@cua.dk>
13721
13722 * ido.el (ido-unc-hosts-cache): New defvar.
13723 (ido-unc-hosts): If value of defcustom is a function, call it to
13724 get list of UNC hosts. Add function-item choices to specify
13725 ido-unc-hosts-net-view or user function.
13726 (ido-ignore-unc-host-regexps): New defcustom.
13727 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13728 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13729 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13730
13731 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13734 wwidth.
13735
13736 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
13737
13738 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
13739 (ido-max-work-file-list, ido-switch-buffer)
13740 (ido-read-file-name-as-directory-commands):
13741 Fix typos in docstrings.
13742
13743 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13744
13745 * term/mac-win.el (mac-system-coding-system): Define and use after
13746 Mac-specific coding systems are ready.
13747
13748 2006-03-27 Romain Francoise <romain@orebokech.com>
13749
13750 * net/rcirc.el (rcirc-connect): Add autoload cookie.
13751
13752 * ldefs-boot.el: Update.
13753
13754 2006-03-27 Daiki Ueno <ueno@unixuser.org>
13755
13756 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13757 passphrases when it is not needed.
13758 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13759 passphrase stuff from gpg, should only be necessary when you use
13760 gpg with a smartcard.
13761
13762 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
13763
13764 * comint.el (comint-dynamic-list-completions): Allow user to
13765 select *Completions* buffer.
13766
13767 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
13768
13769 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
13770
13771 2006-03-26 Andreas Schwab <schwab@suse.de>
13772
13773 * progmodes/gud.el (gdb): Only complain about multiple debugging
13774 when the gdb process is still running.
13775
13776 2006-03-25 Eli Zaretskii <eliz@gnu.org>
13777
13778 * mail/rmail.el (tool-bar-map): Defvar it.
13779 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
13780 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
13781
13782 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
13783
13784 * help.el (print-help-return-message): Suggest to use
13785 display-buffer instead of switch-to-buffer-other-window to restore
13786 the previous window without selecting it.
13787
13788 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13789
13790 * frame.el (select-frame-by-name): Call x-focus-frame also when
13791 window-system is mac.
13792
13793 * term/mac-win.el: Adjust Courier font specifications in
13794 x-fixed-font-alist.
13795 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
13796 when directly encoding to UTF-16 in native byte order, no BOM.
13797
13798 2006-03-25 Kim F. Storm <storm@cua.dk>
13799
13800 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
13801 (cua--init-keymaps): Use it instead of fixed C-return.
13802 (cua-mode): Set after it.
13803
13804 * emulation/cua-rect.el (cua--init-rectangles):
13805 Use cua-rectangle-mark-key instead of fixed C-return.
13806
13807 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
13808
13809 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13810 "run" in .gdbinit.
13811 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
13812
13813 2006-03-24 Romain Francoise <romain@orebokech.com>
13814
13815 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
13816 `display-buffer-other-frame'.
13817
13818 2006-03-24 Kim F. Storm <storm@cua.dk>
13819
13820 * apropos.el (apropos-synonyms): Add selection => region.
13821
13822 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13823
13824 * progmodes/gdb-ui.el (gdb-var-create-regexp)
13825 (gdb-var-list-children-regexp, gdb-var-update-regexp)
13826 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
13827 (gdb-data-list-register-values-regexp)
13828 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
13829 Future proof against new fields being added to MI output.
13830 (gdb-send): Don't treat backslashes for program input as
13831 continuations.
13832 (gdb-assembler-handler): Don't use window-start for this handler.
13833 (gdb-frame-handler): Don't change to hollow arrow if overlay
13834 arrow doesn't move to new frame.
13835
13836 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
13837
13838 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
13839 prevent compiler warnings.
13840 (gdb-stopped): Check for gud-last-last-frame (case: signal).
13841 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
13842 (gdb-assembler-custom): Use hollow-right-triangle for assembler
13843 buffer too.
13844
13845 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
13846
13847 * pgg-gpg.el (pgg-gpg-update-agent): Check for
13848 make-network-process, so we can use the same code in Gnus v5-10
13849 too and have this file fully synchronized with that release.
13850
13851 2006-03-23 Romain Francoise <romain@orebokech.com>
13852
13853 * ibuf-ext.el (ibuffer-read-filter-group-name):
13854 Use `ibuffer-generate-filter-groups' to make completion list match
13855 the filter groups that are really displayed in the Ibuffer buffer.
13856 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
13857
13858 2006-03-23 Kenichi Handa <handa@m17n.org>
13859
13860 * international/mule-cmds.el (sort-coding-systems): Describe that
13861 the argument is modified in docstring.
13862
13863 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
13864
13865 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13866 (pgg-gpg-update-agent): New function.
13867 (pgg-gpg-use-agent-p): New function.
13868 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13869 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13870 (pgg-gpg-sign-region): Use it.
13871
13872 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
13873
13874 * cus-edit.el (custom-face-set): Call custom-push-theme before
13875 face-spec set so that `changed' theme is correctly saved.
13876 (custom-face-reset-standard): Reset to recalculated face rather
13877 than defface spec.
13878
13879 * custom.el (custom-push-theme): Only save `changed' theme if the
13880 current face does not match the defface specs.
13881
13882 2006-03-21 Simon Josefsson <jas@extundo.com>
13883
13884 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13885 <wilde@sha-bang.de>.
13886 (pgg-gpg-use-agent): New variable.
13887 (pgg-gpg-process-region): Use it.
13888 (pgg-gpg-encrypt-region): Likewise.
13889 (pgg-gpg-encrypt-symmetric-region): Likewise.
13890 (pgg-gpg-decrypt-region): Likewise.
13891 (pgg-gpg-sign-region): Likewise.
13892 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13893
13894 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
13895
13896 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
13897 bracket links.
13898
13899 2006-03-21 Kim F. Storm <storm@cua.dk>
13900
13901 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
13902 fringe-indicator-alist instead of modifying global value.
13903 (gdb-frame-handler): Likewise.
13904
13905 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
13906
13907 * diff-mode.el (diff-function): Make it inherit from diff-header
13908 instead of diff-context.
13909
13910 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
13911 bitmap.
13912 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
13913 change names in macro above for consistency.
13914 (gdb-frame-handler): Use hollow-right-triangle for all selected
13915 frames which except the innermost (where execution has stopped).
13916 (gdb-reset): Reset buffer-local values of overlay-arrow.
13917
13918 2006-03-20 Richard Stallman <rms@gnu.org>
13919
13920 * simple.el (set-mark-command): Doc fix.
13921
13922 * files.el (display-buffer-other-frame): New command.
13923 (ctl-x-4-map): Bind C-x 5 C-o to it.
13924
13925 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13926
13927 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
13928 rather than just defer-time, in case defer-time has been changed but
13929 the timer isn't running yet.
13930 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
13931
13932 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
13933
13934 * help-mode.el (help-follow-symbol): New function.
13935 Essentially identical to the old `help-follow', but do not let
13936 `push-button' do the work when on an xref.
13937 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
13938
13939 2006-03-19 Richard Stallman <rms@gnu.org>
13940
13941 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
13942 preceded by the word `program'.
13943 (help-follow-mouse, help-follow): Throw error if not on xref.
13944 Delete no longer used args.
13945
13946 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
13947
13948 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
13949 annotation ensure gud-overlay-arrow-position is redisplayed.
13950
13951 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13952
13953 * textmodes/bibtex.el (bibtex-include-OPTkey)
13954 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
13955 (bibtex-autokey-name-case-convert)
13956 (bibtex-autokey-titleword-case-convert): Make these the aliases
13957 for the following two variables.
13958 (bibtex-autokey-name-case-convert-function)
13959 (bibtex-autokey-titleword-case-convert-function): Make these the
13960 real names.
13961 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
13962 bibtex-font-lock-crossref sublists.
13963 (bibtex-mode): Revert 2005-12-30 change (which made
13964 completion-ignore-case buffer-local).
13965 (bibtex-url): Simplify.
13966
13967 2006-03-19 Kim F. Storm <storm@cua.dk>
13968
13969 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13970 cursor property value to 2 (to align with C level change).
13971
13972 2006-03-19 Bill Wohler <wohler@newt.com>
13973
13974 * image.el (image-load-path-for-library): Shorten first line in
13975 docstring.
13976
13977 2006-03-18 Richard Stallman <rms@gnu.org>
13978
13979 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13980
13981 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
13982
13983 * isearch.el (isearch-other-meta-char): Handle user bindings for
13984 shifted control characters.
13985
13986 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
13987
13988 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13989 part that matches email addresses, file names, etc.
13990
13991 2006-03-18 Eli Zaretskii <eliz@gnu.org>
13992
13993 * term/w32-win.el (mouse-set-font):
13994 Mention w32-list-proportional-fonts in the doc string.
13995
13996 2006-03-18 Kim F. Storm <storm@cua.dk>
13997
13998 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13999 (ido-unc-hosts): New user option to explicitly define list of know
14000 UNC-style hosts for completion.
14001 (ido-cache-unc-host-shares-time): New user option.
14002 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14003 New helper functions for UNC file-name support.
14004 (ido-may-cache-directory): Check for UNC host. Simplify.
14005 (ido-wash-history): Clean out old UNC hosts.
14006 (ido-nonreadable-directory-p): UNC hosts are always readable.
14007 (ido-directory-too-big-p): UNC hosts are never too big.
14008 (ido-set-current-directory): Handle UNC root path.
14009 (ido-file-name-all-completions): Complete UNC host names from
14010 ido-unc-hosts list. Cache UNC host shares.
14011 (ido-make-file-list-1): Don't filter UNC root.
14012 (ido-exhibit): Check for // in root directory, and switch to UNC
14013 mode by setting ido-current-directory to //.
14014
14015 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14016
14017 * cus-edit.el (customize-changed-options): Mention explicit
14018 version number as default in prompt.
14019
14020 2006-03-17 Bill Wohler <wohler@newt.com>
14021
14022 * image.el (image-load-path-for-library): Minor docstring fix.
14023
14024 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14025
14026 * textmodes/org.el (org-read-date): Include subgroup 5 into
14027 replacement text.
14028 (org-popup-calendar-for-date-prompt): Fix customization type.
14029
14030 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14031
14032 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14033 (gdb-continuation): New variable.
14034 (gdb-send): Deal with continuation lines.
14035
14036 * progmodes/gud.el (gud-gdb-complete-command)
14037 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14038 expressions.
14039 (gud-tooltip-mode): Use buffer-local value.
14040
14041 2006-03-16 Kim F. Storm <storm@cua.dk>
14042
14043 * ido.el (ido-edit-input): Use selected match, if any.
14044
14045 2006-03-16 Bill Wohler <wohler@newt.com>
14046
14047 * image.el (image-load-path-for-library): Prefer user's images in
14048 image-load-path.
14049
14050 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14051
14052 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14053 when checking for attempt to drag leftmost or rightmost scrollbar.
14054
14055 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14056
14057 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14058 (gdb-force-mode-line-update): New function.
14059 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14060 (gdb-exited): Use them.
14061 (gdb-signal): New function.
14062 (gdb-annotation-rules): Provide a rule for it.
14063
14064 2006-03-16 Kenichi Handa <handa@m17n.org>
14065
14066 * international/mule.el (auto-coding-regexp-alist): Add entries
14067 for Unicode BOM.
14068
14069 * sort.el (sort-build-lists): Temporarily bind
14070 inhibit-field-text-motion to t.
14071
14072 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14073
14074 * locate.el (locate-command, locate-make-command-line)
14075 (locate-fcodes-file, locate-update-command)
14076 (locate-prompt-for-command, locate, locate-with-filter)
14077 (locate-get-file-positions): Doc fixes.
14078 (locate-buffer-name, locate-header-face): Remove leading `*' in
14079 defcustom.
14080 (locate-filter-output): Use `keep-lines' instead of its alias
14081 `delete-non-matching-lines'.
14082 (locate-get-filename, locate-get-dirname): Add introductory comment.
14083 (locate-find-directory-other-window): Give appropriate error
14084 message if used outside main listing.
14085
14086 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14087
14088 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14089 the new extend-region feature.
14090 (font-lock-after-change-function): Update correspondingly.
14091 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14092 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14093
14094 2006-03-15 Bill Wohler <wohler@newt.com>
14095
14096 * image.el (image-load-path-for-library): Fix example by not
14097 recommending that one binds image-load-path. Just defvar it to
14098 placate compiler and only use it if previously defined.
14099
14100 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14101
14102 * textmodes/org.el (org-insert-centered): Use `string-width' to
14103 make underlining work for wide characters.
14104 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14105 TAB to `org-cycle', to make sure that no binding in
14106 `outline-mode-map' can supercede it.
14107
14108 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14109
14110 * allout.el: Increment version to 2.2.1 in file commentary.
14111
14112 (allout-version): Increment to 2.2.1.
14113
14114 (allout-default-layout): New customization variable, used when the
14115 file lacks a specific allout-layout. Uses allout-layout-type for
14116 recursively nested definition.
14117
14118 (allout-layout-type): Widget defining allout layouts, necessary for
14119 self-recursive definition.
14120
14121 (allout-mode): Incorporate allout-default-layout as fallback for
14122 allout-layout.
14123
14124 (allout-layout): Mark as 'safe-local-variable', and refer mention
14125 fallback to `allout-default-layout' in absence of a specified value.
14126 (allout-passphrase-verifier-string)
14127 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14128
14129 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14130
14131 (allout-get-encryption-passphrase-verifier): Use correct name of
14132 passphrase verifier in docstring.
14133
14134 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14135
14136 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14137 elements.
14138 (gdb-find-watch-expression): Make it work for arrays too.
14139 Follow change to gdb-var-list.
14140 (gud-watch): Allow the user to enter variable name with a prexix
14141 arg. Create keybindings.
14142 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14143 (gdb-var-list-children-handler, gdb-var-update-handler)
14144 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14145 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14146 Follow change to gdb-var-list.
14147 (gdb-starting): Don't show the overlay arrows when program is running.
14148
14149 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14150 gdb-var-list.
14151
14152 2006-03-14 Bill Wohler <wohler@newt.com>
14153
14154 * image.el (image-load-path-for-library): Pass value of path
14155 rather than symbol. Always return list of directories.
14156 Guarantee that image directory comes first.
14157
14158 2006-03-14 Alan Mackenzie <acm@muc.de>
14159
14160 * font-core.el (font-lock-extend-region\(-function\)?.):
14161 New function/variable.
14162
14163 * font-lock.el (font-lock-after-change-function):
14164 Call font-lock-extend-region. Obey font-lock-lines-before.
14165 (font-lock-default-fontify-region): Remove reference to
14166 font-lock-lines-before.
14167
14168 * jit-lock.el (jit-lock-after-change):
14169 Call font-lock-extend-region. Obey font-lock-lines-before.
14170
14171 2006-03-14 David Ponce <david@dponce.com>
14172
14173 * tree-widget.el (tree-widget-themes-load-path)
14174 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14175
14176 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14177
14178 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14179 (rcirc-print): Mark the start of text at the end of the prompt.
14180 (rcirc-track-minor-mode): Add autoload cookie.
14181 (rcirc-update-activity-string): Add space to front of mode-line
14182 indicator.
14183
14184 2006-03-13 Miles Bader <miles@gnu.org>
14185
14186 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14187 (rcirc-abbrev-nick): Remove function.
14188 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14189
14190 2006-03-13 David Ponce <david@dponce.com>
14191
14192 * tree-widget.el: Handle themes across all occurrences of the main
14193 themes sub-directory found in tree-widget-themes-load-path.
14194 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14195 (tree-widget--locate-sub-directory): Return all occurrences.
14196 (tree-widget-themes-path): New function.
14197 Replace tree-widget-themes-directory, and return a list of directories.
14198 (tree-widget-set-parent-theme)
14199 (tree-widget-lookup-image): Use it.
14200
14201 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14202
14203 * textmodes/org.el (org-link-search): Avoid self-matching of
14204 links, allow target text to be distributed over several lines.
14205 (org-search-not-link): New function.
14206 (org-set-regexps-and-options, org-get-current-options):
14207 New startup options.
14208 (org-export-as-html): Take odd-level setting from local variable.
14209 (org-fontify-emphasized-text): New option.
14210 (org-set-font-lock-defaults): Include emphasized text.
14211 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14212 (org-font-lock): Customize group renamed from `org-faces'.
14213
14214 2006-03-13 John Paul Wallington <jpw@pobox.com>
14215
14216 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14217 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14218
14219 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14220
14221 * cus-start.el (all): Delete :version keyword for members of the
14222 fringe group, since the entire group is new in 22.1.
14223
14224 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14225
14226 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14227 map if value is hexadecimal (an address).
14228 (gud-watch): Only search roots for existing watch expressions.
14229 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14230 prevent caching problems with speedbar-update-directory-contents.
14231
14232 2006-03-12 Juri Linkov <juri@jurta.org>
14233
14234 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14235 before comparing with `low' and `warn'.
14236
14237 * info.el (Info-dir-remove-duplicates): Move point to the
14238 beginning of the current line after deleting the entries from
14239 redundant heading. Use marker for `limit' and compare it with
14240 point before calling `re-search-forward'.
14241
14242 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14243
14244 * simple.el (yank): Fix typo in docstring.
14245
14246 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14247
14248 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14249 messages, where "D" is the 6th character.
14250
14251 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14252
14253 * simple.el (yank): Fix last change.
14254
14255 2006-03-11 David Ponce <david@dponce.com>
14256
14257 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14258 before merging elements from the standard ispell-dictionary-alist.
14259 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14260 alist, and return the new alist.
14261
14262 2006-03-11 Richard Stallman <rms@gnu.org>
14263
14264 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14265
14266 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14267 the way it is implemented is too unclean.
14268
14269 * simple.el (kill-region, yank): Doc fix.
14270
14271 * battery.el (battery-echo-area-format): Doc fix.
14272 (battery-mode-line-format): Likewise.
14273 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14274 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14275
14276 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14277
14278 * progmodes/octave-mod.el (octave-indent-for-comment):
14279 Behave according to do string.
14280
14281 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14282
14283 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14284 Be visible only if major mode is Mail Mode.
14285
14286 * textmodes/flyspell.el (flyspell-external-point-words)
14287 (flyspell-process-localwords): Fix last changes.
14288
14289 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14290
14291 * calendar/holidays.el (list-holidays): Doc fix.
14292
14293 * international/mule.el (auto-coding-alist): Add .odt
14294 (OpenOffice's open document) files.
14295
14296 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14297 document) files. Mention in the doc string the need to sync with
14298 auto-coding-alist.
14299
14300 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14301
14302 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14303 enable-local-variables is set to always query, or there is no
14304 savable variable.
14305
14306 2006-03-10 Bill Wohler <wohler@newt.com>
14307
14308 * image.el (image-load-path-for-library): Merge at least three
14309 functions from Gnus and MH-E into this one function that can now
14310 be shared.
14311
14312 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14313
14314 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14315 gdb-remove-mouse-face and remove help-echo too.
14316 (gdb-enqueue-input): Correct conditional clause.
14317
14318 2006-03-10 Glenn Morris <rgm@gnu.org>
14319
14320 * calendar/calendar.el (calendar-holidays): Doc fix.
14321 * calendar/holidays.el (list-holidays): Doc fix.
14322
14323 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14324
14325 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14326 it gets called in gdb-prompt anyway.
14327 (gdb-use-separate-io-buffer): Only restore window arrangement for
14328 gdb-many-windows.
14329 (gdb-enqueue-input): Make it harder to send GDB input when program
14330 is running.
14331 (gdb-buffer-list): New variable.
14332 (gdb-remove-mouse-face): New function.
14333 (gdb-starting): Use it when GDB input won't get sent.
14334
14335 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14336
14337 * help.el (view-lossage): Remove trailing whitespace before
14338 inserting "\n".
14339
14340 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14341
14342 * files.el (hack-local-variables-confirm):
14343 Set coding-system-for-read to nil before writing to .emacs.
14344
14345 * arc-mode.el (archive-extract): Check if an existing buffer name
14346 comes from a different archive.
14347
14348 * help.el (describe-key-briefly): If KEY is a down event, read and
14349 discard the up event.
14350
14351 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14352
14353 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14354 be edited and use font-lock-warning-face for any changes.
14355
14356 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14357 (gdb-edit-value): Use it to report any errors.
14358
14359 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14360
14361 * help.el (describe-key): Remove leftover test code.
14362
14363 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14364
14365 * textmodes/org.el: Move defvars out of eval-when-compile.
14366 Use buffer-file-name variable.
14367 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14368 arg `file'.
14369 (org-level-faces): Remove startup dependency.
14370 (org-cycle, org-map-tree, org-scan-tags)
14371 (org-remember-handler): Don't call `outline-level' directly.
14372 (org-mhe-search-all-folders): New option.
14373 (org-mhe-get-message-folder-from-index)
14374 (org-mhe-get-message-folder): Fix indexing search.
14375 (org-format-agenda-item): Handle nil TAGS argument.
14376 (org-cleaned-string-for-export, org-activate-target-links)
14377 (org-make-target-link-regexp): Deal with empty radio target list.
14378 (org-tag): New face.
14379 (org-get-level-face): New function.
14380 (org-set-font-lock-defaults): Simplify setup for headlines.
14381 (org-complete): Pass common substring to `display-completion-list'.
14382
14383 2006-03-06 David Ponce <david@dponce.com>
14384
14385 * tree-widget.el: Update Commentary header.
14386 (tree-widget-theme-name): Ignore parent themes.
14387 (tree-widget-set-parent-theme): New function.
14388 (tree-widget-set-theme): Use it.
14389 (tree-widget-set-image-properties): Move definition. Does nothing
14390 if image properties have already been set.
14391 (tree-widget-image-properties): Move definition. Receive an image
14392 name. Set the :pointer property.
14393 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14394 Don't set the :pointer image property.
14395 (tree-widget-convert-widget): New function. Handle :dynargs
14396 compatibility here.
14397 (tree-widget): Use it to :convert-widget. Add the :expander-p
14398 predicate to control when the :expander function is entered.
14399 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14400 (tree-widget-value-create): Handle :expander-p. widget-apply
14401 :expander.
14402 (tree-widget-expander-p): New function. Default value of the
14403 :expander-p property.
14404
14405 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14406
14407 * help.el (describe-key): Properly handle the return value of
14408 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14409 remaps. Handle string and vector `follow-link' values.
14410
14411 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * complete.el (PC-expand-many-files): Try be more careful when parsing
14414 the shell's output.
14415
14416 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14417
14418 * outline.el (hide-sublevels): Provide better interactive default.
14419
14420 2006-03-06 Kenichi Handa <handa@m17n.org>
14421
14422 * international/fontset.el (create-fontset-from-fontset-spec):
14423 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14424
14425 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14426
14427 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14428 backslashes instead of one in regexp.
14429 (gud-tooltip-dereference): Add missing optional argument.
14430
14431 2006-03-04 John Paul Wallington <jpw@pobox.com>
14432
14433 * wdired.el (toplevel): Require `cl' at compile-time.
14434
14435 2006-03-04 Andreas Schwab <schwab@suse.de>
14436
14437 * server.el (server-process-filter): Handle errors during
14438 evaluation of the argument.
14439
14440 2006-03-03 John Paul Wallington <jpw@pobox.com>
14441
14442 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14443 escape parentheses at beginning of line.
14444 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14445 (t-mouse-mode): Remove period from end of error message.
14446
14447 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14448
14449 * textmodes/flyspell.el (flyspell-process-localwords):
14450 Be case-sensitive.
14451
14452 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14453
14454 * cus-edit.el (custom-quote): Remove function, since it has been
14455 moved to custom.el.
14456
14457 * font-lock.el (lisp-font-lock-keywords-2)
14458 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14459 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14460 they have no special meaning.
14461
14462 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14463 indirect buffer gets killed before indirect buffer. Use dolist.
14464
14465 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14466
14467 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14468 value instead of a literal constant (1) on more pauses.
14469
14470 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14471
14472 * textmodes/flyspell.el (flyspell-external-point-words):
14473 Be case-sensitive.
14474
14475 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14476
14477 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14478 with "www".
14479
14480 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14481
14482 * allout.el: Restablish intermediate missing comment header to
14483 preserve outline structure.
14484 (allout-beginning-of-current-entry): Skip invisible text.
14485 (allout-open-topic): Fix opening a topic at end-of-buffer.
14486 (allout-minor-mode): Move nearer to allout-mode function.
14487
14488 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14489
14490 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14491
14492 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14493
14494 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14495 is nil.
14496
14497 * progmodes/gud.el (gud-speedbar-menu-items):
14498 Use buffer-local-value and add missing :visible keyword.
14499
14500 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14501
14502 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14503
14504 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14505 must be `follow-link'.
14506
14507 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14508
14509 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14510 formatting: No nested anchors.
14511 (org-all-targets): Fix bug with XEmacs compatibility.
14512 (org-read-date): Add (require 'parse-time).
14513 (org-set-tags): Fix bug with extra inserted space.
14514 (org-export-html-style): Define a style class for targets.
14515 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14516 (org-hide-leading-stars): New option.
14517 (org-hide): New face.
14518 (org-set-font-lock-defaults): Allow to hide leading stars.
14519 (org-get-legal-level, org-tr-level): New functions.
14520 (org-odd-levels-only): New option.
14521 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14522 (org-demote, org-promote): Deal with double-star levels.
14523 (org-convert-to-odd-levels): New command.
14524
14525 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14526
14527 * speedbar.el (speedbar-update-localized-contents): Try to
14528 preserve window-start.
14529 (speedbar-update-directory-contents): Try to preserve window-start
14530 and window-point.
14531 (speedbar-update-special-contents): Don't move back to start of window.
14532
14533 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14534 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14535 speedbar-timer-fn.
14536 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14537 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14538 instead of gdb-speedbar-timer-fn.
14539
14540 2006-02-28 Jay Belanger <belanger@truman.edu>
14541
14542 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14543 (math-compose-expr): Use latex option when calling
14544 `math-compose-tex-matrix' for latex mode.
14545
14546 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14547
14548 * speedbar.el: Re-instate comments about developing for speedbar
14549 [this is what info and gdb-ui use even if better methods exist now].
14550
14551 * t-mouse.el: New file.
14552 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14553 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14554 (t-mouse-make-event-element): Use posn-at-x-y instead.
14555 (t-mouse-make-event): Deal with Fedora Core 3.
14556 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14557 (t-mouse-mouse-position-function): New function. Use it instead
14558 of advising mouse-position.
14559 (t-mouse-mode): New minor mode.
14560 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14561
14562 2006-02-27 Glenn Morris <rgm@gnu.org>
14563
14564 * calendar/calendar.el (calendar-holidays): Doc fix.
14565
14566 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14567
14568 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14569 Re-introduce the concept of a source window.
14570 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14571 consistency with get-buffer-create.
14572 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14573 (gdb-data-list-register-values-handler)
14574 (gdb-stack-list-locals-handler): Try to preserve window-start as
14575 well as window-point.
14576 (gdb-display-source-buffer): New function (old concept).
14577 (gdb-goto-breakpoint): Use it.
14578
14579 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14580 for gdb-ui/gdb-mi (old concept).
14581
14582 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14583
14584 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14585 binding.
14586
14587 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14588
14589 * textmodes/reftex-sel.el (reftex-select-label-map)
14590 (reftex-select-bib-map): Add `follow-mouse' binding.
14591
14592 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14593
14594 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14595 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14596 Give :set functions to provide automatic updating.
14597 Update docstring. Give compiler defvars early in the file
14598 and move the defcustoms to a later spot where all called functions
14599 are defined.
14600 (jka-compr-file-name-handler-entry): Doc fix.
14601 (jka-compr-compression-info-list--internal)
14602 (jka-compr-mode-alist-additions--internal)
14603 (jka-compr-load-suffixes--internal): New variables.
14604 (jka-compr-install): Set the three above variables.
14605 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14606 (jka-compr-update, jka-compr-set): New functions.
14607 (auto-compression-mode): Doc fix.
14608
14609 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14610 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14611 Use jka-compr-compression-info-list--internal,
14612 jka-compr-mode-alist-additions--internal and
14613 jka-compr-load-suffixes--internal.
14614
14615 * files.el (load-library):
14616 * loadhist.el (file-loadhist-lookup):
14617 * startup.el (command-line):
14618 * subr.el (locate-library):
14619 * emacs-lisp/autoload.el (update-directory-autoloads):
14620 * emacs-lisp/find-func.el (find-library-suffixes):
14621 Use `get-load-suffixes' instead of `load-suffixes'.
14622
14623 * subr.el (locate-library):
14624 * emacs-lisp/find-func.el (find-library-name):
14625 Use `load-file-rep-suffixes' instead of '("").
14626
14627 2006-02-26 Kim F. Storm <storm@cua.dk>
14628
14629 * ido.el (ido-save-history, ido-load-history): Simplify.
14630 Don't use find-file-noselect to avoid interference from other modes.
14631
14632 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14633
14634 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14635 to use the default shell if filename is not available.
14636 Reported by Giorgos Keramidas.
14637
14638 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14639
14640 * progmodes/etags.el (tags-completion-table): Do completion from
14641 all the tables in the current list, as documented in the manual.
14642
14643 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14644
14645 * CC Mode Update to 5.31.3.
14646
14647 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14648
14649 * progmodes/cc-mode.el (c-postprocess-file-styles):
14650 Bind inhibit-read-only to t, around the call to
14651 c-remove-any-local-eval-or-mode-variables, so that it works on a
14652 RO file.
14653
14654 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14655
14656 * progmodes/cc-awk.el: Correct a typo.
14657
14658 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14659
14660 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14661 c-hungry-delete-backwards, at the request of RMS. Leave the old
14662 name as an alias.
14663
14664 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14665
14666 * progmodes/cc-mode.el: Correct a typo.
14667
14668 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14669
14670 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14671
14672 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14673
14674 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14675 brace-else-brace (error due to mbeg, mend being undefined).
14676
14677 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14678
14679 * progmodes/cc-mode.el: File Local variables: Solve the problem
14680 where both `mode' and c-file-offsets are specified: `mode' will
14681 overwrite c-f-o's settings:
14682 (c-remove-any-local-eval-or-mode-variables): New function.
14683 (c-postprocess-file-styles): Call the above new function, within
14684 c-tentative-buffer-change, to splat `mode' and `eval' before the
14685 second hack-local-variables.
14686
14687 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14688
14689 * progmodes/cc-mode.el:
14690 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14691 (c-after-change): Protect the match data with save-match-data.
14692 It was getting corrupted by c-after-change-check-<>-operators.
14693
14694 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
14695 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14696 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14697
14698 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14699 with save-match-data. It was being corrupted when Font Lock was
14700 not enabled.
14701
14702 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14703
14704 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14705 Mode and Subword Mode.
14706
14707 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14708 real labels ("case 1:" or "foo:") from non-labels ("public:").
14709 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14710 coding; c-f-t-2 doesn't move over a token at EOB.
14711
14712 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14713
14714 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14715 (c-update-modeline): Concatenate the minor mode indicators
14716 directly onto mode-name, removing c-submode-indicators.
14717 Sometimes, c-s-i got separated from the mode name on the mode line.
14718
14719 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14720 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14721
14722 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14723
14724 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14725 error message when there's an evaluation error to show whether
14726 it's loaded from source or not.
14727 (c-filter-ops): Make it available at runtime too to work when
14728 `c-make-init-lang-vars-fun' needs to evaluate from source.
14729
14730 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14731
14732 * help.el (help): Revert last part of 2006-02-23 change (deletion
14733 of the `provide' call).
14734
14735 2006-02-23 Juri Linkov <juri@jurta.org>
14736
14737 * compare-w.el (compare-windows-highlight): Add new value
14738 `persistent' and change :type from `boolean' to `choice'.
14739 (compare-windows-overlays1, compare-windows-overlays2):
14740 New internal variables.
14741 (compare-windows-highlight): If compare-windows-highlight is
14742 `persistent', add current overlays to compare-windows-overlays[12]
14743 instead of adding compare-windows-dehighlight to pre-command-hook.
14744 (compare-windows-dehighlight): Delete all overlays from
14745 compare-windows-overlays[12].
14746
14747 * info.el (Info-search): Don't bind search-spaces-regexp to
14748 Info-search-whitespace-regexp in non-regexp isearch mode.
14749
14750 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14751
14752 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
14753
14754 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
14755
14756 * textmodes/org.el (org-xemacs-p)
14757 (org-export-html-show-new-buffer, org-table-may-need-update)
14758 (org-insert-item, org-mhe-get-message-real-folder)
14759 (org-mhe-get-message-folder-from-index)
14760 (org-mhe-get-message-folder, org-mhe-get-message-num)
14761 (org-mhe-get-header, org-make-org-heading-search-string)
14762 (org-make-org-heading-camel, org-table-sort-lines)
14763 (org-format-org-table-html, org-format-table-table-html):
14764 Fix typos in docstrings.
14765
14766 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
14767
14768 * textmodes/org.el (org-cleaned-string-for-export)
14769 (org-solidify-link-text): New function.
14770 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
14771 XEmacs, just to silence the compiler.
14772 (org-export-as-ascii, org-export-as-html-and-open):
14773 Use `org-cleaned-string-for-export' and create internal links.
14774 (org-follow-mhe-link): Require mh-e, use folder.
14775
14776 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14777
14778 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
14779
14780 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
14781 gdb-debug-log-length.
14782 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
14783 it a real ring but...
14784 (gud-gdba-marker-filter): ...make it work like mark-ring.
14785 (gdb-enable-debug): Rename from gdb-enable-debug-log.
14786 (gdb-mouse-jump): New function. Add bindings.
14787
14788 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
14789
14790 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
14791 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
14792 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
14793 (gdb-debug-log-length): Customize it's length.
14794 (gud-watch, gdb-var-create-handler): Display function::var format
14795 but don't use to create variable object.
14796 (gdb-var-create-handler): Use message-box in place of message.
14797 (gdb-stopped): Call gdb-exited if signalled.
14798
14799 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
14800
14801 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
14802
14803 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
14804
14805 * textmodes/reftex.el (reftex-locate-file): Search all extensions
14806 if `reftex-try-all-extensions' is set.
14807
14808 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
14809 fail silently when there is no valid argument at point.
14810 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
14811 `fail-silently' argument. From a patch by David Reiter.
14812
14813 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
14814 New commands.
14815 (org-mark-ring): New variable.
14816 (org-mark-ring-length): New option.
14817 (org-open-at-point, org-goto, org-open-file): Push old position
14818 onto the mark ring.
14819 (org-add-hook): New function.
14820 (org-export-table-remove-special-lines): New option.
14821 (org-skip-comments, org-format-org-table-html): Respect new
14822 option `org-export-table-remove-special-lines'.
14823 (org-open-file): Allow special command configuration for
14824 directory link.
14825 (org-file-apps): Fix bugs in customize type, added setting
14826 for directories.
14827 (org-activate-tags, org-format-agenda-item, org-complete)
14828 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
14829 (org-get-tags, org-get-buffer-tags, org-open-at-point)
14830 (org-link-search, org-make-org-heading-search-string)
14831 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
14832 (org-radio-targets, org-file-link-context-use-camel-case)
14833 (org-activate-camels): New options.
14834 (org-update-radio-target-regexp, org-all-targets)
14835 (org-make-target-link-regexp, org-activate-target-links):
14836 New functions.
14837 (org-make-org-heading-search-string): New function.
14838 (org-store-link, org-insert-link): Use new option
14839 `org-file-link-context-use-camel-case'.
14840 (org-activate-camels): Use new option `org-activate-camels'.
14841 (org-link-regexp): Add mhe prefix.
14842 (org-open-at-point, org-store-link): Support for mhe links.
14843 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
14844 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
14845 (org-mhe-get-header, org-follow-mhe-link): New functions.
14846 (org-remove-angle-brackets, org-add-angle-brackets):
14847 New functions.
14848 (org-bracket-link-regexp): New constant.
14849 (org-read-date): Fix bug that was rejecting all typed dates.
14850 (org-link-search): Make hierarchy above visible after a match.
14851 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
14852 (org-store-link): Fix bug with link creation when cursor is in
14853 an empty line.
14854 (org-open-at-point): Fix bug with matching a link.
14855 Fixed buggy argument sequence in call to `org-view-tags'.
14856 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14857 (org-prefix-has-tag): New variable.
14858 (org-format-agenda-item): Remove tags from headline
14859 if appropriate.
14860 (org-agenda-remove-tags-when-in-prefix): New option.
14861
14862 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
14863
14864 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
14865 Fix the regular expressions.
14866
14867 2006-02-21 Richard M. Stallman <rms@gnu.org>
14868
14869 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
14870 if there's no other specific basis.
14871
14872 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
14873 as variables at all.
14874 (unsafep-variable): Rename arg; doc fix.
14875
14876 * abbrevlist.el (list-one-abbrev-table): Add autoload.
14877
14878 * calendar/appt.el (diary-selective-display): Add defvar.
14879
14880 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
14881
14882 * isearch.el (search-whitespace-regexp): Fix custom type.
14883
14884 * help.el (describe-key-briefly): Compute interactive args
14885 in same was as before previous change.
14886
14887 * files.el (enable-local-variables): Doc fix.
14888
14889 2006-02-21 Kim F. Storm <storm@cua.dk>
14890
14891 * fringe.el: Cleanup as file is now pre-loaded.
14892 (fringe-bitmaps): Initialize unconditionally.
14893 (fringe-mode, set-fringe-style): Remove autoload cookies.
14894
14895 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
14896
14897 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
14898 `horizontal-bar'.
14899 (fringe-cursor-alist): Use `horizontal-bar'.
14900
14901 2006-02-20 Kim F. Storm <storm@cua.dk>
14902
14903 * fringe.el (fringe-bitmaps): Update to new bitmap names.
14904 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
14905
14906 * loadup.el: Load "fringe" on window systems.
14907
14908 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14909
14910 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
14911 out of scope components.
14912
14913 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
14914 default.
14915
14916 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
14917
14918 * custom.el (customize-mark-to-save, customize-mark-as-set):
14919 Load the symbol first.
14920
14921 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
14922
14923 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
14924 strech spec so it doesn't display as "^J" on the header line
14925 when `Buffer-menu-use-header-line' is t.
14926
14927 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
14928
14929 * speedbar.el (speedbar-make-button): Keep text properties
14930 of string arguments if desired.
14931
14932 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
14933 expessions.
14934
14935 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
14936 of speedbar.
14937
14938 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
14939
14940 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
14941 to value of `read-file-name-completion-ignore-case'.
14942
14943 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
14944
14945 * custom.el (customize-mark-as-set): Push to `user' theme.
14946
14947 * cus-edit.el (custom-save-variables): Allow unthemed values.
14948 (customize-set-variable): Push setting to `user' theme.
14949
14950 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
14951
14952 * progmodes/gud.el: Don't require font-lock as it's now
14953 automatically loaded.
14954 (gud-speedbar-buttons): Replace gdb-var-changed with
14955 gdb-force-update.
14956
14957 * progmodes/gdb-ui.el (gdb-force-update): Rename from
14958 gdb-var-changed.
14959 (gdb-post-prompt): Use it.
14960 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14961 (gdb-var-update-handler, gdb-var-delete)
14962 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
14963 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
14964 gdb-force-update in gdb-post-prompt.
14965 (gdb-reset): Clear watch expressions from speedbar when quitting.
14966
14967 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14968
14969 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14970 (viper-change-state-to-vi, viper-change-state-to-emacs):
14971 Make aware of cursor coloring in the Emacs state.
14972 (viper-special-read-and-insert-char): Use read-char-exclusive.
14973 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14974
14975 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14976 New variable.
14977
14978 * emulation/viper-util.el (viper-save-cursor-color)
14979 (viper-get-saved-cursor-color-in-replace-mode)
14980 (viper-get-saved-cursor-color-in-insert-mode)
14981 (viper-restore-cursor-color): Make aware of the cursor color
14982 in Emacs state.
14983 (viper-get-saved-cursor-color-in-emacs-mode): New function.
14984
14985 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14986 (ediff-ignore-case-option3, ediff-actual-diff-options)
14987 (ediff-actual-diff3-options): New variables to control case sensitivity.
14988 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14989 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14990 (ediff-toggle-ignore-case): New function.
14991 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14992
14993 * ediff-help.el (ediff-long-help-message-narrow2)
14994 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14995 (ediff-long-help-message-word-mode): Add ignore-case command.
14996 (ediff-help-for-quick-help): Add ignore-case command.
14997
14998 * ediff-merg.el: Move provide to the end.
14999
15000 * ediff-ptch.el: Move provide to the end.
15001
15002 * ediff-wind.el: Move provide to the end.
15003
15004 * ediff-mult.el: Move provide to the end.
15005 (ediff-set-meta-overlay): Enable follow-link.
15006
15007 * ediff.el: Move provide to the end.
15008 Break recursive load cycle in eval-when-compile.
15009 (ediff-patch-buffer): Better heuristics.
15010
15011 * ediff-util.el: Move provide to the end.
15012 Break recursive load cycle in eval-when-compile.
15013 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15014 defuns.
15015 (ediff-submit-report): Pass the values of ediff-diff3-program,
15016 ediff-diff3-options.
15017
15018 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15019
15020 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15021 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15022 `' (for example, in the docstring of `windmove-default-keybindings').
15023
15024 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15025
15026 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15027 shadow face. Don't provide binding to edit variable when it is
15028 out of scope.
15029
15030 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15031 (gdb-var-update-handler): Detect out of scope variables with pre
15032 GDB 6.4 too.
15033 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15034 Reset status of variable objects to nil in update handlers.
15035 (gdb-var-update-handler-1): Detect when a variable object comes
15036 in scope. setcar on var changes gdb-var-list directly.
15037
15038 2006-02-17 Juri Linkov <juri@jurta.org>
15039
15040 * ffap.el (ffap) <defface>: Add explicit face declaration.
15041 (ffap-highlight): Use face `ffap' directly instead of checking
15042 for its existence.
15043
15044 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15045 `visible-ok' of `other-buffer' to find the right original buffer.
15046
15047 * info.el (Info-search): Skip `Local Variables' node.
15048
15049 2006-02-17 Juri Linkov <juri@jurta.org>
15050
15051 * info.el (Info-find-file): Check for symbols `apropos', `history',
15052 `toc' in the input filename, and return these symbols as is.
15053 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15054 `history', `toc' instead of strings.
15055 (Info-set-mode-line): For non-string Info-current-file use the
15056 symbol's name inside **.
15057 (Info-isearch-push-state): Add quote before Info-current-file and
15058 Info-current-node.
15059 (Info-isearch-pop-state): Use `equal' instead of `string='.
15060 (Info-extract-pointer, Info-following-node-name): Use
15061 `match-string-no-properties' instead of `match-string'.
15062 (Info-up): Check `old-file' for `stringp'.
15063 (Info-history): Use `equal' instead of `string-equal'.
15064 Check `file' for `stringp'.
15065 (Info-history): Use symbol `history' instead of string as first arg
15066 of `Info-find-node'.
15067 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15068 `toc' instead of string.
15069 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15070 instead of `buffer-substring', and `match-string-no-properties'
15071 instead of `match-string'.
15072 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15073 instead of strings.
15074 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15075 Use symbol `apropos' instead of string.
15076 (Info-copy-current-node-name): Check `Info-current-file' for
15077 `stringp' and construct a command with `Info-find-node' from it.
15078 (Info-fontify-node): Use `match-string-no-properties' instead of
15079 `match-string' and check file names for `stringp'.
15080 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15081 `history', `toc' instead of strings.
15082
15083 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15084
15085 * files.el: Rearrange functions and variables in the file local
15086 variables section.
15087
15088 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15089
15090 * files.el: Add truncate-lines, ispell-check-comments and
15091 ispell-local-dictionary as safe local variables.
15092
15093 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15094
15095 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15096 out of scope variables.
15097 (gud-speedbar-buttons): Use unless.
15098
15099 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15100 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15101 (gdb-show-changed-values): Also use for out of scope variables.
15102 (gdb-var-update-handler-1): Note if variable goes out of scope.
15103
15104 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15105
15106 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15107 default to global variable values for unsupplied args.
15108 (rcirc-get-buffer-create): Fix bug with setting the target.
15109 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15110 test for rcirc-always-use-server-buffer-flag here.
15111 (rcirc-response-formats): Add %N, which is a facified nick. %n
15112 uses the default face. Change the ACTION format string. If the
15113 "nick" is the server, don't print anything for that field.
15114 Comment fixes.
15115 (rcirc-target-buffer): Don't test
15116 rcirc-always-use-server-buffer-flag here.
15117 (rcirc-print): Squeeze extra spaces out of the text before message.
15118 (rcirc-put-nick-channel): Strip potential "@" char from nick
15119 before adding them to nick table.
15120 (rcirc-url-regexp): Improve to match address like "foo.com".
15121
15122 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15123
15124 * allout.el (allout-hidden-p): Move this defsubst before
15125 allout-overlay-interior-modification-handler, where it is first
15126 used.
15127
15128 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15129
15130 * allout.el: Use allout invisible-text overlays instead of
15131 selective display for concealed text. Also, lots of general
15132 cleanup, and improved compatibility code.
15133
15134 (allout-version): Incremented, corrected, revised, and refined
15135 module commentary.
15136
15137 (provide 'allout): Moved to the bottom, added a require of overlay.
15138
15139 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15140 `except-current'.
15141 (allout-write-file-hook-handler): Minimize delay.
15142 (count-trailing-whitespace-region): New function so
15143 auto-encryption of current topic can resituate cursor exactly.
15144 PGP/GPG encryption trims trailing whitespace from lines, which
15145 must be accounted for across encryption then decryption.
15146
15147 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15148 just plain "\C-c", to avoid intruding on user's keybinding space.
15149
15150 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15151 parameter, so user request to provide a new password is done.
15152
15153 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15154 Refined mechanism for auto-filling behavior while in allout mode.
15155
15156 (allout-mode): Explicitly specify the mode map in the docstring.
15157 Clarify provision for various write-file hook var names.
15158 Adjusted for invisible-text overlays instead of selective-display.
15159
15160 (allout-depth): Really return 0 if not within any topic. This
15161 rectifies `allout-beginning-of-level' and sequence numbering
15162 errors that occur when cutting and pasting numbered topics.
15163 Changed from a in-line subst to a regular function, as well.
15164
15165 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15166
15167 (allout-end-of-subtree, allout-end-of-subtree)
15168 (allout-end-of-entry, allout-end-of-current-heading)
15169 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15170 (allout-show-children, allout-show-to-offshoot)
15171 (allout-hide-current-entry, allout-show-current-entry): Rectified
15172 handling of trailing blank lines between items.
15173
15174 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15175 (allout-current-depth, allout-unprotected, allout-hidden-p)
15176 (allout-on-current-heading-p, allout-listify-exposed)
15177 (allout-chart-subtree, allout-goto-prefix)
15178 (allout-back-to-current-heading, allout-get-body-text)
15179 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15180 (allout-hide-region-body, allout-toggle-subtree-encryption)
15181 (allout-encrypt-string, allout-encrypted-key-info)
15182 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15183 (allout-file-vars-section-data): Adjusted for use with
15184 invisible-text overlays instead of selective-display.
15185
15186 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15187 Reworked for use with invisible text overlays.
15188
15189 (allout-current-topic-collapsed-p): New function.
15190
15191 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15192 to know when to close the containing topic.
15193
15194 (allout-pre-command-business, allout-post-command-business):
15195 Simplify undo-batching and dynamic isearch exposure.
15196
15197 (allout-set-overlay-category): New for invisible-text overlays.
15198 Sets properties of allout-overlay-category, used by
15199 allout-flag-region to set invisible-text overlay properties.
15200 (allout-get-invisibility-overlay): Get the first qualifying
15201 invisibility overlay, so we can find the extent of it.
15202 (allout-back-to-visible-text): Get to just before the beginnining
15203 of the current invisibility overlay, if any.
15204
15205 (allout-overlay-insert-in-front-handler)
15206 (allout-overlay-interior-modification-handler)
15207 (allout-before-change-handler, allout-isearch-end-handler): New
15208 functions to handle extraordinary actions affecting concealed
15209 text.
15210
15211 (allout-flag-region): Use overlays instead of selective-display
15212 for invisible text - by inheritence from the properties of
15213 allout-overlay-category in mainline Emacs, and applied
15214 property-by-property in XEmacs, some recent versions of which
15215 don't inherit the properties from the category. Provisions to
15216 respond to concealed-text edits simplified drastically.
15217
15218 (allout-isearch-rectification, allout-isearch-was-font-lock)
15219 (allout-isearch-expose, allout-enwrap-isearch)
15220 (allout-isearch-abort, allout-pre-was-isearching)
15221 (allout-isearch-prior-pos, allout-isearch-did-quit)
15222 (allout-isearch-dynamic-expose)
15223 (allout-hide-current-entry-completely): Functions deleted.
15224
15225 (allout-undo-aggregation): Explicit undo aggregation no longer
15226 necessary due to transition away from selective-display.
15227
15228 (set-allout-regexp, allout-up-current-level)
15229 (allout-next-visible-heading, allout-forward-current-level)
15230 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15231 (allout-kill-line, allout-yank-processing, allout-show-children)
15232 (allout-expose-topic, allout-old-expose-topic)
15233 (allout-listify-exposed, allout-insert-latex-header)
15234 (allout-toggle-subtree-encryption, allout-encrypt-string)
15235 (remove-from-invisibility-spec, allout-hide-current-subtree):
15236 Ditched unused variables.
15237
15238 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15239
15240 * textmodes/ispell.el (ispell-change-dictionary): Call
15241 ispell-buffer-local-dict instead of
15242 ispell-accept-buffer-local-defs.
15243 (ispell-local-dictionary-alist): Accept as valid any coding-system
15244 supported by Emacs.
15245 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15246 changed to iso-8859-3.
15247
15248 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15249
15250 * speedbar.el (speedbar-frame-width): Make an inline function
15251 instead of a macro. Use frame-width.
15252 (speedbar-try-completion, speedbar-update-contents)
15253 (speedbar-timer-fn): Use consp.
15254 (speedbar-update-localized-contents): Try to preserve point.
15255
15256 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15257 (menu): Re-order menu items.
15258 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15259 field.
15260 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15261 (gdb-post-prompt): Speed things by not forcing update.
15262
15263 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15264
15265 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15266 press and perform default action if we get a mouse movement event.
15267
15268 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15269
15270 * calendar/icalendar.el (icalendar--get-event-property)
15271 (icalendar--get-event-property-attributes): Fix typos in
15272 docstrings.
15273
15274 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15275 docstring.
15276
15277 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15278
15279 * bs.el (bs-mode): Use `buffer-disable-undo'.
15280 (bs--get-file-name): Simplify.
15281 (bs-show-in-buffer): Mark the buffer as not modified.
15282
15283 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15284
15285 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15286 widget-button-click.
15287
15288 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15289 (custom-mode): Update docstring.
15290
15291 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15292 binding.
15293
15294 * files.el (hack-local-variables-confirm): Allow scrolling if the
15295 file variable list is too long. Kill temp buffer after use.
15296
15297 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15298
15299 * progmodes/gud.el (gdb): Improve doc string.
15300 (gdb-script-font-lock-keywords): Expand allowed character set.
15301
15302 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15303 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15304 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15305 (gdb-separate-io-stop, gdb-separate-io-eof):
15306 Rename from gdb-inferior-* to gdb-separate-*.
15307 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15308
15309 2006-02-14 Jay Belanger <belanger@truman.edu>
15310
15311 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15312 expression is a symbol before checking that it is bound.
15313
15314 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15315 test to see if equation can be solved.
15316
15317 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15318
15319 * wid-edit.el (widget-button-click): Use :pressed-face property
15320 for overlay face, if it exists.
15321
15322 * cus-edit.el (custom-manual, custom-add-see-also)
15323 (custom-add-parent-links, custom-group-link): Add :pressed-face
15324 property to links.
15325
15326 * files.el (hack-local-variables): Remove ignored variables before
15327 checking if any variables need setting.
15328
15329 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15330
15331 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15332
15333 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15334
15335 * help.el (where-is): Fix message for remapped commands.
15336
15337 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15338 Fix typos in docstrings.
15339
15340 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15341
15342 * files.el (safe-local-variable-values): New option.
15343 (hack-local-variables-prop-line): Return a list of variable-value
15344 pairs if MODE-ONLY is non-nil.
15345 (hack-local-variables): Construct list of variable-value pairs,
15346 and apply or reject them in one go. Ask for confirmation if
15347 variables are not known safe.
15348 (hack-local-variables-confirm): Complete rewrite. Support
15349 `safe-local-variable-values'.
15350 (enable-local-variables): Update docstring to reflect new
15351 behavior.
15352 (ignored-local-variables): Ignore ignored-local-variables and
15353 safe-local-variable-values.
15354 (safe-local-variable-p): New function.
15355 (risky-local-variable-p): `safe-local-variable' property check
15356 moved to safe-local-variable-p.
15357 (hack-one-local-variable): Checks moved to hack-local-variables.
15358
15359 (byte-compile-dynamic, c-basic-offset, c-file-style)
15360 (c-indent-level, comment-column, fill-column, fill-prefix)
15361 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15362 (no-update-autoloads, outline-regexp, page-delimiter)
15363 (paragraph-start, paragraph-separate, sentence-end)
15364 (sentence-end-double-space tab-width, version-control):
15365 Add `safe-local-variable' property.
15366
15367 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15368
15369 * icomplete.el, play/landmark.el: Change nonexistent
15370 `outline-layout' file variable to `allout-layout'.
15371
15372 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15373
15374 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15375 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15376 to gud-comint-buffer.
15377 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15378 gdb-ui.el for gdb-mi.el.
15379 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15380 registers buffer to gdb-get-changed-registers.
15381 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15382 deletion of catchpoints (throw and catch).
15383 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15384 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15385 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15386 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15387 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15388
15389 2006-02-13 Jay Belanger <belanger@truman.edu>
15390
15391 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15392 expression is a symbol before checking that it is bound.
15393
15394 2006-02-13 Richard M. Stallman <rms@gnu.org>
15395
15396 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15397 for the minibuffer too, but not if resize-mini-windows will interfere.
15398
15399 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15400 inside `interactive' spec.
15401 (describe-key-briefly-internal, describe-key-internal):
15402 Functions merged back into their callers.
15403
15404 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15405
15406 * info.el (info-xref-visited): Inherit from info-xref too.
15407 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15408 when propertizing Info-current-file and Info-current-node.
15409
15410 2006-02-13 Juri Linkov <juri@jurta.org>
15411
15412 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15413 (tumme-thumb-name): Fix per-directory format.
15414
15415 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15416
15417 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15418
15419 2006-02-12 Miles Bader <miles@gnu.org>
15420
15421 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15422
15423 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15424
15425 * tumme.el: Remove history section. If someone needs the it, it
15426 can always be found in CVS.
15427
15428 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15429
15430 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15431 about the Thumbnail Managing Standard option.
15432
15433 2006-02-12 Richard M. Stallman <rms@gnu.org>
15434
15435 * subr.el (substitute-key-definition): Doc fix.
15436
15437 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15438
15439 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15440
15441 * info.el (Info-mode): Doc fix.
15442
15443 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15444
15445 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15446
15447 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15448 because on Solaris a POSIX compatible "id" is needed. Reported by
15449 Magnus Henoch <mange@freemail.hu>.
15450
15451 2006-02-12 Juri Linkov <juri@jurta.org>
15452
15453 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15454 (tumme) <defgroup>: Change :group to `multimedia'.
15455 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15456 Managing Standard.
15457 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15458 Fix dostring.
15459 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15460 and %y. Fix docstring.
15461 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15462 (tumme-cmd-create-standard-thumbnail-command): New user options.
15463 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15464 is `standard'. Fix docstring.
15465 (tumme-thumb-width, tumme-thumb-height): New user options.
15466 (tumme-external-viewer): Try to find various viewers.
15467 (tumme-get-thumbnail-image): Use `create-image' instead of
15468 constructing the `image' structure.
15469 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15470 `standard'.
15471 (tumme-thumb-name): Add file name generation for standard storage.
15472 Simplify code for other storages.
15473 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15474 Add modification time %m and thumbnail-nq8 %q.
15475 Use `tumme-cmd-create-standard-thumbnail-command' if
15476 tumme-thumbnail-storage is `standard'.
15477 (tumme-dired-insert-marked-thumbs): New autoload command.
15478 (tumme-dired-after-readin-hook): New function.
15479 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15480 `tumme-thumb-size'.
15481 (tumme-display-image): Replace size-x %x and size-y %y with
15482 width %w and height %h.
15483
15484 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15485 `tumme-dired-insert-marked-thumbs'.
15486
15487 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15488
15489 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15490 include path).
15491 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15492 matching tag.
15493
15494 2006-02-12 Miles Bader <miles@gnu.org>
15495
15496 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15497 New variables.
15498 (rcirc-abbrev-nick): New function.
15499 (rcirc-format-response-string): Rewrite to use the formats in
15500 `rcirc-response-formats' and expand escape sequences therein.
15501 A text-property `rcirc-text' is added over the actual response
15502 text to make easy to find inside the returned string.
15503 (rcirc-print): When filling, just look for the `rcirc-text'
15504 text-property to find the appropriate fill prefix, instead of
15505 using hardwired patterns.
15506
15507 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15508
15509 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15510 Managing Standard.
15511
15512 2006-02-11 Kim F. Storm <storm@cua.dk>
15513
15514 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15515 Don't use insert-buffer; do insert-buffer-substring directly.
15516 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15517
15518 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15519
15520 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15521 with inhibit-read-only. Suggested by Stefan Monnier.
15522 (revert-buffer): Let insert-file-contents discard
15523 buffer-undo-list. Simplify code.
15524 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15525
15526 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15527
15528 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15529
15530 * help.el (describe-key-briefly): Now a wrapper for
15531 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15532 to t. Populate yank-menu if empty.
15533 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15534 (describe-key): Now a wrapper for describe-key-internal. Bind
15535 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15536 (describe-key-internal): Renamed from describe-key.
15537
15538 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15539
15540 * progmodes/glasses.el (glasses-separator): Doc fix.
15541 (glasses-original-separator): New defcustom.
15542 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15543
15544 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15545
15546 * mwheel.el (mouse-wheel-up-event): Doc fix.
15547
15548 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15549
15550 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15551 (tumme-dir): New function. Copied from thumbs.el.
15552
15553 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15554
15555 * desktop.el (desktop-outvar): Fix typo.
15556 (desktop-save-buffer-p): Doc fix.
15557
15558 * subr.el (substitute-key-definition): Fix typo.
15559
15560 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15561
15562 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15563 when window-system is mac.
15564
15565 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15566
15567 2006-02-10 Kim F. Storm <storm@cua.dk>
15568
15569 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15570 indirect-function instead of using condition-case.
15571
15572 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15573
15574 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15575 less `colloquial'...
15576
15577 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15578
15579 * tumme.el: Add a couple of todo items.
15580
15581 2006-02-09 Lars Hansen <larsh@soem.dk>
15582
15583 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15584 (highlight-changes-mode): Don't change desktop-locals-to-save.
15585
15586 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15587
15588 * image-mode.el (image-toggle-display): Clear image cache if using
15589 filename.
15590
15591 2006-02-09 Masatake YAMATO <jet@gyve.org>
15592
15593 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15594 a `dired-man' target.
15595
15596 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15597 boundary of symbols.
15598
15599 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15600
15601 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15602
15603 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15604
15605 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15606 `mapcar'; return nil.
15607
15608 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15609
15610 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15611 some other event.
15612
15613 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15614
15615 * net/rcirc.el (rcirc-startup-channels-alist):
15616 Add irc.freenode.net and #emacs as defaults.
15617 (rcirc-ignore-all-activity-flag): Remove variable.
15618 (rcirc-authinfo): New variable.
15619 (rcirc-authinfo-filename): Remove variable.
15620 (rcirc-always-use-server-buffer-flag): New flag.
15621 (rcirc): M-x rcirc will automatically connect without prompting.
15622 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15623 connection in lisp.
15624 (rcirc-process-server-response-1): Remove everything but the nick
15625 portion of the sender so it doesn't need to be done everywhere
15626 else. Update related code.
15627 (global-map): Remove global keybindings.
15628 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15629 (rcirc-send-input): Split into several functions.
15630 (rcirc-process-input-line, rcirc-process-message)
15631 (rcirc-process-command): New functions.
15632 (rcirc-target-buffer): New function to determine where to route
15633 messages.
15634 (rcirc-user-nick): Save match data.
15635 (rcirc-toggle-ignore-buffer-activity)
15636 (rcirc-update-activity-string): Remove global ignore functionality,
15637 which can be done now by toggling rcirc-track-minor-mode.
15638 (rcirc-track-minor-mode-map): New keymap.
15639 (rcirc-track-minor-mode): New minor-mode.
15640 (ignore): Make the ignore output nicer. Always print it when
15641 adding or removing nicks.
15642 (rcirc-url-regexp): Improve.
15643 (rcirc-mangle-text): Remove properties before using text in the
15644 modeline.
15645 (rcirc-authenticate): Authentication data comes from
15646 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15647 (rcirc-server-prefix): Inherit from rcirc-server.
15648
15649 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15650
15651 * Makefile.in (compile): Append "|| true" to the end of the `find'
15652 command, like compile-always does.
15653
15654 2006-02-08 Sam Steingold <sds@gnu.org>
15655
15656 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15657 output from a dead connection.
15658
15659 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15660
15661 * dired.el (dired-mode-map): Add more bindings for tumme.
15662
15663 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15664
15665 * wdired.el (wdired-mode-map): Use remap.
15666 (wdired-get-filename): Massage.
15667 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15668 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15669 `keymap' property rather than `local-map'.
15670
15671 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15672
15673 * tumme.el (tumme-get-thumbnail-image): New utility function.
15674 Suggested by from Chong Yidong.
15675 (tumme-dired-with-window-configuration): Rename from
15676 `tumme-dired'. Add code to save window configuration.
15677 (tumme-restore-window-configuration): New command to restore the
15678 window configuration that `tumme-dired-with-window-configuration'
15679 saves before it changes the window configuration.
15680 (tumme-show-all-from-dir): New command to display thumbnails for
15681 all files in a directory entered by the user, like M-x thumbs.
15682 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15683 have been created.
15684 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15685 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15686 Remove obsolete test function.
15687
15688 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15689
15690 * vc.el (small-temporary-file-directory): Remove defvar; there's
15691 a defcustom for it in files.el.
15692
15693 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15694 Fix typo in message.
15695 (tumme-gallery-generate): Fix typo in `error' message.
15696 (tumme-display-window-height-correction)
15697 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15698 (tumme-line-up-interactive): Dox fixes.
15699 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15700 (tumme-restore-window-configuration, tumme-format-properties-string)
15701 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15702 Fix typos in docstrings.
15703
15704 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15705
15706 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15707
15708 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15709
15710 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15711 User should use hook if desired.
15712
15713 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15714 buffer if necessary.
15715 (gdb-delete-frame-or-window): New function.
15716 (gdb-breakpoints-mode-map): Bind "q" to it.
15717
15718 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * textmodes/nroff-mode.el: Clean up name space.
15721 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15722 (nroff-mode): Obey the global setting of nroff-electric-mode.
15723 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15724
15725 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15726
15727 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15728
15729 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15730
15731 2006-02-06 Lars Hansen <larsh@soem.dk>
15732
15733 * generic-x.el (etc-fstab-generic-mode): Add file system types
15734 cifs and usbdevfs. Allow special chars in file names.
15735
15736 2006-02-05 Jay Belanger <belanger@truman.edu>
15737
15738 Update copyright notices of the files in lisp/calc.
15739
15740 2006-02-05 Romain Francoise <romain@orebokech.com>
15741
15742 Update copyright notices of all files in the lisp/play directory.
15743
15744 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
15745
15746 * ldefs-boot.el: Regenerate.
15747
15748 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
15749
15750 2006-02-05 Kim F. Storm <storm@cua.dk>
15751
15752 * files.el (magic-mode-regexp-match-limit): New defvar.
15753 (set-auto-mode): Use it to limit magic-mode-alist matching.
15754
15755 2006-02-04 Eli Zaretskii <eliz@gnu.org>
15756
15757 * info.el (Info-index, Info-mode): Improve the description of the
15758 `i' command.
15759
15760 * ldefs-boot.el: Regenerate.
15761
15762 2006-02-03 Werner Lemberg <wl@gnu.org>
15763
15764 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
15765 greedy to find the closing bracket in \*[...] and similar
15766 expressions. This is a first rough fix -- many additional
15767 refinements are necessary to make nroff mode really usable with groff.
15768
15769 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
15770
15771 * international/mule-cmds.el (set-locale-environment):
15772 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
15773 libX11.
15774
15775 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
15776
15777 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
15778 archive are created in archive-tmpdir.
15779
15780 2006-02-02 John Paul Wallington <jpw@pobox.com>
15781
15782 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
15783 (ibuffer-fontification-alist): Use it.
15784 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
15785 to "* z" and the Ibuffer Mark menu.
15786
15787 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
15788
15789 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15790
15791 * textmodes/table.el (*table--cell-describe-mode)
15792 (*table--cell-describe-bindings): Undo last change since
15793 print-help-return-message is not obsoleted by anything at all.
15794
15795 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
15796
15797 * emulation/cua-base.el (cua-mode): Doc fix.
15798
15799 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
15800
15801 * dframe.el (dframe-handle-make-frame-visible)
15802 (dframe-handle-iconify-frame, dframe-get-focus)
15803 (dframe-select-attached-frame, dframe-power-click)
15804 (dframe-frame-mode): Fix typos in docstrings.
15805
15806 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
15807 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
15808 Fix typos in docstrings.
15809
15810 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
15811 (hi-lock-face-buffer, hi-lock-font-lock-hook)
15812 (hi-lock-archaic-interface-message-used)
15813 (hi-lock-file-patterns-range): Fix typos in docstrings.
15814
15815 * savehist.el (savehist-loaded, savehist-load, savehist-install)
15816 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
15817
15818 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
15819 Fix typo in docstring.
15820
15821 * net/newsticker.el (newsticker--decode-iso8601-date)
15822 (newsticker--set-customvar, newsticker--buffer-insert-item)
15823 (newsticker--do-run-auto-mark-filter)
15824 (newsticker--parse-generic-feed): Doc fixes.
15825 (newsticker--retrieval-timer-list, newsticker-url-list)
15826 (newsticker-hide-immortal-items-in-echo-area)
15827 (newsticker-hide-obsolete-items-in-echo-area)
15828 (newsticker-new-item-face, newsticker--enclosure)
15829 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
15830 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
15831 (newsticker--parse-generic-feed, newsticker--cache-contains)
15832 (newsticker--stat-num-items, newsticker-download-enclosures):
15833 Fix typos in docstrings.
15834
15835 * net/rcirc.el (rcirc-debug): Doc fix.
15836 (rcirc-fill-column, rcirc-receive-message-hooks)
15837 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
15838 (rcirc-mode, rcirc-generate-new-buffer-name)
15839 (rcirc-startup-channels, rcirc-ignore-update-automatic)
15840 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
15841 Fix typos in docstrings.
15842 (rcirc-print): "?\ " -> "?\s".
15843 (rcirc-cmd-join): Improve argument/docstring consistency.
15844
15845 2006-02-01 Mark A. Hershberger <mah@everybody.org>
15846
15847 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
15848 before narrow-to-region.
15849
15850 2006-02-01 Richard M. Stallman <rms@gnu.org>
15851
15852 * simple.el (move-beginning-of-line): Scan properly for invis change.
15853
15854 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
15855
15856 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
15857
15858 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
15859 change bit only when id-format is 'integer. Reported by Matt
15860 Hodges <M.P.Hodges@rl.ac.uk>.
15861
15862 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
15863
15864 * hilit-chg.el (highlight-changes-initial-state)
15865 (highlight-changes-global-initial-state): Doc fixes.
15866 (highlight-changes-global-modes, global-highlight-changes):
15867 Fix typos in docstrings.
15868
15869 2006-02-01 Kim F. Storm <storm@cua.dk>
15870
15871 * emulation/cua-base.el (cua-mode): Mention that CUA enables
15872 transient-mark-mode in doc string.
15873
15874 2006-01-31 Richard M. Stallman <rms@gnu.org>
15875
15876 * replace.el (multi-occur): Doc fix.
15877 (multi-occur-in-matching-buffers): Rename from
15878 multi-occur-by-filename-regexp. Prefix arg says match
15879 buffer names instead of file names.
15880
15881 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
15882
15883 * bs.el: Allow non-default values of `bs-header-lines-length'.
15884 (bs--running-in-xemacs): Remove (not needed anymore).
15885 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
15886 instead of `shrink-window', thus avoiding having to compute the
15887 height of the window.
15888 (bs--up): Wrap around even when there's no header.
15889 (bs--down): Use `forward-line' instead of `next-line'.
15890
15891 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
15892
15893 * image-mode.el (image-toggle-display): Use file name if possible,
15894 instead of unnecessarily allocating a (possibly huge) lisp string.
15895
15896 2006-01-30 John Paul Wallington <jpw@pobox.com>
15897
15898 * subr.el (toplevel): Define `cl-assertion-failed' condition here
15899 because the `assert' macro signals it at runtime.
15900
15901 * emacs-lisp/cl.el (toplevel): Remove definition of
15902 `cl-assertion-failed' condition.
15903
15904 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
15905
15906 * thumbs.el (thumbs-marked-list): Make buffer-local and
15907 permanent-local.
15908 (thumbs-insert-thumb): Make help-echo non-sticky.
15909 (thumbs-file-alist): Use eolp as check for (non)-image.
15910
15911 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
15912
15913 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
15914 (ediff-before-session-group-setup-hooks)
15915 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
15916 Fix typos in docstrings.
15917
15918 * window.el (bw-dir, bw-eqdir, balance-windows)
15919 (split-window-keep-point): Fix typos in docstrings.
15920
15921 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
15922 (org-quote-string, org-calendar-to-agenda-key)
15923 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
15924 (org-show-following-heading, org-tags-column)
15925 (org-use-tag-inheritance, org, org-allow-space-in-links)
15926 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
15927 (org-enable-table-editor, org-calc-default-modes)
15928 (org-table-allow-automatic-line-recalculation)
15929 (org-export-html-style, org-export-with-fixed-width)
15930 (org-export-with-sub-superscripts, org-special-keyword)
15931 (org-formula, org-time-grid, org-table-may-need-update)
15932 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
15933 (org-goto-quit, org-get-indentation, org-end-of-item)
15934 (org-move-item-down, org-move-item-up)
15935 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
15936 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
15937 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
15938 (org-agenda-log-mode, org-agenda-toggle-diary)
15939 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
15940 (org-agenda-file-to-end, org-agenda-no-heading-message)
15941 (org-agenda-get-closed, org-format-agenda-item)
15942 (org-cmp-priority, org-cmp-category, org-cmp-time)
15943 (org-agenda-change-all-lines, org-agenda-diary-entry)
15944 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
15945 (org-link-search, org-camel-to-words, org-open-file)
15946 (org-remember-handler, org-table-convert-region)
15947 (org-table-move-row-down, org-table-move-row-up)
15948 (org-table-copy-region, org-table-wrap-region)
15949 (org-table-toggle-vline-visibility)
15950 (org-table-get-vertical-vector, org-table-modify-formulas)
15951 (org-table-get-specials, org-recalc-commands)
15952 (org-table-rotate-recalc-marks, org-table-eval-formula)
15953 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
15954 (org-level-color-stars-only, org-insert-heading):
15955 Fix typos in docstrings.
15956 (last-arg): Add defvar.
15957
15958 * makefile.w32-in (WINS): Add erc.
15959 (MH_E_SRC): Update (copied from lisp/Makefile.in).
15960
15961 2006-01-29 Bill Wohler <wohler@newt.com>
15962
15963 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
15964 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
15965 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
15966 (mh-autoloads): Don't use comments on otherwise empty lines.
15967
15968 2006-01-29 Edward O'Connor <ted@oconnor.cx>
15969
15970 * emulation/viper.el (viper-major-mode-modifier-list):
15971 Add insert-state and vi-state entries for erc-mode.
15972 (viper-go-away, viper-set-hooks): Add and remove
15973 viper-comint-mode-hook from erc-mode-hook as appropriate.
15974
15975 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15976
15977 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
15978
15979 * bs.el (bs--format-aux): Implement `middle' alignment as
15980 described in the docstring for `bs-attributes-list'.
15981 (bs--get-name): Simplify. Don't pad the buffer name.
15982
15983 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
15984
15985 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15986 English aspell dictionary is installed, use the first entry of
15987 ispell-dictionary-alist-1.
15988
15989 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15990
15991 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15992 Doc fix.
15993
15994 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
15995
15996 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15997 for `process-file', in order to let it work for older Emacsen too.
15998
15999 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16000
16001 * international/latexenc.el: Add a suitable `coding:' tag.
16002 (latexenc-find-file-coding-system): Undo last change.
16003
16004 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16005
16006 * international/latexenc.el (latexenc-find-file-coding-system):
16007 Make sure latexenc-main-file is a regular file and is readable.
16008
16009 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16010
16011 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16012 Pass FILE to vc-user-login-name.
16013
16014 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16015
16016 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16017
16018 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16019 there are no more images to display.
16020 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16021 the next image.
16022
16023 2006-01-26 Richard M. Stallman <rms@gnu.org>
16024
16025 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16026
16027 * wid-edit.el (advertised-widget-backward): New alias.
16028 (widget-keymap): Use advertised-widget-backward for S-TAB.
16029
16030 * tumme.el: Correct the keywords.
16031 (tumme-dir-max-size): Use defvar.
16032 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16033
16034 * simple.el (move-beginning-of-line): Take account of fields.
16035 (clone-indirect-buffer-other-window): Take args like
16036 clone-indirect-buffer, and work like it.
16037
16038 * help-fns.el (describe-function): Don't pass `nil' as default.
16039
16040 * files.el (risky-local-variable-p): Follow var aliases.
16041
16042 * subr.el (lazy-completion-table): Doc fix.
16043
16044 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16045 global binding of `line'.
16046
16047 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16048
16049 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16050 Tramp.
16051
16052 * vc.el (vc-default-dired-state-info): Pass FILE to
16053 vc-user-login-name.
16054 (vc-default-update-changelog): Don't use vc-user-login-name, we
16055 don't need it here.
16056
16057 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16058 no longer necessary.
16059
16060 2006-01-25 Kenichi Handa <handa@m17n.org>
16061
16062 * international/mule.el (decode-char): Avoid the overhead of
16063 calling utf-lookup-subst-table-for-decode if
16064 utf-translate-cjk-mode is nil.
16065 (encode-char): Avoid the overhead of calling
16066 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16067 nil.
16068
16069 2006-01-22 Kenichi Handa <handa@m17n.org>
16070
16071 * international/mule.el (make-subsidiary-coding-system): Reset
16072 `coding-system-define-form' property of subsidiaries to nil.
16073 Avoid duplicated entry in coding-system-alist.
16074 (make-coding-system): Avoid duplicated entry in
16075 coding-system-alist.
16076 (define-coding-system-alias): Likewise.
16077
16078 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16079
16080 * completion.el: Minor fixes in introductory comment.
16081 (completion-def-wrapper): Fix alist.
16082
16083 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16084
16085 * thumbs.el (thumbs-new-image-size): New function.
16086 (thumbs-increment-image-size-element)
16087 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16088 (thumbs-decrement-image-size): Delete.
16089 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16090 temp files and use to resize.
16091 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16092 Use increment argument to enlarge/shrink. Preserve point.
16093 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16094 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16095 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16096 (thumbs-mark, thumbs-unmark): Preserve point.
16097 (thumbs-modify-image): Keep old temp files and use to modify.
16098 Cleanup old temp files at load time. Preserve point.
16099 (thumbs-view-image-mode-map): Use new command names.
16100
16101 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16102
16103 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16104
16105 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16106 the nastiest part of the cyclic dependency.
16107 (cal-menu-update): Use dotimes and calendar-increment-month.
16108
16109 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16110 (calendar-week-start-day): Add an :initializer.
16111 (calendar-mode-map): Use suppress-keymap, and command remapping.
16112 (describe-calendar-mode): Setup xref-stack info for the back button.
16113 (calendar-star-date): Insert before delete.
16114 (calendar-set-mode-line): Add file-modified info if applicable.
16115 (calendar-increment-month): New function.
16116
16117 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16118
16119 * font-lock.el (lisp-font-lock-keywords-2):
16120 Recognize "& keywords" only at word boundaries.
16121
16122 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16123
16124 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16125 and permanent-local.
16126 (thumbs-max-image-number): New variable.
16127 (thumbs-do-thumbs-insertion): Use them.
16128 (thumbs-per-line): Change default to 4.
16129 (thumbs-marked-list): Rename from thumbs-markedL.
16130 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16131 (thumbs-rename-images): Use -list instead of L for internal variables.
16132 (thumbs-call-convert): Use call-process instead of shell-command.
16133 (thumbs-insert-thumb): Add filename as help-echo to each image.
16134 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16135 Give dir to thumbs-show-thumbs-list.
16136 (thumbs-show-thumbs-list): Set default-directory to that of images.
16137 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16138 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16139 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16140 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16141
16142 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16143
16144 * ses.el (ses-read-cell): Provide a default value.
16145
16146 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16147
16148 * term/w32-win.el (image-library-alist): Add additional names for
16149 GIF library.
16150
16151 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16152
16153 * international/latexenc.el (latexenc-find-file-coding-system):
16154 Add file-regular-p check.
16155
16156 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16157
16158 * simple.el (clone-buffer): Don't show the new buffer in the same
16159 window.
16160
16161 2006-01-23 Juri Linkov <juri@jurta.org>
16162
16163 * faces.el (link, link-visited): New faces based on default values
16164 of `info-xref' and `info-xref-visited'.
16165
16166 * info.el (info-xref): Inherit from `link'.
16167 (info-xref-visited): Inherit from `link-visited'.
16168
16169 * cus-edit.el (custom-buffer-create-internal): Use widget type
16170 `custom-manual' instead of `info-link' and don't set properties
16171 `button-face' and `mouse-face' explicitly.
16172 (custom-browse-group-tag, custom-browse-variable-tag)
16173 (custom-browse-face-tag): Inherit from widget class
16174 `custom-group-link' instead of `push-button'.
16175 (custom-button-unraised): Inherit from `underline' face.
16176 (custom-link): Inherit from `link' face. Fix doc and group.
16177 (custom-add-parent-links, custom-group-value-create): Don't set
16178 properties `button-face' and `mouse-face' explicitly for
16179 `custom-group-link' widget.
16180 (custom-group-link): Add properties `button-face' and `mouse-face'
16181 to widget definition.
16182 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16183 editable-field's :keymap property.
16184 (custom-mode): Fix docstring: substitute keybindings for
16185 `widget-forward' and `widget-backward' from `widget-keymap',
16186 `widget-complete' from `custom-field-keymap', replace old
16187 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16188
16189 * desktop.el (desktop-load-file): Check for `fboundp' before
16190 calling `symbol-function'.
16191
16192 * simple.el (clone-buffer, clone-indirect-buffer)
16193 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16194 `read-string'. Fix prompts.
16195
16196 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16197
16198 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16199
16200 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16201
16202 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16203
16204 * startup.el (inhibit-splash-screen, initial-scratch-message):
16205 Doc fixes.
16206
16207 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16208
16209 Sync with Tramp 2.0.52.
16210
16211 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16212 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16213 `tramp-unload-tramp' for checklist.
16214
16215 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16216 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16217 (tramp-unload-file-name-handler-alist)
16218 (tramp-unload-tramp): New defuns.
16219 (tramp-advice-PC-expand-many-files): New defadvice.
16220 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16221 removed.
16222 (tramp-handle-expand-file-name): Remove double slash.
16223 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16224 It doesn't matter, because it will be converted later on.
16225 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16226 implementation was just heuristic.
16227 (tramp-post-connection): Set uid and gid properties.
16228 (tramp-convert-file-attributes): Set file's gid change bit.
16229 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16230 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16231 in case of su(do)? methods. The home directory of the local user
16232 will be taken else.
16233 (tramp-open-connection-telnet)
16234 (tramp-open-connection-rsh, tramp-open-connection-su)
16235 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16236 local shell prompt could hurt. Reported by Romain Francoise
16237 <romain@orebokech.com>.
16238 (tramp-let-maybe): Add `edebug-form-spec' property.
16239 (tramp-handle-expand-file-name): Bind `default-directory' locally
16240 to "/" in order to avoid problems with UNC shares or Cygwin
16241 mounts.
16242 (tramp-md5-function): Fix typo in error message.
16243
16244 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16245
16246 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16247 for byte-compiler pacification.
16248
16249 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16250
16251 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16252 ID-FORMAT `string'. This allows us to get rid of
16253 `vc-user-login-name UID'.
16254
16255 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16256
16257 2006-01-22 John Paul Wallington <jpw@pobox.com>
16258
16259 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16260
16261 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16262
16263 * emacs-lisp/find-func.el (find-definition-noselect)
16264 (find-variable-noselect): Search variables in C source code too.
16265 (find-function-C-source, find-function-noselect, find-function)
16266 (find-function-other-frame, find-variable-noselect, find-variable)
16267 (find-variable-other-frame, find-variable-at-point):
16268 Fix docstrings.
16269
16270 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16271
16272 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16273
16274 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16275
16276 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16277 Default to disabling the "Save affix" question.
16278
16279 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16280
16281 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16282 the first arg to run-python.
16283
16284 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16285
16286 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16287 is not loaded.
16288
16289 2006-01-20 Jay Belanger <belanger@truman.edu>
16290
16291 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16292 limit is 0.
16293
16294 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16295 the correct variable.
16296
16297 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16298
16299 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16300 link. Fixed buggy argument sequence in call to `org-view-tags'.
16301 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16302 (org-prefix-has-tag): New variable.
16303 (org-format-agenda-item): Remove tags from headline if
16304 appropriate.
16305 (org-agenda-remove-tags-when-in-prefix): New option.
16306 (org-get-tags-at): New function.
16307
16308 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16309
16310 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16311 (thumbs-find-image): Move image name and number from buffer name
16312 to mode name. Set thumbs-buffer. Preserve point so that large
16313 images remain visible.
16314 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16315 order.
16316 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16317 mode name.
16318 (thumbs-next-image, thumbs-previous-image): Make them work.
16319
16320 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16321
16322 * cus-edit.el (custom-buffer-create-internal): State in the text above
16323 the whole buffer buttons that they do not operate on hidden items.
16324 (custom-face-menu): Use `custom-face-save' instead of
16325 `custom-face-save-command'.
16326 (custom-face-save-command): Make it an alias for `custom-face-save'
16327 and declare it obsolete.
16328 (custom-face-save): Doc fix.
16329
16330 * dired.el (dired-no-confirm): Add quote.
16331 (dired-subdir-alist-pre-R): Add quote in
16332 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16333
16334 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * textmodes/table.el (table-mode-indicator): Typo in last change.
16337
16338 2006-01-19 Richard M. Stallman <rms@gnu.org>
16339
16340 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16341 Fixes bug reported in Nov 2005.
16342
16343 * isearch.el (isearch-forward): Doc fix.
16344
16345 * dired.el (dired-move-to-filename-regexp): Define as alias.
16346 (dired-no-confirm): Use defcustom.
16347 (dired-subdir-alist-pre-R): Put defvar at top level.
16348
16349 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16350
16351 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16352 Mark as risky.
16353
16354 * simple.el (set-mark-command): Doc fix.
16355 (clone-indirect-buffer-other-window):
16356 Read arg like clone-indirect-buffer.
16357 (move-beginning-of-line): Skip invisible newlines.
16358
16359 2006-01-19 Masatake YAMATO <jet@gyve.org>
16360
16361 * progmodes/cpp.el (cpp-edit-load): Make the order of
16362 listed conditions in a base C code buffer and its associate
16363 CPP Edit buffer the same.
16364
16365 2006-01-19 Kenichi Handa <handa@m17n.org>
16366
16367 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16368 (rmail-mime-feature): Likewise.
16369 (rmail-require-mime-maybe): Use display-warning to show a warning
16370 message.
16371
16372 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16373 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16374
16375 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * array.el: Move defvars out of eval-when-compile.
16378 (array-make-template): Replace undeclared global var with a local one.
16379 (array-mode): Inline initialization functions.
16380 (array-init-local-variables, array-init-max-row)
16381 (array-init-max-column, array-init-columns-per-line)
16382 (array-init-field-width, array-init-rows-numbered)
16383 (array-init-line-length, array-init-lines-per-row): Remove.
16384
16385 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16386 (doc-mode-map): Define explicitly.
16387 (doctor-txtype): Use mapc.
16388
16389 * textmodes/table.el: Move defvars out of eval-when-compile.
16390 Remove harmful code meant to avoid byte-compiler warnings.
16391 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16392 specification that checks table-fixed-width-mode directly.
16393 (table-recognize-region, table-recognize-cell):
16394 Use restore-buffer-modified-p.
16395 (table-fixed-width-mode): Remove code that refreshes
16396 table-fixed-mode-indicator.
16397 (*table--cell-describe-bindings, *table--cell-describe-mode):
16398 Avoid obsolete name print-help-return-message.
16399 (table--test-cell-list): Don't use replace-regexp from elisp.
16400 (table--point-entered-cell-function, table--point-left-cell-function):
16401 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16402
16403 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16404 that was after the end of file. Use buffer-file-name variable.
16405 (org-timestamp-change): Use with-current-buffer.
16406 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16407 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16408 `file'.
16409
16410 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16411 (fortran-break-line): Remove unused var `opoint'.
16412 (fortran-abbrev-start): Obey help-event-list.
16413
16414 2006-01-18 Jesper Harder <harder@phys.au.dk>
16415
16416 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16417
16418 2006-01-18 Masatake YAMATO <jet@gyve.org>
16419
16420 * progmodes/make-mode.el (makefile-imake-mode): New mode
16421 derived from makefile-mode.
16422 (makefile-imake-mode-syntax-table): New syntax table
16423 derived from makefile-mode-syntax-table.
16424 (makefile-mode): Write about makefile-imake-mode in doc string.
16425 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16426 (makefile-imake-font-lock-keywords): New font lock keywords.
16427
16428 * files.el (auto-mode-alist): Add Imakefile.
16429
16430 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16431
16432 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16433 loading the file rather than when turning on flyspell-mode.
16434
16435 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16436
16437 * cus-edit.el (customize-rogue): Minor doc fix.
16438
16439 2006-01-17 Juri Linkov <juri@jurta.org>
16440
16441 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16442 instead of the file at the mark as default if the file at the mark
16443 is the same as the file at point or if dired-dwim-target-directory
16444 is not the same as the current directory and the mark is not active.
16445
16446 * log-view.el (log-view-minor-wrap): Use the same logic to get
16447 revisions as `log-view-diff'.
16448
16449 * info.el (Info-revert-find-node): Check for Info-current-file
16450 before preserving new-history.
16451
16452 * man.el (Man-heading-regexp): Add `/'.
16453
16454 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16455 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16456
16457 2006-01-16 Juri Linkov <juri@jurta.org>
16458
16459 * faces.el (mode-line-faces): New defgroup.
16460 (mode-line-highlight): Move definition after new defgroup.
16461 (mode-line, mode-line-inactive, mode-line-highlight):
16462 Replace :group `modeline' with `mode-line-faces'.
16463 (mode-line-buffer-id): New face.
16464 (modeline-buffer-id): New face alias.
16465 (vertical-border): Remove :group `modeline'.
16466
16467 * bindings.el (propertized-buffer-identification): Use face
16468 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16469 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16470 (mode-line-buffer-identification-keymap): For mouse-1 replace
16471 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16472 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16473 mouse-3.
16474
16475 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16476 Buffer-menu-buffer. Doc fix.
16477 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16478 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16479 `Buffer-menu-buffer'.
16480
16481 * info.el (Info-mode-line-node-keymap): New defvar.
16482 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16483 Propertize Info-current-node with `mode-line-buffer-id' and
16484 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16485
16486 * time.el (display-time-mail-face): Replace :group `faces' with
16487 `mode-line-faces'.
16488
16489 2006-01-16 Kenichi Handa <handa@m17n.org>
16490
16491 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16492
16493 * language/european.el (cp1252): New alias for windows-1252.
16494
16495 * international/mule.el (autoload-coding-system): Prepare for EOL
16496 variants.
16497
16498 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16499
16500 * term.el (term-raw-map): Add mapping for insert.
16501 (term-send-insert): New.
16502 (term-mode): Make variables local here instead of doing it in
16503 `term-emulate-terminal'.
16504 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16505 Scroll reverse needs to take into account the scroll region.
16506 Saving and restoring the cursor should save the color attributes too.
16507 (term-reset-terminal): Reset the scroll region.
16508 (term-handle-ansi-escape): Cursor up and down should take into
16509 account the scroll region.
16510 (term-set-scroll-region): Rename from `term-scroll-region'.
16511 Move to 0,0 after setting the region.
16512 (term-handle-scroll): Handle scroll up.
16513 (term-down): Fix off by one error.
16514 (term-delete-lines): Do not delete outside the scroll region.
16515 (term-insert-lines): Take into account the scroll region.
16516
16517 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16518
16519 * textmodes/ispell.el (ispell-internal-change-dictionary)
16520 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16521 (start, end): Move declaration outside of eval-when-compile.
16522
16523 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16524 (flyspell-mode-on): Use it.
16525
16526 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16527 ispell-kill-ispell-hook.
16528
16529 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16530
16531 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16532 (Custom-reset-saved): Do not ask for confirmation in single option
16533 buffers.
16534
16535 2006-01-13 Richard M. Stallman <rms@gnu.org>
16536
16537 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16538
16539 2006-01-13 Romain Francoise <romain@orebokech.com>
16540
16541 * add-log.el (add-change-log-entry, change-log-merge):
16542 Conditionally use `hard-newline'.
16543
16544 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16545
16546 * wid-edit.el (widget-field-end): If the overlay is no longer
16547 associated with a buffer, behave as if the overlay didn't exist.
16548
16549 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16550 Make sure the links use the `custom-link' face.
16551
16552 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16553
16554 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16555 (ld-script-mode): Don't set indent-line-function since we don't
16556 have one.
16557
16558 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16559
16560 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16561 application.
16562 (org-file-apps-defaults-gnu): Use mailcap as the default for
16563 selecting an application on a UNIX system.
16564 (org-agenda-show-tags): New command.
16565 (org-table-insert-hline): Keep cursor in current table line.
16566 (org-table-convert): Offset effect of modifying
16567 `org-table-insert-hline'.
16568 (org-format-agenda-item): New optional argument TAG.
16569 (org-compile-prefix-format): Handle %T format for the tag.
16570 (org-expand-wide-chars): New function.
16571 (org-table-insert-row, org-table-insert-hline):
16572 Use `org-expand-wide-chars'.
16573 (org-open-file): Fix bug in program launch.
16574 (org-get-time-of-day): Fix bug with times before 1am.
16575 (org-agenda-menu): Add tags commands.
16576
16577 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16578
16579 * textmodes/ispell.el (ispell-init-process): Include the used
16580 dictionary in ispell process start message.
16581 (ispell-internal-change-dictionary): When flyspell-mode is active
16582 and dictionary is changed, make sure ispell process is restarted
16583 and flyspell word cache cleared out for the current buffer.
16584 (ispell-change-dictionary): Make sure flyspell word cache is
16585 cleared out in all buffers with active flyspell mode when
16586 dictionary is globally changed.
16587 Call ispell-internal-change-dictionary after dictionary change.
16588
16589 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16590
16591 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16592
16593 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16594 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16595 years. Fix small differences wrt Makefile.in.
16596 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16597 Makefile.in does.
16598
16599 2006-01-12 Bill Wohler <wohler@newt.com>
16600
16601 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16602 mh-search.el.
16603
16604 2006-01-12 Masatake YAMATO <jet@gyve.org>
16605
16606 * progmodes/ld-script.el: Update copyright year.
16607
16608 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16609
16610 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16611 Don't add widget if setting undefined.
16612
16613 2006-01-12 John Paul Wallington <jpw@pobox.com>
16614
16615 * help-fns.el (describe-variable): Remove newlines from void
16616 variable output.
16617
16618 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16619
16620 * wdired.el (wdired-mode-map): Add help echo for
16621 wdired-abort-changes.
16622
16623 * man.el (Man-file-name-regexp): Adjust for a list of files.
16624
16625 2006-01-12 Masatake YAMATO <jet@gyve.org>
16626
16627 * progmodes/ld-script.el (auto-mode-alist): Support
16628 suffix conventions used in netbsd and eCos.
16629
16630 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16631
16632 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16633 (custom-variable-menu, custom-face-menu, custom-group-menu)
16634 (Custom-mode-menu): Change names of menu items. (As discussed on
16635 emacs-devel.)
16636 (custom-face-menu): Add "Undo Edits" item.
16637
16638 * startup.el (init-file-user): defcustom -> defvar.
16639
16640 * tooltip.el (tooltip-mode): Doc fix.
16641
16642 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16643
16644 * reveal.el (reveal-post-command): window-buffer signals an error on
16645 dead windows rather than returning nil.
16646 (reveal-open-new-overlays): An overlay might die while we open others.
16647
16648 2006-01-11 Bill Wohler <wohler@newt.com>
16649
16650 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16651 phrasing in docstring.
16652
16653 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16654 can give some systems gas. Add new file mh-buffers.el.
16655
16656 2006-01-06 Masatake YAMATO <jet@gyve.org>
16657
16658 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16659 C preprocessor forward ported from GNU Emacs 21.2.
16660
16661 * progmodes/asm-mode.el (asm-font-lock-keywords):
16662 Use `cpp-font-lock-keywords'.
16663
16664 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16665
16666 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16667 of $ for "\\.ld[s]?".
16668
16669 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16670
16671 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16672 (tcl-indent-line): Return `noindent' if inside a string.
16673
16674 * progmodes/flymake.el (flymake-split-string): Remove more than one
16675 empty string at beg/end of the result.
16676 (flymake-find-buildfile, flymake-find-possible-master-files):
16677 Use expand-file-name.
16678 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16679 since expand-file-name does it for us. Use directory-file-name.
16680 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16681 (flymake-ler-get-type, flymake-ler-get-text)
16682 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16683 (flymake-current-line-no): Remove spurious interactive spec.
16684 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16685 (flymake-check-include): Remove arg inc-path merged into inc-name.
16686 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16687 Arg regexp-list replaced by a simple regexp.
16688 (flymake-master-make-header-init, flymake-master-tex-init):
16689 Correspondingly replace regexp-list with a regexp. Fix regexp.
16690
16691 2006-01-10 Simon Josefsson <jas@extundo.com>
16692
16693 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16694 describing AUTH PLAIN fix.
16695
16696 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16697
16698 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16699 (report-emacs-bug): Don't record initial prompt text.
16700 Instead, add text properties to prompting text.
16701 (report-emacs-bug-hook): Delete prompting text.
16702
16703 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16704
16705 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16706 `dirs'. Adjust callers.
16707
16708 2006-01-09 John Paul Wallington <jpw@gnu.org>
16709
16710 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16711
16712 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16713
16714 * reveal.el (reveal-open-new-overlays): New extracted fun.
16715 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16716 using them. Simplify the code.
16717 (reveal-post-command): Use them. Fix up obsolete windows in
16718 reveal-open-spots.
16719
16720 * progmodes/flymake.el: Use `require' rather than autoload for
16721 XEmacs's overlays.
16722 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16723 Delete. Use file-relative-name instead.
16724 (flymake-get-syntax-check-program-args, flymake-perl-init):
16725 Simplify the resulting code.
16726
16727 * log-view.el (log-view-file-re, log-view-message-re): Add support
16728 for DaRCS output.
16729
16730 2006-01-09 Alex Schroeder <alex@gnu.org>
16731
16732 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16733 identifiers sometimes added in square brackets at the beginning of
16734 subject lines.
16735
16736 2006-01-07 Richard M. Stallman <rms@gnu.org>
16737
16738 * cus-edit.el (Custom-set, Custom-save): Doc fix.
16739 (Custom-reset-current, Custom-reset-saved): Change question text.
16740 (Custom-reset-standard): Likewise.
16741 (custom-variable-reset-saved): Doc fix.
16742
16743 2006-01-07 Eli Zaretskii <eliz@gnu.org>
16744
16745 * startup.el (init-file-user): Doc fix.
16746
16747 2006-01-07 Alex Schroeder <alex@gnu.org>
16748
16749 * mail/rmail.el (rmail-current-subject): New function.
16750 (rmail-current-subject-regexp): New function.
16751 (rmail-next-same-subject): Use it.
16752
16753 * mail/rmailsum.el (rmail-summary-by-topic):
16754 Use rmail-current-subject and rmail-current-subject-regexp.
16755 (rmail-summary-next-same-subject): Ditto.
16756
16757 * net/rcirc.el (rcirc-send-input): No longer check whether the
16758 process is open, since not all commands need an open process.
16759 (rcirc-send-string): Check whether the process is open before
16760 sending anything.
16761 (rcirc-ignore-list): New option.
16762 (rcirc-ignore-list-automatic): New variable.
16763 (rcirc-print): Take rcirc-ignore-list into account.
16764 (rcirc-cmd-ignore): New command.
16765 (rcirc-ignore-update-automatic): New function.
16766 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
16767 list if ignored nicks.
16768 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
16769
16770 2006-01-06 David Reitter <david.reitter@gmail.com>
16771
16772 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
16773 reflect the address to which the report will be sent.
16774
16775 2006-01-06 Eli Zaretskii <eliz@gnu.org>
16776
16777 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
16778 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
16779
16780 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
16781
16782 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
16783
16784 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
16785 the doc string: "functoin" => "function".
16786 * ldefs-boot.el: Likewise.
16787
16788 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
16789 message text: "Duplicat" => "Duplicate".
16790
16791 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
16792
16793 * files.el (basic-save-buffer-2): If backing-up failed, reset
16794 buffer-backed-up to nil.
16795
16796 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
16797
16798 * progmodes/gud.el (gdb-script-skip-to-head)
16799 (gdb-script-calculate-indentation): Indent for breakpoint command
16800 lists also.
16801
16802 2006-01-05 Bill Wohler <wohler@newt.com>
16803
16804 * Makefile.in (compile-always): Add mh-autoloads dependency.
16805 (bootstrap): Remove mh-autoloads dependency, as compile dependency
16806 provides it.
16807 (updates): Remove mh-autoloads dependency, since it probably has
16808 already run recently (via recompile).
16809
16810 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16811
16812 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
16813 argument `force' to disable the flyspell-last-buffer optimization.
16814 (flyspell-mode-on): Use it.
16815
16816 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
16817 flymake-simple-cleanup.
16818 (flymake-allowed-file-name-masks): Use this new default.
16819 All the functions are now called in the right buffer rather than
16820 passing the buffer as argument.
16821 (flymake-process-sentinel): Switch to buffer before calling cleanup.
16822 (flymake-parse-err-lines): Remove redundant buffer arg.
16823 (flymake-get-program-dir): Comment out unused function.
16824 (flymake-start-syntax-check, flymake-start-syntax-check-process):
16825 Remove redundant buffer argument.
16826 (flymake-get-real-file-name, flymake-simple-java-cleanup)
16827 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
16828
16829 2006-01-05 Richard M. Stallman <rms@gnu.org>
16830
16831 * info.el (Info-find-node): Don't record previous node if have none.
16832 (info): Go to directory only if history is empty.
16833
16834 * simple.el (mark): Doc fix.
16835
16836 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16837
16838 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
16839 already of desired type.
16840 (mac-ae-list): Coerce parameter to "list" type.
16841 (mac-dispatch-apple-event): Replace cadr part of event with a
16842 dummy position so that event-start returns it.
16843
16844 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
16845
16846 * textmodes/org.el (org-end-of-subtree): New function.
16847 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
16848 Use `org-end-of-subtree'.
16849 (org-agenda, org-agenda-convert-date): Protect calls to
16850 `fit-window-to-buffer'.
16851 (org-tags-view): Force matching of sublevels when doing a
16852 todo-only search. Define the correct redo command, including the
16853 arguments.
16854 (org-agenda-redo): Display message.
16855 (org-check-for-org-mode): New function.
16856 (org-agenda-type): New variable.
16857 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
16858 Set `org-agenda-type'.
16859 (org-agenda-check-type): New function.
16860 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
16861 (org-agenda-week-view, org-agenda-day-view)
16862 (org-agenda-next-date-line, org-agenda-previous-date-line)
16863 (org-agenda-log-mode, org-agenda-toggle-diary)
16864 (org-agenda-toggle-time-grid, org-agenda-date-later)
16865 (org-agenda-date-prompt, org-agenda-diary-entry)
16866 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
16867 (org-agenda-convert-date, org-agenda-menu):
16868 Use `org-agenda-check-type'.
16869 (org-make-overlay, org-delete-overlay)
16870 (org-detatch-overlay, org-move-overlay, org-overlay-put):
16871 New compatibility functions.
16872 (org-calendar-select-mouse): New command.
16873
16874 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
16875
16876 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
16877 (Custom-reset-standard): Fix y-or-n-p messages.
16878 (custom-link): New face for links.
16879 (custom-buffer-create-internal, custom-manual): Use it.
16880 (custom-face-save): Push to theme-face before setting face spec.
16881
16882 * wid-edit.el (widget-default-mouse-face-get): New function.
16883 (widget-specify-button): Handle mouse-face like button-face.
16884
16885 * custom.el (load-theme): Clear old theme settings if reloading.
16886
16887 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
16888
16889 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
16890 "Erase Customization" button back to same position it occupies in
16891 the individual State menus.
16892
16893 2006-01-04 Kim F. Storm <storm@cua.dk>
16894
16895 * wid-edit.el (key-sequence): Rework widget to read key binding
16896 using `kbd' syntax. Use C-q to insert literal key, event, or code.
16897 (widget-key-sequence-default-value): Default value for empty sequence.
16898 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
16899 (widget-key-sequence-read-event): New command for C-q.
16900 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
16901 (widget-key-sequence-value-to-external): New functions.
16902
16903 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16904
16905 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
16906 Use expand-file-name.
16907 (flymake-delete-temp-directory): Use expand-file-name,
16908 file-name-directory, and directory-file-name.
16909 (flymake-strrchr): Delete.
16910 (flymake-start-syntax-check): Don't pass the redundant buffer argument
16911 to the init-f function.
16912 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
16913 (flymake-init-find-buildfile-dir)
16914 (flymake-init-create-temp-source-and-master-buffer-copy)
16915 (flymake-simple-make-init-impl, flymake-simple-make-init)
16916 (flymake-master-make-init, flymake-master-make-header-init)
16917 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
16918 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
16919 (flymake-xml-init): Remove corresponding redundant buffer argument.
16920 (flymake-allowed-file-name-masks): Remove last elems that are equal to
16921 the default anyway. Clean up regexps.
16922
16923 * progmodes/flymake.el (flymake-temp-source-file-name)
16924 (flymake-master-file-name, flymake-temp-master-file-name)
16925 (flymake-base-dir): New buffer-local vars.
16926 (flymake-buffer-data, flymake-get-buffer-value)
16927 (flymake-set-buffer-value): Replace those hash-tables by the new
16928 buffer-local vars. Update callers.
16929
16930 * progmodes/flymake.el (flymake-check-start-time)
16931 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
16932 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
16933 Move definition, so we can remove redundant earlier declaration.
16934 (flymake-replace-regexp-in-string, flymake-split-string)
16935 (flymake-get-temp-dir): Use defalias.
16936 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
16937 (flymake-xemacs-window-edges): Remove unused function.
16938 (flymake-get-point-pixel-pos): Move.
16939 (flymake-pid-to-names, flymake-reg-names)
16940 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
16941 Replace by a simple list flymake-processes and by process-buffer.
16942 Update callers. Other than simplify the code, it uses buffers rather
16943 than buffer-names so it doesn't get confused by uniquify.
16944 (flymake-buffer-data): The global value should just be nil.
16945
16946 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
16947 Optimize the body of a defalias like any other code.
16948
16949 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
16950 Make sure we've setup font-lock's vars. It may influence which
16951 function we then call.
16952 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
16953 here since it's too late anyway.
16954
16955 2006-01-03 Romain Francoise <romain@orebokech.com>
16956
16957 * startup.el (fancy-splash-tail, normal-splash-screen):
16958 Update copyright year.
16959
16960 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
16961
16962 * mouse.el (mouse-drag-track): Rename, from
16963 `mouse-drag-region-1'. Includes optional argument required to
16964 enable post-drag event processing (e.g. delete region keys).
16965 Can be used without this argument to track a mouse region and operate
16966 on it as soon as the drag completes.
16967 (mouse-drag-region): Use `mouse-drag-track'.
16968
16969 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
16970
16971 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16972 Move to `custom-buffer' group.
16973
16974 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16975 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16976 (custom-theme-insert-face-marker, custom-theme-variable-menu)
16977 (custom-theme-face-menu): New variables.
16978 (custom-theme-add-variable, custom-theme-variable-action)
16979 (custom-variable-reset-theme, custom-theme-delete-variable)
16980 (custom-face-reset-theme, custom-theme-face-action)
16981 (custom-theme-delete-face, custom-theme-merge-theme)
16982 (custom-theme-add-face, custom-theme-visit-theme): New functions.
16983
16984 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
16985
16986 * custom.el: Move Custom Themes commentary to start of theme code.
16987 (custom-known-themes): Rename `standard' theme to `changed'.
16988 (custom-push-theme): Caller no longer specifies what theme to use
16989 when doing `reset'---the setting is simply removed from the theme.
16990 Delete MODE from `theme-value' and `theme-settings' properties.
16991 (custom-declare-theme): Ignore &rest args since we don't use them.
16992
16993 (custom-loaded-themes): Delete variable.
16994 (custom-theme-load-themes, custom-theme-loaded-p)
16995 (custom-theme-value): Delete functions.
16996
16997 (custom-declare-theme): Signal error on invalid theme names.
16998 (provide-theme): custom-loaded-themes was deleted.
16999 (load-theme): Load the file unconditionally.
17000 (enable-theme): Call `load-theme' if theme is undefined.
17001 (custom-enabled-themes): Only update value for successful loads.
17002 (disable-theme): Complete from enabled themes when interactive.
17003 (custom-variable-theme-value): Calculate theme value directly.
17004
17005 (custom-theme-reset-variables, custom-reset-variables): Mark as
17006 XEmacs compatibility functions. We don't actually use these.
17007
17008 * cus-edit.el (custom-variable-state-set):
17009 Use custom-variable-theme-value instead of custom-theme-value.
17010 (custom-face-state-set): Rename `standard' theme to `changed'.
17011 (custom-save-variables, custom-save-faces): Delete unneeded
17012 references to custom-reset-variables.
17013 (custom-save-resets): Delete function.
17014 (custom-save-variables, custom-save-faces): MODE argument deleted.
17015 (custom-save-variables, custom-save-faces): Ignore theme values.
17016
17017 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17018 compatibility function.
17019
17020 2006-01-01 Richard M. Stallman <rms@gnu.org>
17021
17022 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17023 (Custom-reset-current, Custom-reset-saved): Likewise.
17024 (Custom-reset-standard): Show message if aborted.
17025 (custom-mode): Doc fix, describing those commands.
17026
17027 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17028 put on event-kind property.
17029
17030 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17031
17032 * custom.el (provide-theme): Ban `user' theme name.
17033 (custom-enabling-themes): New variable.
17034 (enable-theme): Don't enable user if custom-enabling-themes is t.
17035 (custom-enabled-themes): Make it a defcustom.
17036 (custom-theme-recalc-face): No-op if face is undefined.
17037
17038 * cus-edit.el (custom-button-mouse): New variable.
17039 (custom-button-mouse): New face.
17040 (custom-raised-buttons, custom-mode): Use it.
17041
17042 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17043
17044 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17045
17046 * progmodes/gud.el (gud-display-line): Support hl-line in the
17047 source buffer.
17048
17049 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17050
17051 * mouse.el (mouse-drag-window-above): Verify that the found window
17052 overlaps with the given window in the horizontal dimension.
17053
17054 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17055
17056 * Makefile.in (cvs-update): New target.
17057
17058 * makefile.w32-in (cvs-update): Ditto.
17059
17060 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17061
17062 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17063 (custom-new-theme-mode-map): New variable.
17064
17065 2005-12-30 Richard M. Stallman <rms@gnu.org>
17066
17067 * custom.el (custom-load-themes): Function deleted.
17068
17069 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17070 (custom-save-variables): Don't delete or add custom-load-themes call.
17071
17072 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17073
17074 * cus-start.el: Add `visible-cursor'.
17075
17076 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17077 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17078 (flymake-process-filter): Switch to buffer before calling it instead.
17079 (flymake-post-syntax-check, flymake-highlight-err-lines)
17080 (flymake-delete-own-overlays, flymake-parse-err-lines)
17081 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17082 (flymake-count-lines, flymake-parse-residual):
17083 Remove constant buffer argument.
17084 (flymake-start-syntax-check-for-current-buffer): Remove.
17085 Update callers to use flymake-start-syntax-check instead.
17086 (flymake-display-err-menu-for-current-line):
17087 Remove unused var `mouse-pos'.
17088 (flymake-restore-formatting): Comment out unused function.
17089 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17090 argument, use current-buffer instead. Update callers.
17091
17092 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17093
17094 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17095 buffer-local because choose-completion-delete-max-match requires
17096 that we set completion-ignore-case (i.e., binding via let is not
17097 sufficient).
17098 (bibtex-complete): Always set completion-ignore-case and
17099 choose-completion-string-functions. The latter is needed because
17100 choose-completion-string-functions keeps its value if we quit the
17101 *Completions* buffer without requesting a completion.
17102
17103 2005-12-30 Andreas Schwab <schwab@suse.de>
17104
17105 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17106
17107 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17108
17109 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17110
17111 2005-12-30 Juri Linkov <juri@jurta.org>
17112
17113 * locate.el (locate-fcodes-file, locate-header-face)
17114 * progmodes/delphi.el (delphi-other-face)
17115 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17116
17117 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17118 group `paren-showing-faces'.
17119
17120 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17121 (goto-address): Fix docstring.
17122
17123 * net/webjump.el (webjump-sample-sites): Update URLs.
17124
17125 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17126
17127 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17128
17129 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * font-lock.el (font-lock-compile-keywords): Signal an error when
17132 font-lock-set-defaults hasn't been called.
17133
17134 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17135
17136 * subr.el (noreturn, 1value): Doc fixes.
17137
17138 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17139
17140 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17141 that assoc-string returns nil.
17142
17143 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17144
17145 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17146 (bibtex-entry-type-str, bibtex-empty-field-re)
17147 (bibtex-search-backward-string, bibtex-preamble-prefix)
17148 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17149 (bibtex-any-valid-entry-type): New variable.
17150 (bibtex-parse-field-name): Simplify.
17151 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17152 (bibtex-preamble-prefix): Include left delimiter.
17153 (bibtex-search-forward-field, bibtex-search-backward-field):
17154 Allow unbounded search past entry boundaries (required by bibtex-pop).
17155 (bibtex-text-in-field-bounds): Use push.
17156 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17157 (bibtex-parse-preamble, bibtex-valid-entry)
17158 (bibtex-beginning-first-field): New functions.
17159 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17160 (bibtex-map-entries): Fix docstring.
17161 (bibtex-flash-head): New arg prompt. Simplify.
17162 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17163 (bibtex-insert-kill): Simplify. Always insert text past the
17164 current field or entry.
17165 (bibtex-format-entry): Use bibtex-parse-field.
17166 (bibtex-pop): Use bibtex-beginning-of-entry and
17167 bibtex-end-of-entry to initiate the search. Insert empty field if
17168 we found ourselves.
17169 (bibtex-print-help-message): New args field and comma.
17170 Handle entry keys.
17171 (bibtex-make-field): Use bibtex-beginning-of-entry.
17172 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17173 invalid entry.
17174 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17175 Handle preambles. Simplify code for thorough test.
17176 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17177 New arg comma. Handle entry heads.
17178 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17179 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17180 New arg comma.
17181 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17182 (bibtex-fill-field): Simplify.
17183 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17184 bibtex-parse-field.
17185 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17186 (bibtex-complete): Use bibtex-parse-preamble.
17187
17188 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17189
17190 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17191 Display name of expression instead of convenience variable.
17192 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17193
17194 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17195 toggle-gud-tooltip-dereference.
17196 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17197 (gud-tooltip-tips): ...here when dereferencing.
17198
17199 2005-12-28 Bill Wohler <wohler@newt.com>
17200
17201 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17202
17203 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17204
17205 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17206 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17207 (vc-annotate-display-autoscale): Adjust call.
17208 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17209 Fix interactive spec.
17210 (vc-annotate-time-span): Remove.
17211 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17212 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17213 (vc-annotate-display-select): Use new name.
17214
17215 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17216 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17217 Correct the construction of span entries. Simplify.
17218 (vc-annotate-display-select): Fix the nil case.
17219 (vc-annotate): Remove obsolete (and now broken) code.
17220 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17221 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17222
17223 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17224
17225 * subr.el (lazy-completion-table): Correct typo in docstring.
17226
17227 * startup.el (command-line): Use `custom-reevaluate-setting' for
17228 `send-mail-function'.
17229
17230 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17231
17232 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17233
17234 * mail/smtpmail.el (smtpmail-try-auth-methods):
17235 Send credentials together with "AUTH PLAIN" command.
17236
17237 2005-12-27 Richard M. Stallman <rms@gnu.org>
17238
17239 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17240 mouse-2, go back to previously selected window, so it's selected
17241 when mouse-2 command runs.
17242
17243 2005-12-27 Juri Linkov <juri@jurta.org>
17244
17245 * descr-text.el (describe-text-sexp): Use square brackets for
17246 button [Show] to distinguish it from the property value `show'.
17247 (describe-property-list): Use `insert-text-button' with
17248 `help-face' type instead of putting face in quotes, because button
17249 is not created automatically for a list of faces.
17250 (describe-text-properties-1): Put button-type value in quotes to
17251 distinguish from plain text "button".
17252 (describe-char): Display code point values in hex. Don't use
17253 `symbol-name' for `current-input-method' because it is a string.
17254 Use `insert-text-button' with `help-face' type instead of putting
17255 hardcoded face in quotes, because button is not created automatically.
17256
17257 2005-12-27 Richard M. Stallman <rms@gnu.org>
17258
17259 * progmodes/glasses.el (glasses-face): More specific custom type.
17260
17261 * files.el (set-visited-file-name): Doc fix.
17262
17263 * textmodes/flyspell.el (flyspell-external-point-words):
17264 Use local var buffer-scan-pos to advance scan for next misspelling.
17265 Advance it only after we find the misspelling.
17266
17267 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17268
17269 * textmodes/flyspell.el (flyspell-external-point-words):
17270 New criteria for finding the misspelling in the buffer.
17271
17272 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17273
17274 * help-mode.el (help-insert-string): Set help-xref-stack-item
17275 rather than call help-setup-xref.
17276
17277 * descr-text.el (describe-char): Revert previous changes for
17278 optional buffer argument.
17279
17280 2005-12-27 Juri Linkov <juri@jurta.org>
17281
17282 * help-mode.el (help-insert-string): New function. Save buffer
17283 contents in cases where it is impossible to recompute the old contents.
17284
17285 * descr-text.el (describe-char): Set help-xref-stack-item
17286 explicitly after buffer has been generated.
17287
17288 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17289
17290 * cus-start.el (all): Add x-gtk-show-hidden-files.
17291
17292 2005-12-26 Richard M. Stallman <rms@gnu.org>
17293
17294 * replace.el (perform-replace): Calculate match-again
17295 before skipping read-only matches.
17296
17297 * paren.el (paren-showing-faces): New group.
17298 (show-paren-match, show-paren-mismatch): Move to that group.
17299
17300 * button.el (button): Put into group `basic-faces'.
17301
17302 * progmodes/make-mode.el: Remove faces from group `faces'.
17303
17304 * apropos.el (apropos, apropos-value): Doc fix.
17305 (apropos-documentation): Doc fix.
17306
17307 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17308
17309 * subr.el (lazy-completion-table): Remove argument `args'.
17310
17311 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17312 Don't use the `args' argument of lazy-completion-table.
17313
17314 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17315
17316 * descr-text.el (describe-char): Add optional argument for buffer.
17317 Set buffer appropriately. Call help-setup-xref.
17318 Suggested by Stefan Monnier.
17319
17320 2005-12-26 Juri Linkov <juri@jurta.org>
17321
17322 * descr-text.el: Require `help-fns' at runtime. Don't require
17323 `button' for byte compilation.
17324 (describe-text-widget): Add `help-echo' for first button.
17325 Use `help-info' for second.
17326 (describe-property-list): Use `help-argument-name' instead of `italic'.
17327 (describe-text-category): Add prompt to interactive spec.
17328 Call `help-setup-xref'.
17329 (describe-char): Use `help-character-set'. Add `help-echo' for
17330 code point. Use `help-input-method'. Remove superfluous insert.
17331
17332 2005-12-25 Richard M. Stallman <rms@gnu.org>
17333
17334 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17335 at point, in case of narrowing.
17336
17337 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17338
17339 * locate.el (locate-header-face): Allow nil in type.
17340
17341 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17342
17343 2005-12-25 Romain Francoise <romain@orebokech.com>
17344
17345 * battery.el (battery-linux-proc-acpi): Also try
17346 `/proc/acpi/thermal_zone/THM0/temperature'.
17347
17348 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17349
17350 * custom.el (custom-push-theme): Fix docstring.
17351
17352 * cus-edit.el (custom-variable-set, custom-variable-save)
17353 (custom-variable-save): Custom-quote widget values.
17354 (customize-save-variable): Fix custom-push-theme call.
17355
17356 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17357
17358 * w32-fns.el (w32-batch-update-autoloads): New function.
17359
17360 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17361 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17362 from the command line.
17363
17364 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17365
17366 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17367 reset means to remove setting from theme entirely. Don't keep
17368 expanding theme-settings list; delete old entries if necessary.
17369
17370 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17371 customization" button one line up.
17372 (custom-themed): New face.
17373 (custom-magic-alist): New value, THEMED, for theme settings.
17374 (custom-variable-state-set, custom-face-state-set):
17375 Check theme-value instead of saved-value.
17376 (custom-variable-reset-standard, custom-face-reset-standard):
17377 Remove theme setting entirely. Recalculate new values.
17378 (custom-variable-set, custom-variable-set)
17379 (custom-variable-reset-saved, custom-variable-reset-backup)
17380 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17381 (custom-variable-save): Fix typos.
17382
17383 2005-12-23 Juri Linkov <juri@jurta.org>
17384
17385 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17386 Add autoload cookies.
17387 (edebug-outside-d-c-i-n-s-w): New variable.
17388 (edebug-display, edebug-outside-excursion): Use it to save the
17389 original value of default-cursor-in-non-selected-windows.
17390 Set default-cursor-in-non-selected-windows to t while Edebug
17391 is active.
17392 (edebug-mode, edebug-eval-mode): Doc fix.
17393
17394 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17395 with `buffer-substring-no-properties' to remove common substring
17396 highlighting.
17397
17398 * info.el (info-other-window, info): Rename function argument
17399 `file' to `file-or-node'.
17400 (Info-complete-menu-item): Use local variable `complete-nodes' to
17401 keep the global value of `Info-complete-nodes' unchanged for
17402 subsequent completions.
17403 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17404
17405 * simple.el (get-next-valid-buffer, last-buffer)
17406 (next-error-buffer-p, next-error-find-buffer)
17407 (minibuffer-history-sexp-flag): Doc fix.
17408
17409 * savehist.el (savehist-mode-hook): Add `:group'.
17410
17411 * log-view.el: Call autoload for vc-find-version.
17412 (log-view-current-file): Adjust subgroup numbers.
17413 (log-view-current-tag): Add `length'.
17414
17415 2005-12-23 Richard M. Stallman <rms@gnu.org>
17416
17417 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17418
17419 2005-12-23 Juri Linkov <juri@jurta.org>
17420
17421 * hi-lock.el (hi-lock-archaic-interface-message-used)
17422 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17423 (hi-lock-mode): Display "Hi" in the mode line only when
17424 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17425 (hi-lock-write-interactive-patterns):
17426 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17427 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17428 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17429 font-lock-add-keywords to t.
17430
17431 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17432
17433 * hi-lock.el (hi-lock-highlight-range): New variable.
17434 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17435 only if font-lock-fontified is non-nil. Remove overlays.
17436 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17437 font-lock-fontified is non-nil, otherwise use overlays (instead of
17438 text properties).
17439 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17440 New variables.
17441 (hi-lock-string-serialize): New function.
17442
17443 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17444
17445 * menu-bar.el (menu-find-file-existing): New function.
17446 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17447
17448 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17449
17450 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 * vc.el: Remove unnecessary leading * in docstrings.
17453 (vc-annotate-mode-map): Move initialization into declaration.
17454 (vc-static-header-alist): Nitpick on the regexp.
17455 (vc-default-init-version): New fun.
17456 (vc-register): Use it.
17457 (vc-insert-headers): Use dolist.
17458 (vc-annotate-get-backend): Remove unused function.
17459 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17460 (vc-annotate-mode): Remove corresponding call.
17461 (vc-annotate-car-last-cons): Simplify.
17462 (vc-annotate-buffers): Remove var.
17463 (vc-annotate-backend): Make it buffer-local.
17464 (vc-annotate): Move the interaction to the interactive spec.
17465 Add a `buf' argument.
17466 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17467 killing&creating a vc-annotate buffer, which is very disruptive when
17468 the buffers are shown in dedicated frames.
17469
17470 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17471
17472 * descr-text.el: Add FSF as maintainer.
17473 (describe-text-mode, describe-text-mode-map)
17474 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17475 help-mode.
17476 (describe-text-widget, describe-text-sexp)
17477 (describe-property-list, describe-text-category)
17478 (describe-text-properties, describe-text-properties-1)
17479 (describe-char): Use help buttons instead of widgets.
17480 (describe-char-unicodedata-file): Make URL link in doc string.
17481
17482 2005-12-22 Richard M. Stallman <rms@gnu.org>
17483
17484 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17485 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17486 Don't include buttons that write a file when there's no file.
17487 (custom-variable-menu, custom-face-menu, custom-group-menu):
17488 Don't include commands that write a file when there's no file.
17489 (customize-browse): Reword the top-of-buffer help intro.
17490 (custom-buffer-create-internal): Fix previous change.
17491 (customize-changed-options-previous-release): Prev release is 21.1.
17492 (customize-changed-options): Doc fix.
17493 (customize-changed): New alias.
17494 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17495 Say "standard values".
17496 (Custom-reset-standard): Doc fix.
17497 (custom-face-reset-standard): Doc fix.
17498
17499 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17500
17501 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17502 even if font-lock-mode is non-nil since it may be t without having
17503 turned on font-lock-mode-internal.
17504 (font-lock-choose-keywords): Minor optimization.
17505 (font-lock-add-keywords, font-lock-remove-keywords)
17506 (font-lock-set-defaults): Don't call make-local-variable on a variable
17507 that we know to already be local.
17508
17509 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17510
17511 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17512 messages if in the minibuffer.
17513
17514 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17517 (tex-mode-flyspell-verify, flyspell-get-word)
17518 (flyspell-external-point-words): Don't use point-min/max uselessly.
17519
17520 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17521 by Kevin Rodgers. Instead, just hide the completions buffer if we
17522 don't need to show it.
17523
17524 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17525
17526 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17527
17528 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17529
17530 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17531 delete-windows-on with an inexistent buffer.
17532
17533 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17534
17535 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17536 Delete defcustom variable :tag names.
17537
17538 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17541 (log-view-font-lock-keywords): Ajust subgroup numbers.
17542 (log-view-current-tag): Don't hard code the number of subgroups.
17543
17544 2005-12-20 Juri Linkov <juri@jurta.org>
17545
17546 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17547 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17548
17549 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17550 (menu-bar-non-minibuffer-window-p): Instead of checking
17551 display-multi-frame-p, use selected-frame when menu-updating-frame
17552 is nil.
17553
17554 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17555
17556 * align.el (align-rules-list): Use [ \t] instead of \s-
17557 for column separators in text mode.
17558
17559 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17560
17561 * help-mode.el (help-customize-variable, help-customize-face):
17562 Don't pop help-xref-stack as help-follow no longer pushes
17563 anything on to it.
17564
17565 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17566
17567 * textmodes/org.el (org-agenda-custom-commands): New option.
17568 (org-agenda): Offer custom commands on splash screen.
17569 (org-make-tags-matcher): Parser for Boolean logic added.
17570 (org-agenda-set-tags): New command.
17571 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17572 (org-set-tags): Efficiency improvements.
17573 (org-auto-align-tags): New option.
17574 (org-todo, org-demote, org-promote): Realign tags.
17575 (org-tags-completion-function): Use also "&" and "|" as separators.
17576 (org-org-menu): Agenda commands simplified.
17577
17578 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17579
17580 * cus-edit.el (customize-apropos, customize-apropos-options):
17581 Docstring changes.
17582
17583 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17584
17585 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17586
17587 * longlines.el (longlines-mode): Wrap while widened.
17588 (longlines-decode-region, longlines-encode-region): Compute max
17589 just once.
17590
17591 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17592
17593 * cus-edit.el (mac): New group.
17594
17595 * cus-start.el (all): Add user options in macterm.c. Add test for
17596 Mac-related built-ins. Fix test for GTK-related built-ins.
17597
17598 * term/mac-win.el (mac-handle-language-change)
17599 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17600 (mac-services-open-selection, mac-services-mail-selection)
17601 (mac-services-mail-to, mac-services-insert-text)
17602 (mac-dispatch-apple-event): Add docstrings.
17603 (x-get-selection, mac-select-convert-to-string): Select coding
17604 system from `utf-16be' and `utf-16le' using `byteorder'.
17605
17606 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17607
17608 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17609 a "list" (lambda ...) rather than a real completion list.
17610
17611 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17612 lexical-let when encountering ((lambda (...) ...) ...).
17613
17614 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17615
17616 * progmodes/sh-script.el (sh-mode):
17617 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17618 * textmodes/picture.el (picture-mode): Update docstrings.
17619
17620 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17621
17622 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17623 commands enclosed in $(ARGQUOTE)s should not be split between two
17624 lines, as that will break with GNU Make >3.80, when sh.exe is used
17625 and arg quoting is with '..'.
17626 (autoloads): Don't break the quoted --eval expression between
17627 several lines.
17628
17629 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17630
17631 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17632 Capture error from printing circular structures.
17633
17634 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17635
17636 * wid-edit.el (widget-checkbox-action): Clear undo info.
17637
17638 2005-12-16 Bill Wohler <wohler@newt.com>
17639
17640 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17641 bar, not menubar in comment.
17642
17643 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17646 After-change-functions should not clobber the match data.
17647
17648 2005-12-16 Juri Linkov <juri@jurta.org>
17649
17650 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17651 instead of `buffer-substring'.
17652 (completion-common-substring): Doc fix.
17653 (completion-setup-function): Use minibuffer-completion-contents
17654 instead of minibuffer-contents. Don't set common-string-length
17655 initially. Remove special handling of partial-completion-mode.
17656 Move computation of completion-base-size into one cond.
17657 Call completion-base-size-function in mainbuf. In computation of
17658 completion-base-size for file name completion don't move point to
17659 the end of the minibuffer. Move computation of common-string-length
17660 into one cond. Start putting faces only when common-string-length>=0.
17661 Add condition to put completions-common-part when
17662 common-string-length>0.
17663
17664 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17665 place point at the first different character in the minibuffer
17666 even if this position is at the beginning of the minibuffer.
17667
17668 * info.el (Info-read-node-name-1): In completion-base-size-function's
17669 lambda return 1 if common-substring or minibuffer-completion-contents
17670 starts with (, and 0 otherwise.
17671
17672 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17673 Use `crm-current-element' for second arg of `display-completion-list'.
17674
17675 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17676
17677 * files.el (set-auto-mode): Look for an interpreter specified on
17678 the first line also if search for mode specification succeeded,
17679 but the mode is not known.
17680
17681 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17682
17683 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17684 (org-open-at-point): Implement tag searches as links.
17685 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17686 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17687 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17688 (org-agenda-dispatch): New commands.
17689 (org-use-tag-inheritance, org-tags-column): New options.
17690 (org-tab-follows-link, org-return-follows-link): New options.
17691 (org-tags): New customize group.
17692 (org-start-icalendar-file): Get local time zone.
17693 (org-tags-completion-function): New function.
17694 (org-set-font-lock-defaults): Make sure links will also be
17695 highlighted inside headlines.
17696
17697 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17698
17699 * term.el (term-emulate-terminal):
17700 Let term-handle-ansi-terminal-messages override what Bash says about
17701 its current directory.
17702
17703 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17704
17705 * bindings.el (last-buffer): Move to simple.el.
17706 * simple.el (last-buffer): Move here.
17707 (get-next-valid-buffer): New function.
17708 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17709 (prev-buffer): Ditto. Rename to `previous-buffer'.
17710
17711 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17712 * bindings.el (global-map): Ditto.
17713
17714 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17715
17716 * cus-edit.el: Introductory comment change.
17717 (custom-magic-alist): Change message string for the `rogue' state.
17718
17719 2005-12-15 Richard M. Stallman <rms@gnu.org>
17720
17721 * tooltip.el: Delete defcustom variable :tag names.
17722
17723 * complete.el (partial-completion-mode): Doc fix.
17724
17725 * textmodes/flyspell.el (flyspell-external-point-words):
17726 Use save-excursion to ensure we don't move backward in the
17727 search loop, not even one character.
17728 (flyspell-delete-all-overlays): Use remove-overlays directly.
17729
17730 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17731 (ispell-start-process): Set that variable.
17732 Clear ispell-buffer-local-name.
17733 (ispell-internal-change-dictionary):
17734 Set ispell-current-dictionary after killing process.
17735 (ispell-buffer-local-dict):
17736 Don't set spell-personal-dictionary after killing process.
17737 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
17738 (ispell-tex-skip-alists, ispell-html-skip-alists)
17739 (ispell-skip-region-alist): Mark as risky.
17740
17741 * net/newsticker.el (newsticker--retrieval-timer-list)
17742 (newsticker--display-timer, newsticker-running-p)
17743 (newsticker-ticker-running-p): Definitions moved up.
17744
17745 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
17746
17747 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
17748
17749 2005-12-15 David Ponce <david@dponce.com>
17750
17751 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
17752 (recentf-edit-list, recentf-open-files): Signal an error when
17753 there is no recent file.
17754
17755 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
17756
17757 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
17758 read-only except for texinfo-format-region evaluation.
17759
17760 2005-12-14 Richard M. Stallman <rms@gnu.org>
17761
17762 * vc.el (vc-default-previous-version, vc-default-next-version)
17763 (vc-do-command): Doc fixes.
17764
17765 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17766
17767 * textmodes/bibtex.el (bibtex-expand-strings)
17768 (bibtex-autokey-expand-string, bibtex-name-part)
17769 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
17770 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
17771 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
17772 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
17773 (bibtex-entry-postfix, bibtex-known-entry-type-re)
17774 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
17775 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
17776 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
17777 (bibtex-beginning-of-last-entry): Remove.
17778 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
17779 message if comma is missing but buffer is read-only.
17780 (bibtex-parse-field-text): Handle whitespaces at the end of field
17781 text. Return 3-element list with beginning and end of field text
17782 and end of field.
17783 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
17784 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
17785 (bibtex-search-forward-field, bibtex-search-backward-field):
17786 Search always delimited by limits of entry. Use more efficient
17787 search algorithms.
17788 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
17789 bibtex-end-of-name-in-field.
17790 (bibtex-text-in-field-bounds): Handle BibTeX strings when
17791 extracting the content of a field.
17792 (bibtex-text-in-field): Use search limits.
17793 (bibtex-parse-string-prefix): Handle empty string keys based on
17794 bibtex-string-empty-key.
17795 (bibtex-parse-string): Fix docstring.
17796 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
17797 (bibtex-preamble-prefix, bibtex-strings): New functions.
17798 (bibtex-skip-to-valid-entry): Include preceding whitespace in
17799 BibTeX entries (consistent with other BibTeX functions).
17800 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
17801 (bibtex-search-entry): Fix docstring. Simplify.
17802 (bibtex-flash-head, bibtex-complete-string-cleanup)
17803 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
17804 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
17805 (bibtex-parse-entry): New optional arg content.
17806 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
17807 Use bibtex-text-in-field-bounds.
17808 (bibtex-print-help-message): Handle BibTeX strings and preambles.
17809 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
17810 bibtex-parse-string-postfix.
17811 (bibtex-find-text-internal): New function.
17812 (bibtex-remove-delimiters): Use it.
17813 (bibtex-find-text): Use it. New optional arg help.
17814 (bibtex-complete): Handle BibTeX string and preamble entries.
17815 (bibtex-Preamble): Fix order of closing delimiters.
17816
17817 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
17818
17819 * vc.el (vc-default-revert): New fun.
17820
17821 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
17822
17823 2005-12-14 Romain Francoise <romain@orebokech.com>
17824
17825 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
17826 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
17827 (font-lock-remove-keywords): Likewise.
17828
17829 2005-12-14 Juri Linkov <juri@jurta.org>
17830
17831 * log-view.el (log-view-diff): Doc fix.
17832
17833 * isearch.el (isearch-query-replace): Use (mark) instead of
17834 isearch-opoint if mark is active in transient-mark-mode.
17835
17836 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
17837
17838 * isearch.el (isearch-query-replace): Check for isearch-other-end.
17839
17840 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
17841
17842 * progmodes/cpp.el (cpp-face): New widget.
17843 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
17844
17845 2005-12-14 Juri Linkov <juri@jurta.org>
17846
17847 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
17848 around `erase-buffer' and `insert'.
17849
17850 * descr-text.el (describe-text-properties): Replace buffer name
17851 "*Help-2*" with "*Help*<2>".
17852 (describe-char): Add functions print-help-return-message,
17853 toggle-read-only. Use help-setup-xref with nil to not store
17854 describe-char in help-xref-stack. Use help-make-xrefs to
17855 make [back] button.
17856
17857 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
17858
17859 * wdired.el (wdired-old-point): New internal variable.
17860 (wdired-change-to-wdired-mode): Set it buffer-locally.
17861 (wdired-abort-changes): Restore point after aborting changes.
17862
17863 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
17864
17865 * vc.el (vc-do-command): Add a new value t for okstatus.
17866
17867 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
17868 frame in case of errors.
17869
17870 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17871
17872 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
17873 so it comes after "On the Left" in the menu.
17874
17875 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
17876
17877 * cus-edit.el (customize-apropos, customize-apropos-options)
17878 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
17879
17880 2005-12-12 Bill Wohler <wohler@newt.com>
17881
17882 * vc-svn.el (vc-svn-registered): Fix problem of visiting
17883 non-writable Subversion-controlled files by saving window
17884 configuration before calling vc-do-command. vc-do-command calls
17885 pop-to-buffer on error which is unexpected during registration.
17886
17887 2005-12-12 Jay Belanger <belanger@truman.edu>
17888
17889 * calc/README: Update the summary of changes.
17890
17891 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
17892
17893 * descr-text.el (describe-char): Rework last fix to solve the problem
17894 is the same way it's solved for everything else in that function
17895 (i.e. by extracting the info before setting up the *Help* buffer).
17896
17897 2005-12-12 Kim F. Storm <storm@cua.dk>
17898
17899 * subr.el (version-regexp-alist): Allow space as separator before
17900 non-numeric part, e.g. "1.0 alpha".
17901 (version-to-list): Interpret .X.Y version as 0.X.Y version.
17902
17903 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
17904
17905 * textmodes/org.el (org-agenda, org-timeline, org-todo):
17906 Implement Logging and the keep-modes setting.
17907 (org-get-category): Make sure a string is returned.
17908 (org-log-done): New function.
17909 (org-log-done, org-closed-string): New options.
17910
17911 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17912
17913 * tooltip.el (tooltip-y-offset): Change default to 20.
17914
17915 2005-12-12 Richard M. Stallman <rms@gnu.org>
17916
17917 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
17918
17919 * frame.el (display-hourglass): Doc fix.
17920
17921 * help.el (help-for-help-internal): Simplify entry for `a'.
17922
17923 * info.el (Info-on-current-buffer): Doc fix.
17924 (info-insert-file-contents): Don't test (featurep 'jka-compr).
17925
17926 * startup.el (inhibit-splash-screen): Make this the real name.
17927 (inhibit-startup-message): Make this the alias.
17928 (command-line): Find only simple.el, and use its directory
17929 to fill in other preloaded files' names.
17930 (command-line): Deactivate the mark if deactivate-mark is set.
17931
17932 * international/mule.el (load-with-code-conversion):
17933 Bind deactivate-mark.
17934
17935 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
17936
17937 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
17938
17939 * cus-edit.el (customize-apropos): Avoid listing an option more
17940 than once under different aliases. No longer list user options
17941 that are not defined with defcustom (unless a prefix arg is given).
17942 Doc fix.
17943 (customize-apropos-options): Doc fix.
17944
17945 2005-12-11 Juri Linkov <juri@jurta.org>
17946
17947 * frame.el (set-background-color, set-foreground-color)
17948 (set-cursor-color, set-mouse-color, set-border-color):
17949 Add explicit prompts to read colors by `facemenu-read-color'.
17950 (show-trailing-whitespace, blink-cursor-delay)
17951 (blink-cursor-interval, display-hourglass, hourglass-delay):
17952 Remove tags.
17953 (display-hourglass, hourglass-delay): Doc fix.
17954 (cursor-in-non-selected-windows): Capitalize words in tag.
17955
17956 * faces.el (frame-background-mode): Replace `choice-item' keywords
17957 with `const' to not make [default] button. Change default value tag
17958 from `default' to `automatic'. Doc fix.
17959 (trailing-whitespace) <defface>: Change group `whitespace' to
17960 `whitespace-faces'.
17961
17962 2005-12-11 Richard M. Stallman <rms@gnu.org>
17963
17964 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
17965
17966 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17967
17968 * term/mac-win.el: Create keymap for mac-apple-event-map.
17969
17970 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
17971
17972 * tooltip.el (tooltip-mode): Move to start of file so that it
17973 appears at top of customize buffer.
17974
17975 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17976 Add the gud groupname.
17977 (gud-tooltip-mode): Add the tooltip groupname.
17978 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
17979 avoid conflict with tooltip-use-echo-area.
17980
17981 2005-12-10 Romain Francoise <romain@orebokech.com>
17982
17983 * help.el (help-for-help-internal): Add `r' in doc string.
17984
17985 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17986
17987 * align.el (align-regexp, align-highlight-rule):
17988 Use region-beginning and region-end instead of point and mark, so that
17989 repetition (with `repeat-complex-command') recomputes the region
17990 bounds.
17991
17992 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
17993
17994 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17995 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17996 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17997 (balance-windows): Rewrite using the above new functions.
17998
17999 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18000
18001 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18002 react if global-hi-lock-mode seems intended.
18003 (global-hi-lock-mode): Renamed from hi-lock-mode.
18004 (hi-lock-archaic-interface-message-used)
18005 (hi-lock-archaic-interface-deduce): New variables.
18006 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18007 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18008 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18009 Replace hi-lock-buffer-mode with hi-lock-mode.
18010
18011 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18012
18013 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18014 completion list, even after a partial completion has been
18015 inserted in the current buffer. If there are more than 1
18016 completion, redisplay the *Completions* buffer; if the
18017 completion is unique, delete the *Completions* window.
18018
18019 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18020
18021 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18022 strings and long subject lines that were broken into multiple
18023 lines at arbitrary places. Handle subjects that have "Re: " in
18024 the middle.
18025
18026 2005-12-10 John W. Eaton <jwe@octave.org>
18027
18028 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18029 comments or strings if octave-auto-indent is nil.
18030
18031 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18032
18033 * term/mac-win.el: Require url when compiling.
18034 Call mac-process-deferred-apple-events after loading init files.
18035 (mac-apple-event-map): New defvar. Define event handlers in it.
18036 (core-event, internet-event): New Apple event class symbols.
18037 (open-application, reopen-application, open-documents)
18038 (print-documents, open-contents, quit-application)
18039 (application-died, show-preferences, autosave-now, get-url):
18040 New Apple event ID symbols.
18041 (about): New HICommand ID symbol.
18042 (mac-event-spec, mac-event-ae): New macros.
18043 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18044 (mac-ae-selection-range, mac-ae-text-for-search)
18045 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18046 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18047 and Services menu events are now defined in mac-apple-event-map.
18048 (mac-drag-n-drop): Remove selection range handling.
18049
18050 2005-12-10 Kenichi Handa <handa@m17n.org>
18051
18052 * simple.el (zap-to-char):
18053 * isearch.el (isearch-process-search-char): Translate CHAR by
18054 translation-table-for-input.
18055
18056 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18057
18058 * foldout.el (foldout-exit-fold): Properly hide subtree.
18059
18060 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18061
18062 * files.el (save-buffer):
18063 * international/ucs-tables.el (ucs-set-table-for-input):
18064 * mail/mail-extr.el (mail-extract-address-components):
18065 * mail/sendmail.el (mail-mode): Reformat doc string.
18066
18067 2005-12-09 Juri Linkov <juri@jurta.org>
18068
18069 * isearch.el (isearch-highlight): Change main overlay priority
18070 from 1 to 1001. Simplify.
18071 (isearch-lazy-highlight-update): Change lazy overlay priority
18072 from 0 to 1000.
18073
18074 * replace.el (replace-highlight): Change overlay priority from
18075 1 to 1001.
18076
18077 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18078 Change overlay priority from 1 to 1001. Reuse existing overlay.
18079
18080 * compare-w.el (compare-windows-highlight): Change overlay
18081 priority from 1 to 1000.
18082
18083 * menu-bar.el (menu-bar-edit-menu): Add listp around
18084 pending-undo-list to disable menu item "undo" when pending
18085 undo list is empty.
18086
18087 * locate.el (locate): Disable undo in *Locate* buffer.
18088
18089 2005-12-09 Kim F. Storm <storm@cua.dk>
18090
18091 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18092
18093 2005-12-09 David Ponce <david@dponce.com>
18094
18095 * recentf.el: Improvement of the menu code.
18096 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18097 instead of menu hook.
18098 (recentf-show-menu, recentf-hide-menu): New functions.
18099 (recentf-menu-customization-changed, recentf-mode): Use them.
18100 (recentf-menu-action, recentf-max-menu-items)
18101 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18102 (recentf-arrange-by-rule-others)
18103 (recentf-arrange-by-rules-min-items)
18104 (recentf-arrange-by-rule-subfilter): Don't use
18105 `recentf-menu-customization-changed'.
18106 (recentf-arrange-rules): Likewise. Accept functions to compute
18107 sub-menu titles.
18108 (recentf-menu-filter): Likewise. Doc fix.
18109 (recentf-menu-value-shortcut): Doc fix.
18110 (recentf-dump-variable): Quote atom value.
18111 (recentf-make-menu-items): Update to use it as a menu filter.
18112 (recentf-match-rule): New function.
18113 (recentf-arrange-by-rule): Use it.
18114 (recentf-indirect-mode-rule): New function.
18115 (recentf-build-mode-rules): Use it.
18116 (recentf-dir-rule): New function.
18117 (recentf-arrange-by-dir): Use it.
18118 (recentf-filter-changer-current): Rename from
18119 `recentf-filter-changer-state'. All references updated.
18120 (recentf-filter-changer-alist): Update filter names.
18121 (recentf-filter-changer-select): New function.
18122 (recentf-filter-changer): Use it. Make a sub-menu from filters
18123 available in `recentf-filter-changer-alist'.
18124 (recentf-data-cache, recentf-clear-data)
18125 (recentf-update-menu): Remove. All references updated.
18126 (recentf-match-rule-p, recentf-build-dir-rules)
18127 (recentf-filter-changer-goto-next)
18128 (recentf-filter-changer-get-current)
18129 (recentf-filter-changer-get-next): Remove.
18130
18131 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18132
18133 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18134 buffer "Reset" button to "Reset to Current" for consistency with
18135 the State buttons.
18136
18137 2005-12-08 John Paul Wallington <jpw@pobox.com>
18138
18139 * ibuf-ext.el (define-ibuffer-filter filename):
18140 If `dired-directory' is a list then really use its car.
18141
18142 2005-12-08 Kim F. Storm <storm@cua.dk>
18143
18144 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18145 Fix indention of text on right side of replaced rectangle.
18146
18147 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18148
18149 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18150 No need to check gud-comint-buffer is bound.
18151 (gdb): Prevent multiple debugging when first session uses gdba.
18152
18153 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18154
18155 CC Mode update to 5.31.
18156
18157 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18158 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18159 We might do this function properly in the future).
18160
18161 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18162 New macros c-sentence-end and c-default-value-sentence end, to cope
18163 with Emacs 22's new function `sentence-end'.
18164
18165 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18166
18167 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18168 compat issue using `c-put-overlay' and `c-delete-overlay'.
18169
18170 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18171 New compat macros to handle overlays/extents.
18172
18173 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18174
18175 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18176 (for GNU Emacs 20.4).
18177
18178 * progmodes/cc-defs.el
18179 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18180
18181 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18182 highlighting mechanism so it will work in XEmacs too.
18183
18184 * progmodes/cc-defs.el: Insert c-int-to-char.
18185
18186 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18187 call to the new macro c-int-to-char. This solves XEmacs's
18188 regarding characters as different from integers.
18189
18190 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18191
18192 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18193 New internal helper.
18194
18195 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18196 construct to make the indirect face lookup work in XEmacs.
18197
18198 (c-cpp-matchers): Append the negation char face to the existing
18199 fontification, so that the cpp face doesn't disappear.
18200 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18201 and strings.
18202
18203 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18204 to map to `font-lock-negation-char-face' in emacsen where it exists.
18205
18206 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18207
18208 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18209
18210 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18211 Rename "c-subword-move-mode" as "c-subword-mode".
18212
18213 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18214 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18215
18216 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18217
18218 * progmodes/cc-mode.el: Added autoload directive for
18219 `c-subword-move-mode' for use in older emacsen.
18220
18221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18222
18223 * progmodes/cc-mode.el:
18224 (i): Insert a binding for C-c C-backspace into
18225 c-bind-special-erase-keys which works in TTYs.
18226 (ii): Make sure that when file styles are used, any explicitly
18227 given style variables take priority over those in the style.
18228 Do this by calling `hack-local-variables' a second time.
18229
18230 * progmodes/cc-vars.el: Add language specific customization
18231 widgets for AWK to c-doc-comment-style, c-require-final-newline
18232 and c-default-style. Add a defcustom for awk-mode-hook.
18233 Give c-syntactic-element and c-syntactic-context doc-strings by
18234 directly setting their `variable-documentation' propery.
18235 This allows Emacs 22.1 to read these with C-h v.
18236
18237 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18238
18239 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18240
18241 * progmodes/cc-fonts.el, cc-vars.el
18242 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18243 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18244 Masatake YAMATO.
18245
18246 (c-doc-comment-style): Made GtkDoc default in C mode.
18247
18248 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18249 and C-c C-<delete>.
18250
18251 (c-bind-special-erase-keys): New function for use on
18252 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18253
18254 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18255 <delete> key behavior in XEmacs according to `delete-forward-p'.
18256 C.f. `c-electric-delete'.
18257
18258 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18259
18260 * progmodes/cc-mode.el: Give c-hungry-backspace and
18261 c-hungry-delete-forward permanent key bindings.
18262
18263 * progmodes/cc-cmds.el (c-electric-semi&comma):
18264 Bind c-syntactic-context for calls to "criteria functions", for
18265 consistency with other calls to user functions.
18266
18267 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18268 `current-prefix-arg', since this might be the prefix arg to a
18269 command which calls c-indent-command as a function. Change the
18270 interactive spec from "p" to "P".
18271
18272 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18273 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18274 was difficult to understand.
18275
18276 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18277
18278 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18279 first char of an identifier.
18280
18281 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18282 +" syntax in C++.
18283
18284 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18285
18286 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18287 auto-fill doesn't split a c-comment's last word from a hanging
18288 "*/" when a space is typed between them after fill-column.
18289
18290 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18291
18292 * progmodes/cc-styles.el (c-set-style)
18293 (c-setup-paragraph-variables): Abort the command if we're not in a
18294 CC Mode buffer.
18295
18296 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18297 with blank comment-prefix, and a blank line as the comment's
18298 second line.
18299
18300 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18301
18302 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18303 Incorporate the patterns added in the Emacs development branch
18304 for the new Emacs 22 face `font-lock-negation-char-face'.
18305
18306 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18307 of "red" since it stands out better in xterms and DOS terminals.
18308
18309 * progmodes/cc-engine.el (c-literal-faces):
18310 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18311
18312 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18313
18314 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18315 forcibly enable c-electric-flag.
18316
18317 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18318 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18319 after the comment-prefix of a C-style comment will close that comment.
18320
18321 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18322
18323 * progmodes/cc-fonts.el (c-basic-matchers-before)
18324 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18325 in Pike.
18326
18327 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18328 digraphs.
18329
18330 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18331 (c-cpp-message-directives, c-cpp-include-directives)
18332 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18333 (c-cpp-expr-directives): Introduce new language constants to
18334 control cpp syntax in a cleaner way.
18335
18336 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18337
18338 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18339
18340 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18341 (c-multiline-string-start-char): New language constants and
18342 variables to specify how newlines in string literals work.
18343
18344 (c-font-lock-invalid-string): Use them.
18345
18346 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18347 unbalanced close brace is entered. Optimization by avoiding going
18348 back over arbitrarily large blocks. Removed hints that this
18349 function only would be relevant/useful in AWK.
18350
18351 (c-electric-brace): Indent syntactically after the cleanups since
18352 lineup functions might do it differently then.
18353
18354 * progmodes/cc-engine.el, cc-langs.el
18355 (c-opt-op-identifier-prefix): New language constant and variable.
18356
18357 (c-just-after-func-arglist-p, c-after-special-operator-id)
18358 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18359
18360 * progmodes/cc-align.el, cc-engine.el
18361 (c-after-special-operator-id): New helper to handle C++ operator
18362 identifiers.
18363
18364 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18365 (c-guess-basic-syntax): Handle C++ operator identifiers in
18366 declarations.
18367
18368 * progmodes/cc-langs.el (c-assignment-operators): Add the
18369 trigraph version of ^= too.
18370
18371 * progmodes/cc-langs.el (c-assignment-operators): Add the
18372 trigraph version of |= in C++.
18373
18374 * progmodes/cc-fonts.el (c-font-lock-declarators):
18375 Handle `c-decl-hangon-kwds' after the identifier name.
18376
18377 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18378 whether an arglist is "nonempty", ignore a comment after the open
18379 paren if it isn't followed by a non-comment token on the same line.
18380
18381 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18382 Enable heuristics below the point to cope with classes inside special
18383 brace lists in Pike.
18384
18385 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18386
18387 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18388
18389 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18390
18391 * progmodes/cc-guess.el (cc-guess-install): New function to
18392 install an already guessed style in another buffer.
18393
18394 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18395 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18396 anyway if the change always is undone.
18397
18398 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18399
18400 Implement togglable electricity:
18401
18402 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18403 saying when it should be used.
18404
18405 * progmodes/cc-engine.el: Add the new buffer-local variable,
18406 c-electric-flag.
18407
18408 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18409 c-toggle-auto-newline.
18410
18411 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18412 c-toggle-auto-newline. Remove the binding for
18413 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18414 c-toggle-electric-state.
18415
18416 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18417
18418 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18419 c-\(forward\|backward\)-subword.
18420 (c-update-modeline): Add the new modeline flag `l' for
18421 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18422 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18423 Make the old name an alias of the new name.
18424 (c-toggle-electric-state): New function.
18425 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18426 Adapt these functions to do electric things only when
18427 c-electric-flag is non-nil.
18428 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18429 new functions from c-electric-brace.
18430 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18431 mode, so that the tentative extra newline doesn't change the
18432 syntax of the following brace.
18433 (c-electric-brace): Restructure by extracting the above functions.
18434 Tidy up the coding somewhat.
18435 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18436 restructure a bit.
18437
18438 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18439
18440 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18441 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18442
18443 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18444 (c-submode-indicators): Change name from `c-auto-hungry-string'
18445 since it's now used to track another submode.
18446
18447 (c-update-modeline): Convert to function and extended to check
18448 `c-subword-move-mode'.
18449
18450 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18451 Convert to compat aliases for `c-forward-subword' and
18452 `c-backward-subword'.
18453
18454 * progmodes/cc-subword.el: New functions and minor mode to handle
18455 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18456
18457 (c-forward-subword, c-backward-subword, c-mark-subword)
18458 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18459 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18460 Functions corresponding to the standard word handling functions.
18461
18462 (c-subword-move-mode): Minor mode that replaces all the standard
18463 word handling functions with their subword equivalences.
18464
18465 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18466
18467 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18468 entry for one-liner-defun.
18469
18470 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18471 name in its def-edebug-spec.
18472
18473 * progmodes/cc-cmds.el (c-electric-brace): Make the
18474 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18475 compacts space before a comment, if this will make things fit on
18476 one line.
18477
18478 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18479
18480 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18481
18482 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18483 clean-up one-liner-defun.
18484
18485 * progmodes/cc-styles.el: Add the new "awk" style.
18486
18487 * progmodes/cc-vars.el: Add description of one-liner-defun to
18488 c-cleanup-list's doc-string. New user options,
18489 c-max-one-liner-length. In c-default-style, set the default style
18490 for AWK to "awk".
18491
18492 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18493
18494 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18495 macros inside labels.
18496
18497 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18498 `c-at-statement-start-p' and `c-at-expression-start-p'.
18499
18500 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18501 error if the mark isn't set.
18502
18503 * progmodes/cc-engine.el (c-guess-continued-construct)
18504 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18505 accurately detect functions inside functions.
18506
18507 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18508 like `c-at-statement-start-p' that additionally recognizes commas
18509 and expression parentheses as delimiters.
18510
18511 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18512 to avoid heuristics that doesn't work for unclosed blocks.
18513 (c-at-statement-start-p): New function.
18514
18515 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18516 Objective-C directives, e.g. directives spanning lines should work
18517 reasonably well now.
18518
18519 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18520
18521 (c-forward-objc-directive): New function to move over any ObjC
18522 directive.
18523
18524 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18525 (c-basic-matchers-before): Use it.
18526
18527 (c-font-lock-objc-iip-decl): Remove.
18528
18529 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18530 in the template arglist recognition.
18531
18532 * progmodes/cc-styles.el (c-style-alist): Fix several
18533 inconsistencies in the Whitesmith style.
18534
18535 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18536 New lineup function to get lines after Whitesmith style blocks
18537 correctly indented.
18538
18539 (c-lineup-whitesmith-in-block): Back out the compensation for
18540 opening parens since it's done using `add' lists in the style
18541 definition instead. Don't use the anchor position since it varies
18542 too much between the syntactic symbols. :P
18543
18544 * progmodes/cc-vars.el (c-valid-offset): Update.
18545
18546 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18547 lists where the offsets are combined according to several
18548 different methods: `first', `min', `max', and `add'.
18549 Report offset evaluation errors with `c-benign-error' so that some kind
18550 of reindentation still is done.
18551
18552 * progmodes/cc-engine.el (c-guess-basic-syntax):
18553 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18554 `arglist-close'.
18555
18556 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18557 situations for `arglist-cont-nonempty' and `arglist-close'.
18558
18559 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18560
18561 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18562 cc-bytecomp-boundp' in a number of places.
18563
18564 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18565 macro related issue.
18566
18567 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18568
18569 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18570 list is now [asdf], a char class [:alpha:].
18571 Include code for char classes.
18572 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18573 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18574
18575 Remove (nearly all of) the cruft associated with AWK Mode's former
18576 concept of "virtual semicolons":
18577
18578 Adapt c-beginning-of-statement, c-end-of-statement (together with
18579 subfunctions) to use the new notion of "virtual semicolon" in
18580 place of the old awkward special handling for AWK. There remains
18581 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18582 * progmodes/cc-cmds.el:
18583 (c-ascertain-adjacent-literal): In the backwards direction, now
18584 recognises AWK regexp delimiters as string delimiters.
18585 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18586 check more rigorously for "end of macro".
18587 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18588 virtual semicolons;
18589 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18590 out the code for forward movement into ...
18591 (c-end-of-statement): Now contains the code for forward movement,
18592 adapted for virtual semicolons.
18593
18594 * progmodes/cc-engine.el:
18595 (c-ws*-string-limit-regexp): New regexp.
18596 (c-forward-single-comment, c-backward-single-comment): Comment out
18597 the (now redundant) "special" AWK stuff.
18598
18599 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18600 c-string-par-start, c-string-par-separate to be more like Text
18601 Mode than Fundamental Mode.
18602
18603 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18604
18605 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18606 to the fontified region so that fontification doesn't occur
18607 outside it (could happen e.g. when fontifying a line with an
18608 unfinished declaration).
18609
18610 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18611
18612 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18613 start of the file. ^L now separate sections of the file.
18614 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18615 (c-awk-one-line-possibly-open-string-re)
18616 (c-awk-regexp-one-line-possibly-open-char-class-re)
18617 (c-awk-one-line-possibly-open-regexp-re)
18618 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18619 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18620
18621 Amend the concept of "virtual semicolons" (in the indentation
18622 engine) for languages like AWK, such that they are now
18623 conceptually attached to end of the last token of a statement, not
18624 the end of the line. (In AWK Mode, however, the pertinent text
18625 property is still physically set on the EOL.) Remove the specific
18626 tests for awk-mode, thus facilitating the introduction of other
18627 language modes where EOLs can end statements.
18628 (Note: The funtionality in cc-cmds.el, specifically
18629 c-beginning/end-of-statement has yet to be amended.)
18630
18631 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18632 New macros.
18633
18634 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18635 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18636 c-vsemi-status-unknown-p-fn (in a new page).
18637
18638 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18639 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18640 numerous awkward forms like
18641 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18642 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18643 variable before-ws-ip, the place just after char-before-ip appears.
18644
18645 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18646 a comment.
18647
18648 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18649
18650 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18651 `c-tentative-buffer-changes'.
18652
18653 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18654 convert to macro to choose between Emacs and XEmacs at compile time.
18655
18656 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18657
18658 (c-tentative-buffer-changes): New macro to handle temporary buffer
18659 changes in a convenient way.
18660
18661 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18662 for `c-tentative-buffer-changes'.
18663
18664 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18665 the checks for paren sexps between the point and the keyword, to
18666 avoid some false alarms.
18667
18668 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18669 Fixed a situation where an error could be thrown for unbalanced
18670 parens. Changed to make use of c-keyword-member' to avoid some
18671 repeated regexp matches.
18672
18673 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18674 These language variable are no longer necessary.
18675
18676 (c-block-stmt-kwds): New language constant used by
18677 c-looking-at-inexpr-block'.
18678
18679 (c-guess-basic-syntax): Remove an optional check that looked at
18680 the existence of the now removed language variables.
18681
18682 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18683 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18684 object instantiation expressions as declarations in some contexts.
18685 This bug only affected languages where the declarator can't be
18686 enclosed in parentheses.
18687
18688 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18689 insert newlines before and after substatement braces.
18690
18691 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18692 function declaration headers and the handling of C++ style member
18693 init lists.
18694
18695 (c-just-after-func-arglist-p): Rewritten to use
18696 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18697
18698 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18699
18700 (c-guess-basic-syntax): Adapt case 5B for the new
18701 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18702 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18703 covers all cases now).
18704
18705 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18706
18707 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18708
18709 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18710 c-string-par-start/separate c-sentence-end-with-esc-eol,
18711 initialised in c-setup-paragraph-variables, used in string
18712 scanning subroutines of c-beginning-of-statement.
18713
18714 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18715 which precedes the newly inserted `{'.
18716
18717 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18718
18719 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18720 function for declaration level blocks. It should now cope with
18721 templates better and also be a lot more comprehensible.
18722
18723 (c-looking-at-decl-block): The new function.
18724
18725 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18726 for compatibility.
18727
18728 (c-add-class-syntax, c-guess-continued-construct)
18729 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18730
18731 (c-decl-block-key): Change to tell apart ambiguous and
18732 unambiguous keywords. Pike specials are now handled directly in
18733 the code instead.
18734
18735 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18736 New language constants and variables to make the backward skip in
18737 `c-looking-at-decl-block' as tight as possible.
18738
18739 (c-nonsymbol-token-char-list): New language constant.
18740
18741 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
18742 find balanced template arglists backwards.
18743
18744 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
18745 making char classes for `c-syntactic-skip-backward'.
18746
18747 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
18748 16D - can't be a class-close at that point.
18749
18750 * progmodes/cc-engine.el (c-guess-basic-syntax)
18751 (c-add-class-syntax): Don't narrow out the enclosing declaration
18752 level. This makes everything a lot easier, and it was actually
18753 only four small places that needed it to work. Some places that
18754 previously did `widen' are removed now, which has the effect that
18755 `c-guess-basic-syntax' never will look at things outside the
18756 current narrowment now. The anchor position for `topmost-intro'
18757 is affected by this, but it was so bogus it was basically useless
18758 before, and now it's equally bogus but in a slightly different way.
18759
18760 (c-narrow-out-enclosing-class): Gone.
18761
18762 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
18763 the narrowed region.
18764
18765 (c-least-enclosing-brace): Remove silly optional argument.
18766
18767 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
18768 the point could be left directly after an open paren when finding
18769 the beginning of the first decl in the block.
18770
18771 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
18772 Specify which submatch to use.
18773
18774 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
18775
18776 (c-decl-start-re): No longer any need for special treatment of
18777 ObjC due to the above.
18778
18779 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
18780 presumably follows C in that regard.
18781
18782 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
18783 New language constants to specify operator tokens inside
18784 identifiers in a more high level way.
18785
18786 (c-opt-identifier-prefix-key): New internal language constant.
18787
18788 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
18789 (c-identifier-start, c-identifier-key): Now completely calculated
18790 from other constants.
18791
18792 (c-identifier-last-sym-match): Decommission since it's no longer used.
18793
18794 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
18795
18796 * progmodes/cc-engine.el (c-forward-name): Remove the
18797 optimization when c-identifier-key is equal to c-symbol-key since
18798 it doesn't work in byte compiled files. Don't record empty
18799 regions as identifiers.
18800
18801 * progmodes/cc-langs.el (c-filter-ops): New helper function to
18802 simplify access to `c-operators' and its likes.
18803
18804 (c-operator-list, c-all-op-syntax-tokens)
18805 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
18806 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
18807 (c-primary-expr-regexp, c-cast-parens): Use it.
18808
18809 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
18810 an explicit language in functions.
18811
18812 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
18813 variant of adornment.
18814
18815 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
18816 variable.
18817
18818 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
18819 the Pike value.
18820
18821 * progmodes/cc-engine.el (c-on-identifier)
18822 (c-simple-skip-symbol-backward): Small fix for handling "-"
18823 correctly in `skip-chars-backward'. Affected the operator lfun
18824 syntax in Pike.
18825
18826 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
18827 diagnostic message about precompiled language vars not being used.
18828
18829 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
18830 "__attribute__" is followed by a parenthesis.
18831
18832 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
18833 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
18834 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
18835
18836 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
18837 Internal cleanups to properly detect the declared identifiers in
18838 various declarations.
18839
18840 (c-decl-start-kwds): New language constant to recognize
18841 declarations that can start anywhere. Used for class declarations
18842 in Pike.
18843
18844 (c-specifier-key, c-not-decl-init-keywords)
18845 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
18846 (c-find-decl-spots): Implement `c-decl-start-kwds'.
18847
18848 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
18849 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
18850 handling of the compiler specific extension keywords into a new
18851 language constant `c-decl-hangon-kwds' that defines keyword
18852 clauses to be ignored in declarations.
18853
18854 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
18855 past unrecognized tokens when handling `c-colon-type-list-kwds'.
18856 Necessary to stop at the declared identifier in e.g. IDL valuetype
18857 declarations.
18858
18859 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
18860 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
18861 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
18862 (c-forward-decl-or-cast-1): Recognize the declared identifier in
18863 class and enum declarations as such and not as part of the type.
18864
18865 (c-forward-decl-or-cast-1, c-forward-label): Relax the
18866 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
18867
18868 (c-forward-decl-or-cast-1): Don't disregard sure signs of
18869 declarations when there's some syntax error later on.
18870
18871 (c-complex-decl-matchers): Did away with a reference to
18872 `c-specifier-key'.
18873
18874 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
18875 value - this variable is always dynamically bound.
18876
18877 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
18878 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
18879 * cc-cmds.el, cc-defs.el: Change the policy for marking up
18880 functions that might do hidden buffer changes: All such internal
18881 functions are now marked instead of those that don't.
18882
18883 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
18884 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
18885 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
18886 (c-literal-type): Allow these functions to make hidden buffer changes,
18887 so that they are free to use text property caching later on.
18888
18889 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
18890 (c-electric-brace, c-electric-slash, c-electric-star)
18891 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
18892 (c-electric-paren, c-electric-continued-statement, c-indent-command)
18893 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
18894 (c-context-line-break): Add `c-save-buffer-state' calls to comply
18895 with the changed semantics of the functions above.
18896
18897 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
18898 when macros occur in obscure places. Optimized the sexp movement
18899 a bit.
18900
18901 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18902
18903 Enhancements for c-beginning-of-statement to work in AWK Mode:
18904
18905 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
18906 (completed statement) with `}' (statement completed by closing
18907 brace or semicolon) and `$' (statement completed by EOL).
18908
18909 (c-awk-virtual-semicolon-ends-prev-line-p)
18910 (c-awk-virtual-semicolon-ends-line-p)
18911 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
18912 (c-awk-at-statement-end-p): New functions.
18913
18914 * progmodes/cc-cmds.el: Simplify the structure of functions
18915 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
18916 two functions and c-beginning-of-statement to handle AWK Mode.
18917
18918 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
18919 c-backward-single-comment for AWK mode. Attempt to clarify their
18920 doc-strings.
18921
18922 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
18923
18924 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18925
18926 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
18927 label handling. Labels are now recognized in a uniform and more
18928 robust way, regardless of context. Text properties are put on all
18929 labels to recognize the following declarations better.
18930 Multiword labels are handled both in indentation and fontification for
18931 the benefit of language extensions like Qt. For consistency, keywords
18932 in labels are now fontified with the label face instead.
18933 That also applies to "case" and "default".
18934
18935 (c-beginning-of-statement-1): Fix some bugs in the label
18936 handling. Disregard `c-nonlabel-token-key' in labels that begin
18937 with `c-label-kwds'.
18938
18939 (c-find-decl-spots): Support that the callback adds more
18940 `c-decl-end' spots to find.
18941
18942 (c-forward-decl-or-cast-1): Don't treat a list of plain
18943 identifiers followed by a colon as a declaration.
18944
18945 (c-forward-label): New function to recognize labels.
18946
18947 (c-guess-basic-syntax): Replace uses of `c-label-key' with
18948 `c-forward-label'. Moved the label recognition cases (14 and 15)
18949 earlier since they aren't so context sensitive now. Handle labels
18950 on the top level gracefully. Moved access label recognition to
18951 the generic label case (CASE 15) - removed CASE 5E.
18952
18953 (c-font-lock-declarations): Add recognition of labels in the
18954 same round since we need to handle labels in parallell with other
18955 declarations to recognize both accurately. It should also improve
18956 speed.
18957
18958 (c-simple-decl-matchers, c-basic-matchers-after):
18959 Move `c-font-lock-labels' so that it only is used on decoration level 2
18960 since `c-font-lock-declarations' handles it otherwise.
18961
18962 (c-complex-decl-matchers): Remove the simplistic recognition of
18963 access labels.
18964
18965 (c-decl-prefix-re): Remove the kludges that was necessary to cope
18966 with labels earlier.
18967
18968 (c-decl-start-re): New language variable to make
18969 `c-font-lock-declarations' stop for the special protection labels
18970 in Objective-C that start with `@'.
18971
18972 (c-label-key): Remove since it's no longer used.
18973
18974 (c-recognize-colon-labels, c-label-prefix-re): New language
18975 constants to support recognition of generic colon-terminated labels.
18976
18977 (c-type-decl-end-used): `c-decl-end' is now used whenever there
18978 are colon terminated labels.
18979
18980 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18981 first argument starts with a special brace list.
18982
18983 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18984 (c-font-lock-declarations): Break out the declaration and cast
18985 recognition from `c-font-lock-declarations' to a new function, so
18986 that it can be used in the indentation engine.
18987
18988 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18989 up to the start of the literal. Fixed bug with the point on the
18990 wrong side of the search limit that could happen when the start
18991 position is inside a literal.
18992
18993 * progmodes/cc-engine.el (c-parse-state)
18994 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18995 so that it's kept a little bit back to increase the hit rate.
18996
18997 (c-parse-state): Change the macro handling and fixed some
18998 glitches. Macro context is checked more often than necessary now,
18999 but otoh less garbage conses are generated.
19000
19001 * progmodes/cc-engine.el (c-parse-state)
19002 (c-invalidate-state-cache): Cache the last position where
19003 `c-state-cache' applies. This can speed up refontification quite
19004 a bit in blocks where there are many non-brace parens before the point.
19005
19006 (c-state-cache-end): New variable for this.
19007
19008 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19009 cache variable.
19010
19011 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19012 get close initial continue positions when the start position is
19013 inside a literal or macro. Do not call the callback for spots
19014 before the start position (which can happen e.g. for `c-decl-end'
19015 spots inside comments). Optimize better in special cases when the
19016 region is a single line inside a literal or macro (typically when
19017 the current line is refontified).
19018
19019 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19020 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19021 entries from the paren state.
19022
19023 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19024 special case for "else if" clauses.
19025
19026 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19027 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19028
19029 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19030 New language variable to recognize the gcc extension with statement
19031 blocks inside expressions.
19032
19033 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19034 it somewhat more comprehensible. The argument AT-BLOCK-START is
19035 no longer used and hence removed.
19036
19037 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19038 to `c-add-stmt-syntax'.
19039
19040 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19041 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19042 This fixes bogus label recognition.
19043
19044 * progmodes/cc-engine.el (c-add-type, c-check-type)
19045 (c-forward-name, c-forward-type): Improve storage of template
19046 types in `c-found-types' so that they can be recognized better.
19047
19048 (c-syntactic-content): Add option to skip past nested parens.
19049
19050 * progmodes/cc-engine.el (c-forward-name):
19051 Set `c-last-identifier-range' all the time. It's less work that way.
19052 Handle that there might not be an identifier to store in
19053 `c-last-identifier-range'.
19054
19055 (c-forward-type): Handle that `c-last-identifier-range' might be
19056 nil from `c-forward-name'.
19057
19058 * progmodes/cc-defs.el (c-safe-scan-lists)
19059 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19060
19061 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19062 to work even if the form fails.
19063
19064 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19065 down in a large file in one go.
19066
19067 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19068
19069 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19070 function which is like `c-lineup-math' but returns nil instead of
19071 `c-basic-offset' when it doesn't match.
19072
19073 (c-lineup-math): Change to use `c-lineup-assignments'.
19074
19075 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19076
19077 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19078 c-beginning-of-statement. New subfunctions
19079 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19080
19081 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19082
19083 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19084 hardcoded char classes whereever possible. Changed a couple of
19085 places to use skip by syntax instead of skip by char class.
19086
19087 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19088 Fix a bug in the regexp that caused extreme backtracking.
19089
19090 * progmodes/cc-langs.el (c-block-comment-starter)
19091 (c-block-comment-ender): New language constants to specify in a
19092 single place how block comments look.
19093
19094 (c-comment-start-regexp, c-block-comment-start-regexp)
19095 (comment-start, comment-end, comment-start-skip)
19096 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19097 (c-syntactic-ws, c-nonempty-syntactic-ws)
19098 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19099 `c-line-comment-starter', `c-block-comment-starter' and
19100 `c-block-comment-ender'.
19101
19102 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19103 New language constants to break up things a bit.
19104
19105 (c-simple-ws): New language constant for simple whitespace.
19106
19107 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19108
19109 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19110 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19111 newlines. Allow and ignore nil elements in the list.
19112
19113 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19114
19115 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19116 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19117
19118 * progmodes/cc-cmds.el: Tidy up the comments in
19119 c-beginning-of-statement and subfunctions.
19120
19121 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19122 more flexible c-put-char-property and c-clear-char-properties.
19123 Add the author's email address.
19124
19125 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19126
19127 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19128 closing "*/" of a block comment.
19129
19130 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19131 subfunctions) so that it works at BOB and EOB.
19132
19133 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19134 c-beginning-of-statement, including new variable
19135 c-block-comment-start-regexp.
19136
19137 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19138
19139 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19140 symbols from `*-font-lock-extra-types' so that there's no need to
19141 use `regexp-opt' on those lists.
19142
19143 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19144 `c-type-modifier-kwds' is empty.
19145
19146 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19147 there are several strings on the same line.
19148
19149 * progmodes/cc-engine.el (c-literal-limits): Remove the
19150 compatibility function for older emacsen. `c-literal-limits-fast'
19151 has now taken the place of this function.
19152
19153 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19154 with older emacsen: We now require `pps-extended-state'.
19155
19156 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19157
19158 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19159 which obviates the need to hack sentence-end. This now handles
19160 escaped newlines in strings correctly. Correct minor bugs in
19161 c-move-over-sentence and in c-beginning-of-statement.
19162
19163 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19164 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19165 that movement over macros and code are rigorously separated from
19166 eachother. Correct a few incidental bugs.
19167
19168 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19169 Improve its doc-string. Improve the handling of certain specific cases.
19170
19171 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19172
19173 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19174 (c-guess-basic-syntax): Change the way class-level labels are
19175 recognized; they can now contain essentially any symbols.
19176
19177 (c-opt-extra-label-key): New language variable to cope with the
19178 special protection label syntax in Objective-C.
19179
19180 (c-opt-access-key): Remove; this is now handled better by
19181 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19182
19183 (c-complex-decl-matchers): Update to handle that
19184 `c-opt-access-key' no longer exists.
19185
19186 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19187 improved label recognition in `c-beginning-of-statement-1'.
19188
19189 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19190 Recognize bitfields better.
19191
19192 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19193 Remove some cruft and fixed a bug that could cause it to go to a
19194 position further down.
19195
19196 * progmodes/cc-langs.el, cc-engine.el
19197 (c-beginning-of-statement-1): Improve detection of labels in
19198 declaration contexts.
19199
19200 (c-beginning-of-decl-1): Use it.
19201
19202 (c-nonlabel-token-key): New language constant and variable needed
19203 by `c-beginning-of-statement-1'.
19204
19205 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19206 manifested itself due to the correction in `c-forward-sexp'.
19207
19208 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19209 Make these behave as documented when used at the buffer limits.
19210
19211 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19212 (c-type-decl-end-used): Made this a language variable.
19213
19214 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19215 correctly when `combine-after-change-calls' is used together with
19216 temporary narrowings.
19217
19218 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19219 Report labels correctly when the start point is immediately after the
19220 colon.
19221
19222 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19223 Remove since it isn't used anymore.
19224
19225 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19226 bracket arglists such as template parens in C++.
19227
19228 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19229 in the last check-in. Some optimization.
19230
19231 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19232 where it could stop at the same level in a preceding sexp when
19233 PAREN-LEVEL is set.
19234
19235 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19236 text property lookup only when it's needed.
19237
19238 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19239 Change the policy for paren marked angle brackets to be more
19240 persistent; once marked they remain marked even when they're found
19241 to be unbalanced in the searched region. This should keep the
19242 paren syntax around even when individual lines are refontified in
19243 multiline template arglists.
19244
19245 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19246 to control markup so that incorrect angle bracket arglists aren't
19247 marked in contexts where the correct value for
19248 `c-disallow-comma-in-<>-arglists' isn't known.
19249
19250 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19251 argument has become `c-parse-and-markup-<>-arglists'.
19252
19253 (c-remove-<>-arglist-properties): Remove - no longer used.
19254
19255 (c-after-change-check-<>-operators): New function used on
19256 `after-change-functions' to avoid that "<" and ">" characters that
19257 are part of longer operators have paren syntax.
19258
19259 (c-<>-multichar-token-regexp): New language variable used by
19260 `c-after-change-check-<>-operators'.
19261
19262 (c-after-change): Call `c-after-change-check-<>-operators'.
19263
19264 (c-font-lock-<>-arglists): Use the context properties set by
19265 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19266 correctly to avoid doing invalid markup.
19267
19268 (c-font-lock-declarations): Remove code that undoes the invalid
19269 markup done by `c-font-lock-<>-arglists'.
19270
19271 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19272 after `c-font-lock-declarations'.
19273
19274 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19275 Add paren-level feature.
19276
19277 (c-guess-basic-syntax): Improve the anchor position for
19278 `template-args-cont' in nested template arglists. There's still
19279 much to be desired in this area, though.
19280
19281 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19282
19283 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19284 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19285
19286 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19287
19288 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19289 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19290
19291 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19292 it doesn't work no longer are supported.
19293
19294 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19295 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19296 requires support for the syntax-table' text property, which rules
19297 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19298 cruft associated with those versions.
19299
19300 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19301 for the `syntax-table' text property, which rules out Emacs 19 and
19302 XEmacs < 21.4. Removed various compatibility cruft associated
19303 with those versions.
19304
19305 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19306 support for the `syntax-table' text property.
19307
19308 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19309 variable and use an extra quoted face name instead. All the
19310 emacsen flavors handle that correctly.
19311
19312 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19313 (c-font-lock-declarators, c-font-lock-declarations)
19314 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19315 property to mark the items in in declarator lists to handle
19316 refontification inside multiline declarations better.
19317
19318 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19319 construct like "a * b = c;" as a declaration.
19320
19321 2005-12-08 Kim F. Storm <storm@cua.dk>
19322
19323 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19324 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19325 select either meta, hyper, or super modifier for rectangle commands.
19326 (cua--rectangle-modifier-key): New defvar.
19327 (cua--M/H-key): Use it. Remove special case for `space'.
19328 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19329 on X, to meta otherwise. Always bind C-return to toggle
19330 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19331
19332 * emulation/cua-rect.el (cua-help-for-rectangle):
19333 Use cua--rectangle-modifier-key. Handle super modifier too.
19334 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19335 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19336
19337 * ido.el: Move Acknowledgements and History after Commentary.
19338 Minor changes to Commentary.
19339
19340 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19341 keymap if cua--prefix-override-timer is `shift'.
19342 (cua--shift-control-prefix): New function; emulate "type prefix
19343 key twice" functionality to handle shifted prefix key override.
19344 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19345 New commands.
19346 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19347
19348 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19349
19350 * textmodes/org.el (org-insert-heading): Try to do items before
19351 headings.
19352 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19353 (org-insert-item): New function.
19354 (org-renumber-ordered-list): Don't skip to higher level lists.
19355
19356 2005-12-08 Juri Linkov <juri@jurta.org>
19357
19358 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19359
19360 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19361
19362 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19363
19364 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19365 the constructed function name fun-1.
19366
19367 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19368 because such links don't lead to parent documentation.
19369
19370 2005-12-08 Kenichi Handa <handa@m17n.org>
19371
19372 * descr-text.el (describe-char): Use *Help-2* buffer if the
19373 current buffer is *Help*. Call describe-text-properties while
19374 setting the original buffer.
19375
19376 2005-12-07 Bill Wohler <wohler@newt.com>
19377
19378 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19379 and causes problems with non-MH users (such as Gnus users).
19380
19381 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19382
19383 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19384 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19385 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19386 command "info sources". Move calls to GDB command "list".
19387 (gdb-find-file-hook): Just use gdb-source-file-list.
19388 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19389 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19390 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19391 (gdb-data-list-register-values-handler): Use correct trigger name.
19392
19393 2005-12-07 Kim F. Storm <storm@cua.dk>
19394
19395 * ido.el (ido-completion-map): Rename from ido-mode-map.
19396 (ido-common-completion-map, ido-file-completion-map)
19397 (ido-file-dir-completion-map, ido-buffer-completion-map):
19398 Rename from ido-mode-....-map.
19399 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19400 (ido-setup-completion-map): Rename from ido-define-mode-map.
19401 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19402 to ido-completion-map.
19403
19404 2005-12-07 Kenichi Handa <handa@m17n.org>
19405
19406 * international/mule-cmds.el
19407 (set-display-table-and-terminal-coding-system): If the coding
19408 system specified in `unibyte-display' property is different from
19409 the arg coding-system, don't setup standard-display-table.
19410
19411 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19412
19413 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19414 that comments end at \n, regardless of selective-display.
19415
19416 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19417
19418 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19419 (gdb-version): New variables.
19420 (gdb-source-file-list, gdb-register-names)
19421 (gdb-changed-registers): New variables for use with GDB 6.4+.
19422 (gdb-ann3): Replace with...
19423 (gdb-init-1, gdb-init-2): ...two new functions.
19424 (gdba, gdb-prompt): Call gdb-init-1.
19425 (gdb-get-version): New function. Call gdb-init-2 from here.
19426 (gud-watch): Make it work with mouse events too.
19427 (gdb-post-prompt): Don't add to queue until GDB version is known.
19428 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19429 (gdb-locals-mode): Use gdb-version.
19430 (gdb-memory-format-map, gdb-memory-unit-map)
19431 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19432 (gdb-locals-font-lock-keywords-1)
19433 (gdb-locals-font-lock-keywords-2): New variables.
19434 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19435 (gdb-set-gud-minor-mode-existing-buffers-1)
19436 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19437 (gdb-var-update-1, gdb-var-update-handler-1)
19438 (gdb-data-list-register-values-handler)
19439 (gdb-data-list-register-values-custom)
19440 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19441 (gdb-stack-list-locals-handler, gdb-get-register-names):
19442 New functions for use with GDB 6.4+.
19443 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19444 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19445 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19446 (gdb-stack-list-locals-regexp)
19447 (gdb-data-list-register-names-regexp): New regexps for use with
19448 GDB 6.4+.
19449
19450 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19453
19454 2005-12-06 Nozomu Ando <nand@mac.com>
19455
19456 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19457 prompts work for AUTH PLAIN. Also reported by Steve Allan
19458 <seallan@verizon.net>.
19459
19460 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19461
19462 * frame.el (set-frame-parameter): Add doc string.
19463
19464 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19465
19466 * textmodes/org.el (org-occur-highlights): New variable.
19467 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19468 (org-highlight-sparse-tree-matches): New option.
19469 (org-do-occur): New function.
19470 (org-get-heading): Make it work also at beginning of line.
19471 (org-category-table): New variable.
19472 (org-get-category-table, org-get-category)
19473 (org-camel-to-words, org-link-search): New functions.
19474 (org-select-this-todo-keyword): New variable.
19475 (org-todo-list): New command.
19476 (org-shiftright, org-shiftleft): New commands.
19477 (org-agenda-todo): Add prefix argument.
19478 (org-show-hierarchy-above): New option.
19479 (org-show-todo-tree): Numerical prefix creates tree for specific
19480 TODO keyword.
19481 (org-outline-level): New function, to assign a level to plain
19482 lists items.
19483 (org-cycle-include-plain-lists): New option.
19484 (org-mode): Use `org-outline-level' as value of `outline-level'.
19485 (org-cycle): Temporarily switch `outline-regexp' if
19486 `org-cycle-include-plain-lists' is non-nil.
19487 (org-start-icalendar-file): Fix format bug.
19488 (org-agenda-get-day-entries): Create category table.
19489 (org-agenda-get-todos, org-agenda-get-timestamps)
19490 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19491 (org-agenda-get-blocks): Use `org-get-category'.
19492 (org-context-in-file-links): Rename from
19493 `org-line-numbers-in-file-links'.
19494
19495 2005-12-06 Romain Francoise <romain@orebokech.com>
19496
19497 * window.el (balance-windows): Delete extraneous third arg in call
19498 to `enlarge-window'.
19499
19500 2005-12-06 Kenichi Handa <handa@m17n.org>
19501
19502 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19503
19504 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19505
19506 * progmodes/gdb-ui.el (gdb-var-create-handler)
19507 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19508 (gdb-var-list-children-handler, gdb-var-update-handler):
19509 Current buffer is already gdb-partial-output-buffer, don't
19510 make it current again.
19511
19512 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19513
19514 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19515 (list-buffers-noselect): Use it.
19516
19517 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19520 (mail-yank-ignored-headers): Use regexp-opt.
19521 (mail-mode-map): Move initialization into declaration.
19522 (mail-sent-via): Remove unused shadowed var `to-line'.
19523 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19524 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19525 (mail-do-fcc): Use dolist and push.
19526 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19527 (mail-yank-ignored-headers): Don't autoload.
19528
19529 2005-12-05 Kenichi Handa <handa@m17n.org>
19530
19531 * international/mule-cmds.el (set-language-info-internal): New fun.
19532 (set-language-info): Call set-language-info-internal to update
19533 language-info-alist. If LANG-ENV is the current one, call
19534 set-language-environment to make INFO effective now.
19535 (set-language-info-alist): Likewise.
19536 (locale-language-names): With locale "en", use English
19537 lang. env. but set the default codings to iso-8859-1.
19538
19539 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19540
19541 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19542 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19543 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19544 for plain strings.
19545 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19546 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19547 Create registers buffer if necessary. Echo new state in minibuffer.
19548 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19549
19550 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19551
19552 * info.el (Info-fontify-node): Match external links using
19553 non-directory part of filename.
19554
19555 2005-12-04 Juri Linkov <juri@jurta.org>
19556
19557 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19558 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19559 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19560 because there is no customization option for it.
19561
19562 * font-lock.el (lisp-font-lock-keywords-1):
19563 Add define-global-minor-mode.
19564
19565 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19566
19567 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19568 properties on the constructed variable names.
19569
19570 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19571 Put `definition-name' properties on the constructed function names
19572 next-sym and prev-sym.
19573
19574 * emacs-lisp/find-func.el (find-function-regexp):
19575 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19576 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19577 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19578 and easy-menu-define.
19579
19580 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19581 easy-mmode-define-global-mode and define-global-minor-mode.
19582 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19583
19584 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19585 instead of easy-mmode-define-global-mode.
19586
19587 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19588 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19589
19590 * cus-edit.el (customize-group, customize-group-other-window):
19591 Filter out autoloaded options from the group completion list by
19592 using heuristics that autoloaded groups don't have `custom-autoload'
19593 property on their symbols (they have only `custom-loads').
19594
19595 * simple.el (completion-setup-function): Put completions-common-part
19596 face on complete completion string too (i.e. completion string
19597 without completions-first-difference face).
19598
19599 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19600
19601 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19602
19603 * view.el (view-mode): Doc fix.
19604
19605 * disp-table.el (standard-display-european): Add to the warning
19606 message a reference to the doc string.
19607
19608 * play/yow.el (apropos-zippy): Call print-help-return-message,
19609 similar to other Help and Apropos commands.
19610
19611 * help.el (print-help-return-message): If pop-up-frames is
19612 non-nil, set up help-return-method to delete the help window and,
19613 possibly, its frame as well, and don't display message about
19614 scrolling the help window. Doc fix.
19615 (help-return-method): Doc fix.
19616
19617 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19618
19619 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19620 whereby names of length one or names starting with a
19621 symbol-constituent character would not be returned.
19622
19623 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19624
19625 * subr.el (atomic-change-group): Add edebug and indentation spec.
19626
19627 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19628
19629 * completion.el (save-completions-file-name): Fix typo in last change.
19630
19631 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19632
19633 * info.el: Move back/forward history to the beginning of the tool bar.
19634
19635 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19636
19637 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19638 Add fset of allout-real-isearch-abort during compile to fix
19639 byte-compilation warnings.
19640 (allout-mode-p): Move definition of this macro above all uses, or
19641 byte compilation in barren Emacs (eg, during Emacs build) will
19642 lack the definition.
19643 (allout-mode): Move this variable above any uses, or byte
19644 compilation will fail.
19645 (allout-resolve-xref): Remove use of personal file-reference function.
19646 (allout-toggle-current-subtree-encryption): Do the current (ie,
19647 visible containing) topic, rather than nearest around point. Doc fix.
19648 (allout-toggle-subtree-encryption): New function, workhorse that
19649 works on nearest topic containing point.
19650 (allout-encrypt-string): Signal requirement for newer version of pgg.
19651 (allout-resumptions): Doc fix.
19652
19653 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19654
19655 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19656
19657 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19658
19659 * textmodes/flyspell.el (flyspell-external-point-words):
19660 Consider a misspelling as found in the string search if: (a) misspelling
19661 and found string lengths match, or (b) misspelling is found as
19662 element in a boundary-chars separated longer string, or (c)
19663 ispell-program-name is really ispell and misspelling is found as
19664 part of a TeX string. After successful match move beginning of
19665 search region to end of match. Warn about not found misspellings
19666 once the process is done.
19667 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19668
19669 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19670
19671 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19672 tool bar (removed inadvertently).
19673
19674 2005-12-02 Juri Linkov <juri@jurta.org>
19675
19676 * log-view.el (log-view-diff): Clarify doc string.
19677
19678 2005-12-01 Bill Wohler <wohler@newt.com>
19679
19680 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19681 triggers lm-verify errors.
19682
19683 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19684
19685 * simple.el (transient-mark-mode, line-number-mode)
19686 (column-number-mode, size-indication-mode): Remove `:require nil'.
19687
19688 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19689
19690 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19691 in the margin also.
19692 (gdb-breakpoints-mode-map): Use D instead of d for
19693 gdb-delete-breakpoint.
19694 (gdb-get-frame-number): Require a number to match on.
19695 (gdb-threads-mode-map): Add follow-link binding.
19696
19697 2005-11-30 Jason Rumney <jasonr@gnu.org>
19698
19699 * isearch.el (isearch-mode-map): Avoid exiting search on
19700 language-change event.
19701
19702 2005-11-30 Romain Francoise <romain@orebokech.com>
19703
19704 * speedbar.el (speedbar-default-position): New defcustom.
19705 (speedbar-frame-reposition-smartly): Use it.
19706
19707 * dframe.el (dframe-reposition-frame-emacs): Fix position
19708 computation for `left' location.
19709 Update copyright year.
19710
19711 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19712
19713 * help.el (help-map): Move initialization into declaration.
19714
19715 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19716
19717 * help-fns.el (help-argument-name): Don't autoload.
19718 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19719 to be re-loaded when customizing the `help' group.
19720
19721 2005-11-30 John Paul Wallington <jpw@gnu.org>
19722
19723 * help-fns.el (describe-function-1): Fill arglist output.
19724
19725 2005-11-30 Kim F. Storm <storm@cua.dk>
19726
19727 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19728 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19729 after revert-buffer (or anything else which kills all local variables).
19730
19731 * apropos.el (apropos-parse-pattern): Doc fix.
19732 Set apropos-regexp directly, rather than expecting callers to do so.
19733 (apropos-command, apropos, apropos-value, apropos-documentation):
19734 Simplify calls to apropos-parse-pattern.
19735
19736 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19737
19738 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
19739 (hi-lock-face-phrase-buffer): Use hi-yellow face.
19740 (hi-lock-write-interactive-patterns): Use comment-region.
19741
19742 * longlines.el (longlines-mode): Add mail-setup-hook.
19743
19744 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
19745
19746 * simple.el (sendmail-user-agent-compose, next-line):
19747 Conditionally use hard-newline.
19748
19749 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
19750
19751 * international/latexenc.el (latex-inputenc-coding-alist):
19752 Reword doc string.
19753
19754 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
19755
19756 * help.el (describe-key-briefly, describe-key): Recognize default
19757 bindings.
19758
19759 2005-11-29 Romain Francoise <romain@orebokech.com>
19760
19761 * view.el (view-inhibit-help-message): New defcustom.
19762 (view-mode-enter): Use it.
19763
19764 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
19765
19766 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
19767 Preserve user position.
19768
19769 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
19770
19771 * font-lock.el: Throw error if facemenu is not loaded to prevent
19772 accidental change of loading order in loadup.el. (Suggested by RMS.)
19773
19774 * loadup.el: Add comment explaining why facemenu must be loaded
19775 before font-lock.
19776
19777 2005-11-28 Jay Belanger <belanger@truman.edu>
19778
19779 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
19780 (calc-dispatch-map): Add more keys for `calc-same-interface'.
19781
19782 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
19783
19784 * calc/calc-embed.el (calc-do-embedded): Update help message.
19785
19786 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
19787
19788 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19789
19790 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
19791
19792 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
19793 called-interactively-p.
19794 (elp-profilable-p): Rename from elp-not-profilable-p.
19795 Invert result and take into account macros and autoloaded functions.
19796 (elp-instrument-function): Update call.
19797 (elp-instrument-package): Update call. Add completion.
19798 (elp-pack-number): Use match-string.
19799 (elp-results-jump-to-definition-by-mouse): Merge into
19800 elp-results-jump-to-definition and then remove.
19801 (elp-output-insert-symname): Make help echo text single-line.
19802
19803 * replace.el (query-replace-map): Move initialization into declaration.
19804 (occur-engine): Use with-current-buffer.
19805 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
19806 (occur-mode-mouse-goto): Replace with an alias.
19807
19808 2005-11-28 Juri Linkov <juri@jurta.org>
19809
19810 * simple.el (quoted-insert): Let-bind input-method-function to nil.
19811
19812 * term/w32-win.el: Bind [S-tab] to [backtab].
19813
19814 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
19815 `Info-find-file' to t.
19816
19817 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
19818 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
19819 and same-window-regexps.
19820 (occur-next-error): Don't move point for arg 0.
19821
19822 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
19823
19824 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
19825
19826 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19827
19828 * log-edit.el (log-edit-changelog-use-first): New var.
19829 (log-edit-changelog-ours-p): Use it.
19830 (log-edit-insert-changelog): Set it with new arg `use-first'.
19831 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
19832 (log-edit-hook): Add them to the list of suggested options.
19833
19834 * textmodes/flyspell.el (flyspell-last-buffer): New var.
19835 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
19836 redundant work.
19837 (flyspell-mode-on): Use add-hook for after-change-functions.
19838 (flyspell-mode-off): Use remove-hook for after-change-functions.
19839 (flyspell-changes): Make it buffer-local.
19840 (flyspell-after-change-function): Make it non-interactive. Use push.
19841 (flyspell-post-command-hook): Check input-pending-p while processing
19842 the potentially long list of buffer changes.
19843
19844 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19845
19846 * buff-menu.el (list-buffers-noselect): Display the selected
19847 frame's buffer list, not the global one.
19848
19849 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19850
19851 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
19852 that (list last-input-event) works as in interactive spec.
19853
19854 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19855
19856 * loadup.el ("facemenu"): Load facemenu before font-lock, because
19857 `facemenu-keymap' needs to be defined when font-lock is loaded.
19858 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
19859
19860 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19861
19862 * completion.el: Remove useless leading * in defcustom docstrings.
19863 (save-completions-file-name): Use ~/.emacs.d if available.
19864 (completion-standard-syntax-table): Rename from
19865 cmpl-standard-syntax-table and fold initialization into declaration,
19866 thus removing cmpl-make-standard-completion-syntax-table.
19867 (completion-lisp-syntax-table, completion-c-syntax-table)
19868 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
19869 (cmpl-saved-syntax, cmpl-saved-point): Remove.
19870 (symbol-under-point, symbol-before-point)
19871 (symbol-under-or-before-point, symbol-before-point-for-complete)
19872 (add-completions-from-c-buffer): Use with-syntax-table.
19873 (make-completion): Don't return a list of completion entries.
19874 Update callers.
19875 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
19876 (completion-initialize): Rename from initialize-completions.
19877 (completion-find-file-hook): Rename from cmpl-find-file-hook.
19878 (kill-emacs-save-completions): Collect stats here.
19879 (save-completions-to-file, load-completions-from-file):
19880 Use with-current-buffer.
19881 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
19882 into a function. Move all calls to toplevel.
19883 (completion-lisp-mode-hook): New fun.
19884 (completion-c-mode-hook, completion-setup-fortran-mode):
19885 Set the syntax-table here. Use local-set-key.
19886 (completion-saved-bindings): New var.
19887 (dynamic-completion-mode): Make it into a proper minor mode.
19888 (load-completions-from-file): Remove unused var `num-uses'.
19889
19890 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
19891 constructor if it is explicitly overridden.
19892
19893 * complete.el (PC-completion-as-file-name-predicate):
19894 Use minibuffer-completing-file-name.
19895 (partial-completion-mode): Use find-file-not-found-functions.
19896 (PC-lisp-complete-symbol): Use with-syntax-table.
19897 (PC-look-for-include-file): Remove dead setq.
19898 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
19899 (PC-complete): Use with-current-buffer.
19900
19901 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
19902 escape single quotes.
19903
19904 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19905
19906 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
19907 of `if' whose condition always returned nil. Doc fix.
19908
19909 * buff-menu.el (Buffer-menu-revert-function): Make the selected
19910 window's buffer the current buffer around the call to
19911 `list-buffers-noselect'. This is necessary to mark that buffer
19912 with a `.' in the Buffer Menu when called from Lisp, for instance
19913 by Auto Revert Mode.
19914
19915 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
19916
19917 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
19918 attaching to it.
19919 (gdb-pre-prompt): Make sure gdb-error is reset.
19920
19921 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
19922 with a child process, detect it.
19923 (gud-speedbar-buttons): Match regexp more carefully.
19924
19925 2005-11-27 Richard M. Stallman <rms@gnu.org>
19926
19927 * mouse.el (mouse-drag-move-window-bottom):
19928 Use adjust-window-trailing-edge.
19929
19930 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
19931
19932 * simple.el (blink-matching-open): Ignore
19933 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
19934 (blink-matching-paren-on-screen): Update docstring.
19935
19936 * paren.el (show-paren-mode): No longer change
19937 `blink-matching-paren-on-screen'.
19938
19939 2005-11-27 John Paul Wallington <jpw@pobox.com>
19940
19941 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
19942 (gdb-threads-select, gdb-edit-register-value):
19943 Use `posn-set-point' instead of `mouse-set-point' because the
19944 latter is not fbound when configured without X.
19945
19946 2005-11-27 Kim F. Storm <storm@cua.dk>
19947
19948 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
19949 existing face when partially highlighting a TAB in a rectangle.
19950
19951 2005-11-26 Kim F. Storm <storm@cua.dk>
19952
19953 * ido.el (ido-mode-map): Doc fix.
19954 (ido-mode-common-map, ido-mode-file-map)
19955 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
19956 (ido-define-mode-map): Rewrite. Select one of the new maps as
19957 parent for ido-mode-map instead of building from scratch.
19958 (ido-init-mode-maps): New defun to initialize new maps.
19959 (ido-mode): Call it.
19960 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
19961 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
19962
19963 2005-11-26 John Paul Wallington <jpw@pobox.com>
19964
19965 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
19966 `mouse-set-point' because the latter is not fbound when configured
19967 without X.
19968
19969 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
19970
19971 * files.el (file-relative-name): Doc fix.
19972
19973 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
19974
19975 * progmodes/octave-inf.el (inferior-octave-startup): Force a
19976 non-empty string for secondary prompt PS2.
19977
19978 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19979
19980 * progmodes/compile.el (compilation-setup): Fix last change.
19981
19982 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
19983
19984 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19985 (gdb-mouse-toggle-breakpoint-margin)
19986 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19987 Add gdb-server-prefix to keep out of command history.
19988 (gdb-edit-register-value): New function.
19989 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19990 (gdb-info-registers-custom): Use above map.
19991
19992 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
19993
19994 * custom.el (enable-theme): Signal error if argument is not a
19995 theme. Don't recalculate a face if it's not loaded yet.
19996
19997 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19998 the `user' theme is in effect.
19999
20000 * info.el (Info-on-current-buffer): Record actual filename in
20001 Info-current-file, instead of t, or a fake filename if a non-file
20002 buffer. Make autoload.
20003 (Info-find-node, Info-revert-find-node): No need to check for
20004 Info-current-file nil.
20005 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20006 Info-current-file is now never `t'.
20007 (Info-fontify-node): Many simplifications due to Info-current-file
20008 always being valid. Use Info-find-file to find node filename.
20009
20010 2005-11-25 David Kastrup <dak@gnu.org>
20011
20012 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20013 new character, then delete" in order to preserve markers.
20014
20015 2005-11-25 David Ponce <david@dponce.com>
20016
20017 * recentf.el (recentf-arrange-by-rule): Handle a special
20018 `auto-mode-alist'-like "strip suffix" rule.
20019 (recentf-build-mode-rules): Handle second level auto-mode entries.
20020
20021 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20022
20023 * emulation/viper-keym.el (viper-ESC-key): Use different values
20024 in terminal and window modes.
20025
20026 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20027 add jde-javadoc-checker-report-mode.
20028
20029 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20030
20031 * ediff.el (ediff-date): Change the date of last update.
20032
20033 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20034
20035 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20036 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20037 (hi-lock-mode): New global minor mode.
20038 (turn-on-hi-lock-if-enabled): New function.
20039 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20040 Change arguments to regexp and face instead of a font-lock pattern.
20041 Directly set face property, instead of refontifying.
20042 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20043 (hi-lock-find-patterns): Use line-number-at-pos.
20044
20045 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20046 arguments for hi-lock-set-pattern.
20047 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20048 Call font-lock-fontify-buffer.
20049 (hi-lock-find-file-hook, hi-lock-current-line)
20050 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20051
20052 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20053 turned off.
20054
20055 * progmodes/compile.el (compilation-setup): Don't fiddle with
20056 font-lock-defaults.
20057
20058 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20059
20060 * progmodes/gdb-ui.el (gdb-var-create-handler)
20061 (gdb-var-list-children-handler): Find values for all variable
20062 objects. gud-speedbar-buttons decides whether to display them.
20063
20064 2005-11-24 Romain Francoise <romain@orebokech.com>
20065
20066 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20067 buffer name with a space.
20068
20069 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20070
20071 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20072 `org-export-local-list-max-depth'. Change default value to 3.
20073 (org-auto-renumber-ordered-lists)
20074 (org-plain-list-ordered-item-terminator): New options.
20075 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20076 (org-get-indentation, org-get-string-indentation)
20077 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20078 New functions.
20079 (org-move-item-down, org-move-item-up): New commands.
20080 (org-export-as-html): New classes for CSS support. Bug fix in
20081 regular expression detecting fixed-width regions. Respect
20082 `org-local-list-ordered-item-terminator'.
20083 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20084 also a list item.
20085 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20086 New item moving functions.
20087
20088 2005-11-24 Juri Linkov <juri@jurta.org>
20089
20090 * isearch.el (isearch-repeat): With empty search ring set
20091 `isearch-error' to the error string instead of signaling error
20092 with the function `error'.
20093
20094 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20095
20096 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20097
20098 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20099
20100 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20101 and variable.
20102 (gdb-var-create-handler, gdb-var-list-children-handler):
20103 Don't match on "char **...".
20104 (gdb-var-update-handler): Find values for all variable objects.
20105 (gdb-info-frames-custom): Identify frames by leading "#".
20106
20107 * progmodes/gud.el (gud-speedbar-menu-items): Add
20108 gdb-speedbar-auto-raise as radio button.
20109 (gud-speedbar-buttons): Raise speedbar if requested.
20110 Don't match on "char **...".
20111 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20112 Make it editable.
20113
20114 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20115
20116 * info.el (Info-fontify-node): Handle the case where
20117 Info-current-file is t.
20118
20119 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20120
20121 * simple.el (blink-matching-open): Fix off-by-one in last change.
20122
20123 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20124
20125 * term/mac-win.el: Don't change default directory.
20126
20127 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20128
20129 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20130 buffers correctly. (It used to throw an error in such buffers.)
20131 Make it ask for confirmation in group buffers and other Custom
20132 buffers containing more than one customization item.
20133
20134 2005-11-22 John Paul Wallington <jpw@gnu.org>
20135
20136 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20137 property on mail and url overlays.
20138 (goto-address-at-point): Use `posn-set-point' instead of
20139 `mouse-set-point' because the latter is not fbound when configured
20140 without X.
20141
20142 2005-11-22 Lars Hansen <larsh@soem.dk>
20143
20144 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20145 (ls-lisp-classify, ls-lisp-format): Delete call to
20146 ls-lisp-parse-symlink.
20147 (ls-lisp-handle-switches): Handle symlinks to directories as
20148 directories when ls-lisp-dirs-first in non-nil.
20149
20150 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20151
20152 * startup.el (command-line): Make sure that loaddefs.el is handled
20153 correctly in load-history.
20154
20155 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20156
20157 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20158 (gdb-struct-string, gdb-array-string): New constants.
20159 (gdb-info-locals-handler): Use them.
20160 (gdb-reset): Reset gdb-var-list to nil.
20161
20162 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20163
20164 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20165 in patterns.
20166
20167 2005-11-21 Juri Linkov <juri@jurta.org>
20168
20169 * custom.el (defcustom): Update link types in docstring.
20170
20171 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20172
20173 * custom.el (defgroup): Add doc-string-elt info.
20174
20175 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20176
20177 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20178
20179 * newcomment.el (comment-enter-backward): Fix last fix.
20180
20181 * simple.el (blink-matching-open):
20182 * paren.el (show-paren-function): Allow new paren-class info.
20183
20184 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20185
20186 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20187 handled automagically.
20188
20189 2005-11-20 Andreas Schwab <schwab@suse.de>
20190
20191 * descr-text.el (describe-char): When copying overlays put them
20192 over the full char description instead of just the first character
20193 of it.
20194
20195 2005-11-20 Juri Linkov <juri@jurta.org>
20196
20197 * simple.el (what-cursor-position):
20198 * descr-text.el (describe-char): Use Lisp-readable syntax
20199 for octal and hex. Reorder decimal, octal and hex values.
20200 Remove excess whitespace in the output. Use `=' in `column='
20201 like in `point=' and `Hscroll='.
20202
20203 * international/mule-cmds.el (encoded-string-description):
20204 Use Lisp-readable syntax for hex.
20205
20206 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * newcomment.el (comment-enter-backward): Handle the case where the
20209 comment is closed by EOB.
20210
20211 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20212
20213 * longlines.el (longlines-before-revert-hook)
20214 (longlines-after-revert-hook): New functions.
20215 (longlines-mode): Turn off longlines temporarily when reverting.
20216 Add a message-setup-hook.
20217 (longlines-decode-buffer): New function.
20218 (longlines-wrap-line): Preserve marker positions.
20219
20220 2005-11-19 Andreas Schwab <schwab@suse.de>
20221
20222 * emacs-lisp/shadow.el: Handle compressed files.
20223
20224 2005-11-19 Romain Francoise <romain@orebokech.com>
20225
20226 * net/browse-url.el (browse-url-default-browser): Signal an error
20227 if no usable browser can be found, rather than try to load w3.
20228
20229 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20230
20231 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20232 replacing existing properties.
20233 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20234 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20235 tty specs.
20236 (rcirc-server-prefix, rcirc-server): New faces.
20237 (rcirc-url-regexp): Generate with rx macro.
20238 (rcirc-last-server-message-time): New variable.
20239 (rcirc-filter): Record time of last message.
20240 (rcirc-keepalive): Kill processes that did not send a message
20241 since the last ping.
20242 (rcirc-mode): Give rcirc-topic a local binding here.
20243
20244 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20245
20246 * subr.el (read-passwd): Fontify the prompt as we do with other
20247 prompts.
20248
20249 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20250
20251 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20252 binding buffer-read-only to nil.
20253
20254 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20255
20256 * complete.el (partial-completion-mode):
20257 Mention completion-auto-help in the doc string.
20258
20259 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20260 more Lisp-ish way.
20261
20262 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20263
20264 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20265 digits, not 8, to avoid misalignment for files larger than 100MB.
20266
20267 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20268
20269 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20270 Mention "keyboard shortcuts" in the help text.
20271
20272 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20273
20274 * startup.el (fancy-splash-default-action): Discard only
20275 mouse-down and succeeding mouse-up events in the splash screen
20276 window so that drag-n-drop event can be processed.
20277
20278 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20279
20280 * longlines.el (longlines-mode): Add hacks for mail-mode and
20281 message-mode.
20282
20283 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20284
20285 * textmodes/org.el (org-table-sort-lines): New command.
20286 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20287 (org-add-file): Command removed, use `org-agenda-file-to-front'
20288 instead.
20289 (org-export-icalendar): Use `org-icalendar-combined-name'.
20290 (org-cycle-agenda-files, org-agenda-file-to-end)
20291 (org-agenda-file-to-front): New commands.
20292 (org-table-tab-jumps-over-hlines, org-export-html-style):
20293 New options.
20294 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20295 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20296 New functions.
20297 (org-fill-paragraph): Call `org-table-align' in tables.
20298 (org-mode): Call `org-set-autofill-regexps'.
20299 (org-export-as-html): Support for local handformatted lists.
20300 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20301 (org-export-local-list-max-depth): New option.
20302 (org-html-expand): Use `org-html-protect'.
20303
20304 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20305
20306 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20307 to "p".
20308 (gdb): Move definition of gud-pp to...
20309
20310 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20311 speedbar.
20312 (gdb-find-watch-expression): New function.
20313
20314 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20315
20316 * faces.el (face-attribute, set-face-attribute): Mention existence
20317 of `:ignore-defface' setting in docstring.
20318
20319 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20320
20321 * simple.el (completion-setup-function): Fix last change.
20322
20323 2005-11-17 John Paul Wallington <jpw@pobox.com>
20324
20325 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20326 Use `posn-set-point' instead of `mouse-set-point' because the
20327 latter is not fbound when configured without X.
20328
20329 * comint.el (comint-insert-input): Likewise.
20330
20331 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20332
20333 * simple.el (hard-newline): New variable.
20334 (sendmail-user-agent-compose, next-line): Use it.
20335
20336 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20337 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20338 (mail-mail-reply-to, mail-mail-followup-to)
20339 (mail-position-on-field, mail-signature, mail-yank-original)
20340 (mail-attach-file): Likewise.
20341
20342 * mail/mailheader.el (mail-header-format)
20343 (mail-header-format-function): Likewise.
20344
20345 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20346
20347 2005-11-17 Juri Linkov <juri@jurta.org>
20348
20349 * font-lock.el (font-lock-faces): Rename this defgroup from
20350 `font-lock-highlighting-faces'.
20351 (font-lock-comment-face, font-lock-comment-delimiter-face)
20352 (font-lock-string-face, font-lock-doc-face)
20353 (font-lock-keyword-face, font-lock-builtin-face)
20354 (font-lock-function-name-face, font-lock-variable-name-face)
20355 (font-lock-type-face, font-lock-constant-face)
20356 (font-lock-warning-face, font-lock-negation-char-face)
20357 (font-lock-preprocessor-face)
20358 (font-lock-regexp-grouping-backslash)
20359 (font-lock-regexp-grouping-construct): Rename :group from
20360 `font-lock-highlighting-faces' to `font-lock-faces'.
20361
20362 * cus-edit.el (lisp, c, tex):
20363 * progmodes/ada-mode.el (ada):
20364 * progmodes/asm-mode.el (asm):
20365 * progmodes/cperl-mode.el (cperl-faces):
20366 * progmodes/cpp.el (cpp):
20367 * progmodes/dcl-mode.el (dcl):
20368 * progmodes/f90.el (f90):
20369 * progmodes/fortran.el (fortran):
20370 * progmodes/icon.el (icon):
20371 * progmodes/idlwave.el (idlwave-misc):
20372 * progmodes/m4-mode.el (m4):
20373 * progmodes/make-mode.el (makefile):
20374 * progmodes/meta-mode.el (meta-font):
20375 * progmodes/modula2.el (modula2):
20376 * progmodes/octave-mod.el (octave):
20377 * progmodes/pascal.el (pascal):
20378 * progmodes/perl-mode.el (perl):
20379 * progmodes/prolog.el (prolog):
20380 * progmodes/ps-mode.el (PostScript-edit):
20381 * progmodes/scheme.el (scheme):
20382 * progmodes/sh-script.el (sh-script):
20383 * progmodes/simula.el (simula):
20384 * progmodes/tcl.el (tcl):
20385 * textmodes/nroff-mode.el (nroff):
20386 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20387 * textmodes/sgml-mode.el (sgml):
20388 * textmodes/texinfo.el (texinfo):
20389 Add :link (custom-group-link font-lock-faces) to defgroup.
20390
20391 * hi-lock.el (hi-lock): Rename this defgroup from
20392 `hi-lock-interactive-text-highlighting'. Change parent group from
20393 `faces' to `font-lock'. Add link to the manual.
20394 (hi-lock-mode, hi-lock-file-patterns-range)
20395 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20396 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20397 (hi-lock-faces): Add :group `faces'.
20398
20399 * cus-edit.el (custom-variable-prompt): Clarify the code.
20400
20401 * faces.el (face-read-string): Set the default value arg of
20402 completing-read.
20403
20404 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20405
20406 * rfn-eshadow.el (file-name-shadow-properties)
20407 (file-name-shadow-tty-properties, file-name-shadow-mode):
20408 Remove autoloads, because the file is now preloaded.
20409
20410 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20411
20412 * printing.el (easy-menu-intern): Don't define.
20413 (pr-get-symbol): Use easy-menu-intern only if defined.
20414
20415 * simple.el (blink-matching-open): Simplify a bit.
20416 (completion-setup-function): Fix the case of partial-completion-mode
20417 when the minibuffer's contents start with "-".
20418 Obey completion-base-size-function even when
20419 minibuffer-completing-file-name is non-nil.
20420
20421 2005-11-16 Richard M. Stallman <rms@gnu.org>
20422
20423 * net/eudcb-ph.el (eudc-ph-open-session):
20424 Use set-process-query-on-exit-flag.
20425
20426 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20427
20428 * international/ucs-tables.el (ucs-set-table-for-input):
20429 Use make-local-variable, not make-variable-buffer-local.
20430
20431 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20432 Improve warning message text.
20433
20434 * savehist.el (savehist-save-hook): Add :group.
20435
20436 * menu-bar.el (menu-bar-help-menu):
20437 Rename Find Extra Packages to External Packages.
20438
20439 * cus-edit.el (Custom-reset-standard): Verify that
20440 :custom-standard-value prop exists before calling it.
20441
20442 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20443
20444 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20445
20446 * wid-edit.el (color): Enclose %t in %{...%}.
20447
20448 * cus-edit.el (face): Enclose %t in %{...%}.
20449
20450 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20451
20452 * savehist.el (savehist-mode-hook): Re-add the var.
20453 (savehist-mode): Use it.
20454
20455 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20456
20457 * textmodes/flyspell.el: Fix commenting convention.
20458 Remove unnecessary leading * in custom docstrings.
20459 (flyspell-emacs): Remove unused var.
20460 (flyspell-delete-region-overlays): Use remove-overlays.
20461 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20462 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20463 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20464 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20465 (make-flyspell-overlay): Don't locally reuse a global name.
20466 (flyspell-highlight-incorrect-region)
20467 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20468 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20469 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20470 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20471 Wrap calls to accept-process-output inside with-local-quit since it's
20472 often called from a post-command-hook.
20473 (flyspell-correct-word, flyspell-auto-correct-word):
20474 Use ispell-send-string.
20475 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20476
20477 * calendar/diary-lib.el (diary-list-entries): Also hide the
20478 terminating newline.
20479
20480 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20481
20482 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20483 window-system, to allow fonts on tty.
20484
20485 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20486
20487 * progmodes/gud.el (gud-speedbar-item-info): New function.
20488 (gud-install-speedbar-variables): Use it to display data type
20489 of watch expression as a tooltip in speedbar.
20490
20491 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20492
20493 * font-core.el (global-font-lock-mode): Add :version keyword,
20494 because default was changed.
20495
20496 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20497
20498 * startup.el (command-line): Use `custom-reevaluate-setting' for
20499 `file-name-shadow-mode'.
20500
20501 * loadup.el: Preload rfn-eshadow.
20502
20503 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20504 Add :version keyword.
20505 (file-name-shadow-properties, file-name-shadow-tty-properties)
20506 (file-name-shadow): Add :version keyword.
20507
20508 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20509 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20510 in the custom-group property of the symbol frames and the fringe
20511 group got no link to its parent group frames.
20512 Doc fix.
20513
20514 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20515
20516 * progmodes/gud.el (gud-stop-subjob): New function.
20517 (gud-menu-map, gud-tool-bar-map): Use it.
20518
20519 2005-11-16 Kim F. Storm <storm@cua.dk>
20520
20521 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20522 than kill it.
20523 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20524 to a more useful/logical place.
20525
20526 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20527
20528 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20529 go buttons complementary.
20530
20531 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20532
20533 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20534 (rfn-eshadow-sifn-equal): New function.
20535 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20536
20537 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20538
20539 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20540 Quote `-' in string.
20541
20542 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20543 rcirc-mode buffers come up in Emacs state.
20544
20545 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20546 operation.
20547
20548 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20549
20550 * term.el (term-termcap-format): Fix typos.
20551 (term-down): Fix the negative argument case.
20552
20553 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20554
20555 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20556 2005-08-15.
20557 (gdb-ann3): New command gud-go.
20558 (menu): Accomodate gdb-mi.el.
20559 (gdb-assembler-custom): Make buffer of selected window current
20560 so that set-window-point works.
20561
20562 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20563 buttons and include new ones.
20564
20565 2005-11-16 Kim F. Storm <storm@cua.dk>
20566
20567 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20568 (gud-menu-map): Use it.
20569
20570 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20571
20572 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20573 that works correctly for Custom and that does not override a user
20574 who disables it.
20575
20576 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20577 (help-xref-interned, help-follow): Make hyperlinks for variables
20578 that are unbound, but have a non-nil variable-documentation property.
20579
20580 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20581 mode hook. (It conflicted with defcustoms for some mode hooks.)
20582 Use the `variable-documentation' property to give the mode hook a
20583 docstring and expand that docstring.
20584
20585 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20586
20587 * savehist.el (savehist-mode): Don't bother with
20588 `custom-set-minor-mode'.
20589 (savehist-coding-system): Check XEmacs version.
20590 (history-length): Declare also at run time.
20591 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20592 Don't set the customize state.
20593 (savehist-minibuffer-hook): Special case for when
20594 minibuffer-history-variable is equal to t.
20595
20596 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20597
20598 * files.el (write-file): Refresh VC status.
20599
20600 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20601 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20602 than fundamental-mode to see if the mode was set.
20603
20604 2005-11-14 Romain Francoise <romain@orebokech.com>
20605
20606 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20607 dummy function in `eval-when-compile' to avoid compiler warning.
20608 Require `man' at compile time.
20609
20610 2005-11-14 Jay Belanger <belanger@truman.edu>
20611
20612 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
20613 calcFunc-powerexpand.
20614 (math-write-out-power): Rename it to math-powerexpand; have it
20615 handle negative exponents.
20616 (calc-writeoutpower): Rename it to calc-powerexpand.
20617
20618 * calc/calc-ext.el: Change calcFunc-writeoutpower and
20619 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20620 autoloads.
20621 Add calcFunc-ldiv to autoloads.
20622
20623 * calc/calc-arith.el (calcFunc-ldiv): New function.
20624
20625 * calc/calc.el (calc-left-divide): New function.
20626
20627 2005-11-14 Juri Linkov <juri@jurta.org>
20628
20629 * cus-edit.el (custom-variable-prompt): Set the default value arg
20630 of completing-read.
20631
20632 * cus-dep.el (custom-make-dependencies): Reverse the list of
20633 found dependencies.
20634
20635 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20636
20637 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20638 Highlighting" entry, it is on by default now.
20639 (menu-bar-options-save): Do not save global-font-lock-mode.
20640
20641 2005-11-13 Richard M. Stallman <rms@gnu.org>
20642
20643 * textmodes/flyspell.el (flyspell-large-region):
20644 Call flyspell-accept-buffer-local-defs.
20645
20646 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20647
20648 * textmodes/flyspell.el (flyspell-notify-misspell):
20649 Fix misspelling of "Misspelling".
20650 (flyspell-process-localwords): New function.
20651 (flyspell-large-region): Call flyspell-process-localwords and
20652 flyspell-delete-region-overlays.
20653 (flyspell-delete-region-overlays): New function.
20654 (flyspell-delete-all-overlays): Call that.
20655
20656 2005-11-13 Richard M. Stallman <rms@gnu.org>
20657
20658 * help.el (help-for-help-internal): Improve doc of C-h a.
20659 (describe-key): Improve prompt; doc fix.
20660
20661 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 * vc-svn.el (vc-svn-registered): Catch all errors.
20664
20665 * cus-dep.el (custom-make-dependencies): Typo.
20666
20667 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20668
20669 * net/tramp-util.el (top): Fix compilation warning.
20670
20671 2005-11-13 Kim F. Storm <storm@cua.dk>
20672
20673 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20674
20675 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20676
20677 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20678 (gud-speedbar-buttons): Match on "const char *" too.
20679
20680 * progmodes/gdb-ui.el (gdb-var-create-handler)
20681 (gdb-var-list-children-handler): Match on "const char *" too.
20682 (gdb-var-evaluate-expression-handler): Match on empty string.
20683 (gdb-var-update-handler): Only call
20684 gdb-var-evaluate-expression-handler when required.
20685
20686 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20687
20688 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20689 selected window. This still doesn't work for speedbar.
20690 (gud-speedbar-buttons): Handle string expressions properly.
20691
20692 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20693 (gdb-var-create-handler): Handle string expressions properly.
20694 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20695 Handle string expressions properly. Move "type" field into regexp.
20696
20697 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20698
20699 * bookmark.el (bookmark-maybe-message): New function to reduce
20700 code duplication: invokes `message' iff baud-rate is high enough.
20701 (bookmark-write-file): Use above instead of an inline conditional.
20702 (bookmark-load): Same.
20703
20704 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20705
20706 * bookmark.el (bookmark-write-file): Don't visit the destination
20707 file, just write the data to it using write-region. This is
20708 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20709 change to avoid visiting the file in the first place.
20710
20711 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20712
20713 * hi-lock.el (hi-lock-mode): Set the default value of
20714 font-lock-defaults.
20715
20716 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20717
20718 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20719 arg to `file-attributes'.
20720 (find-lisp-format): The UID and GID can now be strings.
20721
20722 2005-11-12 Kim F. Storm <storm@cua.dk>
20723
20724 * help.el (help-map): Bind C-h d to apropos-documentation.
20725
20726 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20727 when point is at end-of-buffer.
20728
20729 * apropos.el (apropos-match-face): Doc fix.
20730 (apropos-sort-by-scores): Add new choice `verbose'.
20731 (apropos-documentation-sort-by-scores): New defcustom.
20732 (apropos-pattern): Now contains the pattern entered by the user.
20733 (apropos-pattern-quoted): New defvar.
20734 (apropos-regexp): New defvar, containing the regexp corresponding
20735 to apropos-pattern.
20736 (apropos-all-words-regexp): Rename from apropos-all-regexp.
20737 (apropos-read-pattern): New defun. Use it to read pattern arg in
20738 interactive calls; returns list of words for a word list, and
20739 string for a regexp.
20740 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
20741 parses a list of words or regexp as returned by apropos-read-pattern.
20742 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
20743 (apropos-score-doc): Return a very high score if the string
20744 entered by the user matches literally.
20745 (apropos-variable): Doc fix. Use apropos-read-pattern.
20746 (apropos-command): Doc fix. Use apropos-read-pattern and
20747 apropos-parse-pattern. Call apropos-print with nosubst=t.
20748 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
20749 apropos-parse-pattern.
20750 (apropos-documentation): Doc fix. Use apropos-read-pattern and
20751 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
20752 apropos-documentation-sort-by-scores. Call apropos-print with
20753 nosubst=t.
20754 (apropos-documentation-internal): Pass doc string through
20755 substitute-key-definition before adding text properties.
20756 Highlight substring matching literal user input if possible.
20757 (apropos-documentation-check-doc-file): Remove locals beg and end.
20758 Fix calculation of score (as added twice). Pass doc string through
20759 substitute-key-definition before adding text properties.
20760 (apropos-documentation-check-elc-file): Pass doc string through
20761 substitute-key-definition before adding text properties.
20762 Highlight substring matching literal user input if possible.
20763 (apropos-print): Add new arg NOSUBST; if set, command and variable
20764 doc strings have already been passed through substitute-key-definition.
20765 Add code to handle apropos-accumulator items without score element
20766 for backwards compatibility (e.g. with woman package).
20767 Only show scores if apropos-sort-by-scores is `verbose'.
20768
20769 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20770
20771 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
20772 Add jka-compr-load-suffixes to load-suffixes.
20773
20774 * jka-compr.el: Require jka-cmpr-hook.
20775 (jka-compr-info-compress-message, jka-compr-info-compress-program)
20776 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
20777 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
20778 (jka-compr-info-can-append, jka-compr-info-strip-extension)
20779 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
20780 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
20781 (jka-compr-uninstall): Remove entries from
20782 jka-compr-added-to-file-coding-system-alist after they are used.
20783 (jka-compr-error): Remove unused var `curbuf'.
20784 (jka-compr-file-local-copy): Remove unused var `notfound'.
20785
20786 2005-11-10 Romain Francoise <romain@orebokech.com>
20787
20788 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
20789
20790 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
20791
20792 * progmodes/gud.el (gud-menu-map): Move parentheses.
20793 (gdb): New command gud-pv.
20794
20795 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * tar-mode.el: Remove spurious or unnecessary leading stars
20798 in docstrings.
20799 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
20800 (tar-parse-octal-integer-safe): Use mapc.
20801 (tar-header-block-summarize): Remove unused var `ck'.
20802 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
20803 cleared before. Obey default-enable-multibyte-characters.
20804 Use mapconcat. Simplify setting of tar-header-offset.
20805 (tar-mode-map): Move initialization inside delcaration.
20806 (tar-flag-deleted): Use `abs'.
20807 (tar-expunge-internal): Remove unused var `line'.
20808 (tar-expunge-internal): Don't hardcode point-min==1.
20809 (tar-expunge): Widen while doing set-buffer-multibyte.
20810 (tar-rename-entry): Use file-name-coding-system.
20811 (tar-alter-one-field): Don't hardcode point-min==1.
20812 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
20813 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
20814
20815 2005-11-10 Masatake YAMATO <jet@gyve.org>
20816
20817 * add-log.el (add-log-current-defun): Handle class::method
20818 notation of c++. Fix incorrect comment.
20819
20820 2005-11-10 Alan Mackenzie <acm@muc.de>
20821
20822 * help-fns.el (describe-variable): Make C-h v work when a variable
20823 has variable documentation yet is unbound.
20824
20825 2005-11-10 Masatake YAMATO <jet@gyve.org>
20826
20827 * man.el (Man-highlight-references): Set an empty
20828 string to `Man-arguments' if it is nil.
20829 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
20830
20831 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20832
20833 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
20834 commenting conventions.
20835
20836 * cus-dep.el (custom-make-dependencies): Simplify.
20837 Better follow the commenting conventions.
20838
20839 2005-11-09 Richard M. Stallman <rms@gnu.org>
20840
20841 * apropos.el (apropos-pattern): Rename from apropos-regexp.
20842 (apropos-orig-pattern): Rename from apropos-orig-regexp.
20843 All uses changed.
20844 (apropos-rewrite-regexp): Doc fix.
20845 (apropos-variable, apropos-command, apropos, apropos-value):
20846 Change prompt; carry through the argument renaming.
20847
20848 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
20849
20850 * find-lisp.el: Require dired.
20851 (find-lisp-find-dired-internal): Do not call
20852 `abbreviate-file-name' on DIR.
20853
20854 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
20855
20856 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
20857
20858 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
20859
20860 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
20861 when using the speedbar.
20862 (gdb): New command gud-pp.
20863 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
20864
20865 2005-11-09 Juri Linkov <juri@jurta.org>
20866
20867 * replace.el (occur-excluded-properties): New defcustom.
20868 (occur-1, occur-engine, occur-accumulate-lines): Use it.
20869
20870 2005-11-08 Jay Belanger <belanger@truman.edu>
20871
20872 * calc/calc-units.el (math-convert-units): Replace any composite
20873 unit by its definition.
20874
20875 2005-11-08 Lars Hansen <larsh@soem.dk>
20876
20877 * emacs-lisp/autoload.el (update-directory-autoloads):
20878 Add obsolete function alias.
20879
20880 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
20883 comment-indent-function.
20884 (lisp-comment-indent): Replace by an alias for comment-indent-default.
20885
20886 * reveal.el (reveal-post-command): Rework the handling of
20887 reveal-open-spots, so as to be more reliable. There were several
20888 tricky corner cases where an open spot might be lost, or where
20889 a closed spot might end up on the list of open spots.
20890 Only reveal text that's ellipsised.
20891
20892 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
20893
20894 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
20895
20896 2005-11-07 John Paul Wallington <jpw@gnu.org>
20897
20898 * ibuffer.el (ibuffer): Search iconified frames too when
20899 getting Ibuffer buffer's window.
20900
20901 2005-11-06 Richard M. Stallman <rms@gnu.org>
20902
20903 * progmodes/compile.el (compilation-internal-error-properties):
20904 save-excursion around the computation of MARKER.
20905
20906 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
20907
20908 * textmodes/flyspell.el (flyspell-external-point-words):
20909 flyspell-get-word returns a list, not just a string.
20910
20911 2005-11-06 John Paul Wallington <jpw@pobox.com>
20912
20913 * ibuffer.el (ibuffer): Search all visible frames when getting
20914 Ibuffer buffer's window.
20915
20916 2005-11-07 Masatake YAMATO <jet@gyve.org>
20917
20918 * man.el (Man-reference-regexp): Accept spaces between
20919 `Man-name-regexp' and `Man-section-regexp'.
20920 (Man-apropos-regexp): New variable.
20921 (Man-abstract-xref-man-page): Use value for `Man-target-string'
20922 if available.
20923 (Man-highlight-references, Man-highlight-references0):
20924 Handle the case when `Man-arguments' includes "-k".
20925 (Man-highlight-references0): Rename the argument `TARGET-POS' to
20926 `TARGET'. `TARGET' can be a number, function or nil.
20927
20928 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
20929
20930 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
20931 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
20932 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
20933 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
20934 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
20935 (gdb-send-item): Use buffer-local-value and simplify.
20936
20937 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
20938
20939 * startup.el (command-line): Use `custom-reevaluate-setting' for
20940 `global-font-lock-mode'.
20941
20942 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
20943 by default, except in batch mode or when the -D option is given.
20944
20945 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
20946 specified keyword args on to `define-minor-mode'. Update docstring.
20947
20948 2005-11-05 Romain Francoise <romain@orebokech.com>
20949
20950 * replace.el (occur-engine): Add marker at end of line, too.
20951
20952 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
20953
20954 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20955 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20956 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20957 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20958 argument to all these routines, so the passphrase can be managed
20959 externally and passed in to the system.
20960 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20961 pgg-add-passphrase-to-cache function.
20962
20963 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20964 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20965 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20966 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20967 argument to all these routines, so the passphrase can be managed
20968 externally and passed in to the system.
20969 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20970 function.
20971
20972 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
20973
20974 * font-lock.el: Don't deal with font-lock-face-attributes here,
20975 move the code ...
20976
20977 * startup.el (command-line): ... here. Use face-spec-set instead
20978 of custom-declare-face.
20979
20980 * faces.el (face-spec-set): Reset the face if spec is not nil.
20981
20982 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
20983
20984 * newcomment.el (comment-region-internal): Box more tightly in the
20985 common case where there's no TAB in the boxed text.
20986
20987 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20988
20989 * info.el (info-tool-bar-map): Use images prev-node, next-node and
20990 up-node.
20991
20992 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
20993
20994 * net/newsticker.el: Commentary updated. Code formatting changed.
20995 (newsticker-version): Change to "1.9".
20996 (newsticker, newsticker-feed): Doc fix.
20997 (newsticker-url-list): Doc fix. Add option "Weekly".
20998 (newsticker-retrieval-interval): Add option "Weekly".
20999 (newsticker-headline-processing): Doc fix.
21000 (newsticker-auto-mark-filter): Remove.
21001 (newsticker-auto-mark-filter-list): New.
21002 (newsticker-layout, newsticker-sort-method): Doc fix.
21003 (newsticker-hide-old-items-in-newsticker-buffer)
21004 (newsticker-heading-format, newsticker-item-format)
21005 (newsticker-desc-format): Doc fix.
21006 (newsticker-show-all-rss-elements): Remove.
21007 (newsticker-show-all-news-elements): New.
21008 (newsticker-faces, newsticker-ticker): Doc fix.
21009 (remove-from-invisibility-spec): Code formatting.
21010 (newsticker--process-ids): New.
21011 (newsticker-mode): Doc fix.
21012 (newsticker-mode): Change mode-line-format.
21013 (newsticker-start): Remove debug output.
21014 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21015 (newsticker-w3m-show-inline-images): Code formatting.
21016 (newsticker-next-item): Call `force-mode-line-update'.
21017 (newsticker-previous-item): Call `force-mode-line-update'.
21018 (newsticker-next-feed): Call `force-mode-line-update'.
21019 (newsticker-previous-feed): Call `force-mode-line-update'.
21020 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21021 (newsticker-show-old-items): Do not show descs.
21022 (newsticker-hide-entry): Hide too much.
21023 (newsticker-hide-entry, newsticker-show-entry)
21024 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21025 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21026 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21027 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21028 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21029 (newsticker-get-news): Call `force-mode-line-update'.
21030 Collect process ids.
21031 (newsticker--sentinel): Change coding system handling.
21032 Move image retrieval to new functions newsticker--get-logo-url-*.
21033 Move feed parsing to new functions newsticker--parse-*.
21034 Update list of process ids.
21035 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21036 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21037 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21038 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21039 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21040 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21041 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21042 (newsticker--decode-coding-string): Remove.
21043 (newsticker--decode-numeric-entities): Check input. Format code.
21044 (newsticker--remove-whitespace): Check input.
21045 (newsticker--do-forget-preformatted): Doc fix.
21046 (newsticker--decode-rfc822-date): Allow for missing time.
21047 (newsticker--update-process-ids): New.
21048 (newsticker--image-sentinel): Change comment.
21049 (newsticker--image-read): Change error message.
21050 (newsticker--imenu-goto): Doc fix. Show headline title.
21051 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21052 (newsticker--buffer-do-insert-text): Clean whitespace in
21053 html-rendered headline title. Code formatting.
21054 Call `newsticker--buffer-print-extra-elements'.
21055 (newsticker--buffer-print-extra-element): Remove.
21056 (newsticker--buffer-print-extra-elements): New.
21057 (newsticker--buffer-do-print-extra-element): New.
21058 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21059 large sizes.
21060 (newsticker--run-auto-mark-filter)
21061 (newsticker--do-run-auto-mark-filter):
21062 Use `newsticker-auto-mark-filter-list'.
21063
21064 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21065
21066 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21067 (rcirc-print): Force redisplay before running hooks. Do long
21068 buffer truncation after making new text read-only. Deal with nil
21069 text when decoding strings. If TARGET is nil, use either the
21070 currently selected buffer, if it is an rcirc buffer and of the
21071 same process or the process buffer.
21072 (rcirc-mode): Remove header-line. Recompute short buffer names.
21073 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21074 (rcirc-short-buffer-name): Add variable.
21075 (rcirc-kill-buffer-hook): Recompute short buffer names.
21076 Remove nick from private channel.
21077 (rcirc-send-input): Send command text to current-buffer.
21078 Don't clear overlay arrow here.
21079 (rcirc-short-buffer-name): Return a short buffer name.
21080 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21081 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21082 buffer-name abbreviations.
21083 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21084 Do not touch nick-table when killing a parted channel.
21085 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21086 Clear arrow from current buffer if it is now hidden.
21087 (rcirc-current-buffer): Add variable.
21088 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21089 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21090 Remove -face from names.
21091 (rcirc-update-activity-string): Print "DND" when globally ignoring
21092 activity.
21093 (rcirc-ignore-buffer-activity-flag): Rename from
21094 rcirc-ignore-channel-activity.
21095 (rcirc-ignore-all-activity-flag): Doc fix.
21096 (rcirc-channels): Remove variable.
21097 (rcirc-kill-buffer-hook):
21098 (rcirc-get-buffer-create): Add nick to private channel.
21099 (rcirc-multiline-edit-submit): Remove tabs.
21100 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21101 folded.
21102 (rcirc-remove-nick-channel): Bug fix.
21103 (rcirc-toggle-ignore-buffer-activity): Rename from
21104 rcirc-toggle-ignore-channel-activity.
21105 (rcirc-record-activity): Add buffers to the front of the list.
21106 (rcirc-update-activity): Remove killed buffers from list.
21107 (rcirc-process-server-response-1): Remove last argument if it is
21108 null before calling handler.
21109 (rcirc): Add "rcirc" defcustom prefix.
21110 (rcirc-prompt): Simplify default prompt.
21111 Use custom-initialize-default.
21112 (rcirc-private-chats): Remove variable.
21113 (rcirc-prompt): Change initialization.
21114 (rcirc-version): Remove function.
21115 (rcirc-id-string): Add constant.
21116 (rcirc-last-buffer): Remove variable.
21117 (rcirc-buffer-alist): Add variable.
21118 (rcirc-connect): Update variable setup.
21119 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21120 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21121 default.
21122 (rcirc-handler-generic): Trigger activity.
21123 (rcirc-send-message): Create the buffor of the target.
21124 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21125 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21126 (rcirc-multiline-edit-cancel): Remove function.
21127 (rcirc-set-last-buffer): Remove function.
21128 (rcirc-get-any-buffer): Add function.
21129 (rcirc-join-channels): Don't print /join text.
21130 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21131 messages.
21132 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21133 (rcirc-handler-NOTICE): Recognize CTCP responses.
21134 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21135 constructing TOPIC string for buffers we are not JOINed.
21136 (rcirc-handler-CTCP-response): Add handler.
21137 (rcirc-multiline-edit-submit): Restore the window-configuration
21138 before adjusting point.
21139 (rcirc): Add customization group.
21140 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21141 (rcirc-user-full-name, rcirc-startup-channels-alist)
21142 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21143 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21144 (rcirc-input-ring-size, rcirc-read-only-flag)
21145 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21146 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21147 Change defvar to defcustom.
21148 (rcirc-update-prompt): Add optional ALL arg, which will update
21149 prompts in all rcirc buffers. Regexp quote replacement text.
21150 (rcirc-fill-column): Accept frame-width as a value.
21151 (rcirc-set-changed): Add function.
21152 (rcirc-next-active-buffer): Write more meaningful messages.
21153 (rcirc-faces): Add customization group.
21154 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21155 (rcirc-nick-in-message-face, rcirc-prompt-face)
21156 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21157 (with-rcirc-process-buffer): Move before first usage.
21158 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21159 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21160 (rcirc-debug): Rename from `rcirc-log'.
21161 (rcirc-format-response-string): Do not print `-' chars for a
21162 NOTICE with no sender. Simplify output of server responses.
21163
21164 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21165
21166 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21167 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21168 Make urls mouse and RET clickable.
21169
21170 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21171
21172 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21173
21174 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21175
21176 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21177 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21178 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21179 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21180 argument to all these routines, so the passphrase can be managed
21181 externally and passed in to the system.
21182 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21183 pgg-add-passphrase-to-cache function.
21184
21185 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21186 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21187 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21188 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21189 argument to all these routines, so the passphrase can be managed
21190 externally and passed in to the system.
21191 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21192 function.
21193
21194 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21195
21196 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21197 from goto-address-url-regexp.
21198
21199 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21200
21201 * textmodes/org.el (org-read-date, org-goto-calendar)
21202 (org-recenter-calendar, org-agenda-goto-calendar):
21203 Temporarily clear `calendar-move-hook'.
21204
21205 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21206
21207 * ediff-merg.el (ediff-merge-region-is-non-clash):
21208 Return t, if not merging.
21209
21210 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21211 have merge clashes.
21212
21213 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21214
21215 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21216 Undo previous change.
21217
21218 * startup.el (command-line): Use `custom-reevaluate-setting' for
21219 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21220 tty-register-default-colors on Mac.
21221
21222 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21223
21224 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21225 (gdb-buffer-type): Make it automatically buffer local...
21226 (gdb-get-create-buffer): ...and set it accordingly.
21227 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21228 actually work.
21229
21230 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21231
21232 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21233 not red.
21234
21235 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21236
21237 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21238 case GUD buffer is not visible.
21239 (gdb-goto-breakpoint): Try to force display in source buffer.
21240 (gdb-frame-gdb-buffer): Copy other similar functions.
21241 (gdb-restore-windows): Don't display source if not asked for.
21242 (gdb-assembler-buffer-name): Don't capitalise.
21243
21244 2005-11-03 Richard M. Stallman <rms@gnu.org>
21245
21246 * wid-edit.el (key-sequence): New widget type.
21247
21248 * simple.el (set-mark-command-repeat-pop): New variable.
21249 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21250 if set-mark-command-repeat-pop is true.
21251
21252 * info.el (Info-fontify-node): Don't display extra "see" if there
21253 already is one here.
21254
21255 * mouse.el: Fix special handling of DEL after dragging a region:
21256 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21257 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21258
21259 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21260
21261 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21262 not to assume it pertains to an affix.
21263
21264 * textmodes/flyspell.el (flyspell-post-command-hook):
21265 Bind deactivate-mark to prevent deactivation.
21266
21267 2005-11-03 Lars Hansen <larsh@soem.dk>
21268
21269 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21270 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21271 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21272
21273 2005-11-03 Romain Francoise <romain@orebokech.com>
21274
21275 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21276 Update copyright years.
21277
21278 2005-11-03 Sam Steingold <sds@gnu.org>
21279
21280 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21281 Use system-type instead of window-system because window-system is not
21282 correctly defined during loadup.
21283
21284 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21285
21286 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21287 (xml-parse-tag): Join strings separated by a comment properly.
21288
21289 2005-11-02 Andreas Schwab <schwab@suse.de>
21290
21291 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21292
21293 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21294
21295 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21296 (byte-optimize-pure-func): Quote the eval'd value.
21297
21298 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21299 Rename from perl-font-lock-syntactic-face-function.
21300 Change the calling convention so it can be used as a font-lock MATCHER.
21301 Do the parse-partial-sexp loop outselves.
21302 (perl-font-lock-syntactic-keywords): Use it.
21303 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21304
21305 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21306
21307 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21308 disassembly buffer too.
21309 (gdb-exited): Remove overlay arrows when execution has finished.
21310 (gdb-info-frames-custom, gdb-info-threads-custom)
21311 (gdb-info-registers-custom): Don't add inappropriate text
21312 properties if inferior is not active.
21313
21314 2005-11-02 Glenn Morris <rgm@gnu.org>
21315
21316 * progmodes/fortran.el (fortran-blink-match):
21317 Use `blink-matching-delay'.
21318
21319 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21320
21321 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21322
21323 2005-11-02 Lars Hansen <larsh@soem.dk>
21324
21325 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21326 "Permission denied".
21327
21328 2005-11-01 Richard M. Stallman <rms@gnu.org>
21329
21330 * textmodes/flyspell.el (flyspell-external-point-words):
21331 Pass nil to flyspell-get-word.
21332
21333 2005-11-02 Kim F. Storm <storm@cua.dk>
21334
21335 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21336 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21337
21338 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21339
21340 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21341 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21342 (calendar-mouse-print-dates): Add optional `event' argument.
21343 Update interactive-spec.
21344 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21345 Use `calendar-event-to-date' instead of `event'.
21346
21347 2005-11-02 Masatake YAMATO <jet@gyve.org>
21348
21349 * progmodes/ld-script.el (ld-script-builtins):
21350 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21351 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21352 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21353
21354 2005-11-01 Romain Francoise <romain@orebokech.com>
21355
21356 * vc-sccs.el: Update copyright year.
21357 * ezimage.el: Likewise.
21358
21359 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21360
21361 * info.el (Info-fontify-node): Use `string-width' for fontifying
21362 underlined titles.
21363
21364 2005-11-01 Juri Linkov <juri@jurta.org>
21365
21366 * info.el (Info-fontify-node): Downcase node header keywords Node,
21367 Prev, Next, Up before comparison.
21368 (Info-history): Insert absolute directory name, and put invisible
21369 property on it.
21370
21371 2005-11-01 Juri Linkov <juri@jurta.org>
21372
21373 * info.el (Info-file-supports-index-cookies): New variable.
21374 (Info-find-node-2): Check makeinfo version for index cookie support.
21375 (Info-index-nodes): Search for nodes with index cookies only when
21376 Info-file-supports-index-cookies is t. Otherwise, search nodes
21377 with "Index" in the node name.
21378 (Info-index-node): Search index cookie in the current node only when
21379 Info-file-supports-index-cookies is t. Otherwise, check the word
21380 "Index" in the node name.
21381 (Info-find-emacs-command-nodes): Remove code that searches nodes
21382 with "Index" node name in the top menu.
21383
21384 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21385
21386 * progmodes/scheme.el (scheme-mode-variables): Use the default
21387 comment-indent-function.
21388
21389 * faces.el (face-attribute): Handle the case where a face inherits from
21390 a non-existent face.
21391
21392 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21393 for octal and hexa output, and merge the char into the paren.
21394 (kill-new): Use push.
21395 (copy-to-buffer): Use with-current-buffer.
21396 (completion-setup-function): Move code in loop to remove redundancy.
21397 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21398 those inherited from minibuffer-local-completion-map.
21399
21400 * savehist.el (savehist-mode) <defcustom>:
21401 Use custom-set-minor-mode if available.
21402 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21403 and emit a message if applicable.
21404
21405 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21406
21407 * savehist.el: Sync up to version 19.
21408 (savehist-mode): New minor mode.
21409 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21410 (savehist-length): Remove (use history-length instead).
21411 (savehist-file-modes): Rename from savehist-modes.
21412 (savehist-save-hook, savehist-loaded): New vars.
21413 (savehist-load): Use savehist-mode. Try to smooth up transition from
21414 old format to new format.
21415 (savehist-install): Allow savehist-autosave-interval to be nil.
21416 (savehist-save): Run the new hook. Be more careful to only trim the
21417 history variables.
21418 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21419 (savehist-printable): Print into a buffer rather than char-by-char.
21420
21421 2005-11-01 John Wiegley <johnw@newartisans.com>
21422
21423 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21424 toggle-ignore keybinding (C-a). The author said it had been
21425 disabled much earlier due to a possible incompatibility, but after
21426 many months of usage I have encountered no problems (and it is a
21427 rather useful option, especially for switching to " *temp*").
21428
21429 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21430 support for OS/X's AddressBook, by calling out to the open source
21431 program "contacts" (installable through Fink).
21432
21433 * net/eudc.el (eudc-expand-inline): If the
21434 `eudc-multiple-match-handling-method' is set to `all', delete the
21435 query string before inserting the query result.
21436
21437 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21438 flag, to prevent Eshell from using the system ls when
21439 `eshell-ls-insert-directory' is in used.
21440 (eshell-ls-insert-directory): Disable font-lock in directory
21441 buffer so that Eshell's own fontification is seen. This broke
21442 recently due to changes in font-lock, so this goes back to version
21443 21 behavior.
21444
21445 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21446
21447 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21448 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21449 (gdb-many-windows): Doc fix.
21450
21451 2005-10-31 Romain Francoise <romain@orebokech.com>
21452
21453 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21454
21455 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21456
21457 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21458 that global-font-lock-mode can be enabled by default.
21459
21460 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21461 (font-lock-add-keywords, font-lock-remove-keywords)
21462 (font-lock-fontify-buffer): Remove autoload cookies.
21463
21464 * jit-lock.el (jit-lock-register): Likewise.
21465
21466 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21467
21468 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21469
21470 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21471 intact if there is no gud-comint-buffer.
21472
21473 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21474
21475 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21476 old prompt comint-prompt-read-only is t and GDB commands are
21477 issued from tool bar etc.
21478
21479 2005-10-31 Masatake YAMATO <jet@gyve.org>
21480
21481 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21482
21483 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21484
21485 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21486 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21487
21488 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21489
21490 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21491 starting at beginning of line. Fontification is messed up when
21492 `open-paren-in-column-0-is-defun-start' set to t.
21493 Reported by John Paul Wallington <jpw@pobox.com>.
21494
21495 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21496
21497 * comint.el (comint-send-input): Call `comint-update-fence' when
21498 `comint-process-echoes' and `comint-prompt-read-only' are both
21499 non-nil, to avoid leftover read-only newline.
21500
21501 2005-10-30 Richard M. Stallman <rms@gnu.org>
21502
21503 * textmodes/flyspell.el (flyspell-external-point-words):
21504 Detect when WORD can't be checked properly because
21505 flyspell-get-word finds just part of it, and move on.
21506
21507 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21508 boundarychar for Polish.
21509 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21510 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21511
21512 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21513
21514 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21515 (gdb-registers-font-lock-keywords): Delete.
21516 (gdb-registers-mode): Don't fontify.
21517 (gdb-info-registers-custom): Use text properties instead as, in
21518 future, changed register values will use font-lock-warning-face.
21519 (gdb-local-font-lock-keywords): Rename to...
21520 (gdb-locals-font-lock-keywords): ...for consistency.
21521
21522 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21523
21524 * vc.el (vc-switch-backend): Better error message if the buffer is
21525 not visiting a file under version control.
21526
21527 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21528
21529 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21530
21531 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21532 ~/.emacs.d/.emacs.
21533
21534 2005-10-29 Richard M. Stallman <rms@gnu.org>
21535
21536 * replace.el (occur-mode-mouse-goto): Always go to other window.
21537 (occur-mode-goto-occurrence): Always switch in same window.
21538
21539 * simple.el (undo): Display message at end, not at start.
21540
21541 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21542 New arg REUSE-CELL.
21543 (cancel-timer-internal): New function.
21544 (timer-event-handler): Use cancel-timer-internal,
21545 and pass the cell it returns to timer-activate...
21546
21547 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21548 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21549 (jit-lock-after-change): Test memory-full.
21550
21551 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21552
21553 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21554 part of the decoded armor to find the key-identifier.
21555 (pgg-gpg-lookup-key-owner): New function to return the
21556 human-readable identifier of a key owner.
21557 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21558 key itself.
21559 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21560 the key value) if we have a key and can match it against a secret
21561 key. Also, added a note pointing out fact that the prompt only
21562 indicates the first matching key.
21563
21564 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21565 pgg-decrypt-region.
21566 (pgg-pending-timers): A new hash for tracking the passphrase cache
21567 timers, so that new ones supercede old ones.
21568 (pgg-add-passphrase-to-cache): Rename from
21569 `pgg-add-passphrase-cache' to reduce confusion (all callers
21570 changed). Modified to cancel old timers when new ones are added.
21571 (pgg-remove-passphrase-from-cache): Rename from
21572 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21573 changed). Modified to cancel old timers when their keys are
21574 removed from the cache.
21575 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21576 XEmacs, an indirection to delete-itimer.
21577 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21578 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21579 users can only check cache without risk of prompting. Correct bug in
21580 notruncate behavior.
21581 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21582 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21583 Add informative docstrings.
21584 (pgg-decrypt): Convey provided passphrase in subordinate call to
21585 pgg-decrypt-region.
21586
21587 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21588 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21589 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21590 `passphrase' argument, so the passphrase can be managed externally
21591 and then passed in to the system.
21592
21593 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21594 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21595 so the passphrase cache can be used reliably with identifiers
21596 besides a pgp packet's key id.
21597
21598 * pgg-gpg.el (pgg-pgp-encrypt-region)
21599 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21600 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21601 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21602 argument to all these routines, so the passphrase can be managed
21603 externally and passed in to the system.
21604
21605 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21606 `notruncate' argument, so the passphrase cache can be used
21607 reliably with identifiers besides a pgp packet's key id.
21608
21609 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21610
21611 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21612 symmetric encryption.
21613 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21614 encrypted session key.
21615 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21616 message ask for the passphrase in a proper way.
21617
21618 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21619 New user commands for symmetric encryption.
21620
21621 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21622
21623 * textmodes/conf-mode.el (conf-assignment-sign)
21624 (conf-assignment-regexp): Fix docstrings.
21625 (conf-mode-initialize): New function.
21626 (conf-mode): Remove optional args. Use delay-mode-hooks to
21627 recognize recursive calls.
21628 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21629 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21630 (conf-xdefaults-mode): Use define-derived-mode and
21631 conf-mode-initialize.
21632
21633 2005-10-29 Romain Francoise <romain@orebokech.com>
21634
21635 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21636
21637 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21638
21639 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21640 part of the decoded armor to find the key-identifier.
21641 (pgg-gpg-lookup-key-owner): New function to return the
21642 human-readable identifier of a key owner.
21643 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21644 key itself.
21645 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21646 the key value) if we have a key and can match it against a secret
21647 key. Also, added a note pointing out fact that the prompt only
21648 indicates the first matching key.
21649
21650 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21651 pgg-decrypt-region.
21652 (pgg-pending-timers): A new hash for tracking the passphrase cache
21653 timers, so that new ones supercede old ones.
21654 (pgg-add-passphrase-to-cache): Rename from
21655 `pgg-add-passphrase-cache' to reduce confusion (all callers
21656 changed). Modified to cancel old timers when new ones are added.
21657 (pgg-remove-passphrase-from-cache): Rename from
21658 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21659 changed). Modified to cancel old timers when their keys are
21660 removed from the cache.
21661 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21662 XEmacs, an indirection to delete-itimer.
21663 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21664 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21665 users can only check cache without risk of prompting. Correct bug in
21666 notruncate behavior.
21667 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21668 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21669 Add informative docstrings.
21670 (pgg-decrypt): Convey provided passphrase in subordinate call to
21671 pgg-decrypt-region.
21672
21673 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21674
21675 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21676 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21677 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21678 `passphrase' argument, so the passphrase can be managed externally
21679 and then passed in to the system.
21680
21681 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21682 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21683 so the passphrase cache can be used reliably with identifiers
21684 besides a pgp packet's key id.
21685
21686 * pgg-gpg.el (pgg-pgp-encrypt-region)
21687 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21688 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21689 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21690 argument to all these routines, so the passphrase can be managed
21691 externally and passed in to the system.
21692
21693 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21694 `notruncate' argument, so the passphrase cache can be used
21695 reliably with identifiers besides a pgp packet's key id.
21696
21697 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21698
21699 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21700 symmetric encryption.
21701 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21702 encrypted session key.
21703 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21704 message ask for the passphrase in a proper way.
21705
21706 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21707 New user commands for symmetric encryption.
21708
21709 2005-10-28 Bill Wohler <wohler@newt.com>
21710
21711 * help-mode.el (help-url): New button type. Calls browse-url.
21712 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21713 Similar to Info nodes: URL `url'.
21714 (help-make-xrefs): Create help-url buttons for
21715 help-xref-url-regexp matches.
21716
21717 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21718
21719 * tool-bar.el (tool-bar-add-item-from-menu)
21720 (tool-bar-local-item-from-menu): Fix doc strings.
21721
21722 2005-10-28 Romain Francoise <romain@orebokech.com>
21723
21724 * ldefs-boot.el: Update.
21725
21726 * subr.el (locate-library): Move from help-fns.el.
21727 * help-fns.el (locate-library): Move to subr.el.
21728
21729 2005-10-28 Richard M. Stallman <rms@gnu.org>
21730
21731 * net/tramp.el (tramp-completion-mode): defvar moved up.
21732
21733 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21734
21735 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21736
21737 * files.el (find-file-noselect): Use %d to format large file size.
21738
21739 * bindings.el (mode-line-format): Add %e.
21740
21741 * loadup.el ("facemenu"): Load unconditionally.
21742 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
21743 ("x-dnd"): Load, when appropriate.
21744
21745 * startup.el (command-line): Call before-init-hook earlier.
21746 Warn about some bad characters in -u user name.
21747
21748 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21749 (flyspell-external-point-words): Error if misspelled word is not found.
21750 Set flyspell-large-region-beg at end of word.
21751
21752 2005-10-28 Andreas Schwab <schwab@suse.de>
21753
21754 * view.el (View-revert-buffer-scroll-page-forward):
21755 Use view-page-size-default.
21756
21757 2005-10-28 Juri Linkov <juri@jurta.org>
21758
21759 * international/quail.el (quail-get-current-str): Translate last
21760 raw character for deterministic input methods.
21761
21762 2005-10-27 Jay Belanger <belanger@truman.edu>
21763
21764 * calc/calc-ext.el: Add functions to autoloads.
21765 (math-identity-matrix-p, math-ident-row-p): New functions.
21766
21767 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
21768 multiplication by an identity matrix; don't turn multiplication by
21769 an inverse matrix into division.
21770 (math-div-symbol-fancy): Replace division by matrices with
21771 multiplication by inverse.
21772
21773 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
21774
21775 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
21776 (calc-writeoutpower): New functions.
21777
21778 2005-10-27 Romain Francoise <romain@orebokech.com>
21779
21780 * replace.el (occur-engine): Include colon in mouse-face highlight.
21781
21782 * dired-x.el: Change Maintainer field.
21783
21784 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
21785
21786 * longlines.el (longlines-mode): Bind after-change-functions to
21787 nil during initial decoding and final encoding.
21788
21789 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
21790
21791 * term.el (term-emulate-terminal, term-handle-colors-array)
21792 (term-handle-ansi-escape): Specify the terminfo capabilities
21793 implemented.
21794
21795 2005-10-26 Richard M. Stallman <rms@gnu.org>
21796
21797 * info.el (Info-fontify-node): Fix detection of sentence-break
21798 before *Note.
21799
21800 2005-10-26 Romain Francoise <romain@orebokech.com>
21801
21802 * smerge-mode.el: Add `tools' to file keywords.
21803
21804 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
21805
21806 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
21807 when the fringe is not available.
21808
21809 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
21810 (def-gdb-auto-update-trigger): Simplify construction.
21811 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
21812 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
21813 defined explicitly.
21814 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
21815 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
21816 defined explicitly.
21817 (gdb-info-locals-custom): Remove as it's a no-op.
21818
21819 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
21820
21821 * longlines.el (longlines-mode): Remove narrowing before
21822 performing the initial decoding or final encoding.
21823
21824 2005-10-25 Romain Francoise <romain@orebokech.com>
21825
21826 * emacs-lisp/find-func.el (find-library-name): Also strip
21827 extension if library name ends in .el, to take advantage of
21828 `find-library-suffixes'.
21829
21830 2005-10-25 Richard M. Stallman <rms@gnu.org>
21831
21832 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
21833
21834 2005-10-25 Juri Linkov <juri@jurta.org>
21835
21836 * textmodes/texinfo.el (texinfo-mode): Change charset of one
21837 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
21838
21839 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21840
21841 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
21842 (blackbox-redefine-key): Add argument `map'.
21843
21844 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
21845 regions when moving the jit-lock-context-unfontify-pos boundary.
21846
21847 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21848
21849 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
21850
21851 2005-10-25 Masatake YAMATO <jet@gyve.org>
21852
21853 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
21854
21855 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21856
21857 * play/blackbox.el (blackbox-redefine-key): New function.
21858 (blackbox-mode-map): Use it to remap existing bindings for cursor
21859 motion instead of binding literal keys.
21860
21861 2005-10-25 Glenn Morris <rgm@gnu.org>
21862
21863 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
21864 diary does not end in a newline. Do not assume a blank line at
21865 the start of the diary file.
21866
21867 2005-10-25 Kenichi Handa <handa@m17n.org>
21868
21869 * international/quail.el (quail-translate-key): If the input
21870 method is deterministic and failed to handle the last key, restart
21871 the key handling loop from an appropriate key.
21872
21873 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
21874
21875 * vc.el (vc-dired-mode): Extend comment for binding of
21876 `directory-listing-before-filename-regexp'.
21877
21878 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
21879
21880 * textmodes/texinfo.el (texinfo-mode):
21881 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
21882 not to unnecessarily expose emacs-mule's internal char codes.
21883
21884 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
21885
21886 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
21887 Display hand pointer and help-echo on disabled icon too.
21888 (gdb-mouse-until): New function.
21889 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
21890
21891 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
21892
21893 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
21894 with 2005-10-23 change to doctor.el.
21895
21896 * finder.el (finder-mode-map): Add follow-link binding.
21897
21898 2005-10-25 Kim F. Storm <storm@cua.dk>
21899
21900 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
21901 to gdb-mouse-toggle-breakpoint-fringe.
21902 (gdb-mouse-toggle-breakpoint-margin): Rename from
21903 gdb-mouse-toggle-breakpoint. Fix doc.
21904 (gdb-mouse-toggle-breakpoint-fringe): New defun.
21905 (gdb-put-string): Add optional SPROPS arg. Add props to string.
21906 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
21907 string properties also for fringe breakpoint bitmaps.
21908
21909 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
21910
21911 * textmodes/org.el (org-start-icalendar-file): Fix format form.
21912
21913 2005-10-25 Masatake YAMATO <jet@gyve.org>
21914
21915 * simple.el (completion-common-substring):
21916 Use `completion-common-substring' prior to `completion-base-size'.
21917
21918 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
21919
21920 * savehist.el: Require CL while compiling.
21921 (savehist-history-variables): Remove.
21922 (savehist-save-minibuffer-history, savehist-additional-variables)
21923 (savehist-minibuffer-history-variables): New vars.
21924 (savehist-save): Use them.
21925 (savehist-uninstall, savehist-minibuffer-hook): New funs.
21926 (savehist-install): New fun, extracted from savehist-load.
21927 (savehist-load): Use them.
21928
21929 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
21932 a dummy doc-string-elt property.
21933 (defalias, defvaralias, define-category): Add a docstring property.
21934
21935 * image.el (defimage):
21936 * widget.el (define-widget):
21937 * custom.el (defface, defcustom): Add `doc-string' declaration.
21938
21939 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
21940 (defadvice): Add `doc-string' declaration.
21941
21942 * emacs-lisp/byte-run.el (macro-declaration-function):
21943 Handle `doc-string' declarations.
21944 (define-obsolete-function-alias, define-obsolete-variable-alias):
21945 Add `doc-string' declaration.
21946
21947 2005-10-24 Kenichi Handa <handa@m17n.org>
21948
21949 * international/utf-7.el (utf-7): Add autoload cookie.
21950
21951 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
21952
21953 2005-10-24 Eli Zaretskii <eliz@gnu.org>
21954
21955 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
21956 list of directories passed to batch-update-autoloads. Add "." to
21957 the list of the echoed directories.
21958
21959 * pgg-def.el:
21960 * pgg-gpg.el:
21961 * pgg-parse.el:
21962 * pgg-pgp.el:
21963 * pgg-pgp5.el:
21964 * pgg.el: Moved here from the gnus subdirectory.
21965
21966 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
21967
21968 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21969 in case comint-prompt-read-only is set to t.
21970
21971 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21972 in case comint-prompt-read-only is set to t.
21973
21974 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
21975
21976 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21977 Now a string.
21978 (icalendar-import-format): Handle CLASS, STATUS, URL.
21979 Rename `subject' to `summary'.
21980 (icalendar-import-format-summary): Rename from
21981 `icalendar-import-format-subject'.
21982 (icalendar-import-format-url, icalendar-import-format-status)
21983 (icalendar-import-format-class): New variables.
21984 (icalendar--rris): Take variable argument list.
21985 (icalendar--datestring-to-isodate): Remove unnecessary
21986 calendar-style check when converting dates with explicit month names.
21987 (icalendar-export-region): Change return type of conversion
21988 subroutines. Bury current buffer unless error occurred.
21989 (icalendar--convert-to-ical)
21990 (icalendar--parse-summary-and-rest): New functions.
21991 (icalendar--convert-ordinary-to-ical)
21992 (icalendar--convert-weekly-to-ical)
21993 (icalendar--convert-yearly-to-ical)
21994 (icalendar--convert-block-to-ical)
21995 (icalendar--convert-cyclic-to-ical)
21996 (icalendar--convert-anniversary-to-ical): Change return type.
21997 Strip trailing blanks from subject.
21998 (icalendar--convert-sexp-to-ical): Change return type.
21999 Strip trailing blanks from subject. Handle simple sexp
22000 entries as generated by icalendar.el.
22001 (icalendar--convert-float-to-ical)
22002 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22003 (icalendar-import-file): Doc fix.
22004 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22005 Correct call to icalendar--rris.
22006 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22007 `summary'.
22008 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22009
22010 2005-10-24 Romain Francoise <romain@orebokech.com>
22011
22012 * server.el (server-sentinel): Set query-on-exit flag to nil on
22013 new client processes (it isn't inherited from the server process).
22014
22015 * replace.el (occur-engine): Rearrange text properties.
22016
22017 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22018
22019 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22020 case-fold-search is nil.
22021 (debug-help-follow): Use help-xref-interned directly.
22022
22023 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22024
22025 * thumbs.el (thumbs-image-type): Add .pbm.
22026
22027 2005-10-23 Richard M. Stallman <rms@gnu.org>
22028
22029 * faces.el (inhibit-face-set-after-frame-default): New variable.
22030 (set-face-attribute): Bind it.
22031 (face-set-after-frame-default): Test it.
22032
22033 * help-fns.el (describe-simplify-lib-file-name): New function.
22034 (describe-function-1, describe-variable): Use it.
22035
22036 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22037
22038 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22039 Eliminate nil as possible value.
22040 (tooltip-hide-delay): Reduce internal-border-width.
22041
22042 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22043 (menu-bar-file-menu) <new-file>: Likewise.
22044
22045 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22046
22047 * international/mule.el (load-with-code-conversion):
22048 Pass full file name to `eval-buffer' unless preloading.
22049
22050 * textmodes/flyspell.el (flyspell-large-region):
22051 Call ispell-check-version.
22052
22053 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22054 Fix the make-variable-buffer-local call that was supposed
22055 to be for this variable.
22056 (ispell-aspell-supports-utf8): Doc fix.
22057 (ispell-find-aspell-dictionaries): Preserve elements of
22058 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22059 (ispell-aspell-find-dictionary): Return nil on error.
22060
22061 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22062 (doctor-symptoms): Likewise.
22063
22064 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22065
22066 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22067
22068 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22069 (custom-raised-buttons): Add :set spec.
22070 (custom-button-unraised, custom-button-pressed-unraised):
22071 New faces, so that custom-raised-buttons actually does something.
22072 (custom-mode): Use custom-button and custom-button-pressed.
22073
22074 * wid-edit.el (widget-specify-button): Don't ignore
22075 widget-mouse-face on graphic terminals.
22076 (widget-move-and-invoke): Cleanup.
22077
22078 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22079
22080 * whitespace.el (whitespace-cleanup): Doc fix.
22081
22082 2005-10-23 Romain Francoise <romain@orebokech.com>
22083
22084 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22085 `eval-after-load' to avoid evaluating their result.
22086
22087 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22088
22089 * files.el (directory-listing-before-filename-regexp):
22090 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22091
22092 * dired.el (dired-move-to-filename-regexp): Remove.
22093 All occurrences replaced by `directory-listing-before-filename-regexp'.
22094
22095 * dired-x.el, locate.el, vc.el:
22096 Replace `dired-move-to-filename-regexp' by
22097 `directory-listing-before-filename-regexp'. In vc.el it is
22098 overwritten locally; maybe this can be handled in files.el too.
22099
22100 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22101 replaced by `directory-listing-before-filename-regexp'.
22102
22103 2005-10-23 Andreas Schwab <schwab@suse.de>
22104
22105 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22106 and eval-next-after-load.
22107
22108 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22109
22110 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22111 exist, create it.
22112
22113 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22114
22115 * allout.el: Remove autoloads for mailcrypt and crypt++.
22116 Require pgg, pgg-gpg during compilation.
22117 (allout-version): Increment version number to 2.1, and use a literal
22118 rather than RCS Id.
22119 (allout-default-encryption-scheme): Remove.
22120 (allout-passphrase-verifier-handling)
22121 (allout-passphrase-verifier-string)
22122 (allout-file-passphrase-verifier-string)
22123 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22124 (allout-passphrase-hint-handling): Rename and simplify.
22125 (allout-init): Use `find-file-hook' if available, otherwise
22126 `find-file-hooks'.
22127 (allout-mode): Use `write-file-functions' if available, otherwise
22128 `local-write-file-hooks' and, instead of making auto-save-hook
22129 buffer local, make the write-file-hook activity contingent to
22130 allout-mode.
22131 (allout-mode): Use key-binding substitution in the docstring.
22132 (allout-kill-line): Spell-out kill ring data structure mutation
22133 instead of using byte-compiler-complaint-provoking `pop'.
22134 (allout-insert-listified): Use `insert' rather than `insert-string'
22135 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22136 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22137 (allout-encrypt-string): Totally revamped vis new underlying
22138 encryption facilities.
22139 (allout-mc-activate-passwd): Remove.
22140 (allout-obtain-passphrase): New, more or less replaces
22141 allout-mc-activate-passwd.
22142 (allout-encrypted-key-info): More or less replaces
22143 allout-encrypted-text-type.
22144 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22145 (my-mark-marker): Use `(featurep 'xemacs)'.
22146
22147 2005-10-23 Lars Hansen <larsh@soem.dk>
22148
22149 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22150 (byte-compile-file-form-defmumble, byte-compile-defun)
22151 (byte-compile-defmacro): Use it.
22152 (byte-compile-form): Don't call byte-compile-set-symbol-position
22153 when a byte-compile handler is called.
22154
22155 2005-10-22 Romain Francoise <romain@orebokech.com>
22156
22157 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22158
22159 * subr.el (eval-after-load): Convert library name to an absolute
22160 file name using locate-library, since load-history no longer has
22161 library names in it.
22162
22163 2005-10-22 Richard M. Stallman <rms@gnu.org>
22164
22165 * files.el (make-temp-file): Move from subr.el.
22166 * subr.el (make-temp-file): Move to files.el.
22167
22168 * window.el (get-buffer-window-list): Move from subr.el.
22169 * subr.el (get-buffer-window-list): Move to window.el.
22170
22171 * image.el (image-load-path): Use eval-at-startup to initialize.
22172
22173 * subr.el (eval-at-startup): New macro.
22174
22175 * subr.el: Much rearrangement of functions and division
22176 into pages. No code changes.
22177
22178 2005-10-22 Kenichi Handa <handa@m17n.org>
22179
22180 * tar-mode.el (tar-extract): Be sure to call
22181 find-operation-coding-system if set-auto-coding doesn't find a
22182 coding system.
22183
22184 2005-10-22 Kim F. Storm <storm@cua.dk>
22185
22186 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22187 Change users.
22188 (image-type-file-name-regexps): New defconst.
22189 (image-type-from-data): Simplify loop.
22190 (image-type-from-buffer): New defun.
22191 (image-type-from-file-header): Use it instead of image-type-from-data.
22192 Use image-search-load-path instead of only looking in data-directory.
22193 (image-type-from-file-name): New defun.
22194 (image-search-load-path): Change `pathname' to `filename'.
22195 Make PATH arg optional, default to image-load-path.
22196
22197 2005-10-21 Richard M. Stallman <rms@gnu.org>
22198
22199 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22200
22201 * textmodes/paragraphs.el (sentence-end-base): New variable.
22202 (sentence-end): Use sentence-end-base.
22203
22204 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22205
22206 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22207 property independently from the font-lock-multiline variable.
22208
22209 2005-10-21 Richard M. Stallman <rms@gnu.org>
22210
22211 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22212
22213 * startup.el (command-line): Convert library names
22214 in `load-history' to absolute file names.
22215
22216 * subr.el (symbol-file): Doc fix.
22217
22218 * loadhist.el (file-loadhist-lookup): Call locate-library
22219 instead of find-library-name. Don't try converting
22220 abs file names to library names, since load-history no longer
22221 has library names in it.
22222 (file-dependents, file-provides, file-requires): Doc fixes.
22223
22224 2005-10-21 Juri Linkov <juri@jurta.org>
22225
22226 * progmodes/etags.el (tags-table-mode): New function.
22227 (tags-verify-table): Replace initialize-new-tags-table with
22228 tags-table-mode.
22229
22230 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22231 default value.
22232 (desktop-modes-not-to-save): Add tags-table-mode to the
22233 default value.
22234
22235 * info.el (Info-index-next): Add total number of index
22236 alternatives to the message.
22237
22238 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22239 backward only space (instead of space and period) before looking
22240 at sentence end.
22241
22242 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22243 Add the old variable value as 4th default-value arg of read-string.
22244
22245 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22246
22247 * cus-face.el (custom-declare-face): Make face from X resources
22248 also on Mac.
22249
22250 * disp-table.el (standard-display-g1, standard-display-graphic):
22251 Refuse to use string glyphs also on Mac.
22252 (standard-display-european): Don't set terminal coding system also
22253 on Mac.
22254
22255 * frame.el (display-screens): Use x-display-screens also on Mac.
22256
22257 2005-10-21 Romain Francoise <romain@orebokech.com>
22258
22259 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22260
22261 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22262
22263 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22264 and $? into sexps.
22265
22266 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22267 warning face on open-paren-in-column-0.
22268
22269 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22270 boundary case. Fix typo.
22271 Suggested by Martin Rudalics <rudalics@gmx.at>.
22272
22273 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22274
22275 * textmodes/org.el (org-combined-agenda-icalendar-file)
22276 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22277 (org-export-icalendar-this-file)
22278 (org-export-icalendar-all-agenda-files)
22279 (org-export-icalendar-combine-agenda-files): New commands.
22280 (org-export-icalendar, org-print-icalendar-entries)
22281 (org-start-icalendar-file, org-finish-icalendar-file)
22282 (org-ical-ts-to-string): New functions.
22283 (org-read-date, org-goto-calendar)
22284 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22285 call to `calendar'.
22286 (orgtbl-setup): Remove the :keys arguments from the menu description.
22287 (org-after-save-iCalendar-file-hook): New variable.
22288
22289 2005-10-21 Kenichi Handa <handa@m17n.org>
22290
22291 * language/vietnamese.el (tcvn-5712): Make it an alias of
22292 vietnamese-tcvn coding-system.
22293
22294 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22295
22296 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22297 group id is given.
22298
22299 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22300
22301 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22302 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22303 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22304 whose line is either continued or ends with a comment.
22305
22306 2005-10-20 Romain Francoise <romain@orebokech.com>
22307
22308 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22309
22310 * replace.el (occur-engine): Add follow-link property.
22311
22312 * font-core.el (font-lock-mode): Doc fix.
22313
22314 2005-10-20 Richard M. Stallman <rms@gnu.org>
22315
22316 * net/rcirc.el: New file.
22317
22318 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22319
22320 * term.el (term-term-name): Initialize to "eterm-color".
22321
22322 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22323
22324 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22325 for encryption functionality.
22326 Move allout customization subgroup from `editing' to `outlines' group.
22327 Fix commentary keywords to legitimate ones.
22328 Update author info (using my current email address, obscurified).
22329 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22330 (allout-encrypted-topic-p, allout-encrypted-text-type)
22331 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22332 (allout-situate-encryption-key-verifier)
22333 (allout-get-encryption-key-verifier, allout-verify-key)
22334 (allout-next-topic-pending-encryption)
22335 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22336 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22337 (outline-key-verifier-handling, outline-key-hint-handling)
22338 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22339 (allout-file-key-verifier-string, allout-encryption-scheme)
22340 (allout-key-verifier-string, allout-key-hint-string)
22341 (allout-after-save-decrypt): New variables.
22342 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22343 (allout-after-saves-handler): New hook functions.
22344 (allout-post-command-business): Do allout-after-save-decrypt.
22345 (allout-enable-file-variable-adjustment): Custom var to enable
22346 mechanism for adding and adjusting settings of Emacs file variables.
22347 (allout-adjust-file-variable, allout-file-vars-section-data):
22348 New functions, implement the mechanism.
22349 (outlineify-sticky): Use the file vars mechanism.
22350 (allout-inhibit-protection, allout-during-write-cue)
22351 (allout-override-protect, allout-before-change-protect): Remove.
22352 (allout-flag-region, allout-open-topic): Adjust read-only text.
22353 (allout-open-line-not-read-only): Add to facilitate read-only
22354 text based protection.
22355 (allout-kill-line): Revise to adjust read-only text, clue the
22356 user about the inhibition.
22357 (allout-unprotected): Use unwind-protect.
22358 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22359 topic deeper than the offspring depth of the previous topic -
22360 avoiding confusing "containment discontinuities".
22361 (allout-reindent-bodies): Fix retention of body relative hanging
22362 indent during promotion of collapsed bodies.
22363 (allout-open-topic): Make it easy to open new topic with same
22364 bullet as current topic - topic creation functions provided with
22365 any universal argument provokes now prompt for bullet, defaulting
22366 to the bullet of the previous topic.
22367 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22368 Plain bullet alternates `.' period and `,' comma only. All other
22369 bullets are relegated to special status (but customizable).
22370 (allout-end-of-entry): Rename from allout-end-of-current-entry
22371 since it actually operates w.r.t. most immediately containing
22372 entry, visible or not.
22373 (allout-hide-current-entry, allout-show-current-entry): Use the
22374 revised version.
22375 (allout-old-expose-topic): Solidify deprecation.
22376 (allout-end-of-subtree): Add so we can span concealed as well
22377 as visible topics.
22378 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22379 (allout-end-of-current-heading): Tweak to just respect the first line.
22380 (allout-get-body-text): Add.
22381 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22382 when invoked interactively.
22383 (allout-up-current-level): Use `interactive-p'.
22384 (allout-mode, allout-init): Miscellaneous docstring and
22385 operational refinements, as well as hookups of new encryption stuff.
22386 (allout-beginning-of-current-entry): Now works as advertised.
22387 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22388 (allout-isearch-rectification): Refine condition for isearching.
22389 (allout-isearch-abort, allout-enwrap-isearch)
22390 (allout-flag-region, my-region-active-p): Relocate some macros.
22391 (allout-title): Fallback title is (buffer-name), not
22392 non-existing (current-buffer-name).
22393 (subst-char-in-string): Define if absent (for some XEmacs versions).
22394
22395 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22396
22397 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22398 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22399 (mail-citation-prefix-regexp, mail-signature-file)
22400 (mail-default-headers, mail-bury-selects-summary)
22401 (mail-send-nonascii): Add autoload cookies.
22402
22403 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22404
22405 * frame.el (blink-cursor-mode): Add `mac' to the list of
22406 window-system's that support blinking cursor.
22407
22408 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22409
22410 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22411
22412 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22413
22414 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22415 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22416 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22417
22418 2005-10-20 Kim F. Storm <storm@cua.dk>
22419
22420 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22421 (ido-set-current-directory): Don't add / after final @.
22422 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22423 Explicitly handle ange-ftp completion oddities.
22424 (ido-make-file-list): Don't rotate list at tramp root to avoid
22425 triggering tramp file handler for expand-file-name via get-file-buffer.
22426
22427 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22428
22429 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22430
22431 2005-10-19 Jay Belanger <belanger@truman.edu>
22432
22433 * calc/calc-units.el (math-standard-units): Add units, adjust
22434 symbols and update values.
22435 (math-unit-prefixes): Add more prefixes.
22436
22437 2005-10-19 Romain Francoise <romain@orebokech.com>
22438
22439 * bookmark.el (bookmark-menu-heading): New face.
22440 (bookmark-bmenu-list): Use it.
22441 Don't fiddle with `baud-rate' at top-level.
22442
22443 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22444
22445 * image.el (create-image, find-image): Mention max-image-size in
22446 docstring.
22447
22448 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22449
22450 * savehist.el (savehist-load): Revert to checking XEmacs.
22451
22452 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22453 Various docstring and line-width fixups.
22454 (conf-mode): Use cond.
22455 Set font-lock-defaults. Don't set comment-use-syntax.
22456
22457 2005-10-18 David Ponce <david@dponce.com>
22458
22459 * tree-widget.el (tree-widget-button-click): New function.
22460 (tree-widget-button-keymap): Use it.
22461
22462 2005-10-18 Romain Francoise <romain@orebokech.com>
22463
22464 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22465 (bookmark-bmenu-hide-filenames): Add follow-link property.
22466 Improve help-echo text.
22467
22468 * ffap.el (find-file-at-point): Doc fix.
22469
22470 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22471
22472 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22473
22474 2005-10-18 Masatake YAMATO <jet@gyve.org>
22475
22476 Install to the CVS repository what I forgot to install in my
22477 2005-10-16 changes.
22478
22479 * progmodes/python.el (python-complete-symbol): Pass the common
22480 prefix substring of completion to `display-completion-list'.
22481
22482 * textmodes/org.el (org-complete): Ditto.
22483
22484 2005-10-18 Masatake YAMATO <jet@gyve.org>
22485
22486 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22487
22488 * woman.el (WoMan-xref-man-page): New button type derived
22489 from `Man-abstract-xref-man-page'.
22490 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22491
22492 * man.el (Man-abstract-xref-man-page): New button type.
22493 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22494 (Man-highlight-references): Add new optional argument `xref-man-type'.
22495
22496 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22497
22498 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22499
22500 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22501
22502 * cus-edit.el (Custom-move-and-invoke): Delete.
22503 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22504
22505 * wid-edit.el (widget-move-and-invoke): New function, from
22506 Custom-move-and-invoke.
22507
22508 2005-10-17 Bill Wohler <wohler@newt.com>
22509
22510 Move all remaining images from lisp/toolbar to etc/images, move
22511 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22512 the low resolution images in their own directory (low-color).
22513
22514 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22515 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22516 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22517 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22518 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22519 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22520 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22521
22522 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22523 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22524 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22525 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22526 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22527 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22528 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22529 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22530 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22531 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22532 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22533 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22534 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22535 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22536 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22537
22538 To conform with convention, replace the underscore (_) in the
22539 following image names with dash (-) or (/) as appropriate.
22540
22541 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22542 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22543 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22544 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22545 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22546 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22547 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22548 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22549 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22550 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22551 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22552 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22553 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22554 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22555 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22556
22557 * info.el (info-tool-bar-map): Replace underscores in image names
22558 with dashes.
22559
22560 * makefile.w32-in (WINS): Remove toolbar.
22561
22562 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22563
22564 * tool-bar.el: Move to lisp from toolbar. Now that
22565 toolbar is empty, it should be deleted when folks run "cvs up -P".
22566
22567 2005-10-18 Jay Belanger <belanger@truman.edu>
22568
22569 * calc/calc-store.el (calc-store-into): Get the proper variable name
22570 to display in message.
22571
22572 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22573
22574 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22575 expressions display in speedbar for all buffers when debugging.
22576 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22577
22578 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22579 (speedbar-insert-button, speedbar-make-button):
22580 Use add-text-properties.
22581 (speedbar-update-localized-contents)
22582 (speedbar-update-directory-contents)
22583 (speedbar-update-special-contents): Use dolist.
22584 (speedbar-buffer-easymenu-definition): Add a menu separator.
22585
22586 2005-10-17 Jason Rumney <jasonr@gnu.org>
22587
22588 * makefile.w32-in: Use $(lisp) consistently.
22589 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22590 for shell specific generation of mh-autoloads.
22591
22592 2005-10-17 Richard M. Stallman <rms@gnu.org>
22593
22594 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22595
22596 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22597
22598 * jit-lock.el (jit-lock-fontify-now):
22599 Move jit-lock-context-unfontify-pos to avoid wasted work.
22600
22601 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22602
22603 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22604 `tramp-completion-mode' for checking if we are in completion mode.
22605 (tramp-completion-handle-file-name-all-completions): Reorder code
22606 in order to complete for file names only in case there are no
22607 method/user/host completions. This is necessary for cooperation
22608 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22609
22610 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22611
22612 * longlines.el (longlines-search-forward)
22613 (longlines-search-backward): Match any number of spaces.
22614
22615 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22616
22617 * diff-mode.el (diff-mode): Doc fix.
22618
22619 2005-10-16 David Reitter <david.reitter@gmail.com>
22620
22621 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22622 as default on darwin and windows systems.
22623
22624 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22625
22626 * arc-mode.el (archive-zip-extract): Doc fix.
22627
22628 2005-10-16 Romain Francoise <romain@orebokech.com>
22629
22630 * mouse.el (mouse-1-click-follows-link): Doc fix.
22631
22632 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22633
22634 * savehist.el: Don't require CL at runtime.
22635 (savehist-xemacs): Remove.
22636 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22637 (savehist-no-conversion): Use (featurep 'xemacs).
22638 (savehist-load): Check existence of start-itimer rather than XEmacs.
22639 Use an idle timer.
22640 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22641 `delete-if-not'.
22642
22643 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22644
22645 * savehist.el: Newer version.
22646 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22647 (savehist-last-checksum, savehist-no-conversion): New vars.
22648 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22649 New functions.
22650 (savehist-load, savehist-save): Use them.
22651 (savehist-delimit): Remove.
22652
22653 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22654
22655 * progmodes/compile.el (compilation-goto-locus): Display the
22656 compilation buffer first and the source buffer second, in case they're
22657 in overlapping frames. Don't raise the compilation frame if it was the
22658 selected window upon entry. Pass the `other-window' arg to
22659 pop-to-buffer.
22660
22661 * info.el (Info-fontify-node): Use dolist.
22662 Change add-text-properties to put-text-property.
22663
22664 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22665
22666 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22667 bound of search.
22668
22669 2005-10-16 Masatake YAMATO <jet@gyve.org>
22670
22671 * dabbrev.el (dabbrev-completion): Pass the common
22672 prefix substring of completion to `display-completion-list'.
22673
22674 * filecache.el (file-cache-minibuffer-complete)
22675 (file-cache-complete): Ditto.
22676
22677 * tempo.el (tempo-display-completions): Ditto.
22678
22679 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22680
22681 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22682
22683 * eshell/em-hist.el (eshell-list-history): Ditto.
22684
22685 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22686
22687 * mail/mailalias.el (mail-complete): Ditto.
22688
22689 * progmodes/etags.el (complete-tag): Ditto.
22690
22691 * progmodes/make-mode.el (makefile-complete): Ditto.
22692
22693 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22694
22695 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22696
22697 * progmodes/pascal.el (pascal-complete-word)
22698 (pascal-show-completions): Ditto.
22699
22700 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22701
22702 * simple.el (completion-common-substring): New variable.
22703 (completion-setup-function): Use `completion-common-substring'
22704 to put faces.
22705
22706 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22707
22708 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22709 (x-get-selection, mac-select-convert-to-string): Convert from/to
22710 UTF-16 clipboard data as in native byte order, no BOM.
22711
22712 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22713
22714 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22715 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22716 (gud-sentinel): Use speedbar-frame to check for speedbar.
22717
22718 2005-10-15 Richard M. Stallman <rms@gnu.org>
22719
22720 * savehist.el: New file.
22721
22722 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22723
22724 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22725 Fix bug in \bf fontification.
22726
22727 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22728
22729 * pcvs.el (cvs-edit-log-files): New var.
22730 (cvs-mode-edit-log): New arg `file'.
22731 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22732 Instead force the use of the original file and nothing else.
22733 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22734 the cvs-minor-wrap-function is set.
22735 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22736
22737 2005-10-14 Bill Wohler <wohler@newt.com>
22738
22739 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
22740 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
22741 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
22742 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
22743 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
22744 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
22745 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
22746 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
22747 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
22748 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
22749 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
22750 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
22751 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
22752 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
22753 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
22754
22755 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22756 appropriately (for example, gud-break to gud/break).
22757
22758 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
22759
22760 * longlines.el (longlinges-search-function)
22761 (longlines-search-forward, longlines-search-backward): New functions.
22762 (longlines-mode): Set isearch-search-fun-function to
22763 longlinges-search-function.
22764
22765 * mouse.el (mouse-drag-region-1): Handle the case where a
22766 double-click event is bound to an arbitrary function.
22767
22768 2005-10-14 David Ponce <david@dponce.com>
22769
22770 * recentf.el (recentf-track-opened-file)
22771 (recentf-track-closed-file, recentf-update-menu)
22772 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
22773 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
22774 mouse-1-click-follows-link.
22775
22776 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22777
22778 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
22779 Gnome file-manager.png. Suggested by
22780 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
22781
22782 * toolbar/README: Add diropen.xpm.
22783
22784 2005-10-13 Bill Wohler <wohler@newt.com>
22785
22786 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
22787 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
22788
22789 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
22790
22791 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
22792 Don't waste the byte-compiler's time on constant data.
22793
22794 2005-10-13 Kenichi Handa <handa@m17n.org>
22795
22796 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
22797 byte with `escape-glyph' face.
22798
22799 * international/fontset.el (ccl-encode-unicode-font):
22800 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
22801 Handle the case that ucs-mule-to-mule-unicode translates a character to
22802 ASCII (usually for IPA characters).
22803
22804 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22805
22806 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
22807 Don't hide the underline of titles if font-lock-mode is disabled.
22808
22809 2005-10-12 Bill Wohler <wohler@newt.com>
22810
22811 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
22812 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
22813 files in MH-E-SRC have been updated.
22814 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
22815
22816 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
22817
22818 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
22819 (mixal-mode-syntax-table): Add \n as end-comment.
22820 (mixal-operation-codes-alist): Immediately initialize to full value.
22821 (mixal-add-operation-code): Remove.
22822 (mixal-describe-operation-code): Make the arg non-optional.
22823 Use the interactive spec instead.
22824 Use mixal-operation-codes-alist rather than mixal-operation-codes.
22825 (mixal-font-lock-keywords): Don't highlight comments here any more.
22826 (mixal-font-lock-syntactic-keywords): New var.
22827 (mixal-mode): Use it. Fix comment-start-skip.
22828
22829 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22830
22831 * startup.el (command-line-x-option-alist): -nb => -nbi.
22832
22833 2005-10-12 Kim F. Storm <storm@cua.dk>
22834
22835 * startup.el (fancy-splash-default-action): Discard mouse click in
22836 the splash screen window, as it has no sensible meaning in the
22837 next window to be selected. Fixes error reported by Jan D.
22838
22839 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
22840
22841 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
22842
22843 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22844
22845 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
22846 Try to fix up minor layout issues like indentation, line break, etc...
22847 (mixal-mode-syntax-table): Don't try to specify comment syntax,
22848 because it doesn't work.
22849 (mixal-operation-codes): Add some more codes.
22850 (mixal-font-lock-keywords): Process comments here.
22851 (mixal-mode): mixasm no longer needs -g option.
22852
22853 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
22854
22855 * progmodes/sh-script.el (sh-tmp-file):
22856 Use mktemp -t. Finish support for es and rc shells.
22857
22858 2005-10-11 Jay Belanger <belanger@truman.edu>
22859
22860 * calc/calcalg2.el (calc-integral): With an argument, compute the
22861 definite integral.
22862
22863 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
22864
22865 * mouse.el (mouse-drag-region-1): Don't try to catch a
22866 double-click when doing follow-link (it's overridden anyway).
22867
22868 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
22869
22870 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
22871 (autoload-print-form-outbuf): Add docstring.
22872
22873 2005-10-11 Juri Linkov <juri@jurta.org>
22874
22875 * info.el (Info-mode-menu): Delete menu item "Edit".
22876 (Info-mode): Delete description of Info-edit from docstring,
22877 and rearrange descriptions of Info commands in the order
22878 they are documented in the Info manual.
22879
22880 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
22881
22882 * calendar/appt.el (appt-check): Use diary-selective-display var.
22883
22884 2005-10-10 Richard M. Stallman <rms@gnu.org>
22885
22886 * net/newsticker.el (newsticker-start, newsticker-show-news):
22887 Add autoload cookies.
22888
22889 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
22890
22891 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
22892
22893 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
22894
22895 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
22896
22897 2005-10-10 Jay Belanger <belanger@truman.edu>
22898
22899 * calc/calc-arith.el (math-check-known-scalarp)
22900 (math-check-known-matrixp): Check the values of arguments that are
22901 variables.
22902 (math-check-known-square-matrixp): New function.
22903 (math-known-square-matrixp): Use math-check-known-square-matrixp.
22904 (math-super-types): Add sqmatrix type.
22905
22906 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
22907 mode name `square' to `sqmatrix'.
22908
22909 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
22910 mode name `square' to `sqmatrix'.
22911
22912 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22913
22914 * progmodes/etags.el (select-tags-table-mode): Don't use
22915 selective-display.
22916 (tags-select-tags-table): Pass `button' to the action function.
22917 (select-tags-table): Place the side-info on button properties rather
22918 than in hidden text. Abbreviate file names.
22919 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
22920 (select-tags-table-select): Add `button' argument.
22921 Get side-info from the button property rather than from hidden text.
22922
22923 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
22924
22925 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
22926 (gud-speedbar-buttons): Preserve point if possible.
22927 (gud-sentinel): Restore previous speedbar display type.
22928
22929 * progmodes/gdb-ui.el (gdba): Improve diagram.
22930 (def-gdb-auto-update-handler, gdb-info-locals-handler)
22931 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
22932 Call get-buffer-window once.
22933
22934 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
22935
22936 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
22937 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
22938 (pascal-indent-command): Remove unused var `ind'.
22939 (pascal-indent-case): Remove unused var `oldpos'.
22940 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
22941 since it's now used as a proper minor mode map.
22942 (pascal-outline): Rename to pascal-outline-mode.
22943 (pascal-outline-mode): Use define-minor-mode.
22944 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
22945 selective-display.
22946
22947 2005-10-10 Andreas Schwab <schwab@suse.de>
22948
22949 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
22950 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
22951
22952 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
22953 outside source directory.
22954
22955 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
22956
22957 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
22958 C-x' as a prefix.
22959 (orgtbl-mode-map): Full keymap instead of sparse, because all
22960 `self-insert-command' keys are redefined in this map.
22961 (org-export-as-html): Specify charset for HTML file, by taking it
22962 from the coding system.
22963
22964 2005-10-10 Kenichi Handa <handa@m17n.org>
22965
22966 * textmodes/flyspell.el (flyspell-check-word-p):
22967 If unread-command-events is non-empty, don't call sit-for.
22968
22969 2005-10-09 Richard M. Stallman <rms@gnu.org>
22970
22971 * font-lock.el (font-lock-syntactic-keywords)
22972 (font-lock-keywords): Doc fixes.
22973
22974 * textmodes/flyspell.el (flyspell-external-point-words):
22975 Simplify logic, and don't try to check for consecutive appearances
22976 of one incorrect word.
22977
22978 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
22979
22980 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22981 separator.
22982
22983 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22984 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22985 (gud-expansion-speedbar-buttons): New function.
22986 (gud-speedbar-buttons): Check for gud-comint-buffer.
22987
22988 2005-10-09 Bill Wohler <wohler@newt.com>
22989
22990 * Makefile.in (updates): Add mh-loaddefs dependency.
22991
22992 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
22993
22994 * speedbar.el (speedbar-file-key-map): Fix typo.
22995
22996 2005-10-09 Daniel Brockman <daniel@brockman.se>
22997
22998 * cus-start.el (line-spacing): Add custom spec.
22999
23000 2005-10-09 Romain Francoise <romain@orebokech.com>
23001
23002 * textmodes/ispell.el (ispell-check-version): Fix last change.
23003
23004 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23005
23006 * term/x-win.el: Remove -i, --icon-type from comment.
23007
23008 * startup.el (command-line-x-option-alist): Remove options -i,
23009 -itype, --icon-type, added -nb, --no-bitmap-icon.
23010
23011 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23012
23013 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23014 instead of :active.
23015
23016 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23017
23018 * textmodes/ispell.el (ispell-check-version):
23019 Ignore hyphen, and all that follows, in aspell's version text.
23020
23021 2005-10-08 Jay Belanger <belanger@truman.edu>
23022
23023 * calc/calc-arith.el (math-known-square-matrixp): New function.
23024 (math-pow-fancy): Check for matrices before distributing exponent
23025 across products.
23026
23027 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23028 fullscreen keypad. Suggested by Luc Teirlinck.
23029 (calc-keypad-show-input): Add space for formatting.
23030
23031 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23032 Add square matrix option.
23033
23034 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23035 of checking calc-matrix-mode when deciding how to expand.
23036
23037 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23038
23039 2005-10-08 Lars Hansen <larsh@soem.dk>
23040
23041 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23042 Add error handling.
23043 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23044
23045 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23046
23047 Sync with Tramp 2.0.51.
23048
23049 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23050 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23051 Insert special handling for `last-coding-system-used', again
23052 it still seems to be necessary (unlike stated before).
23053 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23054 (tramp-password-prompt-regexp): There might be other words before
23055 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23056 (tramp-chunksize): Improve docstring.
23057 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23058 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23059 Christian Joergensen <bugs@razor.dk>.
23060
23061 2005-10-07 Glenn Morris <rgm@gnu.org>
23062
23063 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23064 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23065 precision'.
23066
23067 2005-10-07 Romain Francoise <romain@orebokech.com>
23068
23069 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23070 (ibuffer-do-shell-command-pipe-replace)
23071 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23072 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23073 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23074 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23075 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23076 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23077 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23078 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23079 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23080 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23081 Autoload file sans suffix.
23082
23083 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23084
23085 2005-10-07 David Ponce <david@dponce.com>
23086
23087 * recentf.el (recentf-menu-open-all-flag): New option.
23088 (recentf-digit-shortcut-command-name): New function.
23089 (recentf--shortcuts-keymap): New variable.
23090 (recentf-menu-shortcuts): New variable.
23091 (recentf-make-menu-items): Initialize it. Replace the "More..."
23092 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23093 (recentf-menu-value-shortcut): New function.
23094 (recentf-make-menu-item): Use it. No more in-lined.
23095 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23096 (recentf-open-most-recent-file): Rename from
23097 `recentf-open-file-with-key'. Don't depend on key binding.
23098 (recentf-mode-map): New variable.
23099 (recentf-mode): Use it.
23100
23101 2005-10-06 Bill Wohler <wohler@newt.com>
23102
23103 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23104
23105 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23106 (MH-E-SRC): New. Used by mh-autoloads.
23107 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23108 files in MH-E-SRC have been updated.
23109 (compile, recompile, bootstrap): Depend on mh-autoloads.
23110
23111 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23112
23113 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23114 gud-break and gud-remove icons when the fringe is not available.
23115
23116 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23117 Typo.
23118
23119 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23120
23121 * play/zone.el (zone): Wrap body with save-window-excursion.
23122
23123 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23124
23125 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23126 Use the new `list-only' arg to diary-list-entries.
23127
23128 * calendar/diary-lib.el: Use overlays rather than selective-display.
23129 (diary-selective-display): New var.
23130 (diary-header-line-format): Use it.
23131 (diary-list-entries): Add argument `list-only'.
23132 Put the buffer in diary-mode. Don't add \^M at beg and end.
23133 Replace \^M by invisible overlays.
23134 (diary-unhide-everything): Replace \^M by invisible overlays.
23135 (print-diary-entries): Look for overlays rather than \^M.
23136 Add a space to the temp buffer name.
23137 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23138 Put the buffer in diary-mode.
23139 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23140 (diary-anniversary): Make the year arg optional.
23141 (diary-time-regexp): New const.
23142 (diary-font-lock-keywords): Use it to accept a few more time formats.
23143
23144 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23145
23146 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23147
23148 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23149 Fix bug introduced 2005-07-03: Use (car (last ...))
23150 to faithfully reproduce replaced artist-last.
23151 (artist-set-arrow-points-for-poly): Likewise.
23152 Suggested by Johan Bockg\e,Ae\e(Brd.
23153
23154 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23155
23156 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23157 * wid-edit.el (widget):
23158 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23159 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23160
23161 2005-10-06 Kenichi Handa <handa@m17n.org>
23162
23163 * international/mule-cmds.el (set-language-environment):
23164 Fix setting up of case-table for unibyte mode.
23165
23166 * simple.el (what-cursor-position): If the character is displayed
23167 by some `display' text property, show that. Don't use
23168 single-key-description for eight-bit characters in multibyte mode.
23169
23170 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23171
23172 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23173 (gdb-ann3): Set it.
23174 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23175 (gdb-info-frames-custom): Use inverse-video for first five
23176 characters of selected frame only.
23177 (gdb-get-frame-number): Select frame even when point is on frame
23178 number.
23179
23180 2005-10-06 Masatake YAMATO <jet@gyve.org>
23181
23182 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23183 Put `font-lock-function-name-face'.
23184 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23185 and `font-lock-variable-name-face'
23186 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23187 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23188 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23189 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23190 (gdb-local-font-lock-keywords): New font lock keywords definition.
23191 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23192 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23193 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23194
23195 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23196
23197 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23198 (ediff-merge-region-is-non-clash-to-skip): Previously called
23199 ediff-merge-region-is-non-clash.
23200
23201 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23202 Use insert-buffer-substring.
23203
23204 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23205 selecting files to patch. Also bug fixes.
23206
23207 * ediff-util.el (ediff-setup): Bug fix.
23208 (ediff-next-difference): Never skip clashes that differ in white
23209 space only.
23210
23211 * ediff-wind.el (ediff-setup-control-frame)
23212 (ediff-destroy-control-frame): Check the menubar feature.
23213
23214 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23215 (viper-refresh-mode-line): Use make-local-variable to localize
23216 some vars instead of make-variable-buffer-local. Suggested by
23217 Stefan Monnier.
23218
23219 * emulation/viper-init.el (viper-make-variable-buffer-local):
23220 Delete alias.
23221 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23222 Use make-local-variable instead of make-variable-buffer-local.
23223 Suggested by Stefan Monnier.
23224
23225 * emulation/viper.el (viper-mode): Don't use
23226 viper-make-variable-buffer-local.
23227 (viper-comint-mode-hook): Use make-local-variable on
23228 require-final-newline.
23229 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23230
23231 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23232
23233 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23234 also the second char of a comment-start sequence.
23235 (scheme-sexp-comment-syntax-table): New var.
23236 (lambda, define): Set their scheme-doc-string-elt property.
23237 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23238 Use lisp-font-lock-syntactic-face-function now that it properly
23239 handles |...| symbols.
23240 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23241 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23242
23243 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23244 bit from # to |.
23245 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23246
23247 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23248 (lisp-doc-string-elt-property): New var.
23249 (lisp-font-lock-syntactic-face-function): Use it.
23250 Rewrite to recognize docstrings even for forms not at toplevel.
23251
23252 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23253 annotation on the | part of #| rather than on the # part.
23254 (scheme-font-lock-syntactic-face-function): New function, to
23255 distinguish strings from |...| symbols.
23256 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23257 syntax-table so that #|...|# is properly highlighted.
23258
23259 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23260 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23261
23262 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23263
23264 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23265 and C-e.
23266
23267 * emacs-lisp/eldoc.el: Move comments into docstrings.
23268 (eldoc-message-commands): Initialize in its declaration.
23269 Add move-beginning-of-line and move-end-of-line.
23270 (eldoc-add-command, eldoc-add-command-completions)
23271 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23272
23273 * outline.el (outline-mark-subtree): Activate the mark.
23274
23275 * calendar/appt.el (appt-time-regexp): New var.
23276 (appt-add, appt-make-list): Use it.
23277 (appt-convert-time): Clean up.
23278
23279 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23280 Don't set any syntax-table property here.
23281 (tex-font-lock-verb): New function. Do it here.
23282 (tex-font-lock-syntactic-keywords): Use it.
23283
23284 2005-10-04 Richard M. Stallman <rms@gnu.org>
23285
23286 * wid-edit.el (widget-file-complete): Get the widget start point
23287 the right way. Default directory to `/' if file has none.
23288
23289 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23290
23291 * textmodes/flyspell.el (flyspell-mode-on):
23292 Call ispell-maybe-find-aspell-dictionaries.
23293
23294 * textmodes/ispell.el (ispell-word, ispell-region):
23295 Call ispell-maybe-find-aspell-dictionaries.
23296 (ispell-accept-buffer-local-defs):
23297 Don't call ispell-maybe-find-aspell-dictionaries.
23298
23299 2005-10-04 Richard M. Stallman <rms@gnu.org>
23300
23301 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23302
23303 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23304
23305 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23306 instead of `fboundp' in order to allow for anonymous functions.
23307
23308 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23309
23310 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23311 case the user clicks on the link while another window is selected.
23312 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23313
23314 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23315 functionality.
23316 (dframe-help-echo): Save point in case mouse tracking is off.
23317
23318 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23319
23320 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23321
23322 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23323
23324 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23325 not change the global value of those vars.
23326
23327 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23328 make-local-variable which we do not need any more.
23329
23330 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23331
23332 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23333 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23334 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23335 (speedbar-path-line): Define obsolete aliases.
23336 (speedbar-line-directory): Doc fix.
23337
23338 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23339 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23340 instead of speedbar-line-path.
23341
23342 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23343
23344 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23345 to nil if dropping on a window. Handle dropping on a minibuffer window
23346 like dropping on a non-window part of Emacs.
23347
23348 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23349
23350 * net/ange-ftp.el: Use with-current-buffer.
23351 (ange-ftp-insert-directory): Do not follow symlinks any more.
23352
23353 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23354 Remove interactive spec.
23355
23356 2005-10-03 Kim F. Storm <storm@cua.dk>
23357
23358 * ido.el (ido-mode): Use custom-initialize-set.
23359
23360 2005-10-02 Richard M. Stallman <rms@gnu.org>
23361
23362 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23363 Use insert-buffer-substring.
23364
23365 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23366 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23367
23368 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23369
23370 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23371 in last change.
23372 (ange-ftp-insert-directory): Fix up the search for the case where
23373 `file' is absolute.
23374
23375 2005-10-02 Romain Francoise <romain@orebokech.com>
23376
23377 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23378
23379 2005-10-02 Andreas Schwab <schwab@suse.de>
23380
23381 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23382 directory component in the session info.
23383
23384 2005-10-01 Richard M. Stallman <rms@gnu.org>
23385
23386 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23387
23388 * simple.el (next-error-internal): New function.
23389
23390 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23391 (compilation-start): Pass new arg to compilation-buffer-name.
23392 (compile-goto-error): Use next-error-internal.
23393
23394 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23395
23396 * speedbar.el: Remove RCS tag.
23397 (speedbar-check-read-only): Handle non-existent files.
23398
23399 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23400
23401 * info.el (Info-speedbar-hierarchy-buttons)
23402 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23403
23404 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23405
23406 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23407 Do not match newline.
23408 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23409 (bibtex-summary): Remove unnecessary save-excursion.
23410 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23411
23412 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23413
23414 * term/mac-win.el: Add charset info for "iso10646-1".
23415 Modify default fontset to use ATSUI-compatible fonts for some charsets
23416 if available.
23417
23418 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23419
23420 * speedbar.el: Re-apply arch tag.
23421 (speedbar-version): Rename to version 1.0. Suggested by Eric
23422 M. Ludlam.
23423 Reapply two changes from Emacs CVS' version of speedbar lost
23424 during the merge:
23425 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23426 (speedbar-frame-parameters): Improve customize type.
23427
23428 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23429
23430 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23431 (ange-ftp-file-directory-p): Fix the symlink case.
23432 (ange-ftp-insert-directory): When listing a single file, get a list of
23433 the parent buffer and extract the relevant line. Inspired from a patch
23434 by Katsumi Yamaoka <yamaoka@jpl.org>.
23435 (ange-ftp-file-name-sans-versions): Simplify.
23436
23437 2005-09-30 Bill Wohler <wohler@newt.com>
23438
23439 Move MH-E image files from toolbar and mail directories into
23440 etc/images.
23441
23442 * mail/reply2.*: Move to etc/images/mail/reply*.
23443
23444 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23445 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23446 etc/images.
23447
23448 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23449 * toolbar/reply*: Move to etc/images/mail.
23450
23451 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23452
23453 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23454
23455 * speedbar.el: New version 1.0pre3.
23456
23457 Frame management code (including timer, and mouse click specifics)
23458 moved to dframe.el:
23459 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23460 (speedbar-timer): Removed. Use dframe-timer.
23461 (speedbar-close-frame): Removed. Use dframe-close-frame.
23462 (speedbar-activity-change-focus-flag): Removed. Use
23463 dframe-activity-change-focus-flag.
23464 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23465 dframe-update-speed.
23466
23467 (speedbar-current-frame): New macro. Use this instead of the
23468 variable speedbar-frame.
23469
23470 (speedbar-use-images, speedbar-expand-image-button-alist)
23471 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23472
23473 (speedbar-find-image-on-load-path): Removed. Replaced by
23474 defezimage in ezimage.el.
23475 (speedbar-expand-image-button-alist): Removed. Replaced by
23476 ezimage-expand-image-button-alist in ezimage.el.
23477
23478 (speedbar-ignored-directory-regexp)
23479 (speedbar-add-ignored-directory-regexp)
23480 (speedbar-ignored-directory-expressions)
23481 (speedbar-line-directory, speedbar-buffers-line-directory)
23482 (speedbar-directory-line, speedbar-buffers-line-directory):
23483 Renamed, replacing `path' with `directory'.
23484
23485 (speedbar-create-directory, speedbar-expand-line-descendants)
23486 (speedbar-toggle-line-expansion)
23487 (speedbar-contract-line-descendants): New commands.
23488
23489 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23490 (speedbar-use-tool-tips-flag): New options.
23491
23492 (speedbar-check-read-only, speedbar-require-version)
23493 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23494 (speedbar-handle-delete-frame, speedbar-try-completion)
23495 (speedbar-update-localized-contents): New functions.
23496
23497 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23498 (speedbar-object-read-only-indicator): New variables.
23499
23500 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23501 New hooks.
23502
23503 (speedbar-separator-face): New face.
23504
23505 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23506 (speedbar-ignored-modes): Add fundamental-mode.
23507 (speedbar-directory-unshown-regexp): Add . directories.
23508
23509 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23510 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23511 `]' for full expand/close.
23512 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23513
23514 (speedbar-check-vc): Support hidden files.
23515 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23516 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23517 state is nil, it is not checked out.
23518
23519 (speedbar-line-text, speedbar-line-token): Support expand buttons
23520 with no text.
23521 (speedbar-refresh): Universal argument acts as power-click.
23522 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23523 that buffer to get variable values.
23524
23525 And many other bugfixes.
23526
23527 * dframe.el, ezimage.el, sb-image.el: New files.
23528
23529 * sb-*.xpm: Remove files. New image files installed into
23530 etc/images/ezimage.
23531
23532 2005-09-30 Kenichi Handa <handa@m17n.org>
23533
23534 * ps-mule.el (ps-mule-show-warning): If a character is in
23535 ps-print-translation-table, don't treat it as non-printable.
23536
23537 2005-09-30 David Ponce <david@dponce.com>
23538
23539 * tree-widget.el (tree-widget-themes-load-path): New variable.
23540 (tree-widget-themes-directory): Doc fix.
23541 (tree-widget-image-formats) [Emacs]: Doc fix.
23542 (tree-widget--locate-sub-directory): New function.
23543 (tree-widget-themes-directory): Use it.
23544
23545 * recentf.el (recentf-filename-handlers): Rename from
23546 `recentf-filename-handler'. Allow a list of functions.
23547 (recentf-menu-items-for-commands): Fix :help strings.
23548 (recentf-apply-filename-handlers): New function.
23549 (recentf-expand-file-name): Use it.
23550 (recentf-cleanup): Remove duplicates too.
23551
23552 2005-09-29 Juri Linkov <juri@jurta.org>
23553
23554 * faces.el: Rearrange face definitions to be in the same order as
23555 their face descriptions in "(emacs)Standard Faces".
23556
23557 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23558
23559 * tooltip.el (tooltip): Add group `basic-faces'.
23560
23561 * buff-menu.el (Buffer-menu-buffer): Remove group
23562 `font-lock-highlighting-faces'.
23563
23564 * progmodes/compile.el (compilation-error, compilation-warning)
23565 (compilation-info, compilation-line-number, compilation-column-number):
23566 Change group from `font-lock-highlighting-faces' to `compilation'.
23567
23568 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23569 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23570 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23571 (vhdl-font-lock-reserved-words-face)
23572 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23573 `font-lock-highlighting-faces'.
23574
23575 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23576
23577 2005-09-28 Kim F. Storm <storm@cua.dk>
23578
23579 * emulation/cua-base.el: Set CUA move property on additional commands:
23580 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23581 forward-sexp, backward-sexp, forward-list, backward-list.
23582
23583 2005-09-28 Romain Francoise <romain@orebokech.com>
23584
23585 * comint.el (comint-show-output): Really set point at the
23586 beginning of the output when not using `comint-use-prompt-regexp'.
23587
23588 2005-09-27 Jay Belanger <belanger@truman.edu>
23589
23590 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23591 in TeX mode.
23592
23593 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23594
23595 * textmodes/org.el (org-table-sum): Fix format string.
23596
23597 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23598 Quote face names.
23599
23600 2005-09-26 Romain Francoise <romain@orebokech.com>
23601
23602 * isearch.el (isearch-forward-regexp): Close doc string.
23603
23604 2005-09-25 Richard M. Stallman <rms@gnu.org>
23605
23606 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23607
23608 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23609
23610 * progmodes/compile.el (compilation-error-properties):
23611 When getting the file from the previous error message,
23612 correctly decode the new data format.
23613
23614 * progmodes/cc-cmds.el (c-electric-paren):
23615 Call old-blink-paren only for close-paren.
23616
23617 2005-09-24 Andreas Schwab <schwab@suse.de>
23618
23619 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23620 condition.
23621
23622 2005-09-25 Romain Francoise <romain@orebokech.com>
23623
23624 * dired-aux.el (dired-copy-file-recursive):
23625 * dired.el (dired-delete-file):
23626 * ediff-mult.el (ediff-dir-diff-copy-file):
23627 * ediff-util.el (ediff-test-save-region):
23628 * forms.el (forms-mode):
23629 * ido.el (ido-file-internal, ido-delete-file-at-head):
23630 * log-edit.el (log-edit-done):
23631 * ses.el (ses-yank-resize):
23632 * play/gomoku.el (gomoku-human-plays, gomoku)
23633 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23634 (gomoku-offer-a-draw):
23635 * play/landmark.el (lm-human-resigns, lm):
23636 * net/eudcb-ldap.el (eudc-ldap-check-base):
23637 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23638 * progmodes/ebrowse.el (ebrowse-find-pattern):
23639 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23640 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23641 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23642
23643 * vc.el (vc-delete-file):
23644 * play/gomoku.el (gomoku-terminate-game, gomoku)
23645 (gomoku-prompt-for-move, gomoku-human-takes-back):
23646 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23647 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23648
23649 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23650
23651 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23652 color rxvt terminals by using the code xterm.el used to use before
23653 2005-04-09 in order to match the colors used by rxvt.
23654
23655 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23656
23657 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23658 colors rxvt-unicode terminals by using the same code as xterm.el.
23659
23660 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23661
23662 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23663 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23664 new symbol used for the tex-verbatim face.
23665
23666 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23667
23668 * woman.el (woman-file-name):
23669 * wid-edit.el (widget-file-prompt-value)
23670 (widget-coding-system-prompt-value):
23671 * w32-fns.el (set-w32-system-coding-system):
23672 * vc.el (vc-version-diff, vc-annotate):
23673 * textmodes/reftex-auc.el (reftex-arg-cite)
23674 (reftex-arg-index-tag):
23675 * textmodes/refer.el (refer-get-bib-files):
23676 * textmodes/artist.el (artist-figlet-choose-font):
23677 * terminal.el (terminal-emulator):
23678 * replace.el (occur-read-primary-args):
23679 * rect.el (string-rectangle, string-insert-rectangle):
23680 * ps-print.el (ps-print-preprint):
23681 * progmodes/pascal.el (pascal-goto-defun):
23682 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23683 * progmodes/compile.el (compilation-find-file):
23684 * printing.el (pr-interactive-n-up):
23685 * play/animate.el (animate-birthday-present):
23686 * net/rcompile.el (remote-compile):
23687 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23688 * mail/rmailsum.el (rmail-summary-search-backward)
23689 (rmail-summary-search):
23690 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23691 (rmail-output-read-file-name):
23692 * mail/rmail.el (rmail-search, rmail-search-backwards):
23693 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23694 * locate.el (locate):
23695 * international/quail.el (quail-show-keyboard-layout):
23696 * international/mule.el (set-buffer-file-coding-system)
23697 (revert-buffer-with-coding-system, set-file-name-coding-system)
23698 (set-terminal-coding-system, set-keyboard-coding-system)
23699 (set-next-selection-coding-system):
23700 * international/mule-diag.el (describe-coding-system)
23701 (describe-font, describe-fontset):
23702 * international/mule-cmds.el (universal-coding-system-argument)
23703 (search-unencodable-char, describe-input-method)
23704 (set-language-environment, describe-language-environment):
23705 * international/codepage.el (codepage-setup):
23706 * international/code-pages.el (codepage-setup):
23707 * info.el (Info-search, Info-follow-reference)
23708 (Info-search-backward):
23709 * emacs-lisp/advice.el (ad-read-advised-function)
23710 (ad-read-advice-class, ad-clear-cache, ad-activate)
23711 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23712 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23713 (ad-read-regexp):
23714 * ediff-util.el (ediff-toggle-regexp-match):
23715 * ediff-ptch.el (ediff-prompt-for-patch-file):
23716 * dired-aux.el (dired-diff):
23717 * diff.el (diff):
23718 * cus-edit.el (custom-variable-prompt):
23719 * calendar/timeclock.el (timeclock-ask-for-project):
23720 * calc/calcalg3.el (calc-get-fit-variables):
23721 * calc/calc-store.el (calc-edit-variable)
23722 (calc-permanent-variable):
23723 * vc-mcvs.el (vc-mcvs-register):
23724 * shadowfile.el (shadow-define-literal-group):
23725 * woman.el (woman-file-name):
23726 * vc.el (vc-version-diff, vc-merge):
23727 * textmodes/reftex-index.el (reftex-index-complete-tag):
23728 * format.el (format-decode-buffer, format-decode-region):
23729 * emulation/viper-cmd.el (viper-read-string-with-history):
23730 * emacs-lisp/debug.el (cancel-debug-on-entry):
23731 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23732 * ediff.el (ediff-merge-revisions)
23733 (ediff-merge-revisions-with-ancestor, ediff-revision):
23734 * completion.el (interactive-completion-string-reader):
23735 * calc/calc-prog.el (calc-user-define-formula):
23736 Follow convention for reading with the minibuffer.
23737
23738 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
23739
23740 * progmodes/python.el (python-describe-symbol): Add globals() and
23741 locals() to the arguments of emacs.ehelp.
23742
23743 2005-09-24 Magnus Henoch <mange@freemail.hu>
23744
23745 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
23746 New function, code extracted from ispell-valid-dictionary-list.
23747 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
23748 Call it.
23749
23750 2005-09-24 Eli Zaretskii <eliz@gnu.org>
23751
23752 * subr.el (version-regexp-alist): Extend valid syntax for version
23753 strings: allow any of the characters -,_,+ to separate the
23754 alpha/beta/rc part from the version part. Doc fix.
23755 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
23756
23757 2005-09-23 David Reitter <david.reitter@gmail.com>
23758
23759 * mail/mailclient.el: New file.
23760
23761 2005-09-23 Richard M. Stallman <rms@gnu.org>
23762
23763 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
23764 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
23765 Doc fixes.
23766
23767 * progmodes/cc-mode.el (c-font-lock-init):
23768 Specify font-lock-lines-before.
23769
23770 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
23771
23772 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
23773 whole conflict.
23774
23775 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
23776
23777 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
23778 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
23779 of `remap' feature when available. Additional key bindings for
23780 better tty support.
23781 (org-mode-restart, org-force-self-insert): New commands.
23782 (org-time-stamp-inactive): New command.
23783 (org-remap): New function.
23784 (org-table-auto-blank-field, org-level-color-stars-only): New options.
23785 (org-enable-fixed-width-editor): Move to `org-structure'
23786 customization group.
23787 (org-self-insert-command, orgtbl-self-insert-command): Modify to
23788 blank field after field motion commands.
23789
23790 2005-09-23 Kenichi Handa <handa@m17n.org>
23791
23792 * international/mule-cmds.el (set-language-environment):
23793 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
23794 have to call utf-translate-cjk-load-tables.
23795
23796 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
23797
23798 * mouse.el (mouse-move-drag-overlay): Fix last change.
23799
23800 2005-09-22 David Ponce <david@dponce.com>
23801
23802 * tree-widget.el (tree-widget-value-create): Fix previous change.
23803
23804 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23805
23806 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
23807
23808 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
23809
23810 * mouse.el (mouse-move-drag-overlay): New function.
23811 (mouse-drag-region-1): Use it.
23812 Try to simplify a bit the state handling. Handle clicks on links
23813 inside intangible areas.
23814 (mouse-save-then-kill): Minor simplification.
23815 (mouse-secondary-overlay): Make it always non-nil instead of
23816 recreating it each time.
23817 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
23818 (mouse-kill-secondary, mouse-secondary-save-then-kill):
23819 Simplify accordingly.
23820
23821 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
23822
23823 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
23824
23825 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
23826
23827 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
23828 (ediff-file-name-sans-prefix): Treat nil as an empty string.
23829 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
23830 to patch.
23831
23832 * ediff-util.el: Use insert-buffer-substring.
23833
23834 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
23835
23836 * emulation/viper-cmd.el (viper-change-state): Don't move over the
23837 field boundaries in the minibuffer.
23838 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
23839 (viper-minibuffer-post-command-hook): New hook.
23840 (viper-line): Don't move cursor at bolp.
23841
23842 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
23843
23844 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
23845 avoid compiler warnings.
23846
23847 * emulation/viper-macs.el (ex-map): Better messages.
23848
23849 * emulation/viper-utils.el (viper-beginning-of-field): New function.
23850
23851 * emulation/viper.el: Replace make-variable-buffer-local with
23852 viper-make-variable-buffer-local everywhere, to avoid warnings.
23853
23854 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23855
23856 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
23857 Delete unused var `old-selected-window'.
23858 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
23859 (mouse-drag-secondary): Delete unused var `start-frame'.
23860
23861 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23862
23863 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
23864
23865 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23866
23867 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
23868 Re-indent within 80 columns. Use inhibit-read-only.
23869
23870 2005-09-19 Romain Francoise <romain@orebokech.com>
23871
23872 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
23873
23874 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
23875
23876 * font-lock.el (font-lock-default-fontify-region): Don't add a line
23877 unconditionally, since the after-change-function already did it.
23878
23879 2005-09-19 Miles Bader <miles@gnu.org>
23880
23881 * net/newsticker.el: Get rid of CVS keyword.
23882
23883 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
23884
23885 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
23886 The prompt is formatted later.
23887
23888 2005-09-19 David Ponce <david@dponce.com>
23889
23890 * tree-widget.el (tree-widget-value-create): Save the converted
23891 tree :node widget.
23892
23893 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
23894
23895 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
23896 variable `message'.
23897
23898 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
23899
23900 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
23901 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
23902 <slawomir.nowaczyk.847@student.lu.se>.
23903
23904 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
23905
23906 * image.el (image-load-path): Use symbol `data-directory' instead
23907 of its value, for backward compatibility with packages that bind
23908 it during `find-image'. Suggested by Katsumi Yamaoka.
23909 (image-search-load-path): Handle symbols whose values are strings.
23910
23911 2005-09-18 Romain Francoise <romain@orebokech.com>
23912
23913 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
23914 with-current-buffer form in save-excursion.
23915
23916 2005-09-18 Deepak Goel <deego@gnufans.org>
23917
23918 * apropos.el (apropos-command): Fix `message' call: first arg
23919 should be a format spec. In this and all other cases that appear
23920 below and elsewhere in the source code, I made a change only when
23921 two conditions were satisfied: [1] I can think of a possibility
23922 that the arguments would cause an error, for example, the code in
23923 question relies on external variables such as filenames. [2] I
23924 was sure that the arg to `message' could not have been nil in the code.
23925
23926 * textmodes/tildify.el (tildify-region): Ditto.
23927
23928 * textmodes/reftex-index.el (reftex-index-change-entry)
23929 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
23930 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
23931 * textmodes/org.el (org-complete, org-deadline, org-schedule)
23932 (org-priority, org-table-sum):
23933 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
23934 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
23935 (flyspell-word, flyspell-display-next-corrections):
23936 * textmodes/bibtex.el (bibtex-print-help-message):
23937 * textmodes/artist.el (artist-key-set-point-poly):
23938 * term/mac-win.el (mac-services-insert-text):
23939 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
23940 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
23941 (vhdl-port-paste-testbench, vhdl-compose-new-component)
23942 (vhdl-compose-configuration):
23943 * progmodes/sh-script.el (sh-blink, sh-show-indent)
23944 (sh-set-indent, sh-learn-line-indent):
23945 * progmodes/ps-mode.el (ps-mode-target-column):
23946 * progmodes/idlwave.el (idlwave-make-tags)
23947 (idlwave-scan-library-catalogs):
23948 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
23949 * progmodes/gud.el (gud-jdb-analyze-source):
23950 * progmodes/flymake.el (flymake-log):
23951 * progmodes/ebnf2ps.el (ebnf-generate-region):
23952 * progmodes/cmacexp.el (c-macro-expansion):
23953 * progmodes/ada-xref.el (ada-treat-cmd-string):
23954 * progmodes/ada-mode.el (ada-create-case-exception-substring)
23955 (ada-justified-indent-current, ada-batch-reformat):
23956 * play/zone.el (zone):
23957 * play/landmark.el (lm-move):
23958 * play/decipher.el (decipher-show-alphabet):
23959 * net/newsticker.el (newsticker--display-jump)
23960 (newsticker--display-scroll):
23961 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
23962 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
23963 * mail/feedmail.el (feedmail-dump-message-to-queue):
23964 * eshell/esh-proc.el (eshell-remove-process-entry):
23965 * emulation/ws-mode.el (ws-last-error):
23966 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
23967 (viper-record-kbd-macro):
23968 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23969 * emacs-lisp/lisp-mnt.el (lm-report-bug):
23970 * emacs-lisp/find-func.el (find-function-noselect):
23971 * calendar/timeclock.el (timeclock-status-string)
23972 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23973 (timeclock-when-to-leave-string):
23974 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23975 * calc/calc-units.el (calc-enter-units-table):
23976 * calc/calc-mode.el (calc-mode-record-mode):
23977 * woman.el (woman-mini-help):
23978 * wdired.el (wdired-change-to-wdired-mode):
23979 * vc.el (vc-retrieve-snapshot):
23980 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23981 * startup.el (display-startup-echo-area-message):
23982 * simple.el (set-goal-column):
23983 * ses.el (ses-command-hook, ses-recalculate-cell):
23984 * server.el (server-process-filter):
23985 * printing.el (pr-interface-txt-print, pr-interface-printify)
23986 (pr-interface-ps):
23987 * pcvs.el (cvs-help):
23988 * log-edit.el (log-edit, log-edit-mode-help):
23989 * iswitchb.el (iswitchb-possible-new-buffer):
23990 * isearch.el (isearch-edit-string):
23991 * image-mode.el (image-mode, image-minor-mode):
23992 * ibuf-macs.el (define-ibuffer-filter):
23993 * hi-lock.el (hi-lock-find-patterns):
23994 * files.el (toggle-read-only):
23995 * ediff-util.el (ediff-copy-diff)
23996 (ediff-write-merge-buffer-and-maybe-kill):
23997 * echistory.el (Electric-history-undefined):
23998 * dnd.el (dnd-insert-text):
23999 * dired-aux.el (dired-query):
24000 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24001 * bookmark.el (bookmark-bmenu-locate):
24002 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24003 Fix `message' calls to ensure first arg is a format string.
24004 The change was made only when these two conditions were satisfied:
24005 [1] when there is a possibility that the arguments would cause an error
24006 for example, if the code in question relies on external variables
24007 such as filenames, and
24008 [2] if the arg to `message' could not have been nil in the code.
24009
24010 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24011 Not having a %s would be weird, though not technically wrong.
24012
24013 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24014
24015 * term/mac-win.el (mac-add-charset-info): Doc fix.
24016
24017 2005-09-17 Romain Francoise <romain@orebokech.com>
24018
24019 * shell.el (shell-resync-dirs): Handle echoing processes more
24020 reliably. Don't insert resync command if `comint-process-echoes'
24021 is non-nil.
24022
24023 2005-09-17 Magnus Henoch <mange@freemail.hu>
24024
24025 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24026 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24027 aspell versions >= 0.60.
24028 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24029 only if ispell-aspell-supports-utf8 is non-nil.
24030
24031 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24032
24033 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24034 buffer-local value to lisp-indent-function.
24035
24036 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24037
24038 * progmodes/glasses.el (glasses-make-readable): If
24039 glasses-separator differs from underscore, put appropriate
24040 overlays over underscore characters.
24041 (glasses-convert-to-unreadable): If glasses-separator differs from
24042 underscore, try to convert glasses-separator characters to
24043 underscores.
24044
24045 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24046
24047 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24048 Use with-syntax-table and dolist.
24049
24050 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24051
24052 * textmodes/reftex-auc.el:
24053 * textmodes/reftex-cite.el:
24054 * textmodes/reftex-dcr.el:
24055 * textmodes/reftex-global.el:
24056 * textmodes/reftex-parse.el:
24057 * textmodes/reftex-ref.el:
24058 * textmodes/reftex-sel.el:
24059 * textmodes/reftex-toc.el:
24060 * textmodes/reftex-vars.el:
24061 * textmodes/reftex.el: Small changes to remove compiler warnings.
24062
24063 * textmodes/reftex-index.el: Likewise.
24064 (reftex-query-index-phrase): More efficient use of markers.
24065
24066 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24067
24068 * image.el (image-load-path): New variable.
24069 (image-search-load-path): New function.
24070 (find-image): Search for images in `image-load-path'.
24071
24072 2005-09-15 Richard M. Stallman <rms@gnu.org>
24073
24074 * follow.el: Change Maintainer field.
24075
24076 2005-09-15 David Ponce <david@dponce.com>
24077
24078 * recentf.el (recentf-save-file-modes): New option.
24079 (recentf-save-list): Use it.
24080
24081 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24082
24083 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24084 (mode-line-mule-info, mode-line-modified): Move bindings from
24085 mouse-3 to mouse-1.
24086
24087 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24088
24089 * simple.el (sendmail-user-agent-compose): Revert last change.
24090
24091 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24092
24093 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24094 Use with-current-buffer.
24095 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24096 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24097 (ange-ftp-insert-directory): Remove unused var `short'.
24098 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24099
24100 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24101 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24102
24103 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24104 (check-calendar-holidays, diary-list-entries): Autoload.
24105 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24106 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24107
24108 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24109 which mistakenly removed a call to display-buffer.
24110
24111 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24112
24113 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24114
24115 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24116
24117 * progmodes/hideshow.el
24118 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24119 (hs-allow-nesting): New user var.
24120 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24121 (hs-hide-block-at-point): When nesting allowed,
24122 if there is already an overlay in place, delete it.
24123 (hs-safety-is-job-n): Delete func; remove call sites.
24124 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24125 (hs-overlay-at): New func.
24126 (hs-already-hidden-p, hs-show-block): Use it.
24127 (hs-hide-all): Don't pre-clean if nesting allowed.
24128 (hs-show-all): Temporarily disallow
24129 nesting around call to `hs-discard-overlays'.
24130
24131 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24132
24133 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24134 Delete unused local var.
24135
24136 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24137
24138 * help-fns.el (describe-categories): "?\ " -> "?\s".
24139 (help-do-arg-highlight): Recognize also ARG-n, as in
24140 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24141
24142 * international/codepage.el (dos-unsupported-char-glyph):
24143 * net/newsticker.el (tool-bar-map, w3-mode-map)
24144 (w3m-minor-mode-map):
24145 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24146 (ent-alist):
24147 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24148
24149 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24150
24151 * custom.el (custom-push-theme): Handle the case where a symbol is
24152 bound but face properties have not yet been assigned.
24153
24154 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24155 Fix behavior if noerase is `t' and there is no mail buffer.
24156
24157 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24158 if `continue' is nil, rather than signal an error.
24159
24160 2005-09-12 Richard M. Stallman <rms@gnu.org>
24161
24162 * font-lock.el (font-lock-keywords): Add autoload.
24163
24164 * help-fns.el (describe-variable): Rearrange to put source link
24165 in a predictable place.
24166
24167 * net/newsticker.el: New file.
24168
24169 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24170
24171 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24172 (calendar-basic-setup): Use the new nil arg.
24173 (number-of-diary-entries): Move to diary-lib.el.
24174
24175 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24176 (diary-list-entries): Use with-syntax-table and dolist.
24177 Rename from list-diary-entries.
24178 Use number-of-diary-entries if `number' is nil.
24179 (diary, diary-view-entries): Use this new name and new nil arg value.
24180 (number-of-diary-entries): Move from calendar.el.
24181 (diary-unhide-everything): New function.
24182 (include-other-diary-files, fancy-diary-display)
24183 (diary-show-all-entries, make-diary-entry): Use it.
24184 (diary-mail-entries): Use buffer-string.
24185 (mark-diary-entries): Fix long standing paren typo.
24186 (diary-sexp-entry): Use count-lines.
24187 (make-diary-entry): Avoid `previous-line'.
24188 (diary-mode-map): New var.
24189 (diary-mode): Redraw cal after saving. Setup header-line.
24190 (fancy-diary-display-mode): Use local-set-key.
24191
24192 * startup.el (command-line): Try calling various terminal-init-foo-bar
24193 functions by stripping hyphenated suffixes from $TERM.
24194
24195 * files.el (normal-mode): Check boundness of font-lock-keywords.
24196
24197 2005-09-12 Richard M. Stallman <rms@gnu.org>
24198
24199 * progmodes/compile.el: Don't decide a file's directory
24200 until the user actually tries to go there.
24201 (compilation-next-error-function):
24202 Pass compilation-find-file the directory from the file-struct.
24203 (compilation-internal-error-properties): Separate local FILE-STRUCT
24204 from FILE. Doc the args better. Rename arg FMT to FMTS.
24205 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24206 Expand it, and if nil, use default-directory.
24207 (compilation-get-file-structure): Don't mix specified directory
24208 with default directory. Put specified directory into
24209 file-struct. Don't make the file name absolute.
24210
24211 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24212 (compile-command): Add autoload.
24213 (compilation-disable-input): Add autoload.
24214
24215 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24216
24217 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24218 strings of the variables it can override.
24219 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24220 %Q and %q, for fully-qualified domain name and unqualified host name.
24221
24222 2005-09-11 Kim F. Storm <storm@cua.dk>
24223
24224 * emacs-lisp/authors.el (authors-aliases): Update list.
24225 (authors-fixed-entries): Update mldrag.el entry.
24226
24227 2005-09-10 Alan Mackenzie <acm@muc.de>
24228
24229 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24230 delimiter from the region narrowed to.
24231
24232 2005-09-10 Magnus Henoch <mange@freemail.hu>
24233
24234 * textmodes/ispell.el (ispell-check-version): Signal an error if
24235 aspell version is less than 0.60.
24236
24237 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24238
24239 * progmodes/octave-inf.el (inferior-octave-startup):
24240 Resync current dir at the end.
24241
24242 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24243
24244 * woman.el (woman-topic-at-point-default):
24245 Rename to woman-use-topic-at-point-default.
24246 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24247 (woman-file-name): Reflect renames above. Automatically use the
24248 word at point as topic if woman-use-topic-at-point is non-nil.
24249 Otherwise offer it as default but don't insert it in the
24250 minibuffer. Also use `test-completion' instead of `assoc' as
24251 suggested by Stefan Monnier.
24252
24253 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24254
24255 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24256 the attempt to do it over Tramp. This is not yet supported.
24257
24258 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24259
24260 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24261 (menu-bar-non-minibuffer-window-p): New functions.
24262 ("Split Window", "Save As..."): Use them.
24263 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24264 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24265 Use menu-bar-menu-frame-live-and-visible-p.
24266 ("Save Buffer", "Insert File", "Open Directory...")
24267 ("Open File...", "Visit New File..."):
24268 Use menu-bar-non-minibuffer-window-p.
24269 (kill-this-buffer-enabled-p, dired <menu-enable>):
24270 Use menu-bar-non-minibuffer-window-p.
24271
24272 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24273
24274 * cus-start.el (all): Don't complain about fringe-related
24275 built-ins if fringes are not supported. Ditto about
24276 selection-related built-ins. Fix the test for GTK-related built-ins.
24277
24278 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24279 ("Postscript Print Buffer", "Print Region", "Save As...")
24280 ("Save", "Insert File...", "Open Directory...")
24281 ("Open File...", "Visit New File..."")
24282 ("Truncate Long Lines in this Buffer"): Don't look at
24283 menu-updating-frame if this display does not support multiple frames.
24284
24285 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24286
24287 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24288
24289 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24290
24291 * woman.el: Format- and whitespace-related changes.
24292
24293 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24294
24295 * woman.el: Fix my email address.
24296
24297 2005-09-08 Richard M. Stallman <rms@gnu.org>
24298
24299 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24300 (sh-mode): Locally set skeleton-pair-default-alist.
24301
24302 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24303
24304 * progmodes/flymake.el: Require `compile' unconditionally.
24305
24306 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24307
24308 * woman.el (woman-file-name): Provide a default, not initial input.
24309
24310 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24311
24312 * font-lock.el (font-lock-support-mode): Doc fix.
24313
24314 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24315
24316 2005-09-08 Richard M. Stallman <rms@gnu.org>
24317
24318 * simple.el (blink-matching-open): Get rid of text props from
24319 the string shown in echo area. Don't permanently set point.
24320 Some rearrangements.
24321
24322 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24323
24324 * recentf.el (recentf-filename-handler): Add custom choice
24325 `abbreviate-file-name'.
24326
24327 * msb.el (msb--very-many-menus): Fix typo.
24328
24329 * disp-table.el (standard-display-european): Don't set
24330 enable-multibyte-characters to nil.
24331
24332 2005-09-08 David Ponce <david@dponce.com>
24333
24334 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24335 (recentf-expand-file-name): Doc fix.
24336 (recentf-dialog-mode-map): Define digit shortcuts.
24337 (recentf--files-with-key): New variable.
24338 (recentf-show-digit-shortcut-filter): New function.
24339 (recentf-open-files-items): New function.
24340 (recentf-open-files): Use it.
24341 (recentf-open-file-with-key): New command.
24342
24343 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24344
24345 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24346 Suggested by Kim F. Storm.
24347 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24348 (Buffer-menu-make-sort-button): Use global keymap.
24349
24350 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24351
24352 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24353 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24354 necessary any longer with the remapped command.
24355 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24356 formatting time only.
24357
24358 * net/tramp.el (tramp-action-password)
24359 (tramp-multi-action-password): Compile the password prompt from
24360 `method', `user' and `host'. Sometimes it isn't obvious which
24361 password to enter, for example with remote files offered by
24362 recentf.el, or with multiple steps. Suggested by Robert Marshall
24363 <robert@chezmarshall.freeserve.co.uk>.
24364
24365 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24366
24367 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24368 Fix regexp for when "s///" is at the beginning of line.
24369
24370 2005-09-07 Jay Belanger <belanger@truman.edu>
24371
24372 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24373 when in matrix mode.
24374
24375 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24376
24377 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24378 non-anonymous functions.
24379
24380 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24381
24382 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24383 when using a header line. Otherwise, use mouse-1-click-follows-link.
24384
24385 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24386 can't be moved; don't signal an error.
24387
24388 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24389
24390 * cus-theme.el (custom-theme-write-faces): Save the current face
24391 spec, not the defface spec.
24392
24393 * custom.el (custom-known-themes): Clarify meaning of "standard".
24394 (custom-push-theme): Save old values in the standard theme.
24395 (disable-theme): Correct typo.
24396 (custom-face-theme-value): Deleted unused function.
24397 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24398
24399 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24400
24401 * progmodes/compile.el (compilation-goto-locus): Take into account
24402 iconified frames when determining whether the buffer is
24403 already visible.
24404 Don't reset window height if the window already existed.
24405
24406 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24407
24408 * custom.el (load-theme): Rename from require-theme.
24409 Add interactive spec.
24410 (enable-theme): Rename from custom-enable-theme.
24411 Add interactive spec.
24412 (disable-theme): Rename from custom-disable-theme.
24413 Add interactive spec.
24414 (custom-make-theme-feature): Doc fix.
24415 (custom-theme-directory): Doc fix.
24416 (provide-theme): Call enable-theme.
24417
24418 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24419
24420 * obsolete/lazy-lock.el (lazy-lock-mode):
24421 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24422 font-lock-mode if it's off. Print a warning instead.
24423
24424 * progmodes/compile.el (compilation-start): Ignore errors if the
24425 process died before we get to send-eof.
24426
24427 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24428 Undo last change. Enclosing the result in quotes broke things on Unix
24429 since tex-send-command passes it through shell-quote-argument.
24430 (tex-send-command): Pass `file' through convert-standard-filename
24431 when possible.
24432 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24433 info in a transcript.
24434
24435 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24436
24437 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24438 fix compilation warning. Reorder the key definitions to group
24439 together keys emitted by the current version of xterm.
24440
24441 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24442 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24443 Reorder predicates to correct min-color usage.
24444
24445 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24446
24447 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24448 Kill local variables when longlines-mode is turned off.
24449
24450 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24451
24452 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24453
24454 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24455
24456 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24457
24458 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24459 (font-lock-lines-before): Change default to being inactive.
24460 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24461 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24462
24463 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24464
24465 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24466 Deactivate temporarily advice if active (not needed for Emacs 22,
24467 but for backwards compatibility).
24468 (tramp-exists-file-name-handler): Rewrite. First implementation
24469 was too simple.
24470 (tramp-advice-make-auto-save-file-name):
24471 Call `tramp-handle-make-auto-save-file-name' (again, just for
24472 backwards compatibility).
24473
24474 2005-08-31 Reto Zimmermann <reto@gnu.org>
24475
24476 * progmodes/vhdl-mode.el
24477 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24478 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24479 (vhdl-set-default-project): New function (easier setting of default).
24480 (vhdl-port-copy): Handle extended identifiers for generics.
24481 (vhdl-compiler-alist): Better description for error message regexp.
24482 (vhdl-make): Query for target, use previous as default.
24483 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24484 (vhdl-font-lock-keywords-2): Fix fontification for record
24485 el. assign.
24486 (vhdl-speedbar-make-subpack-line): Add package body link.
24487 (vhdl-generate-makefile-1): Not include itself as dependency.
24488 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24489 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24490 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24491 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24492 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24493 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24494 (vhdl-import-project): Add string argument for `error'.
24495 (vhdl-compose-configuration)
24496 (vhdl-compose-configuration-architecture): Add configuration
24497 declaration generation.
24498 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24499 (vhdl-trailer-re): Add "record" keyword (better indentation).
24500 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24501 "[^ \t-\"]+".
24502 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24503 (vhdl-testbench-entity-file-name)
24504 (vhdl-testbench-architecture-file-name): Allow separate
24505 customization of testbench file names.
24506 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24507 (vhdl-get-visible-signals): Allow newline within alias declaration.
24508 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24509 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24510 (member-ignore-case): Alias for missing function in XEmacs.
24511 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24512 (vhdl-update-sensitivity-list): Ignore case on read signals.
24513 (vhdl-replace-string): Adjust case only for file names.
24514 (vhdl-update-sensitivity-list): Fix search for read signals.
24515 (vhdl-update-sensitivity-list): Exclude formal parameters.
24516 (vhdl-get-visible-signals): Include aliases of signals.
24517 (vhdl-get-visible-signals): Fix signal name searching.
24518 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24519 (vhdl-fixup-whitespace-region): Fix for character
24520 literals (e.g. `:').
24521
24522 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24523
24524 * ansi-color.el (comint-last-output-start):
24525 * bs.el (font-lock-verbose):
24526 * diff-mode.el (add-log-buffer-file-name-function):
24527 * dired-x.el (vm-folder-directory):
24528 * faces.el (help-xref-stack-item):
24529 * files.el (font-lock-keywords):
24530 * find-lisp.el (dired-buffers, dired-subdir-alist):
24531 * ido.el (cua-inhibit-cua-keys):
24532 * log-view.el (cvs-minor-wrap-function):
24533 * outline.el (font-lock-warning-face):
24534 * simple.el (compilation-current-error):
24535 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24536 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24537 * tooltip.el (comint-prompt-regexp):
24538 * w32-fns.el (explicit-shell-file-name):
24539 * term/mac-win.el (mac-charset-info-alist)
24540 (mac-services-selection, mac-system-script-code):
24541 * term/tty-colors.el (msdos-color-values):
24542 * term/w32-win.el (xlfd-regexp-registry-subnum):
24543 * term/x-win.el (x-keysym-table, x-selection-timeout)
24544 (x-session-id, x-session-previous-id):
24545 * textmodes/ispell.el (mail-yank-prefix):
24546 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24547 * textmodes/org.el (calc-embedded-close-formula)
24548 (calc-embedded-open-formula)
24549 (font-lock-unfontify-region-function):
24550 * textmodes/reftex-global.el (isearch-next-buffer-function)
24551 (TeX-master):
24552 * textmodes/reftex.el (font-lock-keywords):
24553 * textmodes/tex-mode.el (font-lock-comment-face)
24554 (font-lock-doc-face):
24555 * textmodes/texinfo.el (outline-heading-alist):
24556 Add defvars.
24557
24558 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24559 (artist-spray-chars, artist-mode-init, artist-replace-string)
24560 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24561 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24562 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24563
24564 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24565 (conf-align-assignments): "?\ " -> "?\s".
24566
24567 * textmodes/reftex-index.el (TeX-master): Add defvar.
24568 (reftex-index-phrases-marker): Move up defvar.
24569
24570 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24571 (reftex-toc-include-labels-indicator)
24572 (reftex-toc-include-index-indicator)
24573 (reftex-toc-max-level-indicator): Move up declarations.
24574
24575 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24576 of args to `tramp-run-real-handler', even if it's empty in this case.
24577
24578 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24579
24580 * dired.el (dired-move-to-filename-regexp): Add date format for
24581 Mac OS X 10.3 in East Asian locales.
24582
24583 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24584
24585 * files.el (make-auto-save-file-name): Add file name handler call
24586 if applicable.
24587
24588 * net/tramp.el (tramp-file-name-handler-alist)
24589 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24590 (tramp-handle-make-auto-save-file-name): Rename from
24591 `tramp-make-auto-save-file-name'.
24592 (tramp-exists-file-name-handler): New defun.
24593 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24594 `make-auto-save-file-name' is not a magic file name operation.
24595
24596 2005-08-30 Richard M. Stallman <rms@gnu.org>
24597
24598 * files.el (risky-local-variable-p):
24599 Match `-predicates' and `-commands.
24600
24601 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24602 (custom-save-all): Visit the file if necessary;
24603 kill the buffer if we created it.
24604 (custom-save-delete): Don't visit file or kill buffer here.
24605
24606 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24607
24608 * textmodes/org.el (org-special-keyword): New face.
24609 (org-table-copy-down, org-table-eval-formula)
24610 (org-table-recalculate, org-init-section-numbers):
24611 Use `string-to-number' instead of `string-to-int'.
24612 (org-get-location): Use `insert-buffer-substring' instead of
24613 `insert-buffer'.
24614 (org-modify-diary-entry-string): New function.
24615 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24616 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24617 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24618 active region.
24619 (org-export-as-html): Handle QUOTE keyword.
24620 (org-quote-string): New option.
24621 (org-bookmark-jump-unhide): New function, used for
24622 `bookmark-after-jump-hook'.
24623 (org-diary-default-entry): Apply only when not called through
24624 `org-agenda'.
24625
24626 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24627
24628 * net/eudc.el (mode-popup-menu):
24629 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24630 * progmodes/ada-mode.el (compile-auto-highlight)
24631 (skeleton-further-elements):
24632 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24633 * progmodes/cmacexp.el (msdos-shells):
24634 * progmodes/compile.el (font-lock-extra-managed-props)
24635 (font-lock-keywords, font-lock-maximum-size)
24636 (font-lock-support-mode):
24637 * progmodes/grep.el (font-lock-lines-before):
24638 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24639 * progmodes/mixal-mode.el (compile-command):
24640 * progmodes/perl-mode.el (font-lock-comment-face)
24641 (font-lock-doc-face, font-lock-string-face):
24642 * progmodes/prolog.el (comint-prompt-regexp):
24643 * progmodes/sh-script.el (font-lock-comment-face)
24644 (font-lock-set-defaults, font-lock-string-face):
24645 * progmodes/sql.el (font-lock-keyword-face)
24646 (font-lock-set-defaults, font-lock-string-face):
24647 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24648 (itimer-version, lazy-lock-defer-contextually)
24649 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24650 Add defvars.
24651
24652 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24653 (cperl-electric-keyword, cperl-electric-pod)
24654 (cperl-electric-backspace, cperl-forward-re)
24655 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24656 (vc-rcs-header, vc-sccs-header): Add defvars.
24657
24658 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24659 (font-lock-syntactic-keywords, gud-find-expr-function):
24660 Add defvars.
24661
24662 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24663 (gdb-frame-parameters): Declare before use.
24664
24665 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24666 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24667 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24668 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24669
24670 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24671 (idlwave-help-with-source): Use `insert-buffer-substring', not
24672 `insert-buffer'.
24673
24674 2005-08-29 Juri Linkov <juri@jurta.org>
24675
24676 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24677 Put outline-back-to-heading function call inside save-excursion.
24678
24679 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24680
24681 * man.el (Man-init-defvars, Man-translate-references)
24682 (Man-support-local-filenames, Man-highlight-references):
24683 * progmodes/sql.el (sql-interactive-mode):
24684 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24685
24686 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24687 (compilation-mode-font-lock-keywords): Add defvars.
24688 (checkdoc-interactive-loop): "?\ " -> "?\s".
24689
24690 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24691 (font-lock-doc-face, font-lock-string-face)
24692 (font-lock-keywords-case-fold-search): Add defvars.
24693 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24694
24695 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24696 Don't pass X and Y (they are ignored anyway).
24697 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24698 (mouse-delete-window): Make arguments optional.
24699
24700 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24701 (caesar-translate-table, minor-modes, news-buffer-save)
24702 (news-group-name, news-minor-modes): Add defvars.
24703
24704 * emacs-lisp/lselect.el (mouse-highlight-priority)
24705 (x-lost-selection-functions, zmacs-regions):
24706 * emacs-lisp/pp.el (font-lock-verbose):
24707 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24708 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24709 (ses-mode-map):
24710 * emacs-lisp/tcover-unsafep.el (safe-functions):
24711 * international/mule-cmds.el (mac-system-coding-system)
24712 (mac-system-locale):
24713 * language/ethio-util.el (rmail-current-message)
24714 (rmail-message-vector):
24715 * language/thai-util.el (thai-auto-composition-mode):
24716 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24717 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24718 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24719 (vm-primary-inbox, vm-spool-files):
24720 * mail/rmail.el (deleted-head, font-lock-fontified)
24721 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24722 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24723 (total-messages):
24724 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24725 (rmail-summary-mode-map):
24726 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24727 (rmail-last-label, rmail-last-multi-labels)
24728 (rmail-summary-vector, rmail-total-messages):
24729 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24730 * mail/rmailsum.el (msgnum):
24731 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24732 (rmail-current-message):
24733 * obsolete/fast-lock.el (font-lock-face-list):
24734 * obsolete/rnewspost.el (mail-reply-buffer):
24735 * obsolete/scribe.el (compile-command):
24736 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
24737
24738 2005-08-28 John Paul Wallington <jpw@gnu.org>
24739
24740 * ibuf-ext.el (ibuffer-auto-update-changed):
24741 Use `frame-or-buffer-changed-p' to check whether we need to update.
24742 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
24743 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
24744 as a `frame-or-buffer-changed-p' state vector instead.
24745
24746 2005-08-27 Romain Francoise <romain@orebokech.com>
24747
24748 * textmodes/makeinfo.el (makeinfo-compile):
24749 Use `compilation-start'. Set `next-error-function' according to
24750 `disable-errors'.
24751 (makeinfo-next-error): New function.
24752 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
24753 (makeinfo-buffer): Likewise.
24754
24755 * progmodes/compile.el (compilation-start): Add autoload cookie.
24756
24757 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
24758 * textmodes/sgml-mode.el: Likewise.
24759 * progmodes/python.el: Likewise.
24760
24761 2005-08-27 Eli Zaretskii <eliz@gnu.org>
24762
24763 * simple.el (blink-matching-paren-distance): Document the meaning
24764 of nil value, and allow to customize to nil.
24765
24766 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
24767 command.com, not command.exe.
24768
24769 2005-08-26 John Wiegley <johnw@newartisans.com>
24770
24771 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
24772 code around a bit so that an extraneous nil argument is not added
24773 to a command when no args are given.
24774
24775 * eshell/esh-arg.el (eshell-parse-double-quote): If a
24776 double-quoted argument resolves to nil, return it as an empty
24777 string rather than as nil. This made it impossible to pass "" to
24778 a shell script as a null string argument.
24779
24780 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
24781
24782 * outline.el (outline-invent-heading): New fun.
24783 (outline-promote, outline-demote): Use it.
24784 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
24785 (outline-end-of-subtree): Remove unused var `opoint'.
24786
24787 2005-08-26 David Reitter <david.reitter@gmail.com>
24788
24789 * menu-bar.el (truncate-lines, write-file, print-buffer)
24790 (ps-print-buffer-faces, ps-print-buffer, split-window):
24791 Disable menu items when the frame they refer to is invisible, or when
24792 they refer to a buffer and the minibuffer is selected.
24793
24794 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
24795
24796 * progmodes/flymake.el (flymake-highlight-err-lines):
24797 Use save-excursion around flymake-highlight-line to preserve point.
24798
24799 2005-08-26 Eli Zaretskii <eliz@gnu.org>
24800
24801 * progmodes/octave-mod.el: Change Author and Maintainer address.
24802 (octave-maintainer-address): Change Kurt's email address.
24803 * progmodes/octave-inf.el: Change Author and Maintainer address.
24804 * progmodes/octave-hlp.el: Change Author and Maintainer address.
24805
24806 2005-08-26 Kim F. Storm <storm@cua.dk>
24807
24808 * subr.el (version-list-<, version-list-<=, version-list-=):
24809 Rename from integer-list-*.
24810 (version-list-not-zero): Likewise. Fix while loop.
24811 (version=): Use version-list-= instead of string-equal.
24812
24813 2005-08-26 Richard M. Stallman <rms@gnu.org>
24814
24815 * outline.el (outline-promote): Try shortening the heading.
24816 As last resort, read the heading to use.
24817 (outline-demote): As last resort, read the heading to use.
24818
24819 2005-08-26 Romain Francoise <romain@orebokech.com>
24820
24821 * progmodes/compile.el (compilation-start): Doc fix.
24822
24823 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
24824 (antlr-font-lock-additional-keywords): Fix reference to
24825 `antlr-font-lock-literal-regexp' erroneously changed during the
24826 mass face rename.
24827 (antlr-run-tool): Use `compilation-start'.
24828
24829 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
24830 instead of the obsolete `compile-internal'.
24831
24832 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
24833
24834 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
24835 (number, original-date):
24836 * calendar/cal-china.el (date):
24837 * calendar/cal-coptic.el (date):
24838 * calendar/cal-french.el (date):
24839 * calendar/cal-hebrew.el (date, entry, number, original-date):
24840 * calendar/cal-islam.el (date, number, original-date):
24841 * calendar/cal-iso.el (date):
24842 * calendar/cal-julian.el (date):
24843 * calendar/cal-mayan.el (date):
24844 * calendar/cal-menu.el (date, event):
24845 * calendar/cal-persia.el (date):
24846 * calendar/lunar.el (date):
24847 * calendar/solar.el (date): Add defvars.
24848
24849 * emerge.el:
24850 * ibuffer.el:
24851 * info-xref.el:
24852 * obsolete/bg-mouse.el:
24853 * obsolete/sun-curs.el:
24854 * obsolete/swedish.el: Move the `defvar's to the top level.
24855
24856 * smerge-mode.el (smerge-refined-change): Add :group.
24857
24858 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
24859
24860 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
24861 (smerge-keep-n): Remove props.
24862 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
24863 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
24864 now that it's done in smerge-keep-n.
24865 (smerge-refined-change): New face.
24866 (smerge-refine-chopup-region, smerge-refine-highlight-change)
24867 (smerge-refine): New funs.
24868 (smerge-basic-map): Bind smerge-refine.
24869
24870 2005-08-25 Juri Linkov <juri@jurta.org>
24871
24872 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
24873 compilation-process-setup-function and compilation-disable-input
24874 in grep-mode instead of let-bindings in grep.
24875
24876 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
24877 Delete "Automatic File De/compression" (auto-compression-mode).
24878
24879 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
24880
24881 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
24882 Silence warning about non-existent variable.
24883
24884 2005-08-25 Richard M. Stallman <rms@gnu.org>
24885
24886 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
24887 Rename "Describe Key" to "Describe Key or Mouse Operation".
24888
24889 * mail/mailalias.el (build-mail-aliases): Delete comments
24890 from the contents before processing them.
24891
24892 * isearch.el (isearch-edit-string): Erase the Search prompt
24893 if user enters an empty string and there is no default.
24894
24895 * comint.el (comint-file-name-prefix): Add autoload.
24896
24897 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
24898
24899 * subr.el (play-sound): Rearrange to avoid warning.
24900
24901 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
24902
24903 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
24904 New hook.
24905 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
24906
24907 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
24908
24909 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
24910
24911 * custom.el (custom-theme-set-variables): Sort minor modes last.
24912
24913 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24914
24915 * subr.el (version-separator, version-regexp-alist): New vars used by
24916 version comparison funs.
24917 (integer-list-<, integer-list-=, integer-list-<=)
24918 (integer-list-not-zero): New funs for integer list comparison.
24919 (version-to-list, version=, version<, version<=): New funs for version
24920 comparison.
24921
24922 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
24923
24924 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
24925 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
24926 time to silence the byte-compiler.
24927
24928 * ibuffer.el (ibuffer-compile-make-eliding-form)
24929 (ibuffer-check-formats): Use `with-no-warnings' to hide references
24930 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
24931 so it's silly to get warnings for it).
24932 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
24933 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
24934 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
24935 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
24936 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
24937 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
24938 Defvar at compile time.
24939 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
24940 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
24941 Declare them before use.
24942
24943 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
24944 (info-xref-good, info-xref-bad): Defvar at compile time.
24945
24946 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
24947 Use `let*' instead of `let'.
24948
24949 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
24950 (*mouse-y*, menu, char): Defvar at compile time.
24951 (sc::menu): Declare it before use.
24952 (sc::pack-one-line): Use `let', not `let*'.
24953
24954 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
24955 (mail-send-hook): Defvar at compile time.
24956
24957 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
24958 Defvar at compile time.
24959
24960 * term/sun-mouse.el (current-global-mousemap)
24961 (current-local-mousemap): Declare them before use.
24962
24963 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
24964
24965 * bookmark.el (bookmark-after-jump-hook): New hook.
24966 (bookmark-jump): Run `bookmark-after-jump-hook'.
24967
24968 2005-08-23 Juri Linkov <juri@jurta.org>
24969
24970 * faces.el (minibuffer-prompt): Doc fix.
24971
24972 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
24973
24974 * progmodes/xscheme.el: Trivial changes to silence warnings.
24975 (xscheme-previous-mode, xscheme-previous-process-state):
24976 Add defvars.
24977 (xscheme-last-input-end, xscheme-process-command-line)
24978 (xscheme-process-name, xscheme-buffer-name)
24979 (xscheme-expressions-ring-max, xscheme-expressions-ring)
24980 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24981 (xscheme-control-g-synchronization-p)
24982 (xscheme-control-g-disabled-p, xscheme-string-receiver)
24983 (default-xscheme-runlight, xscheme-runlight)
24984 (xscheme-runlight-string, xscheme-process-filter-state)
24985 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24986 Move to beginning of file.
24987 (scheme-interaction-mode-commands-alist)
24988 (scheme-interaction-mode-map, scheme-debugger-mode-map):
24989 Declare them before use. Note: the initialization code for the
24990 variables has not been moved because it uses functions that reference
24991 the variables.
24992 (xscheme-control-g-message-string, xscheme-process-filter-alist)
24993 (xscheme-prompt-for-expression-map): Declare them before use.
24994 (scheme-debugger-mode-commands): "?\ " -> "?\s".
24995
24996 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
24997
24998 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24999
25000 2005-08-22 Juri Linkov <juri@jurta.org>
25001
25002 * faces.el (set-face-underline): Delete this duplicate function
25003 and make an obsolete alias to set-face-underline-p.
25004 (set-face-underline-p): Use docstring of set-face-underline.
25005 (describe-face): Create hyperlink to parent face.
25006
25007 * info.el (Info-insert-dir): Use save-excursion around
25008 insert-buffer-substring.
25009 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25010 (Info-escape-percent): Delete function.
25011 (Info-fontify-node): Replace Info-escape-percent by
25012 replace-regexp-in-string with REP arg set to lambda that
25013 duplicates `%' and preserves text properties.
25014
25015 * progmodes/compile.el (compilation-disable-input): Doc fix.
25016 (define-compilation-mode): Doc fix and refill.
25017 (kill-compilation): Use `mode-name' in the error message.
25018 (compilation-find-file): Use `compilation-error' in the
25019 read-file-name's prompt.
25020
25021 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25022
25023 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25024 (smerge-auto-leave): Make undo re-enable the mode.
25025 (debug-ignored-errors): Add the user-error of impossible resolution.
25026 (smerge-resolve): Move things around a bit, in preparation for later.
25027 (smerge-diff): Don't fail if the buffer has no associated file.
25028 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25029 (smerge-conflict-overlay): New function.
25030 (smerge-match-conflict): Don't add text properties here.
25031 (smerge-find-conflict): Instead, add an overlay here.
25032 Also check for the case where we're inside a conflict already, so as to
25033 obviate the need for font-lock-multiline, which is unbearably slow with
25034 large conflicts and ciomplex font-lock patterns.
25035 (smerge-remove-props): Remove overlay rather than text-properties.
25036 (smerge-mode): Don't set font-lock-multiline.
25037 Remove overlays when turned off.
25038
25039 2005-08-21 Kim F. Storm <storm@cua.dk>
25040
25041 * ido.el (ido-ignore-item-p): Use save-match-data.
25042 Bind case-fold-search to ido-case-fold locally.
25043
25044 2005-08-20 Richard M. Stallman <rms@gnu.org>
25045
25046 * files.el (normal-mode): If font lock is on, turn it off and on.
25047
25048 * subr.el (replace-regexp-in-string): Doc fix.
25049
25050 * startup.el (command-line-1): Don't suppress startup screen
25051 due to existing processes.
25052
25053 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25054
25055 * progmodes/compile.el (compilation-disable-input): Default to nil.
25056
25057 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25058
25059 * progmodes/compile.el (compilation-disable-input): New defcustom.
25060 (compilation-start): If compilation-disable-input is non-nil, send
25061 EOF to the compilation process.
25062
25063 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25064
25065 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25066 Run the argument of tex-shell-cd-command through
25067 convert-standard-filename, to get the correct style of slashes on
25068 Windows, and enclose the result in quotes, in case the file name
25069 includes whitespace or other special characters.
25070
25071 2005-08-19 Andreas Schwab <schwab@suse.de>
25072
25073 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25074 process.
25075
25076 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25077
25078 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25079
25080 2005-08-18 Kim F. Storm <storm@cua.dk>
25081
25082 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25083
25084 2005-08-18 Richard M. Stallman <rms@gnu.org>
25085
25086 * scroll-lock.el: New file.
25087
25088 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25089
25090 * dired.el (dired-move-to-end-of-filename):
25091 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25092
25093 2005-08-18 Kim F. Storm <storm@cua.dk>
25094
25095 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25096 rather than toggle mode when custom value is nil.
25097 (ido-everywhere): Fix defun doc string.
25098
25099 2005-08-17 Richard M. Stallman <rms@gnu.org>
25100
25101 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25102 as tag instead of "Inviolable".
25103
25104 2005-08-17 Kim F. Storm <storm@cua.dk>
25105
25106 * windmove.el (windmove-coordinates-of-position): Remove.
25107 (windmove-coordinates-of-window-position): Remove.
25108 (windmove-reference-loc): Use posn-at-point instead.
25109
25110 * subr.el (insert-for-yank-1): Doc fix.
25111
25112 * ido.el (ido-enter-matching-directory): Rename from
25113 ido-enter-single-matching-directory. Change `slash' choice to
25114 `only'. Add `first' choice.
25115 (ido-exhibit): Adapt to above changes.
25116
25117 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25118
25119 * Makefile.in: Expand comment about building loaddefs.el.
25120
25121 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25122
25123 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25124 Comment use of defadvice.
25125
25126 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25127
25128 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25129
25130 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25131 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25132 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25133 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25134 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25135 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25136 for backward compatibility for faces that did not appear in the
25137 previous Emacs release.
25138
25139 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25140
25141 2005-08-15 Kim F. Storm <storm@cua.dk>
25142
25143 * emulation/cua-base.el (cua-delete-region): Return t if
25144 deleted region was non-empty.
25145 (cua-replace-region): Inhibit overwrite-mode for
25146 self-insert-command if replaced region was non-empty.
25147 (cua--explicit-region-start, cua--status-string): Make them
25148 buffer-local at top-level...
25149 (cua-mode): ...rather than when mode is enabled.
25150
25151 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25152
25153 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25154 Set t for Emacs 21, 22, and so on.
25155
25156 2005-08-15 David Ponce <david@dponce.com>
25157
25158 * tree-widget.el: Update Commentary header.
25159 (tree-widget-theme): Doc fix.
25160 (tree-widget-space-width): New option.
25161 (tree-widget-image-properties): Look up in the default theme too.
25162 (tree-widget--cursors): Only for images with arrow pointer shape.
25163 (tree-widget-lookup-image): Pointer shape is hand by default.
25164 (tree-widget-icon): Rename generic icon widget from
25165 `tree-widget-control'.
25166 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25167 derive from `tree-widget-icon'.
25168 (tree-widget-handle): Improve default look and feel of the text
25169 representation.
25170 (tree-widget): Rename :*-control properties to :*-icon properties.
25171 Add :action and :help-echo properties.
25172 (tree-widget-after-toggle-functions): Move.
25173 (tree-widget-close-node, tree-widget-open-node): Remove.
25174 (tree-widget-before-create-icon-functions): New hook.
25175 (tree-widget-value-create): Update to allow customization of icons
25176 and nodes at run-time via that new hook.
25177 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25178 (tree-widget-icon-action, tree-widget-icon-help-echo)
25179 (tree-widget-action, tree-widget-help-echo): New functions.
25180
25181 2005-08-15 Kim F. Storm <storm@cua.dk>
25182
25183 * ido.el (ido-buffer-internal): Use with-no-warnings.
25184 (ido-make-merged-file-list): Use while-no-input.
25185
25186 2005-08-15 Richard M. Stallman <rms@gnu.org>
25187
25188 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25189 (flyspell-large-region): Fix doc and custom type.
25190
25191 2005-08-14 Richard M. Stallman <rms@gnu.org>
25192
25193 * files.el (interpreter-mode-alist): Doc fix.
25194
25195 * mail/rmail.el (rmail-nonignored-headers): New variable.
25196 (rmail-clear-headers): Use it.
25197 (rmail-reply): Better handling of mail-followup-to header.
25198
25199 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25200 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25201 don't try to refer to executable-font-lock-keywords.
25202 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25203 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25204 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25205 (sh-mode): Set comment-start-skip, local-abbrev-table,
25206 imenu-case-fold-search.
25207 (sh-set-shell): Don't set them here.
25208 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25209 Don't cache the results in the original alist; don't ever modify
25210 that alist.
25211
25212 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25213
25214 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25215 empty.
25216
25217 2005-08-15 Andreas Schwab <schwab@suse.de>
25218
25219 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25220
25221 * dired.el, info.el, mail/rmail.el: Revert last change.
25222
25223 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25224
25225 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25226 modification in `eval-after-load' form.
25227 * info.el: Likewise.
25228 * mail/rmail.el: Likewise.
25229
25230 2005-08-14 Juri Linkov <juri@jurta.org>
25231
25232 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25233 Remove highlighting of "Compilation started". Highlight only
25234 the word "finished" in "Compilation finished". Add highlighting
25235 of "interrupt", "killed", "terminated" and the exit code.
25236 (compilation-start): Add newline after header. Use exactly the
25237 same time stamp format as the finishing message.
25238 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25239
25240 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25241 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25242 Add highlighting of "interrupt", "killed", "terminated".
25243
25244 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25245 enabled and the current command is self-insert-command, call it
25246 explicitly with overwrite-mode bound to nil, to not allow it
25247 to delete the character after the selected region.
25248
25249 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25250
25251 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25252 move-end-of-line, end-of-line, and beginning-of-line to the list
25253 of commands after which the echo area is updated.
25254
25255 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25256
25257 * cus-edit.el (custom-save-all, custom-save-delete):
25258 Bind recentf-exclude to exclude custom-file.
25259
25260 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25261
25262 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25263 to go to the bottom of the mail message. Added to
25264 `rmail-summary-mode-map' with key "/".
25265 (rmail-summary-show-message): New (internal) function for use by
25266 both `rmail-summary-beginning/end-of-message'.
25267 (rmail-summary-beginning-of-message): Change to use
25268 rmail-summary-show-message.
25269
25270 * mail/rmail.el (rmail-end-of-message): New command to go to the
25271 end of the current message. Added to `rmail-mode-map' with key "/".
25272 (rmail-beginning-of-message): Fix to work as documented.
25273 (rmail-mode): Change documentation.
25274
25275 * progmodes/compile.el (compilation-start): Add the line
25276 "Compilation started" with compilation start time.
25277 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25278
25279 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25280
25281 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25282 of menu items.
25283
25284 2005-08-11 Richard M. Stallman <rms@gnu.org>
25285
25286 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25287
25288 * battery.el (battery-status-function): Don't use ignore-errors.
25289
25290 2005-08-11 Lute Kamstra <lute@gnu.org>
25291
25292 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25293 define-obsolete-variable-alias.
25294
25295 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25296
25297 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25298 (ange-ftp-send-cmd): Revert last change, and expand
25299 the comment explaining the problem.
25300
25301 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25302
25303 * ldefs-boot.el: Update.
25304
25305 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25306 item to "Time, Load and Mail". Change help echo text.
25307
25308 * time.el (display-time-use-mail-icon, display-time-format)
25309 (display-time-string-forms): Shorten first line of docstrings.
25310
25311 2005-08-10 Lars Hansen <larsh@soem.dk>
25312
25313 * desktop.el (desktop-buffer-mode-handlers):
25314 Make non-customizable. Add autoload cookie. Change initial value to
25315 nil; add elements in respective modules instead. Fix doc string.
25316 (desktop-load-file): New function.
25317 (desktop-minor-mode-handlers): New autoloaded variable.
25318 (desktop-create-buffer): Call minor mode handlers.
25319 Use desktop-load-file to load major and minor mode modules prior to
25320 checking for a handler.
25321 (desktop-save): Don't add nil to desktop-minor-modes for minor
25322 modes with nil function in desktop-minor-mode-table. Don't delete
25323 desktop file before rewriting it.
25324 (desktop-locals-to-save): Add autoload cookie. Don't make
25325 automatically buffer-local. Add variables column-number-mode,
25326 size-indication-mode, indent-tabs-mode,
25327 indicate-buffer-boundaries, indicate-empty-lines and
25328 show-trailing-whitespace.
25329 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25330 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25331 (desktop-clear-preserve-buffers-regexp): Delete.
25332 (desktop-clear-preserve-buffers): Update initial value and docstring.
25333 (desktop-save-buffer): Fix doc string.
25334
25335 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25336 (hilit-chg-desktop-restore): New function.
25337 (highlight-changes-mode): Add highlight-changes-mode to
25338 desktop-locals-to-save.
25339
25340 * dired.el: Add handler to desktop-buffer-mode-handlers.
25341 (dired-restore-desktop-buffer): Remove autoload cookie.
25342 (dired-mode): Add autoload cookie.
25343
25344 * info.el: Add handler to desktop-buffer-mode-handlers.
25345 (Info-restore-desktop-buffer): Remove autoload cookie.
25346 (Info-mode): Add autoload cookie.
25347
25348 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25349 (mh-restore-desktop-buffer): Remove autoload cookie.
25350 (mh-folder-mode): Add autoload cookie.
25351
25352 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25353 (rmail-restore-desktop-buffer): Remove autoload cookie.
25354
25355 2005-08-11 Masatake YAMATO <jet@gyve.org>
25356
25357 * hexl.el (hexl-address-region):
25358 (hexl-ascii-region, hexl-font-lock-keywords):
25359 (hexl-highlight-line-range): Use the term "region"
25360 instead of "area" for consistency with the other symbols
25361 defined in hexl.el.
25362
25363 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25364
25365 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25366 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25367 out by Juri Linkov). Add `display-battery-mode'.
25368
25369 2005-08-09 Juri Linkov <juri@jurta.org>
25370
25371 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25372 Remove `-text' from face variable names.
25373 (compilation-error-file-name, compilation-warning-file-name)
25374 (compilation-info-file-name): Delete faces.
25375 (compilation-line-number, compilation-column-number):
25376 Remove face underlining.
25377 (compilation-message-face): Set to `underline' value by default.
25378 (compilation-error-face, compilation-warning-face)
25379 (compilation-info-face): Remove `-file-name' from face names.
25380 (compilation-error-text-face, compilation-warning-text-face)
25381 (compilation-info-text-face): Delete face variables.
25382 (compilation-text-face): Delete function.
25383
25384 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25385 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25386 (grep-error-face): Set to `compilation-error' instead of
25387 `compilation-error-face' (which is redefined to `grep-hit-face' in
25388 grep buffers).
25389 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25390 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25391
25392 * dired-aux.el (dired-do-query-replace-regexp):
25393 Use `query-replace-read-args'.
25394
25395 * replace.el (query-replace-read-from, query-replace-read-to)
25396 (query-replace-read-args): Rename arg `string' to `prompt'.
25397
25398 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25399
25400 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25401
25402 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25403 uploading files.
25404 (ange-ftp-canonize-filename): Handle file names beginning with ~
25405 correctly.
25406
25407 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25408
25409 * textmodes/fill.el (canonically-space-region)
25410 (fill-context-prefix, fill-french-nobreak-p)
25411 (fill-delete-newlines, fill-comment-paragraph)
25412 (justify-current-line): "?\ " -> "?\s".
25413
25414 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25415
25416 * textmodes/fill.el (fill-nonuniform-paragraphs):
25417 Improve argument/docstring consistency.
25418
25419 2005-08-09 Richard M. Stallman <rms@gnu.org>
25420
25421 * textmodes/ispell.el (ispell-word): More fboundp checks.
25422
25423 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25424 (find-file-noselect-1): Call it here, only if RAWFILE.
25425 (normal-mode): Always set some major mode.
25426 (save-some-buffers-action-alist): Change some explanation strings.
25427 (file-name-non-special): In the `quote' method, use unwind-protect.
25428
25429 2005-08-09 Magnus Henoch <mange@freemail.hu>
25430
25431 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25432 (ispell-have-aspell-dictionaries): New variable.
25433 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25434 (ispell-get-aspell-config-value): New function.
25435 (ispell-aspell-find-dictionary): New function.
25436 (ispell-aspell-add-aliases): New function.
25437 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25438 appropriate. Don't look for ispell dictionaries if we use aspell.
25439 (ispell-menu-map): Don't build a submenu of dictionaries.
25440
25441 2005-08-09 Richard M. Stallman <rms@gnu.org>
25442
25443 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25444 (sql-read-passwd): Use read-passwd.
25445
25446 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25447 (idlwave-toolbar-is-possible): Add defvars.
25448
25449 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25450 Avoid warnings.
25451
25452 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25453 (idlwave-system-class-info, idlwave-executive-commands-alist):
25454 Use defvar.
25455
25456 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25457
25458 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25459 Avoid warnings.
25460
25461 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25462 and content-type: headers.
25463
25464 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25465
25466 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25467 and rename some of them to be more self-explanatory.
25468
25469 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25470
25471 * startup.el (command-line-1): Implement -scriptload.
25472
25473 * replace.el (occur-engine): Initial *Occur* output not undoable.
25474
25475 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25476 and improve help strings.
25477
25478 * isearch.el (isearch-repeat): When changing direction,
25479 mark search successful.
25480
25481 * ediff-init.el: Use (featurep 'xemacs).
25482
25483 * comint.el (send-invisible): Identify buffer, if not selected.
25484
25485 * align.el: Delete autoload for c-guess-basic-syntax.
25486
25487 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25488
25489 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25490 Improve argument/docstring consistency. Doc fixes.
25491 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25492 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25493 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25494 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25495 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25496 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25497 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25498 Defvar at compile time.
25499
25500 2005-08-09 Juri Linkov <juri@jurta.org>
25501
25502 * info.el: Replace `info' with upper-case `Info' where appropriate.
25503 (info-title-1, info-title-2, info-title-3, info-title-4)
25504 (info-menu-header): Move up face definitions.
25505 (info-menu-star): Rename from `info-menu-5'.
25506 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25507 (Info-fontify-visited-nodes): Fix docstring.
25508 (Info-hide-note-references): Fix docstring.
25509 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25510 menu items in the same way as on cross-references.
25511 (info-apropos): Fix sorting order and formatting to be like in the
25512 stand-alone Info browser. Display error messages for 1 sec.
25513 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25514 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25515 from the menu bar.
25516 (Info-insert-dir): Restore point after calling
25517 `insert-buffer-substring'.
25518
25519 2005-08-08 Richard M. Stallman <rms@gnu.org>
25520
25521 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25522 (recompute-lucid-menubar): Add defvars.
25523
25524 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25525
25526 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25527
25528 * net/net-utils.el (run-dig): Rename from `dig'.
25529
25530 * play/gametree.el (gametree-mode): Use make-local-variable,
25531 not make-variable-buffer-local.
25532
25533 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25534
25535 * ansi-color.el (ansi-color-make-extent)
25536 (ansi-color-set-extent-face): Use fboundp, not functionp.
25537
25538 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25539 not make-variable-buffer-local.
25540
25541 * bookmark.el (Info-current-file): Add defvar.
25542 (bookmark-jump-noselect): Use with-no-warnings.
25543
25544 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25545
25546 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25547
25548 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25549
25550 * find-file.el (ada-procedure-start-regexp)
25551 (ada-package-start-regexp): Add defvars.
25552
25553 * info.el (Info-insert-dir): Use insert-buffer-substring.
25554
25555 * xml.el (xml-att-def-re): Add defvar.
25556
25557 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25558 calling convention.
25559
25560 * subr.el (while-no-input): Return t if there is input.
25561
25562 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25563
25564 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25565
25566 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25567
25568 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25569 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25570
25571 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25572
25573 * cmuscheme.el (scheme-start-file): Replace reference to
25574 `user-emacs-directory' by "~/.emacs.d/".
25575
25576 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25577
25578 * info.el (Info-dir-remove-duplicates): Avoid case folding
25579 in loop; instead, keep downcased strings for comparison.
25580 Suggested by Helmut Eller.
25581
25582 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25583
25584 Sync with Tramp 2.0.50.
25585
25586 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25587 XEmacs case; not necessary anymore.
25588 (tramp-user-regexp): Allow "@" as part of user name.
25589 (tramp-handle-set-visited-file-modtime)
25590 (tramp-handle-insert-file-contents)
25591 (tramp-handle-write-region): No special handling for
25592 `last-coding-system-used, because this is done in
25593 `tramp-accept-process-output' now.
25594 (tramp-accept-process-output): New defun.
25595 (tramp-process-one-action, tramp-process-one-multi-action)
25596 (tramp-wait-for-regexp, tramp-wait-for-output)
25597 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25598 Howells <dhowells@redhat.com>.
25599 (clear-visited-file-modtime): Defadvice removed. The check for
25600 unset buffer's modtime does not need to be based on
25601 `tramp-buffer-file-attributes'. Suggested by RMS.
25602 (tramp-message): Insert "\n" if not being at beginning of line.
25603 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25604 sequence with same logic.
25605 (tramp-completion-handle-expand-file-name): Discard call of
25606 `tramp-drop-volume-letter'. It is not necessary, and there have
25607 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25608 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25609 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25610 should always be visible.
25611 (tramp-handle-insert-directory, tramp-setup-complete)
25612 (tramp-set-process-query-on-exit-flag)
25613 (tramp-append-tramp-buffers): Pacify byte-compiler.
25614 (tramp-bug): Delete non-existing variables from list.
25615 Apply `tramp-load-report-modules' as pre-hook.
25616 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25617 `shell-prompt-pattern' because of non-7bit characters.
25618 Reported by Sebastian Luque <sluque@mun.ca>.
25619 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25620 (tramp-match-string-list): Remove function.
25621 (tramp-wait-for-regexp): Remove call of that function.
25622 Suggested by Kim F. Storm <storm@cua.dk>.
25623 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25624 instead of octal character code ?\600. The latter resulted in a
25625 syntax error with XEmacs.
25626
25627 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25628 XEmacs case; not necessary anymore.
25629 (tramp-smb-handle-write-region): No special handling for
25630 `last-coding-system-used, because this is done in
25631 `tramp-accept-process-output' now.
25632 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25633
25634 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25635
25636 * wid-edit.el (widget-choice-value-create):
25637 Unconditionally respect user choice. Set :explicit-choice back to nil
25638 when no longer needed.
25639 (widget-choice-action): Unconditionally respect user choice.
25640 Eliminate :explicit-choice-value.
25641
25642 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25643
25644 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25645 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25646 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25647 running new function `toggle-indicate-empty-lines'.
25648 Rename "Customize" item to "Customize fringe".
25649 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25650 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25651 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25652 Delete "Empty lines only" item.
25653 (menu-bar-showhide-fringe-ind-customize): New function.
25654 (menu-bar-showhide-fringe-ind-mixed)
25655 (menu-bar-showhide-fringe-ind-box)
25656 (menu-bar-showhide-fringe-ind-right)
25657 (menu-bar-showhide-fringe-ind-left)
25658 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25659 instead of `fringe-indicators'.
25660
25661 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25662
25663 * emulation/viper.el (viper-emacs-state-mode-list):
25664 Add recentf-dialog-mode. Change the date of last update.
25665
25666 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25667
25668 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25669 (viper-exec-yank, viper-put-back): Don't display modification msg
25670 if in the minibuffer.
25671
25672 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
25673 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25674 Make variables frame local.
25675
25676 * emulation/viper-util.el (viper-append-filter-alist):
25677 Use append instead of nconc.
25678
25679 * emulation/viper.el (viper-vi-state-mode-list)
25680 (viper-emacs-state-mode-list): Move help-mode and
25681 completion-list-mode from the first list to the second.
25682 (viper-mode): Docstring.
25683 (viper-go-away, viper-non-hook-settings): Don't localize
25684 minor-mode-alist in newer Emacsen. Add advice to
25685 set-cursor-color. Don't bind "\C-c\\".
25686
25687 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25688
25689 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25690 (scheme-macro-expand-command): New user options.
25691 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25692 (scheme-form-at-point, scheme-start-file)
25693 (scheme-interactively-start-process): New functions.
25694 (scheme-get-process): New function, extracted from `scheme-proc'.
25695 (run-scheme): Call `scheme-start-file' to get start file, and pass
25696 it to `make-comint'.
25697 (switch-to-scheme, scheme-proc):
25698 Call `scheme-interactively-start-process' if no Scheme buffer/process
25699 is available.
25700
25701 2005-08-06 Juri Linkov <juri@jurta.org>
25702
25703 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25704 Use `compilation-text-face', `compilation-info-text-face' and
25705 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25706 (compilation-error): New face.
25707 (compilation-error-file-name): Inherit from
25708 `compilation-error' instead of `font-lock-warning-face'.
25709 (compilation-warning-file-name): Inherit from
25710 `compilation-warning' instead of `font-lock-warning-face'.
25711 (compilation-info, compilation-error-file-name)
25712 (compilation-warning-file-name, compilation-info-file-name)
25713 (compilation-line-number, compilation-column-number): Doc fix.
25714 (compilation-error-text-face, compilation-warning-text-face)
25715 (compilation-info-text-face): New face variables.
25716 (compilation-line-face, compilation-column-face)
25717 (compilation-enter-directory-face)
25718 (compilation-leave-directory-face): Doc fix.
25719 (compilation-text-face): New function.
25720
25721 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25722 instead of 1 to display binary file names as info file links.
25723 (grep-error-face): Use `compilation-error-face' instead of
25724 `font-lock-keyword-face'.
25725 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25726 and `compilation-warning-text-face' instead of
25727 `font-lock-keyword-face'. Use `compilation-error-text-face'
25728 instead of `grep-error-face'.
25729
25730 2005-08-05 Kenichi Handa <handa@m17n.org>
25731
25732 * international/code-pages.el: Add autoload cookies for all coding
25733 systems.
25734
25735 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25736
25737 * cus-start.el (all): Put undo.c where it alphabetically belongs.
25738
25739 2005-08-04 Juri Linkov <juri@jurta.org>
25740
25741 * progmodes/compile.el (compilation-mode-map):
25742 * progmodes/grep.el (grep-mode-map):
25743 Bind TAB to `compilation-next-error' and [backtab] to
25744 `compilation-previous-error'.
25745
25746 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
25747 matching line numbers, column numbers and their ranges with regexp
25748 matching only line numbers.
25749 (grep-context-face): New face variable.
25750 (grep-mode-font-lock-keywords): Use it.
25751
25752 * faces.el (read-face-name): Delete duplicate faces.
25753
25754 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
25755
25756 * thumbs.el (thumbs-find-image): Don't make variables
25757 automatically buffer local.
25758 (thumbs-current-tmp-filename, thumbs-current-image-filename)
25759 (thumbs-image-num): Make automatically buffer local.
25760 (thumbs-show-thumbs-list): Use `make-local-variable', not
25761 `make-variable-buffer-local'.
25762 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
25763
25764 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
25765 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
25766 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
25767 (bother, bye, canyou, chatlst, continue, deathlst, describe)
25768 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
25769 (feelings-about, foullst, found, hello, history, howareyoulst)
25770 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
25771 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
25772 (neglst, obj, object, owner, please, problems, qlist)
25773 (random-adjective, relation, remlst, repetitive-shortness)
25774 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
25775 (shortlst, something, sportslst, stallmanlst, states, subj)
25776 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
25777 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
25778 Defvar at compile time.
25779
25780 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
25781 not `make-variable-buffer-local'.
25782
25783 2005-08-02 Kim F. Storm <storm@cua.dk>
25784
25785 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
25786 rectangle overlay in selected window.
25787
25788 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
25789
25790 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
25791 instead of display group. Make `indicate-buffer-boundaries'
25792 customizable through Custom.
25793
25794 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
25795
25796 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
25797 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
25798 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
25799 (gdb-put-string): Fix typos in docstrings.
25800
25801 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
25802
25803 Update copyright notices of files in progmodes directory for
25804 release of Emacs 22.1.
25805
25806 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
25807
25808 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
25809 Don't barf if the GUD buffer has been killed.
25810
25811 2005-08-01 Kim F. Storm <storm@cua.dk>
25812
25813 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
25814
25815 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
25816
25817 * simple.el (next-error-follow-minor-mode):
25818 make-variable-buffer-local -> make-local-variable.
25819
25820 * emacs-lisp/cl-extra.el: Require CL also when compiling.
25821
25822 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
25823 (byte-compile-form-make-variable-buffer-local): New functions to warn
25824 about misuses of make-variable-buffer-local where make-local-variable
25825 was meant.
25826
25827 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
25828
25829 * bs.el (bs-attributes-list): Doc fix.
25830 (bs): Update url-link.
25831
25832 * desktop.el (desktop-save-buffer): Fix typos in docstring.
25833 (desktop-load-default): Simplify.
25834
25835 * ibuffer.el (ibuffer-columnize-and-insert-list)
25836 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
25837 (ibuffer-unmark-all, ibuffer-toggle-marks)
25838 (ibuffer-unmark-forward, ibuffer-unmark-backward)
25839 (ibuffer-compile-make-format-form, ibuffer-format-column)
25840 (ibuffer-current-buffers-with-marks)
25841 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
25842 (ibuffer): Doc fix.
25843 (ibuffer-mode): Fix typo in docstring.
25844 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
25845 with `define-obsolete-variable-alias'.
25846 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
25847
25848 2005-07-29 Kenichi Handa <handa@m17n.org>
25849
25850 * international/mule-cmds.el (select-message-coding-system):
25851 Be sure to use LF for end-of-line. If no coding system is decided,
25852 return iso-8859-1-unix.
25853
25854 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
25855
25856 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
25857 (ange-ftp-pending-error-line): New vars.
25858 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
25859 to handle the non-fatal no-route-to-host messages.
25860 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
25861
25862 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
25863
25864 * isearch.el (isearch-mode-map, isearch-other-meta-char)
25865 (isearch-quote-char, isearch-printing-char)
25866 (isearch-text-char-description): "?\ " -> "?\s".
25867 (isearch-lazy-highlight-cleanup)
25868 (isearch-lazy-highlight-initial-delay)
25869 (isearch-lazy-highlight-interval)
25870 (isearch-lazy-highlight-max-at-a-time)
25871 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
25872 Declare with define-obsolete-*-alias macros.
25873 (isearch-forward): Fix typo in docstring.
25874 (search-invisible, search-ring-yank-pointer)
25875 (regexp-search-ring-yank-pointer): Doc fixes.
25876
25877 * recentf.el (recentf-menu-append-commands-p): Declare with
25878 `define-obsolete-variable-alias'.
25879 (recentf-max-saved-items, recentf-menu-filter)
25880 (recentf-arrange-by-rule-subfilter): Doc fixes.
25881 (recentf-menu-append-commands-flag)
25882 (recentf-initialize-file-name-history, recentf-expand-file-name)
25883 (recentf-clear-data): Fix typos in docstrings.
25884
25885 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
25886
25887 * progmodes/gdb-ui.el: Smarten comments.
25888 (gdb-info-breakpoints-custom): Use nowarn when finding file.
25889
25890 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
25891
25892 * term/apollo.el (terminal-init-apollo): New function containing
25893 all former top level forms in the file.
25894 * term/bobcat.el (terminal-init-bobcat):
25895 * term/cygwin.el (terminal-init-cygwin):
25896 * term/iris-ansi.el (terminal-init-iris-ansi):
25897 * term/linux.el (terminal-init-linux):
25898 * term/news.el (terminal-init-news):
25899 * term/rxvt.el (terminal-init-rxvt):
25900 * term/sun.el (terminal-init-sun):
25901 * term/tvi970.el (terminal-init-tvi970):
25902 * term/vt100.el (terminal-init-vt100):
25903 * term/vt102.el (terminal-init-vt102):
25904 * term/vt125.el (terminal-init-vt125):
25905 * term/vt200.el (terminal-init-vt200):
25906 * term/vt201.el (terminal-init-vt201):
25907 * term/vt220.el (terminal-init-vt220):
25908 * term/vt240.el (terminal-init-vt240):
25909 * term/vt300.el (terminal-init-vt300):
25910 * term/vt320.el (terminal-init-vt320):
25911 * term/vt400.el (terminal-init-vt400):
25912 * term/vt420.el (terminal-init-vt420):
25913 * term/wyse50.el (terminal-init-wyse50):
25914 * term/xterm.el (terminal-init-xterm): Likewise.
25915
25916 * term/README: Describe the terminal-init-* functionality.
25917
25918 * startup.el (command-line): After loading the terminal initialization
25919 file call the corresponding terminal initialization function.
25920
25921 2005-07-27 Kenichi Handa <handa@m17n.org>
25922
25923 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
25924 negative.
25925
25926 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
25927 (ps-mule-composition-prologue): Fix for the case that
25928 RelativeCompose is false.
25929
25930 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
25931
25932 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
25933
25934 * descr-text.el (describe-char): Handle the case where the list of
25935 chars is displayed in a separate frame.
25936 Be a bit more discriminating when looking for the char.
25937
25938 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
25939
25940 * bookmark.el (bookmark-automatically-show-annotations)
25941 (bookmark-read-annotation-text-func): Doc fixes.
25942 (bookmark-save): Improve argument/docstring consistency.
25943 (bookmark-get-bookmark, bookmark-get-bookmark-record)
25944 (bookmark-alist-from-buffer)
25945 (bookmark-upgrade-file-format-from-0)
25946 (bookmark-grok-file-format-version)
25947 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
25948 (bookmark-read-annotation-mode)
25949 (bookmark-insert-current-bookmark, bookmark-jump)
25950 (bookmark-exit-hook): Fix typos in docstrings.
25951 (bookmark-exit-hooks): Define as obsolete alias.
25952 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
25953 not `bookmark-exit-hooks'. Fix docstring.
25954 (bookmark-bmenu-select): "?\ " -> "?\s".
25955
25956 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
25957
25958 * startup.el (command-line): Fix typo.
25959
25960 2005-07-24 Richard M. Stallman <rms@gnu.org>
25961
25962 * tooltip.el (tooltip-mode): Test emacs-basic-display,
25963 not emacs-quick-startup.
25964
25965 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
25966
25967 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
25968 (reb-next-match, reb-show-subexp): Use `with-selected-window'
25969 instead of `reb-with-current-window'.
25970 (reb-prev-match): Likewise. Also, don't move left if the search
25971 was unsuccessful.
25972 (reb-initialize-buffer): New function.
25973 (re-builder, reb-change-syntax): Use it.
25974
25975 * man.el (Man-goto-page): Make second argument NOERROR optional.
25976
25977 2005-07-23 Richard M. Stallman <rms@gnu.org>
25978
25979 * man.el (Man-bgproc-sentinel): Check here for failure to find
25980 any man page in the output, and report the error here.
25981 (Man-arguments): Make it permanent local.
25982 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
25983 (Man-mode): Pass t for NOERROR.
25984
25985 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25986 (grep-mode-font-lock-keywords):
25987 Don't use compilation-...-face for messages that are not file names.
25988
25989 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25990 Don't use compilation-...-face for messages that are not file names.
25991
25992 2005-07-22 Juri Linkov <juri@jurta.org>
25993
25994 * startup.el (normal-splash-screen): Update menu name.
25995
25996 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25997
25998 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
25999
26000 * term/xterm.el: Load term/rxvt if the terminal is actually an
26001 rxvt terminal.
26002 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26003
26004 * term/rxvt.el (function-key-map): Use substitute-key-definition
26005 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26006
26007 * term/cygwin.el: New file.
26008
26009 2005-07-22 Kim F. Storm <storm@cua.dk>
26010
26011 * image-file.el (insert-image-file, image-file-yank-handler):
26012 Fix last change to maintain a (unique) yank-handler on yanked images.
26013
26014 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26015
26016 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26017 of the file size (as in "177B" for 177 bytes). This happens with
26018 "ls -lh" on FreeBSD.
26019
26020 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26021
26022 * hilit-chg.el (highlight-changes-global-initial-state)
26023 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26024 (hilit-chg-fixup, highlight-changes-mode):
26025 Fix typos in docstrings.
26026 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26027 Doc fixes.
26028
26029 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26030
26031 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26032 mode function using `eval-after-load'.
26033
26034 2005-07-21 Kim F. Storm <storm@cua.dk>
26035
26036 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26037 included when reporting an Emacs crash, and tell about the DEBUG file.
26038
26039 * image-file.el (insert-image-file): Add yank-handler.
26040 (image-file-yank-handler): Yank handler to make unique copies of
26041 images when they are yanked into a buffer next to each other.
26042
26043 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26044
26045 * comint.el (comint-use-prompt-regexp, comint-send-input)
26046 (comint-source-default, comint-extract-string)
26047 (comint-get-source, comint-word, comint-completion)
26048 (comint-source, comint-prompt-read-only, comint-update-fence):
26049 Fix typos in docstrings.
26050 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26051 Declare with define-obsolete-*-alias macros.
26052 (comint-previous-matching-input-from-input)
26053 (comint-next-matching-input-from-input)
26054 (comint-previous-matching-input, comint-next-matching-input)
26055 (comint-forward-matching-input):
26056 Improve argument/docstring consistency.
26057
26058 * desktop.el (desktop-clear-preserve-buffers-regexp):
26059 Also preserve the *server* buffer.
26060
26061 * simple.el (clone-indirect-buffer): Doc fix.
26062 (fixup-whitespace, just-one-space)
26063 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26064 (next-error, next-error-highlight)
26065 (next-error-highlight-no-select, next-error-last-buffer)
26066 (next-error-buffer-p, next-error-find-buffer, next-error)
26067 (previous-error, next-error-no-select, previous-error-no-select)
26068 (open-line, split-line, minibuffer-prompt-width, kill-new)
26069 (binary-overwrite-mode): Fix typos in docstrings.
26070 (set-fill-column): Fix typo in message.
26071
26072 * skeleton.el (skeleton-proxy-new): Doc fix.
26073
26074 * strokes.el (strokes-load-hook): Doc fix.
26075 (strokes-grid-resolution, strokes-get-grid-position)
26076 (strokes-renormalize-to-grid, strokes-read-stroke)
26077 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26078 (strokes-global-map): Fix typos in docstrings.
26079 (strokes-help): Doc fix. Fix help message and pass it through
26080 `substitute-command-keys'.
26081
26082 * tempo.el (tempo-insert-prompt, tempo-interactive)
26083 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26084 (tempo-insert-string-functions, tempo-local-tags)
26085 (tempo-define-template, tempo-insert-template)
26086 (tempo-insert-prompt-compat, tempo-is-user-element)
26087 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26088 Fix typos in docstrings.
26089
26090 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26091 (vcursor-key-bindings, vcursor-use-vcursor-map)
26092 (vcursor-find-window, vcursor-scroll-down)
26093 (vcursor-disable, vcursor-beginning-of-buffer)
26094 (vcursor-end-of-buffer): Fix typos in docstrings.
26095 (vcursor-relative-move, vcursor-get-char-count):
26096 Improve argument/docstring consistency.
26097
26098 * version.el: "?\ " -> "?\s".
26099
26100 * wid-edit.el (widget-default-create, widget-after-change)
26101 (widget-default-format-handler, widget-checklist-add-item)
26102 (widget-radio-add-item, widget-choose, widget-specify-secret)
26103 (widget-field-value-create, widget-field-value-get)
26104 (widget-editable-list-format-handler)
26105 (widget-editable-list-entry-create, widget-group-value-create)
26106 (widget-documentation-link-add)
26107 (widget-documentation-string-value-create): "?\ " -> "?\s".
26108 (widget-convert-text): Doc fix.
26109 (widget-narrow-to-field, widget-field-find)
26110 (widget-url-link-action, widget-emacs-library-link-action)
26111 (widget-color-notify): Fix typos in docstrings.
26112
26113 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26114 (x-select-text, set-w32-system-coding-system)
26115 (w32-add-charset-info): Fix typos in docstrings.
26116
26117 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26118 (cua-enable-cua-keys, cua-use-hyper-key)
26119 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26120 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26121
26122 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26123
26124 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26125 `defalias' instead of faking it.
26126
26127 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26128 (eshell-ls-missing, eshell-ls-dired-initial-args)
26129 (eshell-ls-use-in-dired): Fix typos in docstrings.
26130
26131 2005-07-20 Kim F. Storm <storm@cua.dk>
26132
26133 * emulation/cua-base.el (cua-mode): Improve doc string.
26134
26135 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26136
26137 * abbrev.el (expand-region-abbrevs): Doc fix.
26138 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26139 Improve argument/docstring consistency.
26140
26141 * arc-mode.el (archive-get-descr, archive-alternate-display):
26142 Doc fixes.
26143 (archive-l-e): Improve argument/docstring consistency.
26144 (archive-tmpdir, archive-unixdate, archive-unixtime)
26145 (archive-chmod-entry): Fix typos in docstrings.
26146 (archive-unflag, archive-unflag-backwards)
26147 (archive-unmark-all-files): "?\ " -> "?\s".
26148
26149 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26150 (Buffer-menu-not-modified, Buffer-menu-execute)
26151 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26152 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26153
26154 * composite.el (compose-string, encode-composition-rule)
26155 (compose-last-chars): Fix typos in docstrings.
26156
26157 * desktop.el (desktop-enable, desktop-basefilename):
26158 Declare with `define-obsolete-variable-alias'.
26159 (desktop-internal-v2s): Don't quote keywords.
26160 (desktop-clear): "?\ " -> "?\s".
26161
26162 * dired.el (dired-align-file, dired-flag-backup-files)
26163 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26164 (dired-listing-switches, dired-ls-F-marks-symlinks)
26165 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26166 (dired-directory, dired-faces, dired, dired-revert)
26167 (dired-mode, dired-summary, dired-view-file)
26168 (dired-copy-filename-as-kill, dired-delete-file)
26169 (dired-no-confirm, dired-unmark-all-marks)
26170 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26171 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26172 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26173 Fix typos in message strings.
26174
26175 * dired-x.el (virtual-dired): Declare with `defalias'.
26176 (dired-mark-unmarked-files, dired-local-variables-file)
26177 (dired-omit-here-always): Doc fix.
26178 (dired-omit-mode, dired-find-subdir)
26179 (dired-enable-local-variables, dired-clean-up-buffers-too)
26180 (dired-extra-startup, dired-mark-extension, dired-jump)
26181 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26182 (dired-smart-shell-command, dired-guess-shell-alist-user)
26183 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26184 (dired-x-bind-find-file, dired-x-submit-report):
26185 Fix typos in docstrings.
26186 (dired-mark-unmarked-files): "?\ " -> "?\s".
26187
26188 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26189
26190 * faces.el (describe-face): "?\ " -> "?\s".
26191 (read-all-face-attributes, read-face-font, modify-face)
26192 (face-attr-construct, italic): Fix typos in docstrings.
26193 (frame-update-face-colors): Declare with
26194 `define-obsolete-function-alias'.
26195
26196 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26197 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26198 (magic-mode-alist, buffer-file-numbers-unique)
26199 (write-file-functions, get-free-disk-space):
26200 Fix typos in docstrings.
26201 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26202 (write-contents-hooks, write-file-hooks):
26203 Declare with `define-obsolete-variable-alias'.
26204
26205 * forms-d2.el (arch-rj): Fix typo in docstrings.
26206 (arch-tocol): Likewise. "?\ " -> "?\s".
26207
26208 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26209 Fix typo in docstring.
26210 (set-screen-width, set-screen-height): Delete redundant info in
26211 doctrings.
26212 (new-frame, screen-height, screen-width): Declare with
26213 `define-obsolete-function-alias'.
26214 (delete-frame-hook, blink-cursor): Declare with
26215 `define-obsolete-variable-alias'.
26216
26217 * paths.el (prune-directory-list): Fix typos in docstring.
26218
26219 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26220 (cvs-prefix-get): Fix typos in docstrings.
26221
26222 * ps-print.el (ps-extend-face-list, ps-extend-face)
26223 (ps-print-background-image): Fix typos in docstrings.
26224 (ps-default-fg, ps-default-bg): Doc fixes.
26225
26226 * s-region.el (s-region-bind): Doc fix.
26227 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26228
26229 * textmodes/org.el (org-table-formula-substitute-names)
26230 (org-table-get-vertical-vector): Doc fixes.
26231 (org-table-recalculate): Remove unused argument to `message'.
26232
26233 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26234
26235 * textmodes/org.el (org-table-column-names)
26236 (org-table-column-name-regexp)
26237 (org-table-named-field-locations): New variables.
26238 (org-archive-subtree): Protect `this-command' when calling
26239 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26240 the kill buffer.
26241 (org-complete): Remove fixed-formula completion.
26242 (org-edit-formulas-map): New variable.
26243 (org-table-edit-formulas): New command.
26244 (org-finish-edit-formulas, org-abort-edit-formulas)
26245 (org-show-variable, org-table-get-vertical-vector): New functions.
26246 (org-table-maybe-eval-formula): Handle `:=' fields.
26247 (org-table-get-stored-formulas, org-table-store-formulas)
26248 (org-table-get-formula, org-table-modify-formulas)
26249 (org-table-replace-in-formulas): Handle named field formulas.
26250 (org-table-get-specials): Store locations of named fields.
26251
26252 2005-07-19 Juri Linkov <juri@jurta.org>
26253
26254 * progmodes/grep.el (grep-regexp-alist)
26255 (grep-mode-font-lock-keywords, grep-process-setup):
26256 Use default GNU grep match color "01;31m" instead of "01;41m".
26257 (grep-regexp-alist, grep-mode-font-lock-keywords):
26258 Use `\\[[0-9]*m' instead of `\\[00m'.
26259 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26260 sgr_start where its handling is more important. Use the real
26261 length of sgr_start instead of constant 8.
26262 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26263 specially. Delete all remaining escape sequences.
26264 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26265 (grep-regexp-alist): Make hyperlink only for binary file name
26266 instead of the whole line.
26267 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26268 (grep-mode): Add autoload.
26269
26270 * emacs-lisp/find-func.el (find-function-regexp):
26271 Add `define-compilation-mode'.
26272
26273 2005-07-19 Juri Linkov <juri@jurta.org>
26274
26275 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26276 (compare-windows-sync-string-size, compare-windows-recenter)
26277 (compare-windows-highlight, compare-windows): Add version 22.1.
26278 (compare-windows) <defface>: Inherit from lazy-highlight instead
26279 of duplicating its default value.
26280
26281 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26282 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26283
26284 * descr-text.el (describe-char): Create link buttons for `charset'
26285 and `code point'. Add the current input method name with a link
26286 button to `to input' field. Print face names of display table
26287 characters in `The display table entry is displayed by' section
26288 instead of printing face-id in the `display' field.
26289 Guess hardcoded faces and create a link button for them.
26290 Skip empty fields when calculating max-width.
26291 Treat `widget-create' specially while inserting strings from the
26292 collected field list.
26293 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26294
26295 * diff-mode.el (diff-file-header): Change foreground color from
26296 yellow to green on light backgrounds.
26297 (diff-context): Inherit from `shadow' only for color/grayscale
26298 with more than 88 colors.
26299 (diff-indicator-removed, diff-indicator-added)
26300 (diff-indicator-changed): New faces.
26301 (diff-font-lock-keywords): Use new faces. Regroup rules.
26302 Add "^---$" for `normal' diff format. Fontify `#' lines with
26303 font-lock-comment-delimiter-face and font-lock-comment-face.
26304 Add `#' to ^[^...] in the rule for `diff-context-face'.
26305
26306 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26307 a button-like box. Inherit from `highlight' on low colors.
26308 (shadow): Use shades of gray only for color/grayscale with
26309 more than 88 colors. Use green for light backgrounds with
26310 8 colors, and yellow for dark backgrounds with 8 colors.
26311
26312 * font-lock.el (font-lock-regexp-grouping-backslash):
26313 Don't inherit from escape-glyph (use bold for all cases).
26314
26315 * info.el (info-xref-visited): Use light foreground color `violet'
26316 for dark backgrounds instead of dark color `magenta3'.
26317 (info-title-1): Use `yellow' color for dark backgrounds.
26318
26319 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26320 too-light magenta2.
26321
26322 * replace.el (match): Use slightly more light RoyalBlue3 instead
26323 of dark RoyalBlue4.
26324
26325 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26326
26327 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26328
26329 * novice.el (disabled-command-hook): Declare it with
26330 `define-obsolete-variable-alias'.
26331
26332 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26333 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26334 (desktop-load-default): Add release to obsolescence info.
26335 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26336 (desktop-append-buffer-args, desktop-read):
26337 Fix typos in docstrings.
26338 (desktop-kill): Fix typo in message.
26339 (desktop-save): Doc fix.
26340
26341 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26342
26343 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26344 (viper-envelop-ESC-key): Change the definition of fast
26345 keysequence so it'll work with keyboard macros.
26346
26347 * ediff.el (ediff-patch-buffer): Change the docstring.
26348
26349 2005-07-19 Kenichi Handa <handa@m17n.org>
26350
26351 * international/mule-cmds.el (select-safe-coding-system): Try to
26352 use an auto-coding (if any) before anything else. If the found
26353 auto-coding is invalid, show a warning message.
26354
26355 * international/mule.el (find-auto-coding): New function created
26356 by modifying the body of set-auto-coding.
26357 (set-auto-coding): Use find-auto-coding to find a coding.
26358
26359 2005-07-18 Richard M. Stallman <rms@gnu.org>
26360
26361 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26362 not isearch-mode-end-hook-error.
26363 (allout-before-change-protect): Fix error message.
26364
26365 2005-07-18 Juri Linkov <juri@jurta.org>
26366
26367 * allout.el (allout-mode):
26368 * calculator.el (calculator-copy):
26369 * custom.el (custom-known-themes):
26370 * dired.el (dired-desktop-buffer-misc-data)
26371 (dired-restore-desktop-buffer):
26372 * dired-x.el (dired-omit-marker-char):
26373 * files.el (basic-save-buffer):
26374 * font-core.el (font-lock-mode):
26375 * calendar/calendar.el (calendar-goto-hebrew-date)
26376 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26377 (calendar-goto-persian-date):
26378 * language/ethio-util.el (ethio-sera-to-fidel-region):
26379 * textmodes/picture.el (picture-mode):
26380 Delete duplicate duplicate words.
26381
26382 2005-07-18 Juri Linkov <juri@jurta.org>
26383
26384 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26385 chars * ? } |.
26386 (isearch-fallback): Don't call `isearch-process-search-char'.
26387 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26388 (isearch-process-search-char): Call `isearch-fallback' for regexp
26389 chars * ? } |.
26390 (isearch-return-char): Make obsolete with `make-obsolete' instead
26391 of simply documenting it as obsolete in the docstring.
26392 (isearch-fallback): Refill docstring.
26393
26394 * international/isearch-x.el
26395 (isearch-process-search-multibyte-characters): Remove unneeded
26396 `concat'. Add intermediate values to `junk-hist' instead of
26397 `minibuffer-history'. Test the length of `str'.
26398
26399 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26400
26401 * allout.el (allout-resolve-xref): Fix typos in error strings.
26402 (allout-before-change-protect): Remove unneeded `concat'.
26403
26404 * array.el (array-mode, array-reconfigure-rows)
26405 (untabify-backward): Fix typos in docstrings.
26406 (array-reconfigure-rows): Use `insert-buffer-substring', not
26407 `insert-buffer'.
26408
26409 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26410 * progmodes/ada-mode.el (ada-make-body):
26411 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26412
26413 * dired.el (dired-log):
26414 * tar-mode.el (tar-subfile-save-buffer):
26415 * play/zone.el (zone-pgm-stress-destress):
26416 Use `insert-buffer-substring', not `insert-buffer'.
26417
26418 2005-07-17 Simon Josefsson <jas@extundo.com>
26419
26420 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26421
26422 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26423
26424 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26425 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26426
26427 2005-07-17 Kim F. Storm <storm@cua.dk>
26428
26429 * ido.el (dired-other-window): Add ido property.
26430
26431 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26432
26433 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26434 Fix typo in docstring.
26435 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26436 `insert-file-literally'.
26437
26438 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26439 info and delete redundant message. Doc fix.
26440 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26441 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26442
26443 2005-07-16 Richard M. Stallman <rms@gnu.org>
26444
26445 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26446 (byte-compile-and): Use byte-compile-and-recursion.
26447 (byte-compile-or-recursion): New function.
26448 (byte-compile-or): Use that.
26449 (byte-compile-if): Guard the else-clause too.
26450 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26451
26452 * isearch.el (isearch-mode-end-hook-quit): New variable.
26453 (isearch-done): Bind it.
26454 (isearch-mode-end-hook): Doc fix.
26455
26456 * allout.el (allout-isearch-did-quit): Variable deleted.
26457 (allout-real-isearch-abort): Function name no longer used.
26458 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26459 (allout-isearch-rectification): isearch-mode always exists.
26460 Don't set allout-isearch-did-quit.
26461 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26462 allout-isearch-did-quit.
26463 (allout-enwrap-isearch): Just add the hook.
26464 (allout-isearch-abort): Function deleted.
26465 (allout-pre-command-business): Avoid warning.
26466
26467 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26468 Correctly avoid warnings.
26469 (pascal-outline): Likewise.
26470
26471 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26472
26473 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26474
26475 * play/tetris.el (tetris-mode): Avoid warning.
26476
26477 * play/snake.el (snake-mode): Avoid warning.
26478
26479 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26480 (gamegrid-set-display-table): Avoid warning.
26481 (gamegrid-set-timer): Likewise.
26482 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26483 (gamegrid-add-score-with-update-game-score-1): Take FILE
26484 as argument.
26485 (gamegrid-add-score-with-update-game-score): Pass that argument.
26486 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26487
26488 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26489
26490 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26491 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26492
26493 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26494 and insert-file.
26495
26496 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26497 (sc-ask): Avoid warnings.
26498
26499 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26500 (eshell-hist-initialize): Use that var the natural way.
26501
26502 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26503
26504 * emacs-lisp/re-builder.el (reb-cook-regexp):
26505 Avoid warning calling lre-compile-string.
26506 (reb-color-display-p): Avoid warning.
26507
26508 * calculator.el (calculator-last-input): Guard uses
26509 of event-key and key-press-event-p.
26510 (event-key, key-press-event-p): Delete definitions.
26511
26512 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26513 (find-gc-source-directory, find-gc-subrs-callers)
26514 (find-gc-noreturn-list, find-gc-source-files)
26515 (find-gc-subrs-called): Vars renamed and defvar'd.
26516
26517 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26518 (checkdoc-overlay-put, checkdoc-delete-overlay)
26519 (checkdoc-overlay-start, checkdoc-overlay-end)
26520 (checkdoc-mode-line-update, checkdoc-char=):
26521 Define such that compiler knows they are defined.
26522 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26523 (checkdoc-read-event): Delete. Use read-event directly.
26524
26525 * whitespace.el (whitespace-make-overlay)
26526 (whitespace-overlay-put, whitespace-delete-overlay)
26527 (whitespace-overlay-start, whitespace-overlay-end):
26528 Define such that compiler knows they are defined.
26529 (whitespace): Move conditional inside.
26530
26531 * tempo.el (tempo-insert-template): Suppress warning.
26532
26533 * ediff-diff.el (longlines-mode): Add defvar.
26534
26535 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26536
26537 * server.el: Bind "C-x #" in a way that works even if C-x is
26538 redefined to a command key, not a prefix key.
26539
26540 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26541
26542 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26543 cl-make-type-test till execution time.
26544
26545 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26546
26547 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26548 arg ARG and use it.
26549
26550 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26551
26552 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26553
26554 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26555
26556 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26557 a defcustom with two :set or :type keywords.
26558
26559 2005-07-15 Richard M. Stallman <rms@gnu.org>
26560
26561 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26562 Don't give ^M comment-end syntax.
26563
26564 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26565
26566 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26567 Don't consider gdbmi (gdb-mi.el has its own update functions).
26568 (gdb-var-delete): Make it work for gdbmi as well.
26569 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26570
26571 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26572 (gud-speedbar-menu-items): Correct logic for enabling items.
26573
26574 2005-07-15 Kim F. Storm <storm@cua.dk>
26575
26576 * ido.el: Fix commentary.
26577 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26578 Use with-no-warnings around ffap-guesser.
26579 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26580 Let bind minibuffer-completing-file-name to t.
26581
26582 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26583
26584 * startup.el (site-run-file, keyboard-type): Doc fixes.
26585 (command-line): Check for "--basic-display" argument; also for
26586 "--quick", not "--bare-bones" (which was renamed).
26587 (fancy-splash-text): Add missing item "Getting New Versions".
26588 (normal-splash-screen): Fix typos and improve consistency with
26589 `fancy-splash-text'. Update copyright year.
26590
26591 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26592 valid binding for `help-char'.
26593
26594 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26595
26596 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26597
26598 * term.el (term-mode): Disable cua-mode for term buffers.
26599
26600 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26601
26602 * add-log.el (add-log-mailing-address, change-log-merge):
26603 Doc fixes.
26604 (change-log-get-method-definition): Fix typo in docstring.
26605
26606 2005-07-14 Kim F. Storm <storm@cua.dk>
26607
26608 * emulation/cua-base.el:
26609 (cua--pre-command-handler-1, cua--pre-command-handler)
26610 (cua--post-command-handler-1, cua--post-command-handler):
26611 Split in two. Check (buffer local) value of cua-mode.
26612 (cua-selection-mode): New command.
26613
26614 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26615
26616 * custom.el (custom-initialize-safe-set)
26617 (custom-initialize-safe-default): Doc fixes.
26618
26619 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26620 and simplify :init-value again.
26621
26622 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26623 and simplify :init-value again. Delete autoload.
26624
26625 * startup.el (command-line): Use `custom-reevaluate-setting' again
26626 for tooltip-mode.
26627
26628 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26629 a defcustom with two :initialize keywords.
26630
26631 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26632
26633 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26634 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26635 (allout-post-command-business, allout-flag-region)
26636 (isearch-reenable-font-lock, allout-yank)
26637 (allout-insert-latex-header, allout-insert-latex-trailer)
26638 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26639 (allout-latex-verb-quote): Fix typos in docstrings.
26640 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26641 (allout-unprotected, allout-prefix-data):
26642 Improve argument/docstring consistency.
26643 (allout-chart-subtree): Fix argument spec.
26644 (allout-open-topic): Rename `use_sib_bullet' argument to
26645 `use-sib-bullet'. Doc fix.
26646
26647 * whitespace.el (whitespace-check-buffer-leading)
26648 (whitespace-check-buffer-trailing)
26649 (whitespace-check-buffer-indent)
26650 (whitespace-check-buffer-spacetab)
26651 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26652 (whitespace-check-leading-whitespace)
26653 (whitespace-check-trailing-whitespace)
26654 (whitespace-check-spacetab-whitespace)
26655 (whitespace-check-indent-whitespace)
26656 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26657 (whitespace-modes): Fix typos in docstrings.
26658 (defgroup, defcustom): Doc fixes.
26659
26660 * winner.el (winner-mode, winner-boring-buffers)
26661 (winner-pending-undo-ring): Doc fixes.
26662 (winner-ring): Remove unneeded `progn'.
26663 (winner-equal): `defsubst' it.
26664 (winner-redo): Fix message.
26665
26666 2005-07-13 Kim F. Storm <storm@cua.dk>
26667
26668 * simple.el (line-move-1): Always use vertical-motion to
26669 do the last (or only) line move to ensure some movement.
26670 Undo 2005-06-23 change--don't check for overlays.
26671
26672 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26673
26674 * term/mac-win.el (ccl-encode-mac-roman-font)
26675 (ccl-encode-mac-centraleurroman-font)
26676 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26677 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26678 Change charset-id boundary of dimension to ?\xef.
26679 (mac-char-fontspec-list): New constant.
26680 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26681 argument. Nil uses itself as family in font-spec. Previous
26682 behavior for nil is now provided by non-nil non-string argument.
26683 All callers changed. Add font-specs for Mac fonts to
26684 "fontset-default" unless iso8859-1 fonts are installed.
26685
26686 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26687
26688 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26689 a continuation line if the \ is preceded by SPC or TAB.
26690 (sh-get-indent-info): Simplify.
26691 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26692 Use with-current-buffer.
26693
26694 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26695 when the matched text is empty.
26696
26697 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26698
26699 * startup.el (command-line): Revert to previous handling of
26700 tooltip-mode. Explain in comment why the complexity is needed.
26701
26702 * tooltip.el (tooltip-mode): Revert to previous implementation of
26703 its defcustom.
26704
26705 * frame.el (blink-cursor-mode): Revert to previous implementation
26706 of its defcustom. Update comment.
26707
26708 2005-07-12 Lars Hansen <larsh@soem.dk>
26709
26710 * desktop.el: Update e-mail address.
26711
26712 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26713
26714 * term/mac-win.el (mac-services-mail-selection)
26715 (mac-services-mail-to): New functions.
26716 (mac-application-menu-map): Bind them.
26717
26718 2005-07-12 wulei <milton@wulei.net> (tiny change)
26719
26720 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26721
26722 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26723
26724 * custom.el (custom-reevaluate-setting): Doc fix.
26725
26726 2005-07-11 Jay Belanger <belanger@truman.edu>
26727
26728 * calc/calc.el (calc-embedded-announce-formula-alist)
26729 (calc-embedded-open-close-plain-alist)
26730 (calc-embedded-open-close-mode-alist): Add checks for additional
26731 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26732
26733 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26734
26735 * custom.el (custom-enable-theme): Don't add theme to
26736 `custom-enabled-themes' with `push' because there is no
26737 setf-method for `delq'.
26738
26739 2005-07-11 Richard M. Stallman <rms@gnu.org>
26740
26741 * custom.el (custom-declare-variable): Doc fix.
26742
26743 * dired-aux.el (dired-compare-directories): Remove "." and ".."
26744 from the alists.
26745
26746 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
26747 Do nothing if edebug-active.
26748
26749 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
26750 (edebug-display): Do it here instead.
26751
26752 2005-07-10 Richard M. Stallman <rms@gnu.org>
26753
26754 * cus-face.el (custom-theme-set-faces): Make it work.
26755 (custom-reset-faces): Doc fix.
26756 (custom-theme-reset-internal-face, custom-theme-face-value):
26757 Functions deleted.
26758
26759 * custom.el (custom-push-theme): Maintain list of the settings
26760 of a given theme in its theme-settings property.
26761 Maintain position of old settings in the theme-value
26762 or theme-face property.
26763 (custom-enabled-themes): New variable.
26764 (custom-theme-enabled-p): New function.
26765 (provide-theme): Update custom-enabled-themes.
26766 Disable and reenable the `user' theme.
26767 (require-theme): Doc fix.
26768 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
26769 (custom-theme-value, custom-theme-variable-value): Likewise.
26770 (custom-theme-reset-internal): Likewise.
26771 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
26772 (custom-enable-theme, custom-disable-theme): New functions.
26773 (custom-variable-theme-value, custom-face-theme-value): Likewise.
26774 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
26775 (custom-theme-reset-variables): Simplify.
26776 (deftheme, custom-declare-theme, custom-make-theme-feature):
26777 Definitions moved.
26778
26779 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
26780
26781 * longlines.el (longlines-show-region)
26782 (longlines-unshow-hard-newlines): Recognize hard newlines by
26783 non-nil hard property, instead of t.
26784
26785 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
26786
26787 * emulation/viper-cmd.el (viper--key-maps): New variable.
26788 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
26789 emulation-mode-map-alists.
26790 (viper-envelop-ESC-key): Use viper-subseq.
26791 (viper-search-forward/backward/next): Disable debug-on-error.
26792
26793 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26794 (viper-ESC-key): New defcustoms.
26795
26796 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
26797
26798 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
26799 (viper-subseq): Copy of subseq from cl.el.
26800
26801 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
26802 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
26803
26804 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
26805
26806 * emulation/viper-init.el: Get rid of -face in face names.
26807
26808 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
26809 Make it work with longlines mode.
26810
26811 * ediff-mult.el (ediff-meta-mode-hook): New variable.
26812
26813 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
26814
26815 * ediff-init.el: Get rid of -face in face names.
26816
26817 2005-07-10 Richard M. Stallman <rms@gnu.org>
26818
26819 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
26820 and with-timeout-unsuspend.
26821
26822 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
26823 and with-timeout-unsuspend.
26824
26825 * emacs-lisp/timer.el (with-timeout-timers): New variable.
26826 (with-timeout): Bind that variable to record timers.
26827 (with-timeout-suspend, with-timeout-unsuspend): New functions.
26828
26829 * emacs-lisp/debug.el (debug-help-follow): New function.
26830 (debugger-mode-map): Use that instead of help-follow.
26831 (debugger-setup-buffer): Use eval-buffer-list
26832 to handle eval-buffer frames.
26833
26834 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
26835
26836 * timezone.el (timezone-parse-date): Change first regexp
26837 so it will not mistakenly match dates with no time zone.
26838
26839 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
26840
26841 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
26842
26843 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
26844
26845 * custom.el (custom-initialize-safe-set)
26846 (custom-initialize-safe-default): New functions.
26847
26848 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26849 and simplify :init-value.
26850
26851 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26852 and simplify :init-value. Delete obsolete comment.
26853
26854 * startup.el (command-line): Use `custom-reevaluate-setting' to
26855 handle `tooltip-mode'. Delete obsolete comment.
26856
26857 * files.el (set-visited-file-name): Avoid calling
26858 `file-name-nondirectory' with a nil argument.
26859
26860 2005-07-09 Richard M. Stallman <rms@gnu.org>
26861
26862 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
26863 was called with nil for the buffer, handle the read position right.
26864 Handle read position for eval-region, too.
26865
26866 2005-07-09 Juri Linkov <juri@jurta.org>
26867
26868 * fringe.el (fringe-mode): Add period in docstring.
26869 (fringe-query-style): Build prompt depending on `all-frames' arg.
26870
26871 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
26872 to not create links to unrelated functions in the Help buffer.
26873
26874 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
26875 Doc fix.
26876
26877 * simple.el (next-error-hook): New variable.
26878 (next-error): Use it. Doc fix.
26879
26880 * textmodes/ispell.el (ispell-command-loop): Add current
26881 dictionary name and program name to mode-line-format.
26882 (ispell-region, ispell-process-line): Add current dictionary name
26883 and program name to messages.
26884
26885 2005-07-08 Jay Belanger <belanger@truman.edu>
26886
26887 * calc/calc.el (calc-embedded-announce-formula-alist)
26888 (calc-embedded-open-close-formula-alist)
26889 (calc-embedded-open-close-word-alist)
26890 (calc-embedded-open-close-plain-alist)
26891 (calc-embedded-open-close-new-formula-alist)
26892 (calc-embedded-open-close-mode-alist)
26893 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
26894 (calc-embedded-mode-hook): New variables.
26895
26896 * calc/calc-embed.el (calc-embedded-firsttime)
26897 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
26898 New variables.
26899 (calc-do-embedded): Use calc-embedded-firsttime,
26900 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
26901 determine whether or not to run hooks.
26902 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
26903 calc-embedded-firsttime-formula appropriately.
26904 Set calc-embedded delimiter variables according to mode.
26905
26906 2005-07-08 Richard M. Stallman <rms@gnu.org>
26907
26908 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
26909 Check for "emacs", etc., as entire symbol, not just as word.
26910 (checkdoc-file-comments-engine): Use regexp-quote on FN.
26911
26912 * files.el (set-visited-file-name): Report the error
26913 for "empty filename" earlier.
26914 (kill-some-buffers): Ignore buffers already dead.
26915
26916 * fringe.el (fringe-mode): Doc fix.
26917
26918 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26919 Check for (featurep 'xemacs) and turn off warnings in what it guards.
26920 Use unwind-protect to ensure byte-compile-unresolved-functions
26921 is updated.
26922
26923 * whitespace.el (whitespace-buffer-leading-cleanup):
26924 Simplify w/ skip-chars-forward.
26925 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
26926
26927 * mail/rmail.el (rmail-only-expunge): Fix paren error.
26928 Unconditionally try to leave point at the same old place.
26929
26930 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
26931
26932 * comint.el (comint-postoutput-scroll-to-bottom)
26933 (comint-show-maximum-output): Take scroll-margin into consideration.
26934
26935 2005-07-08 Kim F. Storm <storm@cua.dk>
26936
26937 * ido.el (ido-use-filename-at-point): New choice `guess'.
26938 (ido-file-internal): Try ffap-guesser if selected.
26939
26940 * ido.el (ido-before-fallback-functions): New hook.
26941 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
26942 (ido-read-file-name): Run it.
26943
26944 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
26945
26946 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
26947 strings rather than a list of symbols to the completion function.
26948
26949 2005-07-07 Jay Belanger <belanger@truman.edu>
26950
26951 * calc/calc-units.el (math-apply-units): Change the places in
26952 which units are simplified.
26953
26954 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
26955
26956 * cus-edit.el (customize-option, customize-option-other-window):
26957 Make them handle aliases.
26958
26959 * custom.el (custom-variable-p): Make it recursively follow
26960 aliases. Mention that in the docstring.
26961
26962 2005-07-07 Richard M. Stallman <rms@gnu.org>
26963
26964 * cus-start.el (exec-path): Use `directory' instead of `file'.
26965 Fix tag for nil.
26966
26967 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26968
26969 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26970 when called non-interactively. Doc fix.
26971
26972 2005-07-07 Lute Kamstra <lute@gnu.org>
26973
26974 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26975 new address as well.
26976
26977 2005-07-07 Kenichi Handa <handa@m17n.org>
26978
26979 * international/mule.el (make-coding-system):
26980 Describe `ascii-incompatible' property in the docstring.
26981 (set-file-name-coding-system): Signal an error if coding-system is
26982 ascii-incompatible.
26983 (set-keyboard-coding-system): Likewise.
26984
26985 * international/mule-cmds.el (set-default-coding-systems):
26986 Don't set default-file-name-coding-system and
26987 default-keyboard-coding-system if coding-system is ASCII-incompatible.
26988
26989 * international/utf-16.el: Declare that all UTF-16-based coding
26990 systems are ASCII-incompatible.
26991
26992 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
26993
26994 * progmodes/gud.el: Require font-lock for displaying errors.
26995 Used by gdb-ui.el.
26996
26997 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
26998
26999 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27000 values for the pattern lists which are `read'able but not
27001 `append'able (like symbols).
27002
27003 2005-07-06 Richard M. Stallman <rms@gnu.org>
27004
27005 * progmodes/flymake.el (flymake-float-time): Instead of
27006 with-no-warnings, test for XEmacs.
27007 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27008 to avoid warning.
27009
27010 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27011
27012 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27013
27014 2005-07-05 Lute Kamstra <lute@gnu.org>
27015
27016 * battery.el: Add support for Darwin (with much debugging help
27017 from Samuel Lauber <sam124@operamail.com>).
27018 (battery-status-function, battery-echo-area-format)
27019 (battery-mode-line-format): Add support for pmset on Darwin.
27020 (battery-load-low, battery-load-critical): New user options.
27021 (battery-pmset): New function.
27022
27023 2005-07-05 Lute Kamstra <lute@gnu.org>
27024
27025 Update FSF's address in GPL notices.
27026
27027 * textmodes/page-ext.el: Update FSF's address.
27028
27029 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27030
27031 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27032 filling from using prefix when filling a single-line docstring.
27033
27034 * progmodes/flymake.el: Remove useless eval-when-compile.
27035
27036 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27037
27038 2005-07-04 Richard M. Stallman <rms@gnu.org>
27039
27040 * textmodes/org.el (org-file-apps-defaults-gnu):
27041 Rename from org-file-apps-defaults-linux.
27042 (org-default-apps): Don't test system-type for `linux'.
27043 (org-file-apps): Doc fix.
27044
27045 2005-07-04 David Ponce <david@dponce.com>
27046
27047 * tree-widget.el: Improve header Commentary section.
27048 (tree-widget) [defgroup]
27049 (tree-widget-image-enable, tree-widget-themes-directory)
27050 (tree-widget-theme, tree-widget-image-properties-emacs)
27051 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27052 (tree-widget-image-formats, tree-widget-control)
27053 (tree-widget-empty-control, tree-widget-leaf-control
27054 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27055 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27056 (tree-widget-keep, tree-widget-after-toggle-functions)
27057 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27058 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27059 :help-echo message.
27060 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27061 (tree-widget-image-properties): Doc fix. Clearer implementation.
27062 (tree-widget--cursors): New constant.
27063 (tree-widget-lookup-image): New function split from
27064 `tree-widget-find-image'. Clearer implementation.
27065 (tree-widget-find-image): Use it.
27066 (tree-widget-button-keymap): Use `set-keymap-parent'.
27067 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27068 Define the sub-widgets here.
27069 (tree-widget-node): Check that :node is not a tree-widget.
27070 (tree-widget-get-super, tree-widget-open-control)
27071 (tree-widget-close-control, tree-widget-empty-control)
27072 (tree-widget-leaf-control, tree-widget-guide)
27073 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27074 (tree-widget-no-handle, tree-widget-value-delete)
27075 (tree-widget-map): Remove.
27076 (tree-widget-children-value-save): Doc fix. Simplified.
27077 (tree-widget-value-create): Update according to previous changes.
27078
27079 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27080
27081 * textmodes/org.el: Leading space replaced by TABS.
27082 (org-recalc-marks, org-table-rotate-recalc-marks)
27083 (org-table-get-specials): Treat "^" and "_" marks.
27084 (org-table-justify-field-maybe): Optional argument NEW.
27085 (org-table-eval-formula): Parsing of the format simplified.
27086 New modes C,I. Honor the %= parameter in the current table.
27087 Avoid unnecessary re-align by using the NEW argument to
27088 `org-table-justify-field-maybe'.
27089 (org-calc-default-modes): Default for date-format mimicks org-mode.
27090 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27091
27092 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27093
27094 * cus-face.el (custom-theme-set-faces): Make it handle face
27095 aliases whose alias declarations are pre- or autoloaded.
27096
27097 2005-07-04 Juri Linkov <juri@jurta.org>
27098
27099 * faces.el (read-face-name): Put the code for getting a face name
27100 from the buffer before adding the faces from the `face' property.
27101 Use `completing-read-multiple' instead of `completing-read'.
27102 Require `crm'. Add default value and post-process the returned
27103 list of faces.
27104
27105 * emacs-lisp/crm.el (crm-find-current-element)
27106 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27107
27108 * emacs-lisp/lisp-mode.el (eval-defun-1):
27109 * emacs-lisp/edebug.el (edebug-eval-defun):
27110 Remove unnecessary quotes.
27111
27112 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27113
27114 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27115 (prolog-indent-level): Fix typo in docstring.
27116
27117 * info.el (Info-history, Info-history-forward)
27118 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27119
27120 * add-log.el (add-change-log-entry):
27121 * comint.el (comint-dynamic-list-input-ring)
27122 (comint-dynamic-list-completions):
27123 * dabbrev.el (dabbrev-expand):
27124 * delim-col.el (delimit-columns-rectangle-line):
27125 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27126 (diff-unified->context):
27127 * ediff-init.el (ediff-abbrev-jobname):
27128 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27129 (ediff-replace-session-activity-marker-in-meta-buffer):
27130 * info.el (Info-summary):
27131 * lpr.el (printify-region):
27132 * printing.el (pr-create-interface):
27133 * ps-print.el (ps-print-quote):
27134 * ses.el (ses-column-widths, ses-print-cell)
27135 (ses-adjust-print-width, ses-center):
27136 * shell.el (shell-file-name-quote-list):
27137 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27138 (strokes-fill-current-buffer-with-whitespace)
27139 (strokes-xpm-for-stroke, strokes-list-strokes)
27140 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27141 * term.el (term-dynamic-list-input-ring)
27142 (term-dynamic-list-completions):
27143 * calc/calc.el (math-format-stack-value):
27144 * emacs-lisp/edebug.el (edebug-display-freq-count):
27145 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27146 (delphi-new-comment-line):
27147 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27148 * progmodes/executable.el (executable-set-magic):
27149 * progmodes/python.el (inferior-python-mode):
27150 * progmodes/scheme.el (scheme-mode-syntax-table):
27151 * progmodes/sh-script.el (sh-maybe-here-document):
27152 * progmodes/sql.el (sql-copy-column):
27153 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27154 * textmodes/bibtex.el (bibtex-mode):
27155 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27156 (sgml-auto-attributes):
27157 * textmodes/table.el (table-insert, table-shorten-cell)
27158 (table--generate-source-scan-lines, table-delete-row)
27159 (*table--cell-delete-char, table--spacify-frame)
27160 (table--horizontally-shift-above-and-below)
27161 (table--cell-insert-char, table--cell-blank-str)
27162 (table--fill-region-strictly):
27163 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27164 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27165
27166 * add-log.el (change-log):
27167 * apropos.el (apropos):
27168 * comint.el (comint-completion, comint-source):
27169 * dabbrev.el (dabbrev):
27170 * delim-col.el (columns):
27171 * diff-mode.el (diff-mode):
27172 * ediff.el (ediff):
27173 * ediff-diff.el (ediff-diff):
27174 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27175 * ediff-mult.el (ediff-mult):
27176 * ediff-ptch.el (ediff-ptch):
27177 * ediff-wind.el (ediff-window):
27178 * facemenu.el (facemenu):
27179 * indent.el (indent):
27180 * info.el (info):
27181 * jka-cmpr-hook.el (compression, jka-compr):
27182 * lpr.el (lpr):
27183 * outline.el (outlines):
27184 * pcmpl-cvs.el (pcmpl-cvs):
27185 * pcmpl-rpm.el (pcmpl-rpm):
27186 * printing.el (printing):
27187 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27188 (ps-print-vertical, ps-print-headers, ps-print-font)
27189 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27190 (ps-print-background, ps-print-printer, ps-print-page)
27191 (ps-print-miscellany):
27192 * ses.el (ses):
27193 * shell.el (shell, shell-directories, shell-faces):
27194 * startup.el (initialization):
27195 * strokes.el (strokes):
27196 * term.el (term):
27197 * uniquify.el (uniquify):
27198 * w32-vars.el (w32):
27199 * calc/calc.el (calc):
27200 * emacs-lisp/bytecomp.el (bytecomp):
27201 * emacs-lisp/cl-indent.el (lisp-indent):
27202 * emacs-lisp/edebug.el (edebug):
27203 * emacs-lisp/elp.el (elp):
27204 * emacs-lisp/testcover.el (testcover):
27205 * emacs-lisp/trace.el (trace):
27206 * emulation/viper-ex.el (viper-ex):
27207 * emulation/viper-mous.el (viper-mouse):
27208 * mail/mailalias.el (mailalias):
27209 * mail/supercite.el (supercite, supercite-frames)
27210 (supercite-attr, supercite-cite, supercite-hooks):
27211 * net/rcompile.el (remote-compile):
27212 * net/rlogin.el (rlogin):
27213 * obsolete/ooutline.el (outlines):
27214 * progmodes/delphi.el (delphi):
27215 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27216 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27217 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27218 (ebnf-optimization):
27219 * progmodes/etags.el (etags):
27220 * progmodes/executable.el (executable):
27221 * progmodes/idlwave.el (idlwave):
27222 * progmodes/pascal.el (pascal):
27223 * progmodes/prolog.el (prolog):
27224 * progmodes/python.el (python):
27225 * progmodes/scheme.el (scheme):
27226 * progmodes/sh-script.el (sh, sh-script):
27227 * progmodes/sql.el (SQL):
27228 * progmodes/tcl.el (tcl):
27229 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27230 * textmodes/enriched.el (enriched):
27231 * textmodes/makeinfo.el (makeinfo):
27232 * textmodes/sgml-mode.el (sgml):
27233 * textmodes/table.el (table-hooks):
27234 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27235 * textmodes/texinfo.el (texinfo):
27236 * textmodes/two-column.el (two-column):
27237 Finish `defgroup' description with period.
27238
27239 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27240 * eshell/esh-var.el (eshell-var):
27241 * progmodes/vhdl-mode.el (vhdl-testbench):
27242 * textmodes/org.el (org): Fix typos in docstrings.
27243
27244 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27245 consistency.
27246
27247 * progmodes/flymake.el (flymake-find-file): Remove.
27248 (flymake-float-time): Use `with-no-warnings'.
27249 (flymake-check-start-time, flymake-check-was-interrupted)
27250 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27251 (flymake-new-err-info): `defvar' at compile time.
27252
27253 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27254
27255 * replace.el (occur-hook): Doc fix.
27256 (occur-1): Don't call `occur-hook' if there are no matches.
27257
27258 2005-07-03 Richard M. Stallman <rms@gnu.org>
27259
27260 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27261 global-map, save the same map.
27262 (global-map): Don't alter it at top level.
27263 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27264 Then alter it here instead.
27265 (tpu-edt-off): Set global-map to the saved one.
27266
27267 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27268 All references simplified.
27269 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27270 (zmacs-regions): Add defvar.
27271 (repeat-complex-command-map): Everything about that deleted.
27272
27273 * textmodes/artist.el (artist-key-is-drawing)
27274 (artist-key-endpoint1, artist-key-poly-point-list)
27275 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27276 (artist-key-compl-table, artist-rb-save-data)
27277 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27278 Don't put them in eval-when-compile.
27279 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27280
27281 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27282 Use with-no-warnings.
27283
27284 * net/browse-url.el (dos-windows-version): Add defvar.
27285
27286 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27287
27288 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27289 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27290 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27291 Add defvar.
27292 (rmail-summary-beginning-of-message): Use with-no-warnings.
27293 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27294
27295 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27296 Use with-no-warnings.
27297
27298 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27299 (c-mark-function): Add point-moving-unit property.
27300 (vi-goto-line): Use with-no-warnings.
27301
27302 * emulation/edt.el (edt-last-copied-word): Add defvar.
27303 (zmacs-region-stays): Likewise.
27304 (edt-mark-section-wisely): Use c-mark-function for C.
27305 Use makr-defun for Fortran.
27306 (time-string): defvar deleted.
27307 (edt-display-the-time): Don't set time-string.
27308
27309 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27310
27311 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27312 Don't warn when name is not constant
27313 or for defining the group `emacs'.
27314
27315 * tooltip.el (gud-tooltip-mode): Add defvar.
27316
27317 * startup.el (default-frame-background-mode): Add defvar.
27318
27319 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27320
27321 * info.el (tool-bar-map): Add defvar.
27322
27323 * dired.el (dnd-protocol-alist): Add defvar.
27324
27325 * dired-aux.el (dired-query): Display question with answer, when
27326 the user answers.
27327
27328 * custom.el (custom-add-option): Doc fix.
27329
27330 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27331
27332 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27333
27334 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27335 bogus name from the last change.
27336
27337 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27338
27339 * custom.el (custom-declare-variable): Fix typos in comment.
27340 (custom-known-themes): Doc fix.
27341 (custom-theme-directory): New defcustom.
27342 (require-theme): Make it check `custom-theme-directory'.
27343
27344 * cus-theme.el (custom-new-theme-mode): New function.
27345 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27346 (custom-theme-description): Add compiler defvars.
27347 (customize-create-theme): Add doc to the "*New Custom Theme*"
27348 buffer. Use `custom-new-theme-mode'.
27349 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27350 and save it to the `custom-theme-directory'. Make this the
27351 default directory of the buffer.
27352
27353 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27354
27355 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27356 Fix unbalanced parentheses.
27357
27358 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27359
27360 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27361 into flymake-mode and delegate to flymake-mode.
27362
27363 * find-file.el (ff-which-function-are-we-in): Clean up.
27364
27365 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27366
27367 * replace.el (occur-rename-buffer): Fix docstring.
27368
27369 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27370 (edt-last-copied-word, edt-learn-macro-count)
27371 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27372 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27373 (time-string, zmacs-region-stays):
27374 * emulation/edt-mapper.el (edt-save-function-key-map)
27375 (EDT-key-name): `defvar' to silence the byte-compiler.
27376
27377 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27378
27379 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27380 font-lock-regexp-backslash. Doc fix.
27381 (font-lock-regexp-backslash-grouping-construct): Rename from
27382 font-lock-regexp-backslash-construct. Doc fix.
27383 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27384 grouping constructs.
27385
27386 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27387
27388 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27389 updating all the prerequisites.
27390
27391 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27392
27393 * textmodes/org.el (org-agenda-start-on-weekday)
27394 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27395 (org-agenda-use-time-grid, org-archive-location)
27396 (org-allow-space-in-links, org-usenet-links-prefer-google)
27397 (org-enable-table-editor, org-export-default-language)
27398 (org-export-html-show-new-buffer, org-fill-paragraph)
27399 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27400 (org-goto-quit, org-occur, org-eval-in-calendar)
27401 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27402 (org-agenda-diary-entry, org-remember-help)
27403 (org-table-convert-region, org-at-table-p)
27404 (org-table-move-row-down, org-table-move-row-up)
27405 (org-table-copy-region, org-table-toggle-vline-visibility)
27406 (org-table-get-stored-formulas, org-table-get-specials)
27407 (org-recalc-commands, org-table-eval-formula)
27408 (org-table-formula-substitute-names, orgtbl-make-binding)
27409 (org-format-org-table-html, org-format-table-table-html)
27410 (org-format-table-table-html-using-table-generate-source)
27411 (org-customize): Fix typos in docstrings.
27412 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27413 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27414 (org-back-to-heading): Doc fixes.
27415 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27416 (org-agenda-change-all-lines, org-get-header):
27417 Improve argument/docstring consistency.
27418 (orgtbl-error): Fix error message.
27419
27420 * progmodes/flymake.el (flymake-find-possible-master-files)
27421 (flymake-master-file-compare, flymake-get-line-err-count)
27422 (flymake-highlight-line, flymake-gui-warnings-enabled):
27423 Fix typos in docstrings.
27424 (flymake-parse-line, flymake-get-project-include-dirs-function)
27425 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27426 Doc fixes.
27427 (flymake-get-project-include-dirs-function)
27428 (flymake-make-err-menu-data):
27429 Improve argument/docstring consistency.
27430
27431 2005-07-01 Lute Kamstra <lute@gnu.org>
27432
27433 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27434 Catch errors with ignore-errors. Use temporary buffer.
27435 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27436
27437 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27438 background color faces.
27439 (facemenu-set-foreground, facemenu-set-background):
27440 Use facemenu-set-face-from-menu.
27441 (facemenu-set-face-from-menu): Treat face names that start with
27442 "fg:" or "bg:" as special.
27443 (facemenu-add-new-color): Don't create faces. Simplify.
27444
27445 2005-06-30 Richard M. Stallman <rms@gnu.org>
27446
27447 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27448 (crm-find-current-element): Likewise.
27449
27450 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27451
27452 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27453
27454 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27455
27456 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27457 (archive-mouse-extract): Make it an obsolete alias.
27458 (archive-mode-map): Don't use archive-mouse-extract any more.
27459 (archive-mode, archive-extract): write-contents-hooks ->
27460 write-contents-functions.
27461 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27462 first arg.
27463 (archive-rename-entry): Update the call.
27464 (archive-zip-summarize): Remove unused var `method'.
27465 (archive-lzh-summarize): Remove unused var `creator'.
27466
27467 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27468 dedicated frame upon exit.
27469
27470 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27471 (archive-zip-extract, archive-zip-expunge)
27472 (archive-zip-update, archive-zip-update-case): Use executable-find.
27473 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27474 Use restore-buffer-modified-p.
27475 (archive-extract, archive-add-new-member, archive-write-file-member):
27476 Use with-current-buffer.
27477 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27478
27479 2005-06-30 Andreas Schwab <schwab@suse.de>
27480
27481 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27482
27483 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27484
27485 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27486
27487 2005-06-30 Juri Linkov <juri@jurta.org>
27488
27489 * faces.el (vertical-border): Inherit from mode-line-inactive
27490 only on tty.
27491
27492 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27493
27494 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27495 example, -NLINES in the `occur' docstring).
27496
27497 * replace.el (occur-1): When no matches are found, do not set the
27498 `buffer-read-only' and modified flags for the occur buffer,
27499 because it is deleted.
27500
27501 * emulation/cua-base.el (cua-check-pending-input)
27502 (cua-repeat-replace-region, cua-mode, cua-debug)
27503 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27504 Fix typos in docstrings.
27505
27506 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27507 (cua-cut-region-to-global-mark)
27508 (cua--cut-rectangle-to-global-mark):
27509 Remove period from end of messages.
27510
27511 * emulation/cua-rect.el (cua-do-rectangle-padding):
27512 Remove period from end of messages.
27513 (cua--rectangle-seq-format): Fix typo in docstring.
27514 (cua-sequence-rectangle, cua-fill-char-rectangle):
27515 Improve argument/docstring consistency.
27516
27517 2005-06-29 Juri Linkov <juri@jurta.org>
27518
27519 * faces.el (default-frame-background-mode): New internal variable.
27520 (frame-set-background-mode): Use it.
27521
27522 * startup.el (normal-top-level): Set default-frame-background-mode
27523 instead of frame-background-mode. Before setting it, test for its
27524 nil value. Remove tests for frame-background-mode and frame
27525 parameter `reverse'. Add test for "unspecified-fg".
27526
27527 * term/xterm.el (xterm-rxvt-set-background-mode):
27528 * term/rxvt.el (rxvt-set-background-mode):
27529 Set default-frame-background-mode instead of frame-background-mode.
27530
27531 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27532
27533 * simple.el (set-variable): Warn about obsolete user variables.
27534
27535 * imenu.el (imenu--completion-buffer):
27536 * mouse.el (mouse-buffer-menu-alist):
27537 * msb.el (msb-invisible-buffer-p):
27538 * calendar/diary-lib.el (diary-header-line-format):
27539 * emacs-lisp/pp.el (pp-buffer):
27540 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27541 * textmodes/picture.el (picture-replace-match):
27542 Change space constants followed by a sexp to "?\s ".
27543
27544 * play/decipher.el (decipher-loop-with-breaks):
27545 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27546 constants "protected" from end of line by a comment to "?\s".
27547
27548 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27549
27550 * font-lock.el (save-buffer-state): Use `declare'.
27551
27552 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27553 reset the syntax-table to cperl-mode-syntax-table.
27554 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27555 "foo_print_bar" is not matched as a reserved keyword.
27556
27557 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27558
27559 * textmodes/org.el (orgtbl-setup): New function, for delayed
27560 setup for the orgtbl commands.
27561 (org-calc-default-modes): New option.
27562 (orgtbl-make-binding): Use `defun' to get better help display.
27563 (org-diary): Call `org-compile-prefix-format'.
27564 (org-table-formula-substitute-names): New function.
27565 (org-agenda-day-view, org-agenda-week-view): New commands.
27566 (org-agenda-toggle-week-view): Command removed.
27567 (org-tbl-menu): Split off from org-org-menu.
27568 (org-mode): Move removal of outline-mode menus to here.
27569 (org-table-formula-debug): New option.
27570 (org-table-insert-row): Keep first field if just "#" or "*".
27571 (org-mode): Paragraph regexps fixed.
27572 (org-table-recalculate-regexp): New constant.
27573 (org-table-justify-field-maybe): Avoid replace if not necessary.
27574 (org-copy-special, org-cut-special): Use `call-interactively'.
27575 (org-table-copy-region): Take region from `interactive' call.
27576 (org-trim): Return string even if no match.
27577 (org-formula): New face.
27578 (org-set-font-lock-defaults): No longer highlight "FIXME".
27579 But highlight formula-related fields in table.
27580 (org-table-p): Use regexp, not fontification.
27581 (org-table-align): Handle white space at end of line.
27582 (org-table-formula-evaluate-inline): New option.
27583 (org-mode): Auto-wrapping in comment lines turned off.
27584 (org-table-copy-down): Evaluate only in copied field, not in
27585 destination.
27586 (org-table-current-formula): Variable removed.
27587 (org-table-store-formulas, org-table-get-stored-formulas)
27588 (org-table-modify-formulas, org-table-replace-in-formulas)
27589 (org-table-maybe-eval-formula): New functions.
27590 (org-table-get-formula): Modify to use stored formulas.
27591 (org-table-insert-column, org-table-delete-column)
27592 (org-table-move-column): Call `org-table-modify-formulas'.
27593 (org-complete): Add completion for keyword formulas.
27594 (orgtbl-mode): Pull orgtbl-mode-map to start of
27595 minor-mode-map-alist.
27596
27597 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27598
27599 * progmodes/python.el (python-check): Require `compile' before
27600 modifying its variables.
27601
27602 * newcomment.el (comment-indent-default): Don't get fooled by an early
27603 end of buffer.
27604
27605 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27606
27607 * ps-print.el (ps-print-version): Fix version number.
27608
27609 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27610
27611 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27612
27613 2005-06-28 Richard M. Stallman <rms@gnu.org>
27614
27615 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27616 (flyspell-local-mouse-map): Declaration deleted.
27617 (flyspell-mouse-map): Bind only mouse-2.
27618 (flyspell-mode-map): Don't test flyspell-use-local-map.
27619 (flyspell-overlay-keymap-property-name): Var deleted.
27620 (flyspell-mode-on): Don't make local bindings for
27621 flyspell-mouse-map and flyspell-mode-map.
27622 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27623
27624 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27625
27626 * progmodes/compile.el (compilation-next-error-function):
27627 Don't switch buffers; operate on the current buffer.
27628
27629 * progmodes/compile.el (compilation-error-file-name)
27630 (compilation-warning-file-name, compilation-info-file-name)
27631 (compilation-line-number, compilation-column-number): New faces.
27632 (compilation-error-face, compilation-warning-face)
27633 (compilation-info-face, compilation-line-face)
27634 (compilation-column-face): Use them.
27635
27636 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27637
27638 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27639
27640 * bindings.el (global-map): Bind insertchar and its variants.
27641
27642 2005-06-27 Richard M. Stallman <rms@gnu.org>
27643
27644 * textmodes/artist.el (artist-text-overwrite)
27645 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27646
27647 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27648
27649 * ps-print.el: It was not working the page selection for printing.
27650 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27651 (ps-print-version): New version 6.6.7.
27652 (ps-end-sheet): New fun.
27653 (ps-header-sheet, ps-end-job): Call it.
27654
27655 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27656
27657 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27658
27659 2005-06-27 Lute Kamstra <lute@gnu.org>
27660
27661 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27662 background color faces.
27663 (facemenu-get-face): Delete function.
27664 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27665 (facemenu-add-new-color): Make second argument mandatory.
27666 Create the appropriate face and return it. Simplify.
27667 (facemenu-set-foreground, facemenu-set-background): Don't check if
27668 color is defined. Use return value of facemenu-add-new-color.
27669
27670 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27671
27672 * progmodes/gud.el (gud-filter): Add missing argument to
27673 with-selected-window.
27674
27675 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27676
27677 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27678 a :require to the defcustom.
27679
27680 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27681 defcustoms corresponding to minor modes.
27682
27683 2005-06-26 David Ponce <david@dponce.com>
27684
27685 * recentf.el: Require tree-widget instead of wid-edit.
27686 (recentf-filename-handler): Fix widget :type.
27687 (recentf-cancel-dialog, recentf-open-more-files)
27688 (recentf-open-files-action): Doc fix.
27689 (recentf-dialog-goto-first): New function.
27690 (recentf-dialog-mode-map): Set parent keymap first.
27691 (recentf-dialog-mode): Define with define-derived-mode.
27692 Don't display continuation lines in dialogs.
27693 (recentf-edit-list): Rename from recentf-edit-selected-items.
27694 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27695 Simplify.
27696 (recentf-edit-list-validate): New function.
27697 (recentf-edit-list): Update accordingly.
27698 (recentf-open-files-item-shift): Remove.
27699 (recentf-open-files-item): Convert menu elements into tree and
27700 link widgets. Don't create the widgets.
27701 (recentf-open-files): Update accordingly.
27702 (recentf-save-list): Untabify.
27703
27704 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27705
27706 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27707 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27708 partially contained in the active region. Do not take active
27709 region into account when called from Lisp, unless INTERACTIVE arg
27710 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27711 avoid trouble with fields. Make marker point nowhere when no
27712 longer used. Always return nil. Doc fix.
27713 (flush-lines): Add INTERACTIVE arg. Do not take active region
27714 into account when called from Lisp, unless INTERACTIVE arg is
27715 non-nil. Use `forward-line' instead of `beginning-of-line' to
27716 avoid trouble with fields. Make marker point nowhere when no
27717 longer used. Always return nil. Doc fix.
27718 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27719 interchangeable. Do not take active region into account when
27720 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27721 message in echo area when called from Lisp, unless INTERACTIVE arg
27722 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27723 Return the number of matches. Doc fix.
27724 (occur): Doc fix.
27725 (perform-replace): Make comment follow double space convention for
27726 the sake of `outline-minor-mode'.
27727
27728 * faces.el (facep): Doc fix.
27729
27730 2005-06-25 Richard M. Stallman <rms@gnu.org>
27731
27732 * facemenu.el (facemenu-enable-faces-p): New function.
27733 (facemenu-background-menu, facemenu-foreground-menu)
27734 (facemenu-face-menu): Add menu-enable property.
27735
27736 * jka-compr.el (jka-compr-insert-file-contents):
27737 Special handling if cannot find the uncompression program.
27738
27739 * cus-face.el (custom-face-attributes): Add autoload.
27740
27741 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27742 Bind comment-indent-function locally.
27743
27744 * window.el (save-selected-window): Use save-current-buffer.
27745
27746 * subr.el (with-selected-window): Use save-current-buffer.
27747
27748 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
27749 and with-current-buffer.
27750
27751 2005-06-24 Richard M. Stallman <rms@gnu.org>
27752
27753 * simple.el (line-move-1): Fix previous change.
27754
27755 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
27756
27757 * replace.el (occur-1): Set `buffer-read-only' and the
27758 buffer-modified flag before running `occur-hook' to protect
27759 against unintentional buffer switches that can lead to data loss.
27760
27761 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
27762
27763 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
27764 (gud-gdb-marker-filter): Use font-lock-warning-face for any
27765 initial error.
27766
27767 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
27768 after fresh input.
27769 (gdb-var-create-handler): Put name of expression in quotes.
27770
27771 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
27772
27773 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
27774 elements of RING in order, and without bogus nil elements.
27775
27776 2005-06-23 Richard M. Stallman <rms@gnu.org>
27777
27778 * simple.el (set-variable): Args renamed; doc fix.
27779 (line-move-1): When there are overlays around, use vertical-motion.
27780
27781 * faces.el (escape-glyph): Use brown against light background.
27782 (nobreak-space): Rename from no-break-space.
27783 Fix previous change.
27784
27785 * dired-aux.el (dired-do-copy): Fix arg prompt.
27786
27787 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
27788
27789 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
27790
27791 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
27792 rather than "Distributor".
27793
27794 2005-06-23 Lute Kamstra <lute@gnu.org>
27795
27796 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
27797 (debug-on-entry): Use it. New interactive declaration that uses
27798 function-called-at-point.
27799
27800 2005-06-23 Kim F. Storm <storm@cua.dk>
27801
27802 * subr.el (save-match-data): Add comment about using evaporate arg
27803 to set-match-data.
27804
27805 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
27806
27807 * cus-edit.el (customize-face)
27808 (customize-face-other-window): Handle face aliases.
27809
27810 * faces.el (face-documentation, set-face-attribute)
27811 (face-spec-set): Handle face aliases.
27812
27813 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
27814
27815 * help-mode.el (help-make-xrefs): If a symbol representing a face
27816 name is not followed by the word "face", it could still be a
27817 function or variable name, so don't bypass other checks.
27818
27819 2005-06-22 Juri Linkov <juri@jurta.org>
27820
27821 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
27822 Replace aliased functions with calls where second arg `inherit' is t.
27823
27824 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
27825
27826 * progmodes/gdb-ui.el (gdb-error): New variable.
27827 (gdb-error): New function.
27828 (gdb-annotation-rules): Act on error-begin and error annotations.
27829 (gdb-concat-output): Use font-lock-warning-face for errors.
27830
27831 2005-06-22 Miles Bader <miles@gnu.org>
27832
27833 * bindings.el (propertized-buffer-identification): Use renamed
27834 `Buffer-menu-buffer' face.
27835
27836 * faces.el (vertical-border): Rename from `vertical-divider'.
27837 (escape-glyph): Change dark-background color back to `cyan'.
27838
27839 2005-06-21 Juri Linkov <juri@jurta.org>
27840
27841 * faces.el (face-user-default-spec): Try getting `customized-face'
27842 prior to `saved-face'.
27843 (frame-background-mode): Refill docstring.
27844
27845 * emacs-lisp/lisp-mode.el (eval-defun-1):
27846 * emacs-lisp/edebug.el (edebug-eval-defun):
27847 Set `saved-face' temporarily to nil before calling form.
27848 Set `customized-face' to the new spec after that.
27849
27850 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
27851
27852 * subr.el (1value, lambda, key-substitution-in-progress):
27853 Doc fixes.
27854
27855 * autoinsert.el (auto-insert-alist):
27856 * ses.el (ses-call-printer):
27857 * subr.el (noreturn):
27858 * emacs-lisp/lisp.el (check-parens):
27859 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
27860 * net/browse-url.el (browse-url-mosaic):
27861 * progmodes/cc-defs.el (c-safe-scan-lists):
27862 * progmodes/ebnf-abn.el (ebnf-abn-lex):
27863 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
27864 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
27865 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
27866 * progmodes/ebnf-iso.el (ebnf-iso-lex):
27867 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
27868
27869 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
27870
27871 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
27872
27873 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
27874
27875 * calendar/appt.el (appt-make-list): Activate the package, if
27876 not already active (for backwards compatibility).
27877
27878 2005-06-20 Kim F. Storm <storm@cua.dk>
27879
27880 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
27881
27882 2005-06-20 Miles Bader <miles@gnu.org>
27883
27884 * faces.el (vertical-divider): New face.
27885
27886 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
27887
27888 * simple.el (kill-whole-line): Doc fix.
27889 (next-error-buffer-p, next-error-find-buffer)
27890 (clone-indirect-buffer): Fix typos in docstrings.
27891 (comment-line-break-function): Doc fix: don't say variable
27892 is automatically buffer-local (it isn't).
27893
27894 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
27895
27896 * net/tramp-ftp.el (top):
27897 * net/tramp-smb.el (top):
27898 * net/tramp-util.el (top):
27899 * net/tramp-uu.el (top):
27900 * net/tramp-vc.el (top):
27901 * net/tramp.el (top): Revert copyright years back to original
27902 ones. Tramp has a life outside GNU Emacs.
27903
27904 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
27905
27906 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
27907
27908 2005-06-18 Juri Linkov <juri@jurta.org>
27909
27910 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
27911 end of first regexp to limit the match to the position between
27912 line number and source line with same separator character as used
27913 between file name and line number. In the second regexp limit
27914 mouse-face area to file name and line number by adding new group
27915 for them and referring it in HYPERLINK arg.
27916 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
27917 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
27918 previous line where grep markers may be already removed.
27919
27920 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
27921
27922 * progmodes/ps-mode.el: Update version and maintainer's email address.
27923
27924 2005-06-18 Steve Youngs <steve@xemacs.org>
27925
27926 * net/browse-url.el (browse-url-browser-function)
27927 (browse-url-default-browser): Add firefox.
27928 (browse-url-firefox-program, browse-url-firefox-arguments)
27929 (browse-url-firefox-startup-arguments)
27930 (browse-url-firefox-new-window-is-tab): New defcustoms.
27931 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
27932
27933 2005-06-17 Richard M. Stallman <rms@gnu.org>
27934
27935 * startup.el (command-line): Warn if specified user name has
27936 no home directory.
27937
27938 * term.el (term-get-old-input, term-input-filter, term-input-sender)
27939 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
27940
27941 * longlines.el (longlines-mode, longlines-show-hard-newlines):
27942 Doc fixes.
27943
27944 * faces.el (underline): Try bold if terminal doesn't support underline.
27945
27946 * mail/sendmail.el (mail-setup-with-from): New variable.
27947 (mail-insert-from-field): New function.
27948 (sendmail-send-it): Call it.
27949 (mail-setup): Optionally call it here.
27950
27951 * term/linux.el: Call tty-no-underline.
27952
27953 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
27954
27955 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
27956
27957 2005-06-17 Miles Bader <miles@gnu.org>
27958
27959 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
27960 (ediff-current-diff-C, ediff-current-diff-Ancestor)
27961 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
27962 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
27963 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
27964 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
27965 Remove "-face" suffix from face names.
27966 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27967 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27968 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27969 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27970 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27971 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27972 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27973 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27974 New backward-compatibility aliases for renamed faces.
27975 (ediff-current-diff-face-A, ediff-current-diff-face-B)
27976 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27977 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27978 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27979 (ediff-even-diff-face-A, ediff-even-diff-face-B)
27980 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27981 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27982 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27983 Use renamed ediff faces.
27984
27985 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27986 Remove "-face" suffix from face names.
27987 (eshell-test-ok-face, eshell-test-failed-face):
27988 New backward-compatibility aliases for renamed faces.
27989 (eshell-run-test): Use renamed eshell-test faces.
27990
27991 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27992 face name.
27993 (eshell-prompt-face): New backward-compatibility alias for renamed
27994 face.
27995 (eshell-emit-prompt): Use renamed eshell-prompt face.
27996
27997 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27998 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27999 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28000 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28001 Remove "-face" suffix from face names.
28002 (eshell-ls-directory-face, eshell-ls-symlink-face)
28003 (eshell-ls-executable-face, eshell-ls-readonly-face)
28004 (eshell-ls-unreadable-face, eshell-ls-special-face)
28005 (eshell-ls-missing-face, eshell-ls-archive-face)
28006 (eshell-ls-backup-face, eshell-ls-product-face)
28007 (eshell-ls-clutter-face):
28008 New backward-compatibility aliases for renamed faces.
28009 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28010
28011 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28012 Remove "-face" suffix from face name.
28013 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28014 instead of literal face.
28015
28016 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28017
28018 * emacs-lisp/warnings.el (display-warning, lwarn)
28019 (warning-minimum-log-level): Doc fixes.
28020 (warning-minimum-level, warning-minimum-log-level):
28021 Add :debug to :type choices.
28022
28023 * progmodes/ada-mode.el (ada-format-paramlist)
28024 (ada-get-indent-case, ada-check-matching-start)
28025 (ada-check-defun-name, ada-goto-matching-decl-start)
28026 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28027 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28028 (ada-make-subprogram-body): Follow error conventions.
28029 (ada-case-exception-file, ada-indent-comment-as-code)
28030 (ada-indent-handle-comment-special, ada-indent-renames)
28031 (ada-indent-return, ada-search-directories-internal)
28032 (ada-tab-policy, ada-case-exception-substring)
28033 (ada-other-file-alist, ada-matching-start-re)
28034 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28035 (ada-imenu-generic-expression, ada-compile-goto-error)
28036 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28037 (ada-popup-menu, ada-add-extensions, ada-mode)
28038 (ada-region-selected, ada-create-case-exception)
28039 (ada-create-case-exception-substring, ada-after-keyword-p)
28040 (ada-activate-keys-for-case, ada-adjust-case-region)
28041 (ada-adjust-case-buffer, ada-format-paramlist)
28042 (ada-scan-paramlist, ada-insert-paramlist)
28043 (ada-indent-newline-indent)
28044 (ada-indent-newline-indent-conditional)
28045 (ada-justified-indent-current, ada-goto-previous-word)
28046 (ada-indent-current, ada-get-indent-open-paren)
28047 (ada-get-indent-paramlist, ada-get-indent-end)
28048 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28049 (ada-get-indent-block-start, ada-get-indent-subprog)
28050 (ada-get-indent-noindent, ada-get-indent-label)
28051 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28052 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28053 (ada-goto-stmt-end, ada-goto-next-word)
28054 (ada-check-matching-start, ada-check-defun-name)
28055 (ada-goto-matching-decl-start, ada-goto-matching-start)
28056 (ada-goto-matching-end, ada-search-ignore-string-comment)
28057 (ada-in-decl-p, ada-looking-at-semi-or)
28058 (ada-looking-at-semi-private, ada-in-paramlist-p)
28059 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28060 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28061 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28062 (ada-previous-package, ada-create-menu)
28063 (ada-fill-comment-paragraph-justify)
28064 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28065 (ada-other-file-name, ada-last-which-function-line)
28066 (ada-last-which-function-subprog, ada-which-function)
28067 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28068 (ada-gen-treat-proc, ada-check-emacs-version)
28069 (ada-continuation-indent, ada-align-region-separate):
28070 Fix typos in docstrings.
28071 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28072
28073 2005-06-16 Lute Kamstra <lute@gnu.org>
28074
28075 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28076 conditionally.
28077
28078 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28079
28080 * comint.el (comint-replace-by-expanded-filename)
28081 (comint-prompt-regexp, comint-delimiter-argument-list)
28082 (comint-preinput-scroll-to-bottom):
28083 * info.el (Info-hide-cookies-node):
28084 * ls-lisp.el (ls-lisp-classify):
28085 * find-file.el (ff-search-directories, ff-special-constructs)
28086 (ff-find-other-file):
28087 * font-lock.el (font-lock-keywords):
28088 * shell.el (shell-prompt-pattern)
28089 (shell-dynamic-complete-functions, shell-mode)
28090 (shell-delimiter-argument-list):
28091 * term.el (term-replace-by-expanded-filename)
28092 (term-prompt-regexp, term-delimiter-argument-list):
28093 * woman.el (woman-ignore, woman0-if):
28094 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28095 * emacs-lisp/elint.el (elint-init-env):
28096 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28097 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28098 * language/ethio-util.el (ethio-tilde-escape)
28099 (ethio-use-three-dot-question):
28100 * net/zone-mode.el (zone-mode-load-time-setup):
28101 * progmodes/cc-align.el (c-lineup-argcont):
28102 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28103 * progmodes/cperl-mode.el (cperl-set-style-back):
28104 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28105 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28106 Fix spellings in docstrings.
28107
28108 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28109 * progmodes/modula2.el (m2-for): Fix spellings.
28110
28111 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28112
28113 * simple.el (undo-more): Don't use `format' on `error' arguments.
28114 Improve argument/docstring consistency.
28115 (pending-undo-list): Doc fix.
28116
28117 * smerge-mode.el (smerge-ensure-match):
28118 * emulation/vip.el (vip-ex):
28119 * net/zone-mode.el (zone-mode-update-serial):
28120 * progmodes/idlwave.el (idlwave-complete):
28121 * progmodes/vhdl-mode.el (vhdl-visit-file)
28122 (vhdl-compose-wire-components):
28123 Don't use `format' on `error' arguments.
28124
28125 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28126 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28127 (tooltip-help-tips): Fix typos in docstrings.
28128
28129 2005-06-16 David Ponce <david@dponce.com>
28130
28131 * tree-widget.el (tree-widget-value-create): Simplify last change.
28132
28133 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28134
28135 * ido.el (ido-incomplete-regexp): New variable.
28136 (ido-set-matches-1): Handle invalid-regexp error and set
28137 ido-incomplete-regexp.
28138 (ido-incomplete-regexp): New face.
28139 (ido-completions): Use it.
28140 (ido-complete, ido-exit-minibuffer, ido-completions):
28141 Handle incomplete regexps.
28142 (ido-completions): Add check for complete match when entering a regexp.
28143
28144 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28145
28146 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28147
28148 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28149
28150 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28151 by field delimiters.
28152
28153 2005-06-15 David Ponce <david@dponce.com>
28154
28155 * tree-widget.el: eval-and-compile inlined functions so they will
28156 be available at run-time too.
28157 (tree-widget-super-format-handler)
28158 (tree-widget-format-handler): Remove.
28159 (tree-widget-value-create): Handle the :indent property.
28160
28161 2005-06-15 Miles Bader <miles@gnu.org>
28162
28163 * progmodes/which-func.el (which-func): Only inherit
28164 `font-lock-function-name-face' when that makes sense against the
28165 default mode-line face, otherwise set the face color explicitly.
28166
28167 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28168 faces instead of (non-existent) variables.
28169
28170 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28171
28172 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28173 (iswitchb-get-matched-buffers): Likewise. Simplify.
28174
28175 2005-06-14 Miles Bader <miles@gnu.org>
28176
28177 * progmodes/ld-script.el (ld-script-location-counter):
28178 Remove "-face" suffix from face name.
28179 (ld-script-location-counter-face):
28180 New backward-compatibility alias for renamed face.
28181 (ld-script-location-counter-face): Use renamed face.
28182
28183 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28184 (cperl-hash): Remove "-face" suffix from face names.
28185 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28186 New backward-compatibility aliases for renamed faces.
28187 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28188 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28189
28190 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28191 name.
28192 (which-func-face): New backward-compatibility alias for renamed face.
28193 (which-func-format): Use renamed which-func face.
28194
28195 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28196 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28197 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28198 names.
28199 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28200 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28201 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28202 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28203 (vhdl-speedbar-architecture-selected)
28204 (vhdl-speedbar-configuration-selected)
28205 (vhdl-speedbar-package-selected)
28206 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28207 names.
28208 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28209 Use renamed faces.
28210 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28211 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28212 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28213 Use renamed faces.
28214 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28215 names.
28216 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28217 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28218 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28219 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28220 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28221 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28222
28223 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28224 face name.
28225 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28226 (sh-heredoc-face): Use renamed sh-heredoc face.
28227
28228 * progmodes/idlw-help.el (idlwave-help-link):
28229 Remove "-face" suffix from face name.
28230 (idlwave-help-link-face):
28231 New backward-compatibility alias for renamed face.
28232 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28233
28234 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28235 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28236 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28237 New backward-compatibility aliases for renamed faces.
28238 (idlwave-shell-disabled-breakpoint-face)
28239 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28240
28241 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28242 Remove "-face" suffix from face names.
28243 (flymake-errline-face, flymake-warnline-face):
28244 New backward-compatibility aliases for renamed faces.
28245 (flymake-highlight-line): Use renamed flymake faces.
28246
28247 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28248 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28249 (ebrowse-member-class, ebrowse-progress):
28250 Remove "-face" suffix from face names.
28251 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28252 (ebrowse-file-name-face, ebrowse-default-face)
28253 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28254 (ebrowse-progress-face):
28255 New backward-compatibility aliases for renamed faces.
28256 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28257 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28258 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28259 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28260
28261 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28262 antlr-syntax)
28263 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28264 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28265 names.
28266 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28267 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28268 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28269 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28270 backward-compatibility aliases for renamed faces.
28271 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28272 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28273 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28274 remove "font-lock-". Use renamed antlr-mode faces.
28275 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28276 literal face-names with face variable references.
28277
28278 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28279 face name.
28280 (Buffer-menu-buffer-face): New backward-compatibility alias for
28281 renamed face.
28282 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28283
28284 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28285
28286 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28287 Eliminate "-face" suffix.
28288 (makefile-targets): Inherit from font-lock-function-name-face and
28289 eliminate "-face" suffix.
28290 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28291 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28292 actions, instead of prepending, to make it less visible.
28293 (makefile-previous-dependency, makefile-match-dependency):
28294 Don't match a target on a continuation line.
28295
28296 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28297
28298 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28299
28300 * progmodes/gdb-ui.el (menu): Re-order menu items.
28301 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28302
28303 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28304 Define in tooltip.el.
28305 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28306 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28307 gud-tooltip-echo-area.
28308
28309 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28310 backward compatibility and make obsolete.
28311 (tooltip-help-tips): Use tooltip-use-echo-area.
28312 (tooltip-show-help-function): Rename to...
28313 (tooltip-show-help): ...this, because it is a function.
28314 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28315
28316 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28317
28318 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28319 (edebug-print-length, edebug-print-level, edebug-print-circle)
28320 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28321 (edebug-eval-print-last-sexp): Doc fixes.
28322
28323 2005-06-14 Kim F. Storm <storm@cua.dk>
28324
28325 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28326 as the coverage buffer/file/both may change.
28327
28328 2005-06-14 Lute Kamstra <lute@gnu.org>
28329
28330 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28331 and run-mode-hooks. Simplify.
28332
28333 * mail/rmailedit.el (rmail-edit-mode):
28334 * progmodes/octave-inf.el (inferior-octave-mode):
28335 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28336
28337 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28338 and run-mode-hooks.
28339 (recentf-edit-list, recentf-open-files): Don't call
28340 kill-all-local-variables directly.
28341
28342 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28343
28344 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28345
28346 * emacs-lisp/byte-run.el (make-obsolete)
28347 (define-obsolete-function-alias): Rename arguments FUNCTION and
28348 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28349 (make-obsolete-variable, define-obsolete-variable-alias):
28350 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28351 respectively.
28352
28353 * isearchb.el (isearchb-activate):
28354 * pcvs.el (cvs-mode):
28355 * ses.el (ses-load):
28356 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28357 * net/tramp.el (tramp-find-file-exists-command)
28358 (tramp-find-shell):
28359 * progmodes/ada-mode.el (ada-create-case-exception)
28360 (ada-create-case-exception-substring, ada-make-subprogram-body):
28361 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28362 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28363 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28364 * textmodes/org.el (org-promote, org-evaluate-time-range)
28365 (org-agenda-next-date-line, org-agenda-previous-date-line)
28366 (org-agenda-error, org-open-at-point, org-table-move-row)
28367 (org-format-table-table-html-using-table-generate-source)
28368 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28369 * textmodes/reftex.el (reftex-access-scan-info):
28370 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28371 (reftex-toc-promote-prepare): Follow error conventions.
28372
28373 * diff-mode.el (diff-mode): Fix typo in docstring.
28374
28375 * forms.el (forms--intuit-from-file): Fix reference to
28376 `forms-number-of-fields' in error message.
28377 (forms-print): Fix quoting in error message.
28378
28379 * forms.el (forms-mode):
28380 * emulation/vi.el (vi-goto-insert-state):
28381 * progmodes/flymake.el (flymake-new-err-info)
28382 (flymake-start-syntax-check-for-current-buffer)
28383 (flymake-simple-cleanup):
28384 * eshell/esh-var.el (eshell/export):
28385 * progmodes/gud.el (xdb):
28386 * textmodes/flyspell.el (flyspell-incorrect-hook)
28387 (flyspell-maybe-correct-transposition)
28388 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28389
28390 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28391
28392 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28393 minibuffer prompt.
28394
28395 2005-06-13 Kim F. Storm <storm@cua.dk>
28396
28397 * subr.el (add-to-ordered-list): New defun.
28398
28399 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28400 add cua--keymap-alist to emulation-mode-map-alists.
28401
28402 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28403
28404 * subr.el (complete-in-turn): New macro.
28405 (dynamic-completion-table, lazy-completion-table): Add debug info.
28406
28407 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28408 in preference to face aliases.
28409
28410 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28411 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28412 Remove unused vars `start' and `firstline'.
28413 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28414 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28415
28416 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28417
28418 * cus-start.el (all): Don't complain about missing GTK-related
28419 variables, unless either `gtk' is boundp or this isn't a
28420 `windows-nt' build.
28421
28422 2005-06-13 Lute Kamstra <lute@gnu.org>
28423
28424 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28425 run-mode-hooks.
28426
28427 * ediff-mult.el (ediff-meta-mode):
28428 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28429
28430 * ledit.el (ledit-mode): Use delay-mode-hooks.
28431
28432 * woman.el (woman-mode-line-format): Delete constant.
28433 (woman-mode-map): Initialize it properly.
28434 (woman-mode): Set mode-class property to special.
28435 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28436 Set major-mode and mode-name. Don't set mode-line-format directly.
28437 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28438
28439 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28440 string argument obsolete.
28441
28442 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28443
28444 * textmodes/org.el (org-CUA-compatible): New option.
28445 (org-disputed-keys): New variable.
28446 (org-key): New function.
28447 (orgtbl-make-binding): Add docstring to the created function.
28448 (org-mode): Set paragraph start/separate regexps.
28449 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28450 (org-archive-location, org-archive-mark-done)
28451 (org-archive-stamp-time): New options.
28452 (org-archive-subtree): New command.
28453 (org-fill-paragraph): New function.
28454 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28455 (org-fake-empty-table-line): Function removed.
28456 (org-format-org-table-html): Do not create empty table lines at
28457 separator lines. Improved table header treatment.
28458 (org-link-format): New option.
28459 (org-make-link): New function.
28460 (org-insert-link, org-store-link): Use org-make-link.
28461 (org-open-file): Quote file name for shell command, to allow
28462 spaces in file names.
28463 (org-link-regexp): Fix bug with mailto link.
28464 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28465 New constants.
28466 (org-export-as-html): Deal with the optional angles around a link.
28467 Better treatment of file: links.
28468 (org-open-at-point): Replace @{ and @} with < and >.
28469 (org-run-mode-hooks): Function removed.
28470 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28471
28472 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28473
28474 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28475 MI command -data-list-register-values.
28476 (gdb-post-prompt): Indent properly.
28477
28478 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28479
28480 * hilit-chg.el (highlight-changes-colors): Rename from
28481 `highlight-changes-colours'.
28482 (highlight-changes-colours): Keep as obsolete alias.
28483 (highlight-changes-face-list): Doc fix.
28484 (hilit-chg-make-list): Use `highlight-changes-colors'.
28485
28486 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28487
28488 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28489 defun-prompt-regexp.
28490
28491 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28492
28493 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28494 and cygwin.
28495
28496 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28497 Don't use an old loaddefs.el, as in Makefile.in.
28498
28499 2005-06-12 Lute Kamstra <lute@gnu.org>
28500
28501 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28502
28503 * man.el (Man-mode-map): Initialize it properly.
28504 (Man-mode): Set mode-class property to special.
28505
28506 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28507
28508 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28509
28510 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28511 A newline is needed in the docstring there.
28512
28513 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28514 Doc fixes.
28515
28516 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28517
28518 * printing.el: Doc fix. The menubar is no more changed when printing
28519 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28520 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28521 (pr-version): New version number (6.8.4).
28522 (pr-menu-bind): New command.
28523 (pr-update-menus): Docstring and code fix.
28524 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28525 Docstring fix.
28526 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28527 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28528
28529 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28530
28531 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28532 "Returns" to "return", document useful return values, etc.
28533
28534 2005-06-11 Alan Mackenzie <acm@muc.de>
28535
28536 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28537 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28538 (adaptive-file-function): Minor amendment to doc-string.
28539
28540 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28541
28542 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28543 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28544 Fix :type--it is `integer', not `string'.
28545
28546 * faces.el (modeline-highlight): Rename from (the erroneous)
28547 `modeline-higilight'.
28548
28549 2005-06-11 Lute Kamstra <lute@gnu.org>
28550
28551 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28552 lisp-interaction-mode-map but make it the parent.
28553 (edebug-eval-mode): Use define-derived-mode.
28554
28555 2005-06-11 Andreas Schwab <schwab@suse.de>
28556
28557 * bindings.el: Add binding of `ESC functionkey' for every
28558 `M-functionkey'.
28559 * hexl.el (hexl-mode-map): Likewise.
28560
28561 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28562
28563 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28564 [msft]: update regexp for newer msft compilers.
28565
28566 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28567
28568 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28569 ATTLIST portions of included DTDs.
28570 (xml-parse-dtd): Eliminate use of inefficient match-data.
28571
28572 2005-06-10 Miles Bader <miles@gnu.org>
28573
28574 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28575 (mpuz-text): Remove "-face" suffix from face names.
28576 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28577 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28578 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28579
28580 * play/gomoku.el (gomoku-O, gomoku-X):
28581 Remove "-face" suffix from face names.
28582 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28583 New backward-compatibility aliases for renamed faces.
28584 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28585
28586 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28587
28588 * thumbs.el: Fixes for changes of 2005-06-09.
28589 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28590 as a directory.
28591 (thumbs-thumbname): Remove directory separator from format string;
28592 `thumbs-thumbsdir' now returns a valid directory name.
28593 (thumbs-temp-dir): New defsubst.
28594 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28595 Use it.
28596
28597 * cus-edit.el (minibuffer):
28598 * files.el (make-backup-file-name-function):
28599 * filesets.el (filesets-external-viewers):
28600 * hilit-chg.el (highlight-changes-colours)
28601 (highlight-changes-face-list, highlight-changes-rotate-faces):
28602 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28603 * kmacro.el (kmacro-call-macro):
28604 * log-edit.el (log-edit-changelog-full-paragraphs):
28605 * mouse.el (mouse-1-click-follows-link):
28606 * skeleton.el (skeleton-autowrap):
28607 * subr.el (insert-for-yank-1):
28608 * tempo.el (tempo-insert-region):
28609 * terminal.el (terminal-emulator):
28610 * time.el (display-time-mail-face):
28611 * vc.el (vc-annotate):
28612 * vcursor.el (vcursor-copy-line):
28613 * woman.el (woman-bold-headings, woman-ignore)
28614 (woman-default-faces, woman-monochrome-faces):
28615 * calendar/todo-mode.el (todo-insert-threshold):
28616 * emulation/pc-select.el (pc-select-selection-keys-only)
28617 (pc-selection-mode):
28618 * emulation/vip.el (vip-find-char-forward):
28619 * emulation/viper-cmd.el (viper-find-char-forward):
28620 * international/mule-cmds.el
28621 (select-safe-coding-system-accept-default-p)
28622 (input-method-exit-on-invalid-key):
28623 * international/mule-diag.el (describe-coding-system):
28624 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28625 * net/browse-url.el (browse-url-xterm-program):
28626 * obsolete/lazy-lock.el (lazy-lock-mode):
28627 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28628 (cperl-mode):
28629 * progmodes/cpp.el (cpp-face-light-name-list)
28630 (cpp-face-dark-name-list):
28631 * progmodes/delphi.el (delphi-newline-always-indents):
28632 Fix spellings in docstrings.
28633
28634 * ido.el (ido-mode, ido-file-extensions-order)
28635 (ido-default-file-method, ido-default-buffer-method)
28636 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28637 (ido-decorations, ido-read-file-name-as-directory-commands)
28638 (ido-read-file-name-non-ido, ido-work-directory-list)
28639 (ido-ignore-item-temp-list, ido-current-directory)
28640 (ido-magic-forward-char, ido-enter-find-file)
28641 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28642 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28643
28644 2005-06-10 Lute Kamstra <lute@gnu.org>
28645
28646 * play/dunnet.el (dun-mode): Use define-derived-mode.
28647 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28648 obsolete alias.
28649
28650 * play/doctor.el (doctor-mode-map): Remove defvar.
28651 (doctor-mode): Use define-derived-mode.
28652
28653 * mail/mspools.el (mspools-mode):
28654 * net/eudc-hotlist.el (eudc-hotlist-mode):
28655 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28656
28657 2005-06-10 Miles Bader <miles@gnu.org>
28658
28659 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28660 Remove "-face" suffix from face names.
28661 (flyspell-incorrect-face, flyspell-duplicate-face):
28662 New backward-compatibility aliases for renamed faces.
28663 (flyspell-mode-on, make-flyspell-overlay)
28664 (flyspell-highlight-incorrect-region)
28665 (flyspell-highlight-duplicate-region)
28666 (flyspell-display-next-corrections)
28667 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28668
28669 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28670 from face name.
28671 (texinfo-heading-face): New backward-compatibility alias for
28672 renamed face.
28673 (texinfo-heading-face): Use renamed texinfo-heading face.
28674
28675 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28676 suffix from face names.
28677 (tex-math-face, tex-verbatim-face):
28678 New backward-compatibility aliases for renamed faces.
28679 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28680 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28681 literal face name.
28682
28683 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28684 name.
28685 (table-cell-face): New backward-compatibility alias for renamed face.
28686 (table--put-cell-face-property, table--update-cell-face):
28687 Use renamed table-cell face.
28688
28689 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28690 from face name.
28691 (sgml-namespace-face): New backward-compatibility alias for
28692 renamed face.
28693 (sgml-namespace-face): Use renamed sgml-namespace face.
28694
28695 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28696 (org-level-4, org-level-5, org-level-6, org-level-7)
28697 (org-level-8, org-warning, org-headline-done)
28698 (org-deadline-announce, org-scheduled-today)
28699 (org-scheduled-previously, org-link, org-done, org-table)
28700 (org-time-grid): Remove "-face" suffix from face names.
28701 (org-level-1-face, org-level-2-face, org-level-3-face)
28702 (org-level-4-face, org-level-5-face, org-level-6-face)
28703 (org-level-7-face, org-level-8-face, org-warning-face)
28704 (org-headline-done-face, org-deadline-announce-face)
28705 (org-scheduled-today-face, org-scheduled-previously-face)
28706 (org-link-face, org-done-face, org-table-face)
28707 (org-time-grid-face):
28708 New backward-compatibility aliases for renamed faces.
28709 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28710 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28711 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28712 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28713
28714 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28715 (viper-minibuffer-emacs, viper-minibuffer-insert)
28716 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28717 (viper-search-face, viper-replace-overlay-face)
28718 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28719 (viper-minibuffer-vi-face):
28720 New backward-compatibility aliases for renamed faces.
28721 (viper-search-face, viper-replace-overlay-face)
28722 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28723 (viper-minibuffer-vi-face): Use renamed viper faces.
28724
28725 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28726 Remove "-face" suffix from face names.
28727 (testcover-nohits-face, testcover-1value-face):
28728 New backward-compatibility aliases for renamed faces.
28729 (testcover-mark): Use renamed testcover faces.
28730
28731 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28732 face name.
28733 (diary-button-face): New backward-compatibility alias for renamed face.
28734 (diary-entry): Use renamed diary-button face.
28735
28736 * calendar/calendar.el (diary, calendar-today, holiday)
28737 (mark-visible-calendar-date): Remove "-face" suffix from face names.
28738 (diary-face, calendar-today-face, holiday-face):
28739 New backward-compatibility aliases for renamed faces.
28740 (eval-after-load "facemenu", diary-entry-marker)
28741 (calendar-today-marker, calendar-holiday-marker, diary-face):
28742 Use renamed calendar faces.
28743
28744 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
28745 (compare-windows-face): New backward-compatibility alias for
28746 renamed face.
28747 (compare-windows-highlight): Use renamed compare-windows face.
28748
28749 * strokes.el (strokes-char): Remove "-face" suffix from face name.
28750 (strokes-char-face): New backward-compatibility alias for renamed face.
28751 (strokes-encode-buffer): Use renamed strokes-char face.
28752
28753 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
28754 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
28755 Remove "-face" suffix from face names.
28756 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
28757 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
28758 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
28759 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
28760 Use renamed pcvs faces.
28761 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
28762 * pcvs-defs.el (cvs-mode-map): Likewise.
28763 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
28764
28765 * info.el (info-title-1, info-title-2, info-title-3)
28766 (info-title-4): Remove "-face" suffix from and downcase face names.
28767 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
28768 (Info-title-4-face):
28769 New backward-compatibility aliases for renamed faces.
28770 (Info-fontify-node): Use renamed info faces.
28771
28772 * hilit-chg.el (highlight-changes, highlight-changes-delete):
28773 Remove "-face" suffix from face names.
28774 (highlight-changes-face, highlight-changes-delete-face):
28775 New backward-compatibility aliases for renamed faces.
28776 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
28777 (hilit-chg-make-list): Use renamed highlight-changes faces.
28778
28779 * generic-x.el (show-tabs-tab, show-tabs-space):
28780 Remove "-face" suffix from face names.
28781 (show-tabs-tab-face, show-tabs-space-face):
28782 New backward-compatibility aliases for renamed faces.
28783 (show-tabs-generic-mode-font-lock-defaults-1)
28784 (show-tabs-generic-mode-font-lock-defaults-2):
28785 Use renamed show-tabs faces.
28786
28787 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
28788 (smerge-markers): Remove "-face" suffix from face names.
28789 (smerge-mine-face, smerge-other-face, smerge-base-face)
28790 (smerge-markers-face):
28791 New backward-compatibility aliases for renamed faces.
28792 (smerge-mine-face, smerge-other-face, smerge-base-face)
28793 (smerge-markers-face): Use renamed smerge faces.
28794
28795 * log-view.el (log-view-file, log-view-message): Remove "-face"
28796 suffix from face names.
28797 (log-view-file-face, log-view-message-face):
28798 New backward-compatibility aliases for renamed faces.
28799 (log-view-file-face, log-view-message-face): Use renamed log-view
28800 faces.
28801
28802 * paren.el (show-paren-match, show-paren-mismatch):
28803 Remove "-face" suffix from face names.
28804 (show-paren-match-face, show-paren-mismatch-face):
28805 New backward-compatibility aliases for renamed faces.
28806 (show-paren-function): Use renamed show-paren faces.
28807
28808 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
28809 (ruler-mode-margins, ruler-mode-fringes)
28810 (ruler-mode-column-number, ruler-mode-fill-column)
28811 (ruler-mode-comment-column, ruler-mode-goal-column)
28812 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
28813 suffix from face names.
28814 (ruler-mode-default-face, ruler-mode-pad-face)
28815 (ruler-mode-margins-face, ruler-mode-fringes-face)
28816 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
28817 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
28818 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
28819 New backward-compatibility aliases for renamed faces.
28820 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
28821 (ruler-mode-column-number, ruler-mode-fill-column)
28822 (ruler-mode-comment-column, ruler-mode-goal-column)
28823 (ruler-mode-tab-stop, ruler-mode-current-column)
28824 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
28825 faces.
28826
28827 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28828 face name.
28829 (whitespace-highlight-the-space): Use renamed face.
28830 (whitespace-highlight-face): New backward-compatibility alias for
28831 renamed face.
28832
28833 * woman.el (woman-italic, woman-bold, woman-unknown)
28834 (woman-addition, woman-symbol-face):
28835 Remove "-face" suffix from face names.
28836 (woman-italic-face, woman-bold-face, woman-unknown-face)
28837 (woman-addition-face):
28838 New backward-compatibility aliases for renamed faces.
28839 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
28840 (woman-decode-region, woman-replace-match)
28841 (woman-display-extended-fonts, woman-special-characters)
28842 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
28843 Use renamed woman faces.
28844
28845 * longlines.el (longlines-visible-face): Face removed.
28846
28847 * diff-mode.el (diff-header, diff-file-header, diff-index)
28848 (diff-hunk-header, diff-removed, diff-added, diff-changed)
28849 (diff-function, diff-context, diff-nonexistent): Remove "-face"
28850 suffix from face names.
28851 (diff-header-face, diff-file-header-face, diff-index-face)
28852 (diff-hunk-header-face, diff-removed-face, diff-added-face)
28853 (diff-changed-face, diff-function-face, diff-context-face)
28854 (diff-nonexistent-face): New backward-compatibility aliases for
28855 renamed faces.
28856 (diff-header-face, diff-file-header-face)
28857 (diff-index, diff-index-face, diff-hunk-header)
28858 (diff-hunk-header-face, diff-removed, diff-removed-face)
28859 (diff-added, diff-added-face, diff-changed-face, diff-function)
28860 (diff-function-face, diff-context-face, diff-nonexistent)
28861 (diff-nonexistent-face): Use renamed diff-mode faces.
28862
28863 * progmodes/compile.el (compilation-warning-face)
28864 (compilation-info-face): Remove "-face" suffix from face names.
28865 (compilation-warning-face, compilation-info-face):
28866 New backward-compatibility aliases for renamed faces.
28867 (compilation-warning-face, compilation-info-face):
28868 Use renamed compilation faces.
28869
28870 * add-log.el (change-log-date, change-log-name)
28871 (change-log-email, change-log-file, change-log-list)
28872 (change-log-conditionals, change-log-function)
28873 (change-log-acknowledgement): Remove "-face" suffix from face names.
28874 (change-log-date-face, change-log-name-face)
28875 (change-log-email-face, change-log-file-face)
28876 (change-log-list-face, change-log-conditionals-face)
28877 (change-log-function-face, change-log-acknowledgement-face):
28878 New backward-compatibility aliases for renamed faces.
28879 (change-log-font-lock-keywords): Use renamed change-log faces.
28880
28881 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
28882 (custom-set, custom-changed, custom-saved, custom-button)
28883 (custom-button-pressed, custom-documentation, custom-state)
28884 (custom-comment, custom-comment-tag, custom-variable-tag)
28885 (custom-variable-button, custom-face-tag, custom-group-tag-1)
28886 (custom-group-tag): Remove "-face" suffix from face names.
28887 (custom-magic-alist, custom-magic-value-create)
28888 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
28889 (custom-invalid-face, custom-rogue-face, custom-modified-face)
28890 (custom-set-face, custom-changed-face, custom-saved-face)
28891 (custom-button-face, custom-button-pressed-face)
28892 (custom-documentation-face, custom-state-face)
28893 (custom-comment-face, custom-comment-tag-face)
28894 (custom-variable-tag-face, custom-variable-button-face)
28895 (custom-face-tag-face, custom-group-tag-face-1)
28896 (custom-group-tag-face):
28897 New backward-compatibility aliases for renamed faces.
28898
28899 * wid-edit.el (widget-documentation, widget-button)
28900 (widget-field, widget-single-line-field, widget-inactive)
28901 (widget-button-pressed): "-face" suffix removed from face names.
28902 (widget-documentation-face, widget-button-face)
28903 (widget-field-face, widget-single-line-field-face)
28904 (widget-inactive-face, widget-button-pressed-face):
28905 New backward-compatibility aliases for renamed faces.
28906 (widget-documentation-face, widget-button-face)
28907 (widget-button-pressed-face, widget-specify-field)
28908 (widget-specify-inactive): Use renamed widget faces.
28909
28910 2005-06-10 Kenichi Handa <handa@m17n.org>
28911
28912 * term/x-win.el (x-clipboard-yank): Remove condition-case
28913 wrapping.
28914
28915 2005-06-11 Kenichi Handa <handa@m17n.org>
28916
28917 * add-log.el (change-log-font-lock-keywords): Make the regexp for
28918 date lines stricter.
28919
28920 2005-06-10 Zhang Wei <id.brep@gmail.com>
28921
28922 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
28923 of x-get-selection.
28924
28925 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28926
28927 * comint.el (comint-mode, comint-snapshot-last-prompt):
28928 * frame.el (frame-current-scroll-bars):
28929 * term.el (term-mode, term-check-proc, term-input-sender)
28930 (term-simple-send, term-extract-string, term-word)
28931 (term-match-partial-filename):
28932 * window.el (window-current-scroll-bars):
28933 * emulation/cua-base.el (cua-normal-cursor-color)
28934 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
28935 (cua-global-mark-cursor-color):
28936 * mail/undigest.el (rmail-forward-separator-regex):
28937 Fix typos in docstrings.
28938
28939 * comint.el (comint-check-proc, make-comint-in-buffer)
28940 (comint-source-default): Doc fixes.
28941
28942 * term.el (term-send-string): Improve argument/docstring consistency.
28943
28944 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
28945
28946 * comint.el (comint-send-input): Bind `inhibit-read-only' around
28947 call to `delete-region'.
28948 (comint-mode-hook): Do not enable Font Lock by default.
28949
28950 2005-06-09 Lute Kamstra <lute@gnu.org>
28951
28952 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
28953 could be void.
28954
28955 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
28956
28957 * emacs-lisp/debug.el (debugger-will-be-back): New var.
28958 (debug): Use it.
28959 (debugger-step-through, debugger-continue, debugger-jump)
28960 (debugger-return-value): Set it when needed.
28961 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
28962 Use inhibit-read-only.
28963
28964 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
28965
28966 * window.el (shrink-window-if-larger-than-buffer)
28967 (window-size-fixed): Fix typo in docstring.
28968
28969 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
28970 thumbnails directory on loading.
28971 (thumbs-conversion-program): Use `eq' to check the system type,
28972 not `equal'.
28973 (thumbs-temp-dir): Initialize to `temporary-file-directory',
28974 not "/tmp". Fix docstring.
28975 (thumbs-thumbsdir): New function to return the thumbnails
28976 directory, creating it if needed.
28977 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28978 (thumbs-temp-file): Delete variable and make it into a function.
28979 (thumbs-resize-image, thumbs-modify-image): Use it.
28980 (thumbs-kill-buffer): Simplify.
28981 (thumbs-gensym): Defalias or duplicate CL `gensym'.
28982 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28983 docstrings.
28984
28985 2005-06-09 Kim F. Storm <storm@cua.dk>
28986
28987 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28988 set-match-data to free markers in match-data.
28989
28990 * replace.el (replace-match-data): Pass RESEAT arg `t' to
28991 match-data to unchain markers in match-data.
28992
28993 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
28994
28995 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28996 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
28997 unnecessary now.
28998
28999 2005-06-08 Richard M. Stallman <rms@gnu.org>
29000
29001 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29002 give the variable a doc string that doesn't say don't set it directly.
29003
29004 * textmodes/ispell.el (ispell-check-version):
29005 Use match-string-no-properties.
29006 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29007 (ispell-buffer-local-words): Likewise.
29008
29009 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29010 except on terminals with enough colors to really display it.
29011 (makefile-dependency-regex): Delete spurious `bb'.
29012
29013 * faces.el (escape-glyph): Use blue once again in last case.
29014 (no-break-space): Redefine so that it isn't invisible on a tty.
29015
29016 2005-06-08 Kim F. Storm <storm@cua.dk>
29017
29018 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29019 also when reading directory name.
29020
29021 2005-06-08 Lute Kamstra <lute@gnu.org>
29022
29023 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29024 (flyspell-mode-line-string): Remove autoload cookie.
29025 (flyspell-mode): Remove defvar.
29026
29027 2005-06-07 Lute Kamstra <lute@gnu.org>
29028
29029 * textmodes/org.el (org-run-mode-hooks): New function.
29030 (org-agenda-mode): Use it.
29031
29032 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29033
29034 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29035
29036 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29037
29038 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29039
29040 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29041
29042 * font-lock.el (font-lock-add-keywords): Doc fix.
29043
29044 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29045
29046 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29047 (tex-compile-default): In the absence of any history, use the order in
29048 tex-compile-alist to choose the preferred command.
29049 (tex-compile-commands): Reorder a bit.
29050
29051 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29052 (flyspell-incorrect-face, flyspell-duplicate-face):
29053 Use (X)Emacs-agnostic code.
29054 (flyspell-mode-map): Don't overwrite at each load. Remove code
29055 redundant with the subsequent add-minor-mode. Merge Emacs and
29056 XEmacs code.
29057 (flyspell-word): Minor simplification.
29058 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29059 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29060 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29061 Merge the corresponding Emacs code.
29062 (flyspell-correct-word, flyspell-xemacs-popup):
29063 Use flyspell-do-correct.
29064
29065 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29066 a dedicated window.
29067
29068 * international/latexenc.el (latexenc-find-file-coding-system):
29069 Undo part of last patch, to turn off a compiler warning.
29070
29071 2005-06-06 Juri Linkov <juri@jurta.org>
29072
29073 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29074 Rename `tmm-inactive-face' to `tmm-inactive'.
29075
29076 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29077
29078 * iswitchb.el: Rename faces.
29079
29080 2005-06-06 Kim F. Storm <storm@cua.dk>
29081
29082 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29083 (cua-global-mark): Remove -face suffix from face names.
29084
29085 * emulation/cua-gmrk.el (cua--init-global-mark):
29086 Remove cua-global-mark face setup.
29087
29088 2005-06-06 Richard M. Stallman <rms@gnu.org>
29089
29090 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29091 just like other allowed characters.
29092 (makefile-match-dependency): Exclude leading and training whitespace
29093 from the range of regexp subexp 1.
29094 (makefile-macroassign-regex): Don't try to match the body,
29095 just the name of the macro being defined.
29096
29097 * info.el (Info-read-node-name-2): New function.
29098 (Info-read-node-name-1): Use that.
29099 Add a completion-base-size-function property.
29100
29101 * simple.el (completion-setup-function): Look for
29102 completion-base-size-function property of minibuffer-completion-table.
29103
29104 * files.el (locate-file-completion): Doc fix.
29105
29106 * printing.el: Don't call pr-update-menus; user must do that.
29107
29108 * emacs-lisp/debug.el (debugger-window): New variable.
29109 (debug): Use debugger-window if it is set and still alive.
29110 Record debugger-window for next entry.
29111
29112 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29113
29114 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29115
29116 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29117 (hack-one-local-variable, hack-local-variables)
29118 (hack-local-variables-prop-line): Pass that arg.
29119
29120 2005-06-06 Kim F. Storm <storm@cua.dk>
29121
29122 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29123 (ido-indicator): Remove -face suffix from face names.
29124
29125 2005-06-06 Juri Linkov <juri@jurta.org>
29126
29127 * font-lock.el (font-lock-regexp-backslash)
29128 (font-lock-regexp-backslash-construct): New faces.
29129 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29130 after `('. Add `while-no-input' to control structures.
29131
29132 * faces.el (no-break-space, shadow): New faces.
29133 (escape-glyph): Use less loud colors pink2 and red4.
29134
29135 * diff-mode.el (diff-context-face)
29136 * dired.el (dired-ignored)
29137 * rfn-eshadow.el (file-name-shadow)
29138 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29139
29140 * info.el (Info-title-1-face): Use green instead of yellow because
29141 bold yellow is not readable on light backgrounds.
29142
29143 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29144 before selecting the desired mode to not spend time fontifying
29145 old contents.
29146
29147 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29148
29149 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29150 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29151
29152 * ps-print.el (ps-default-fg, ps-default-bg):
29153 Fix typos in docstrings.
29154
29155 * isearchb.el (isearchb): Don't pass a spurious second argument to
29156 `iswitchb-completions'.
29157
29158 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29159
29160 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29161 to preserve point.
29162 (gdb-find-file-hook): Add doc string.
29163
29164 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29165 C dereferenced pointer expression.
29166 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29167
29168 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29169
29170 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29171 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29172 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29173 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29174 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29175 Make background transparent.
29176
29177 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29178
29179 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29180 (font-lock-remove-keywords): Doc fix.
29181 (font-lock-mode-major-mode): Compiler defvar.
29182 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29183
29184 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29185 (font-lock-mode): Update `font-lock-mode-major-mode'.
29186 (font-lock-set-defaults): Compiler defvar.
29187 (font-lock-default-function): Take `font-lock-mode-major-mode'
29188 into account.
29189
29190 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29191 keep track of which major mode it enabled the minor mode for.
29192 Use find-file-hook again. Update docstring.
29193
29194 * simple.el (eval-expression-print-level)
29195 (eval-expression-print-length, eval-expression-debug-on-error):
29196 Doc fixes.
29197
29198 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29199
29200 * iswitchb.el (iswitchb-single-match-face)
29201 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29202 (iswitchb-invalid-regexp-face): New faces.
29203 (iswitchb-completions): Use them.
29204 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29205 now marked as an obsolete alias.
29206 (iswitchb-read-buffer): Remove check for bound font variables.
29207 (iswitchb-invalid-regexp): New free variable.
29208 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29209 set iswitchb-invalid-regexp.
29210 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29211 invalid regexps.
29212 (iswitchb-completions): Add check for complete match when entering
29213 a regexp.
29214 (iswitchb-completions): Remove require-match argument.
29215 (iswitchb-exhibit): Fix caller.
29216 (iswitchb-common-match-inserted): New variable.
29217 (iswitchb-complete, iswitchb-completion-help): Use it.
29218
29219 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29220
29221 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29222 Use `url-http-debug' instead of `message'.
29223
29224 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29225
29226 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29227 as a callback argument.
29228
29229 2005-06-04 Kim F. Storm <storm@cua.dk>
29230
29231 * simple.el (line-move): Only call sit-for when moving backwards.
29232
29233 * ido.el (ido-make-merged-file-list-1): New defun split from
29234 ido-make-merged-file-list.
29235 (ido-make-merged-file-list): Bind throw-on-input around call to
29236 ido-make-merged-file-list-1. Return input-pending-p if
29237 interrupted by more input available.
29238 (ido-read-internal): Handle input-pending-p return value from
29239 ido-make-merged-file-list.
29240
29241 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29242
29243 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29244 compatibility code.
29245
29246 * international/latexenc.el (latexenc-find-file-coding-system):
29247 Don't inherit the EOL part of the coding-system from the
29248 tex-main buffer. Fit within 80 columns.
29249
29250 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29251
29252 * tmm.el (tmm-inactive-face): New face.
29253 (tmm-remove-inactive-mouse-face): New function.
29254 (tmm-prompt, tmm-add-one-shortcut)
29255 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29256 but not selectable.
29257
29258 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29259
29260 * faces.el (face-equal): Improve argument/docstring consistency.
29261
29262 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29263
29264 * progmodes/make-mode.el (makefile-targets-face)
29265 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29266 (makefile-bsdmake-dependency-regex)
29267 (makefile-makepp-rule-action-regex)
29268 (makefile-bsdmake-rule-action-regex): New constants.
29269 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29270
29271 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29272 Allow (...) within `...' for makepp messages.
29273
29274 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29275
29276 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29277
29278 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29279 "." files are deleted from all file lists before comparison.
29280
29281 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29282 (viper-ESC-key): Made them customizable.
29283
29284 * emulation/viper.el (viper-non-hook-settings):
29285 Fix the names of defadvices.
29286
29287 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29288
29289 * autorevert.el (auto-revert-buffers): Use save-match-data.
29290
29291 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29292
29293 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29294 menu items with a nil command binding.
29295
29296 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29297
29298 * emacs-lisp/cl-macs.el (defsetf):
29299 Improve argument/docstring consistency.
29300
29301 * faces.el (list-faces-display): Improve the formatting by
29302 computing the maximum length required for any face-name (reworked
29303 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29304 (internal-find-face): Remove redundant info in docstring.
29305
29306 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29307
29308 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29309 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29310 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29311 (gdb-assembler-custom): Improve regexps.
29312 (def-gdb-auto-update-handler): Use window point to preserve point.
29313
29314 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29315
29316 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29317
29318 2005-05-31 Jay Belanger <belanger@truman.edu>
29319
29320 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29321 to calc-embedded.
29322 (calc-embedded-make-info): Have plain prefix argument select
29323 entire line.
29324
29325 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29326
29327 * faces.el (list-faces-display): Signal error if passed a regexp
29328 that matches no face name.
29329
29330 * simple.el (filter-buffer-substring): Fix typo in docstring.
29331
29332 2005-05-31 Richard M. Stallman <rms@gnu.org>
29333
29334 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29335 (vhdl-emacs-21): Doc fix.
29336 (vhdl-mode): Unconditionally set comment-padding.
29337 (vhdl-fixup-whitespace-region): Insert spaces only where
29338 there are none.
29339 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29340
29341 2005-05-30 John Wiegley <johnw@newartisans.com>
29342
29343 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29344 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29345 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29346 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29347 `string-to-number'.
29348
29349 2005-05-30 Jay Belanger <belanger@truman.edu>
29350
29351 * calc/calc.el (calc-bug-address): Fix docstring.
29352 (calc-window-hook, calc-trail-window-hook): New variables.
29353 (calc-trail-display): Restore use of calc-trail-window-hook.
29354 (calc): Restore use of calc-window-hook.
29355
29356 2005-05-31 Masatake YAMATO <jet@gyve.org>
29357
29358 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29359
29360 * help-fns.el (help-C-file-name): Add autoload mark for
29361 `find-function-noselect'.
29362
29363 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29364
29365 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29366 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29367
29368 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29369
29370 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29371 included diary buffer if it was not already being visited.
29372 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29373
29374 * calendar/icalendar.el (top-level): Do not require appt.
29375
29376 * mail/supercite.el (sc-select-attribution): Only use a list
29377 element from sc-attrib-selection-list if it returns a string.
29378 Reported by Davide G. M. Salvetti <salve@debian.org>.
29379
29380 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29381
29382 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29383 includes a hash value to improve its uniqueness, and has a ".jpg"
29384 extension. Also, it is now a valid filename on all systems.
29385 (thumbs-make-thumb): Use `let', not `let*'.
29386 (thumbs-show-thumbs-list): Check for JPEG availability.
29387
29388 2005-05-30 Richard M. Stallman <rms@gnu.org>
29389
29390 * filesets.el (filesets-menu-ensure-use-cached):
29391 Prevent warning when emacs-version>= is undefined.
29392
29393 * printing.el (pr-interactive-n-up): Use string-to-number.
29394
29395 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29396
29397 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29398 Warn only when name to be defined is quoted.
29399
29400 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29401
29402 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29403 Make regexp more robust.
29404 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29405 Force regeneration of disassembly.
29406
29407 2005-05-29 Jay Belanger <belanger@truman.edu>
29408
29409 * calc/calc.el (calc-user-invocation): Check if
29410 calc-invocation-macro is non-nil.
29411
29412 2005-05-29 Juri Linkov <juri@jurta.org>
29413
29414 * add-log.el (change-log-font-lock-keywords):
29415 Add `+' to e-mail regexp to accept mail address with keywords.
29416
29417 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29418
29419 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29420
29421 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29422
29423 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29424
29425 2005-05-29 Richard M. Stallman <rms@gnu.org>
29426
29427 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29428 Undo the change that moves to end of the current word.
29429
29430 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29431
29432 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29433 Throw error when count <= 0 to ensure input is a number.
29434 (gdb-read-memory-custom): Pick up address from buffer.
29435 (gdb-memory-mode): Allow user to increment and decrement
29436 memory address from header line.
29437
29438 2005-05-29 Richard M. Stallman <rms@gnu.org>
29439
29440 * textmoddes/flyspell.el (flyspell-version): Function deleted.
29441 (flyspell-auto-correct-previous-hook): Doc fix.
29442
29443 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29444 Do nothing if memory is full.
29445
29446 * font-lock.el (font-lock-fontify-syntactically-region):
29447 Pass t for GREEDY to looking-back.
29448
29449 * saveplace.el (save-place-alist-to-file): Write the file
29450 using write-region.
29451
29452 * subr.el (looking-back): New argument GREEDY.
29453
29454 * progmodes/compile.el (compilation-start): Set the mode
29455 before inserting the initial text.
29456
29457 * progmodes/which-func.el (which-func-update-1): Turn the mode
29458 off in case of error by setting which-func-mode.
29459
29460 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29461
29462 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29463 Narrow down to what's on the screen, and recenter overlays
29464 at the end of the next word.
29465
29466 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29467
29468 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29469 8Vars moved up.
29470 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29471 (flyspell-abbrev-p): Default to nil.
29472 (flyspell-use-global-abbrev-table-p): Doc fix.
29473 (flyspell-large-region): Allow nil as value.
29474 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29475
29476 (mail-mode-flyspell-verify): More robust handling
29477 of `mail-header-separator'. More efficient signature detection.
29478 Allow for regexp metacharacters in message-header-separator.
29479 Adding `To' not to be checked in mail-mode-flyspell-verify.
29480
29481 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29482 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29483 Bind flyspell-auto-correct-binding.
29484 Bind C-. and C-, .
29485 (flyspell-mode-map): Likewise.
29486 (flyspell-mode): Doc fix.
29487 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29488 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29489 (flyspell-word-cache-result): New var, always local.
29490 (flyspell-check-pre-word-p): Doc fix.
29491 (flyspell-check-changed-word-p): Handle spc like newline.
29492 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29493 (flyspell-word-search-backward, flyspell-word-search-forward):
29494 New functions.
29495 (flyspell-word): Return t if nothing to check.
29496 When parsing TeX code, check for after } or \.
29497 Use flyspell-word-search-backward to find previous word.
29498 Return nil if duplicated word.
29499 For word already checked, return same value as last time.
29500 Set flyspell-word-cache-result after checking.
29501 Don't clobber the return value.
29502 (flyspell-get-word): Major rewrite.
29503 (flyspell-external-point-words): New locals pword, pcount.
29504 Fix size used in progress message.
29505 Find the proper corresponding word in flyspell-large-region-buffer.
29506 (flyspell-region): Check for flyspell-large-region = nil.
29507 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29508 (flyspell-auto-correct-word): Check that WORD is a cons.
29509 (flyspell-correct-word): Likewise.
29510
29511 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29512
29513 * progmodes/make-mode.el (makefile-rule-action-regex)
29514 (makefile-macroassign-regex, makefile-makepp-mode)
29515 (makefile-bsdmake-mode): Continuation lines may be empty.
29516 Reported by Joshua Varner.
29517 (makefile-makepp-font-lock-keywords): Add $(stem).
29518
29519 2005-05-28 Karl Berry <karl@gnu.org>
29520
29521 * textmodes/tex-mode.el: Now that tex-send-command calls
29522 shell-quote-argument (2005-03-31 change), remove all calls to
29523 shell-quote-argument; they all end up invoking tex-send-command.
29524 The double quoting loses on filenames with non-safe characters,
29525 such as "@". Reported by Frederik Fouvry.
29526
29527 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29528
29529 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29530 about preserving point.
29531
29532 2005-05-27 Jay Belanger <belanger@truman.edu>
29533
29534 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29535 Info-goto-node.
29536
29537 * calc/calc-embed.el (calc-embed-arg): New variable.
29538 (calc-do-embedded-activate, calc-embedded-activate-formula)
29539 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29540 variable by new variable.
29541 (calc-embedded-make-info): Replace undeclared variable by new
29542 variable. When selecting region with positive prefix
29543 argument, use end of previous line instead of beginning of line.
29544
29545 * calc/calc-aent.el (calc-arg-values): Declare it.
29546
29547 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29548 Declare them.
29549
29550 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29551
29552 * calc/calc.el (calc-alg-map): Declare it.
29553
29554 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29555
29556 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29557
29558 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29559 (gdb-registers-buffer, toggle-gdb-all-registers):
29560 Toggle display of floating point registers.
29561 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29562
29563 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29564 (toggle-gud-tooltip-dereference):
29565 Rename from gud-toggle-tooltip-dereference.
29566
29567 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29568
29569 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29570
29571 2005-05-27 Jay Belanger <belanger@truman.edu>
29572
29573 * calc/calc-prog.el (calc-kbd-report): Remove.
29574 (calc-kbd-query): Rewrite.
29575
29576 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29577
29578 * image.el (image-library-alist): Move to image.c.
29579 (image-type-available-p): Doc fix.
29580
29581 2005-05-27 Lute Kamstra <lute@gnu.org>
29582
29583 * calc/calc.el (calc):
29584 * outline.el (outline-1, outline-2, outline-3, outline-4)
29585 (outline-5, outline-6, outline-7, outline-8):
29586 * textmodes/dns-mode.el (dns-mode):
29587 * textmodes/sgml-mode.el (sgml-namespace-face):
29588 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29589 (tex-verbatim-face, tex-use-reftex):
29590 * textmodes/texinfo.el (texinfo-heading-face):
29591 Specify customization group.
29592
29593 * longlines.el: Don't require easy-mmode.
29594 (longlines-visible-face): Specify customization group.
29595
29596 2005-05-27 Kenichi Handa <handa@m17n.org>
29597
29598 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29599 encoding table of windows-1251.
29600
29601 * international/ucs-tables.el (ucs-set-table-for-input):
29602 If translation-table-for-input of a coding system is a symbol, get
29603 its translation-table property.
29604
29605 * international/code-pages.el: Don't register a coding system into
29606 non-iso-charset-alist more than once.
29607 (cp-make-coding-system): Likewise.
29608
29609 2005-05-26 John Wiegley <johnw@newartisans.com>
29610
29611 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29612 `eshell-resume-eval' is wrapped in a list, it indicates that the
29613 command was run asynchronously. In that case, unwrap the value
29614 before checking the delimiter value.
29615
29616 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29617 character before a space at the end of a line is \, assume the space
29618 is part of the last argument rather than a final argument separator.
29619
29620 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29621 is in use, and the target is `t' or `nil' (which are the most common
29622 values), don't assume that the symbol target is a buffer.
29623
29624 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29625
29626 * calendar/calendar.el (calendar-mode-line-format):
29627 Use mode-line-highlight as mouse-face.
29628
29629 * time.el (display-time-string-forms, display-time-update):
29630 Use mode-line-highlight as mouse-face.
29631
29632 2005-05-26 Jay Belanger <belanger@truman.edu>
29633
29634 * calc/calc.el (calc-language-alist): Remove extra defvar.
29635
29636 2005-05-26 Lute Kamstra <lute@gnu.org>
29637
29638 * arc-mode.el (archive-mode):
29639 * bookmark.el (bookmark-read-annotation-mode)
29640 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29641 * bs.el (bs-mode):
29642 * calc/calc-yank.el (calc-edit-mode):
29643 * calc/calc.el (calc-mode, calc-trail-mode):
29644 * calculator.el (calculator-mode):
29645 * chistory.el (command-history-mode):
29646 * comint.el:
29647 * cus-edit.el (custom-mode):
29648 * descr-text.el (describe-text-mode):
29649 * ebuff-menu.el (Electric-buffer-menu-mode):
29650 * ediff-util.el (ediff-mode):
29651 * emacs-lisp/re-builder.el (reb-mode):
29652 * emulation/vi.el (vi-mode-setup):
29653 * emulation/ws-mode.el (wordstar-mode):
29654 * eshell/esh-mode.el (eshell-mode):
29655 * forms.el (forms-mode):
29656 * help-mode.el (help-mode):
29657 * hexl.el (hexl-mode):
29658 * ibuffer.el (ibuffer-mode):
29659 * ielm.el (inferior-emacs-lisp-mode):
29660 * info.el (Info-mode, Info-edit-mode):
29661 * international/swedish.el:
29662 * ledit.el (ledit-from-lisp-mode):
29663 * locate.el (locate-mode):
29664 * mail/rmail.el (rmail-mode):
29665 * mail/rmailedit.el (rmail-edit-mode):
29666 * mail/rmailsum.el (rmail-summary-mode):
29667 * mail/supercite.el (sc-electric-mode):
29668 * net/eudc.el (eudc-mode):
29669 * net/quickurl.el (quickurl-list-mode):
29670 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29671 * obsolete/ooutline.el (outline-mode):
29672 * obsolete/options.el (Edit-options-mode):
29673 * obsolete/rnews.el (news-mode):
29674 * obsolete/rnewspost.el (news-reply-mode):
29675 * play/5x5.el (5x5-mode):
29676 * play/decipher.el (decipher-mode, decipher-stats-mode):
29677 * play/gomoku.el (gomoku-mode):
29678 * play/snake.el (snake-mode):
29679 * play/solitaire.el (solitaire-mode):
29680 * play/tetris.el (tetris-mode):
29681 * progmodes/ada-mode.el (ada-mode):
29682 * progmodes/antlr-mode.el (antlr-mode):
29683 * progmodes/autoconf.el (autoconf-mode):
29684 * progmodes/dcl-mode.el (dcl-mode):
29685 * progmodes/delphi.el (delphi-mode):
29686 * progmodes/ebrowse.el (ebrowse-tree-mode)
29687 (ebrowse-electric-list-mode, ebrowse-member-mode)
29688 (ebrowse-electric-position-mode):
29689 * progmodes/f90.el (f90-mode):
29690 * progmodes/fortran.el (fortran-mode):
29691 * progmodes/icon.el (icon-mode):
29692 * progmodes/idlw-help.el (idlwave-help-mode):
29693 * progmodes/idlw-shell.el (idlwave-shell-mode):
29694 * progmodes/idlwave.el (idlwave-mode):
29695 * progmodes/inf-lisp.el (inferior-lisp-mode):
29696 * progmodes/m4-mode.el (m4-mode):
29697 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29698 * progmodes/modula2.el (modula-2-mode):
29699 * progmodes/octave-inf.el (inferior-octave-mode):
29700 * progmodes/octave-mod.el (octave-mode):
29701 * progmodes/pascal.el (pascal-mode):
29702 * progmodes/sh-script.el (sh-mode):
29703 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29704 * progmodes/vhdl-mode.el (vhdl-mode):
29705 * progmodes/xscheme.el (scheme-interaction-mode):
29706 * replace.el (occur-mode):
29707 * ses.el (ses-mode):
29708 * simple.el (completion-list-mode):
29709 * skeleton.el:
29710 * speedbar.el (speedbar-mode):
29711 * term.el (term-mode):
29712 * terminal.el (terminal-edit-mode):
29713 * textmodes/reftex-index.el (reftex-index-mode)
29714 (reftex-index-phrases-mode):
29715 * textmodes/reftex-sel.el (reftex-select-label-mode)
29716 (reftex-select-bib-mode):
29717 * textmodes/reftex-toc.el (reftex-toc-mode):
29718 * wdired.el (wdired-change-to-wdired-mode):
29719 * wid-browse.el (widget-browse-mode):
29720 Use run-mode-hooks.
29721
29722 * array.el (array-mode):
29723 * calendar/todo-mode.el (todo-mode):
29724 * man.el (Man-mode):
29725 * play/landmark.el (lm-mode):
29726 * play/mpuz.el (mpuz-mode):
29727 Use kill-all-local-variables and run-mode-hooks.
29728
29729 * subr.el (delay-mode-hooks): Specify indentation.
29730
29731 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29732
29733 * xml.el (xml-substitute-special): Don't die for undefined xml
29734 entities.
29735
29736 2005-05-26 Jay Belanger <belanger@truman.edu>
29737
29738 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
29739 of nil.
29740
29741 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
29742
29743 * progmodes/gdb-ui.el (gdb-frame-address):
29744 Rename from gdb-current-address.
29745 (gdb-previous-frame-address): Rename from gdb-previous-address.
29746 (gdb-selected-frame): Rename from gdb-current-frame.
29747 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
29748 (gdb-frame-number): Rename from gdb-current-stack-level.
29749 (gdb-ann3): Match new mode-name for disassembly buffer.
29750 Extend initialization of variables.
29751 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
29752 (gdb-memory-mode): Use mouse-face in header line.
29753 (gdb-assembler-buffer-name): Call it disassembly and give frame
29754 in mode line.
29755 (gdb-source-spec-regexp, gdb-assembler-custom)
29756 (gdb-invalidate-assembler, gdb-frame-handler):
29757 Make robust to leading zeroes in address format.
29758
29759 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
29760
29761 * textmodes/org.el (org-mode): Use `define-derived-mode' to
29762 define `org-mode'.
29763 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
29764
29765 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
29766
29767 * log-edit.el (log-edit-changelog-entries): Distinguish between
29768 filenames like xfns.c and fns.c.
29769
29770 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
29771
29772 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
29773 point after reverting.
29774 (Buffer-menu-make-sort-button): Handle the case where
29775 `Buffer-menu-use-header-line' is nil.
29776
29777 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
29778
29779 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
29780 New funcs. In minibuffer-local-completion-map bind `]', `/'
29781 and `:' to them.
29782
29783 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
29784
29785 * startup.el (normal-top-level): Allow modification of load-path while
29786 we're iterating over it.
29787
29788 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
29789
29790 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
29791 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
29792 (thumbs-resize-interactive, thumbs-insert-image)
29793 (thumbs-insert-thumb, thumbs-dired-show-marked)
29794 (thumbs-find-image-at-point, thumbs-delete-images)
29795 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
29796 (thumbs-increment-image-size, thumbs-decrement-image-size):
29797 Fix typos in docstrings.
29798
29799 2005-05-24 Andre Spiegel <spiegel@gnu.org>
29800
29801 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
29802 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
29803 (cperl-mode): Use them.
29804
29805 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
29806
29807 * window.el (quit-window, shrink-window-if-larger-than-buffer):
29808 Doc fixes.
29809
29810 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
29811
29812 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
29813 Bind C-d to gdb-inferior-io-eof.
29814
29815 * dired.el (dired-dnd-popup-notice): Use message-box.
29816
29817 2005-05-23 Masatake YAMATO <jet@gyve.org>
29818
29819 * bindings.el (mode-line-major-mode-keymap):
29820 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
29821
29822 * faces.el (mode-line-highlight): New face.
29823
29824 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
29825 as mouse-face.
29826
29827 * bindings.el (top-level, help-echo, mode-line-modified)
29828 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
29829 as mouse-face.
29830
29831 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
29832
29833 * progmodes/cc-engine.el (c-guess-basic-syntax):
29834 Remove spurious call to `zerop'.
29835
29836 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
29837
29838 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
29839
29840 CC Mode update to 5.30.10:
29841
29842 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
29843 the point could go past the limit in decoration level 2, thereby
29844 causing errors during interactive fontification.
29845
29846 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
29847 bug when the file is evaluated interactively.
29848
29849 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
29850 declarations somewhat better in C++.
29851
29852 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
29853 New helper macro to make use of `run-mode-hooks'
29854 which has been added in Emacs 21.1.
29855 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
29856 (awk-mode): Use it.
29857 (make-local-hook): Suppress warning about obsoleteness.
29858
29859 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
29860 (c-append-backslashes-forward, c-delete-backslashes-forward)
29861 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
29862 Compensate for return value from `forward-line' when it has moved
29863 but not to a different line due to eob.
29864
29865 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
29866 `objc-method-intro' and `objc-method-args-cont'.
29867
29868 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
29869
29870 CC Mode update to 5.30.10:
29871
29872 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
29873 address in the copyright statement. Incidentally, change "along with
29874 GNU Emacs" to "along with this program" where it occurs.
29875
29876 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
29877 autoload, so that it is interactive, hence can be found by M-x awk-mode
29878 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
29879 <gmorris+emacs@ast.cam.ac.uk>.
29880
29881 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
29882 Mode's regexps.
29883
29884 2005-05-23 Kevin Ryde <user42@zip.com.au>
29885
29886 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
29887 from c-parse-state, to avoid a lisp error (on bad code).
29888
29889 2005-05-23 Lute Kamstra <lute@gnu.org>
29890
29891 * subr.el (font-lock-defaults): Remove defvar as it's already
29892 defined in font-core.el.
29893
29894 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
29895
29896 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
29897
29898 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
29899 more general and work when GDB variable "print pretty" is on,
29900 as with Emacs, for example.
29901
29902 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
29903
29904 * font-core.el: Update comment.
29905
29906 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29907 Use `after-change-major-mode-hook' instead of `find-file-hook'.
29908
29909 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
29910
29911 2005-05-22 Eli Zaretskii <eliz@gnu.org>
29912
29913 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
29914 and `yank-handler' in the doc strings.
29915
29916 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
29917
29918 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
29919
29920 2005-05-22 Richard M. Stallman <rms@gnu.org>
29921
29922 * help.el (describe-key): Move print-help-return-message call
29923 out of conditional.
29924
29925 * progmodes/etags.el (list-tags): Use with-no-warnings.
29926
29927 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
29928 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
29929 (starttls-extra-args, starttls-extra-arguments): Add defvars.
29930
29931 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
29932
29933 * language/viet-util.el (viet-viscii-nonascii-translation-table):
29934 Add defvar.
29935
29936 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
29937 Use defvar, not defconst.
29938
29939 * hexl.el (hexl-follow-line): Use with-no-warnings.
29940
29941 * emulation/tpu-extras.el: Use write-file-functions instead of
29942 write-file-hooks.
29943
29944 * dired.el (dired-font-lock-keywords): Fontify files with junk
29945 extensions even if marked by -F.
29946
29947 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
29948
29949 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
29950 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
29951 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
29952 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
29953 (concatenate, list-length, get*, getf, cl-remprop):
29954 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
29955 (etypecase, progv, lexical-let, lexical-let*)
29956 (multiple-value-bind, multiple-value-setq, shiftf):
29957 Improve argument/docstring consistency.
29958
29959 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
29960
29961 2005-05-22 Andre Spiegel <spiegel@gnu.org>
29962
29963 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
29964 doesn't exist.
29965
29966 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
29967 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
29968
29969 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
29970
29971 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29972 already deleted variables: auto-fill-hook, blink-paren-hook,
29973 lisp-indent-hook, inhibit-local-variables, unread-command-event,
29974 suspend-hooks, comment-indent-hook, meta-flag,
29975 before-change-function, after-change-function,
29976 font-lock-doc-string-face.
29977
29978 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
29979
29980 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29981
29982 2005-05-21 Eli Zaretskii <eliz@gnu.org>
29983
29984 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29985 rmail-dont-reply-to.
29986
29987 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29988
29989 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29990 literal blank when splitting new-header-values.
29991
29992 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
29993
29994 * calendar/cal-menu.el (cal-menu-update): Add separator as a
29995 string so that tmm doesn't create a completion entry for it.
29996
29997 * textmodes/table.el (table-disable-menu): Ditto.
29998
29999 2005-05-21 Richard M. Stallman <rms@gnu.org>
30000
30001 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30002
30003 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30004
30005 * net/rcompile.el (remote-compile): Use compilation-start.
30006
30007 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30008
30009 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30010
30011 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30012 Default to makefile-bsdmake-mode on BSD systems.
30013
30014 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30015 REGEXP may also be a search function now. The part of doc-string
30016 for describing the structure was 95% identical to that of
30017 `imenu--generic-function'. Unify it there.
30018
30019 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30020 Use function to find dependencies, because regexp alone is so complex,
30021 it easily goes into an endless loop.
30022 (makefile-makepp-mode): Also add submenu for Perl functions
30023 defined in the makefile.
30024 (makefile-bsdmake-mode): Special imenu-generic-expression no
30025 longer needed, due to function call.
30026 (makefile-match-dependency): Take BOUND into account when checking
30027 if we're through.
30028
30029 2005-05-20 Jay Belanger <belanger@truman.edu>
30030
30031 * calc/calc-units.el (calc-invalidate-units-table):
30032 Use inhibit-read-only.
30033 (math-build-units-table-buffer): Use view-mode.
30034
30035 2005-05-20 David Kastrup <dak@gnu.org>
30036
30037 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30038 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30039
30040 2005-05-20 Lute Kamstra <lute@gnu.org>
30041
30042 * diff-mode.el (diff-header-face, diff-file-header-face)
30043 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30044 (diff-added-face, diff-changed-face, diff-function-face)
30045 (diff-context-face, diff-nonexistent-face): Put them in the
30046 diff-mode customization group.
30047
30048 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30049
30050 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30051
30052 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30053
30054 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30055 Minor regexp-optimization.
30056
30057 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30058
30059 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30060 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30061 (org-agenda-add-time-grid-maybe): New function.
30062 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30063 (org-table-create): `dotimes' instead of `mapcar'.
30064 (org-xor): Simplify implementation.
30065 (org-agenda): `inhibit-redisplay' turned on.
30066 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30067 a consistent line after a state change.
30068 (org-agenda-remove-times-when-in-prefix): New option.
30069 (org-prefix-has-time): New variable.
30070 (org-parse-time-string): Optional argument NODEFAULT.
30071 (org-format-agenda-item): Parse items for time-of-day
30072 specifications and move these into the prefix if possible.
30073 (org-agenda-priority): Get current heading, not previous heading
30074 during agenda remote editing.
30075
30076 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30077
30078 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30079 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30080 (remove-duplicates, delete-duplicates, substitute)
30081 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30082 (nsubstitute-if-not, find, find-if, find-if-not, position)
30083 (position-if, position-if-not, count, count-if, count-if-not)
30084 (mismatch, search, sort*, stable-sort, merge, member*)
30085 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30086 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30087 (intersection, nintersection, set-difference, nset-difference)
30088 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30089 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30090 (nsublis, tree-equal): Improve argument/docstring consistency.
30091
30092 * subr.el (send-string, send-region): Remove obsolescence declaration.
30093 (window-dot, set-window-dot, read-input, show-buffer)
30094 (eval-current-buffer, string-to-int):
30095 Add release number to obsolescence declarations.
30096
30097 2005-05-19 Kim F. Storm <storm@cua.dk>
30098
30099 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30100 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30101
30102 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30103
30104 * faces.el (list-faces-display): Make back button respect optional
30105 regexp arg.
30106
30107 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30108
30109 * calculator.el (calculator-radix-grouping-mode)
30110 (calculator-radix-grouping-digits, calculator-displayer)
30111 (calculator-radix-grouping-separator, calculator-copy-displayer):
30112 * dabbrev.el (dabbrev-search-these-buffers-only):
30113 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30114 (diff-advance-after-apply-hunk, diff-mode-hook)
30115 (diff-minor-mode-prefix):
30116 * imenu.el (imenu-use-popup-menu):
30117 * jit-lock.el (jit-lock-context-time):
30118 * newcomment.el (comment-fill-column, comment-column)
30119 (comment-style, comment-padding, comment-multi-line)
30120 (comment-empty-lines, comment-auto-fill-only-comments):
30121 * reveal.el (reveal-around-mark):
30122 * uniquify.el (uniquify-buffer-name-style)
30123 (uniquify-after-kill-buffer-p)
30124 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30125 (uniquify-min-dir-content, uniquify-separator)
30126 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30127 * w32-vars.el (w32-fixed-font-alist):
30128 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30129 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30130 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30131 * progmodes/perl-mode.el (perl-indent-level)
30132 (perl-continued-statement-offset, perl-continued-brace-offset)
30133 (perl-brace-offset, perl-brace-imaginary-offset)
30134 (perl-label-offset, perl-indent-continued-arguments)
30135 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30136 * progmodes/tcl.el (tcl-indent-level)
30137 (tcl-continued-indent-level, tcl-auto-newline)
30138 (tcl-tab-always-indent, tcl-electric-hash-style)
30139 (tcl-help-directory-list, tcl-use-smart-word-finder)
30140 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30141 (inferior-tcl-source-command):
30142 * textmodes/fill.el (enable-kinsoku):
30143 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30144 * textmodes/table.el (table-yank-handler):
30145 Specify missing group (and type, if simple) in defcustom.
30146
30147 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30148
30149 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30150
30151 2005-05-19 Richard M. Stallman <rms@gnu.org>
30152
30153 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30154
30155 * subr.el (event-basic-type): Don't get an error.
30156 (left-fringe-p): Function deleted.
30157
30158 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30159 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30160
30161 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30162 in recursive copy.
30163
30164 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30165
30166 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30167
30168 * emacs-lisp/bytecomp.el
30169 (byte-compile-file-form-custom-declare-variable):
30170 Call byte-compile-nogroup-warn if appropriate.
30171
30172 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30173 (compilation-set-window): Don't call left-fringe-p; do it directly.
30174
30175 2005-05-19 Jay Belanger <belanger@truman.edu>
30176
30177 * calc/calc-graph.el (calc-graph-format-data): Make sure
30178 var-PlotRejects is bound before trying to check its value.
30179
30180 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30181
30182 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30183 definition of this variable from reftex-global.el to reftex.el,
30184 because it is needed in the menu.
30185
30186 2005-05-19 Lute Kamstra <lute@gnu.org>
30187
30188 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30189 years are fixed. Don't insert a space after a dash.
30190
30191 2005-05-19 Kim F. Storm <storm@cua.dk>
30192
30193 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30194
30195 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30196
30197 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30198 strings, because (eq ... ?\\) is fairly frequent.
30199
30200 * progmodes/make-mode.el (makefile-add-this-line-targets):
30201 Simplify and integrate into `makefile-pickup-targets'.
30202 (makefile-add-this-line-macro): Simplify and integrate into
30203 `makefile-pickup-macros.
30204 (makefile-pickup-filenames-as-targets): Simplify.
30205 (makefile-previous-dependency, makefile-match-dependency):
30206 Don't stumble over `::'.
30207
30208 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30209
30210 * subr.el (post-command-idle-hook, post-command-idle-delay):
30211 Remove obsoletion of post-command-idle-hook and
30212 post-command-idle-delay.
30213
30214 * faces.el (list-faces-display): Provide button when describe-face
30215 is called to take user back to the list of faces.
30216
30217 * help-fns.el (describe-variable): Remove hyperlinks in a
30218 variable's value as these are quite frequently inappropriate.
30219
30220 * follow.el (follow-submit-feedback, follow-mode):
30221 Remove references to post-command-idle-hook.
30222
30223 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30224
30225 * progmodes/make-mode.el (makefile-previous-dependency)
30226 (makefile-match-dependency): Check for := (and in bsd mode also
30227 !=) to give a better result, even when font-lock is not on.
30228
30229 2005-05-18 Jay Belanger <belanger@truman.edu>
30230
30231 * calc/calc-help.el (calc-s-prefix-help):
30232 Add `calc-copy-special-constant' to help string.
30233
30234 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30235
30236 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30237
30238 2005-05-18 Jay Belanger <belanger@truman.edu>
30239
30240 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30241 in linear factors are in proper order.
30242
30243 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30244
30245 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30246 Support for jurabib.
30247
30248 * textmodes/reftex.el (featurep): Define aliases for overlay
30249 commands, for XEmacs compatibility, and use these aliases in
30250 overlay initializations.
30251 (reftex-highlight): Use `reftex-move-overlay'.
30252 (reftex-unhighlight): Use `reftex-delete-overlay'.
30253 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30254 (reftex-access-search-path): Use `reftex-uniquify' instead of
30255 `reftex-uniq'.
30256
30257 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30258 `before-string' property modification enables for Emacs as well.
30259 (reftex-select-item): Use `reftex-delete-overlay'.
30260 (reftex-select-mark): Use `reftex-make-overlay' and
30261 `reftex-overlay-put'.
30262 (reftex-select-unmark): Use `reftex-delete-overlay' and
30263 `reftex-overlay-put'.
30264
30265 2005-05-18 Lute Kamstra <lute@gnu.org>
30266
30267 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30268
30269 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30270
30271 * add-log.el (add-change-log-entry):
30272 * array.el (array-make-template, array-reconfigure-rows)
30273 (array-init-max-row, array-init-max-column)
30274 (array-init-columns-per-line, array-init-field-width):
30275 * replace.el (replace-match-maybe-edit, perform-replace):
30276 * textmodes/spell.el (spell-region):
30277 Replace `read-input' by `read-string'.
30278
30279 * forms.el (forms-mode):
30280 * finder.el (finder-compile-keywords):
30281 * shadowfile.el (shadow-read-files):
30282 Replace `eval-current-buffer' by `eval-buffer'.
30283
30284 * terminal.el (te-pass-through):
30285 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30286 (ange-ftp-raw-send-cmd):
30287 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30288 (send-process-next-char, telnet-initial-filter, telnet):
30289 Replace `send-string' by `process-send-string'.
30290
30291 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30292 (prolog-consult-region): Replace `send-string' by
30293 `process-send-string'; replace `send-region' by `process-send-region'.
30294
30295 * progmodes/delphi.el (delphi-log-msg):
30296 Replace `set-window-dot' by `set-window-point'.
30297
30298 * subr.el (window-dot, set-window-dot, read-input, send-string)
30299 (send-region, show-buffer, eval-current-buffer):
30300 Make really obsolete, as the comment says.
30301
30302 2005-05-17 Kim F. Storm <storm@cua.dk>
30303
30304 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30305 (cua--init-keymaps): Bind C-return instead of S-return to set
30306 rectangle mark.
30307
30308 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30309 instead of S-return to toggle/clear rectangle mark.
30310
30311 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30312
30313 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30314 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30315 Also fontify plain strings assigned to variables, mostly so that a
30316 colon has a face and is thus not taken as a dependency separator.
30317 (makefile-previous-dependency): Inline the new matcher, because it
30318 is too complex to work in both directions.
30319 (makefile-match-dependency): Eliminate `backward' arg (see above).
30320 Completely reimplemented so as to not sometimes go into an endless
30321 loop. It should also be more efficient, because first it only
30322 searches for `:', instead of applying the very complex regexp.
30323 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30324 to be fontified in one piece can be too long for JIT.
30325 Makefiles are never *that* big.
30326
30327 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30328
30329 * dired.el (dired-mode): Simplify.
30330
30331 2005-05-17 Lute Kamstra <lute@gnu.org>
30332
30333 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30334 defcustom for the mode hook variable.
30335
30336 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30337 Emacs Lisp Reference Manual.
30338
30339 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30340
30341 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30342 (evenp, list*):
30343 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30344 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30345
30346 * net/tramp-smb.el (tramp-smb-open-connection):
30347 Pass `tramp-chunksize' as fifth (required) argument.
30348
30349 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30350
30351 * font-lock.el (lisp-font-lock-keywords-1):
30352 Set `font-lock-negation-char-face' for [^...] char group.
30353 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30354
30355 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30356 a var, and refine it to mask one more level of nested vars.
30357 (makefile-rule-action-regex): Turn it into a var, and refine it so
30358 it recognizes backslashed continuation lines as belonging to the
30359 same command.
30360 (makefile-macroassign-regex): Refine it so it recognizes
30361 backslashed continuation lines as belonging to the same command.
30362 (makefile-var-use-regex): Don't look at the next char, because it
30363 might be the same one to be skipped by the initial [^$], leading
30364 to an overlooked variable use.
30365 (makefile-make-font-lock-keywords): Remove two parameters, which
30366 are now variables that some of the modes set locally.
30367 Handle dependency and rule action matching through functions, because
30368 regexps alone match too often. Dependency matching now comes
30369 last, so it can check, whether a colon already matched something else.
30370 (makefile-mode): Inform that font-lock improves makefile parsing
30371 capabilities.
30372 (makefile-match-dependency, makefile-match-action): New functions.
30373
30374 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30375
30376 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30377
30378 * align.el (align-regexp):
30379 * ansi-color.el (ansi-color-get-face):
30380 * array.el (array-reconfigure-rows, array-init-max-row)
30381 (array-init-max-column, array-init-columns-per-line)
30382 (array-init-field-width):
30383 * dired-aux.el (dired-trample-file-versions):
30384 * dired-x.el (dired-mark-sexp):
30385 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30386 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30387 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30388 * faces.el (face-read-integer):
30389 * files.el (backup-extract-version, insert-directory):
30390 * hexl.el (hexl-insert-decimal-char):
30391 * server.el (server-process-filter):
30392 * shell.el (shell-extract-num):
30393 * startup.el (command-line-1):
30394 * term.el (term-command-hook):
30395 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30396 (time-stamp-do-number):
30397 * time.el (display-time-update):
30398 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30399 (timezone-fix-time):
30400 * vms-patch.el (vms-suspend-resume-hook):
30401 * calendar/appt.el (appt-convert-time):
30402 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30403 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30404 * calendar/cal-islam.el (mark-islamic-diary-entries):
30405 * calendar/calendar.el (calendar-cursor-to-date)
30406 (calendar-star-date):
30407 * calendar/diary-lib.el (diary-attrtype-convert)
30408 (mark-diary-entries, diary-entry-time):
30409 * calendar/solar.el (solar-get-number):
30410 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30411 * emacs-lisp/re-builder.el (reb-display-subexp):
30412 * emulation/edt.el (edt-set-scroll-margins):
30413 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30414 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30415 (vip-get-ex-count):
30416 * emulation/viper-ex.el (viper-get-ex-token)
30417 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30418 * international/fontset.el (fontset-plain-name):
30419 * mail/feedmail.el (feedmail-look-at-queue-directory):
30420 * mail/mailalias.el (mail-get-names):
30421 * mail/rmail.el (rmail-convert-to-babyl-format):
30422 * mail/rmailsum.el (rmail-make-basic-summary-line)
30423 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30424 (rmail-summary-goto-msg):
30425 * mail/smtpmail.el (smtpmail-read-response):
30426 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30427 (ange-ftp-vms-add-file-entry):
30428 * play/gametree.el (gametree-looking-at-ply)
30429 (gametree-current-branch-score):
30430 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30431 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30432 * progmodes/cperl-mode.el (condition-case):
30433 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30434 (ebrowse-set-member-buffer-column-width)
30435 (ebrowse-select-1st-to-9nth):
30436 * progmodes/etags.el (etags-snarf-tag):
30437 * progmodes/flymake.el (flymake-parse-line):
30438 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30439 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30440 (idlwave-shell-menu-def):
30441 * progmodes/ps-mode.el (ps-run-goto-error):
30442 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30443 (vhdl-speedbar-contract-level):
30444 * term/mac-win.el (x-handle-numeric-switch):
30445 * term/sun-mouse.el (sun-get-frame-data):
30446 * term/w32-win.el (x-handle-numeric-switch):
30447 * term/x-win.el (x-handle-numeric-switch):
30448 * textmodes/ispell.el (ispell-parse-output):
30449 * textmodes/nroff-mode.el (nroff-outline-level):
30450 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30451 (reftex-bib-sort-year-reverse, reftex-format-citation):
30452 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30453 (reftex-section-number):
30454 * textmodes/texinfmt.el (texinfo-paragraphindent):
30455 Replace `string-to-int' by `string-to-number'.
30456
30457 * international/latexenc.el: Add page marker to force the "Local
30458 Variables:" string out of the last page.
30459
30460 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30461
30462 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30463 tooltip-change-major-mode.
30464 (gud-tooltip-print-command): Remove case where gud-minor-mode
30465 is gdb ("--fullname").
30466 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30467 explain to user.
30468
30469 2005-05-16 Jay Belanger <belanger@truman.edu>
30470
30471 * calc/calc-store.el (calc-copy-special-constant): New function.
30472
30473 * calc/calc-ext.el (calc-init-extensions): Add binding for
30474 `calc-copy-special-constant'.
30475
30476 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30477 for the `calc-copy-special-constant' command.
30478
30479 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30480
30481 * subr.el (left-fringe-p): New function.
30482
30483 * progmodes/compile.el (compilation-setup): Set local value of
30484 overlay-arrow-string to "" always.
30485 (compilation-set-window): Left fringe then don't scroll.
30486 No left fringe then no arrow and scroll message to top.
30487 (compilation-context-lines): Adjust doc string accordingly.
30488
30489 2005-05-16 Kim F. Storm <storm@cua.dk>
30490
30491 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30492 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30493 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30494 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30495 (ido-read-file-name): Handle commands with ido property value
30496 equal to find-file as reading a file name, to allow C-d to enter dired.
30497 (ibuffer-find-file): Add ido property with value find-file.
30498
30499 2005-05-15 Kim F. Storm <storm@cua.dk>
30500
30501 * subr.el (open-network-stream-nowait): Remove.
30502 (open-network-stream-server): Remove.
30503
30504 2005-05-15 Richard M. Stallman <rms@gnu.org>
30505
30506 * faces.el (describe-face): Output a definition link button.
30507
30508 * help-mode.el (help-face-def): New button type.
30509
30510 * emacs-lisp/copyright.el (copyright-fix-years):
30511 Match properly if the first year is 2-digit.
30512 Don't mess up the whitespace after the years by filling.
30513
30514 * dired-aux.el (dired-mark-confirm):
30515 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30516
30517 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30518 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30519 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30520
30521 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30522 Set font-lock-comment-start-skip.
30523
30524 * font-lock.el (font-lock-comment-start-skip): New variable.
30525 (font-lock-comment-end-skip): New variable.
30526 (font-lock-fontify-syntactically-region): Use them if non-nil.
30527
30528 2005-05-15 Jay Belanger <belanger@truman.edu>
30529
30530 * calc/calc-store.el (calc-store-value): Return a string rather
30531 than display it as a message.
30532 Use calc-var-name for variable name.
30533 (calc-store-into): Add the result of calc-store-value to message.
30534 (calc-copy-variable): Add a message.
30535 (calc-store-exchange): Improve error messages.
30536 (calc-store-binary, calc-store-map): Don't reset the values of
30537 special constants.
30538
30539 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30540
30541 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30542 manual to docstring.
30543
30544 * files.el (hack-local-variables-confirm): Add STRING argument.
30545 Make the function handle non file visiting buffers correctly.
30546 (hack-local-variables-prop-line, hack-local-variables)
30547 (hack-one-local-variable): Use STRING arg of
30548 `hack-local-variables-confirm'.
30549
30550 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30551
30552 Sync with Tramp 2.0.49.
30553
30554 * net/tramp.el (tramp-handle-dired-call-process)
30555 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30556 because the contents of the Tramp buffer is changed before
30557 insertion (`expand-file' and alike).
30558 (tramp-handle-insert-directory): If `localname' has an empty
30559 nondirectory name, it must not be quoted.
30560 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30561 variable `tramp-chunksize'. Change callees.
30562 (tramp-open-connection-setup-interactive-shell): Check remote host
30563 for buggy `send-process-string' implementation.
30564 Set `tramp-chunksize' if found. Reported by Michael Kifer
30565 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30566 (tramp-handle-shell-command): `insert-buffer' cannot be used
30567 because the contents of the Tramp buffer is changed before
30568 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30569 <frederic.bothamy@free.fr>.
30570 (tramp-set-auto-save): Actions should be done for Tramp file name
30571 handler only. Ange-FTP has its own auto-save mechanism.
30572 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30573 (tramp-set-auto-save-file-modes): Set file modes of
30574 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30575 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30576 (tramp-bug): Remove obsolete variable.
30577 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30578 for presence of `mml-mode'. Make it running for older Emacsen as well.
30579
30580 2005-05-14 John Paul Wallington <jpw@pobox.com>
30581
30582 * ibuf-ext.el (define-ibuffer-filter filename):
30583 If `dired-directory' is a list, use its car.
30584
30585 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30586
30587 * ibuffer.el (define-ibuffer-column filename):
30588 If `dired-directory' is a list, use its car.
30589
30590 2005-05-14 Richard M. Stallman <rms@gnu.org>
30591
30592 * subr.el (symbol-file): Doc fix.
30593
30594 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30595 (byte-compile-form): Call byte-compile-nogroup-warn.
30596 (byte-compile-warning-types): Doc fix.
30597
30598 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30599
30600 * progmodes/cc-engine.el (c-literal-faces):
30601 Add font-lock-comment-delimiter-face.
30602
30603 * net/net-utils.el (dig): Use with-no-warnings.
30604
30605 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30606 (sc-recite-frame-alist, sc-default-cite-frame)
30607 (sc-default-uncite-frame, sc-default-recite-frame)
30608 (sc-attrib-selection-list, sc-rewrite-header-list):
30609 Mark as risky-local-variable.
30610
30611 * international/ogonek.el (ogonek-jak, ogonek-how):
30612 Don't use beginning-of-buffer.
30613
30614 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30615
30616 * calendar/solar.el (solar-data-list): Move definition up.
30617
30618 * dnd.el (dnd-protocol-alist): Add autoload.
30619
30620 * progmodes/sh-script.el: Many doc usage fixes.
30621 (sh-indent-after-do): Change default to match common styles.
30622
30623 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30624
30625 * files.el (interpreter-mode-alist)
30626 (auto-mode-interpreter-regexp): Doc fixes.
30627
30628 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30629
30630 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30631
30632 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30633
30634 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30635
30636 * dired.el (dired-mode): make-variable-buffer-local =>
30637 make-local-variable.
30638
30639 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30640
30641 * term/mac-win.el (mac-select-convert-to-string): Try coding
30642 systems in mac-script-code-coding-systems if specified one cannot
30643 encode string for `com.apple.traditional-mac-plain-text'.
30644
30645 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30646
30647 * progmodes/make-mode.el (makefile-targets-face)
30648 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30649 (makefile-dependency-regex): Fix it to not make the colon in
30650 $(var:a=b) special.
30651 (makefile-rule-action-regex): New regexp for highlighting embedded
30652 Shell strings.
30653 (makefile-macroassign-regex): Handle != for highlighting as
30654 embedded Shell strings.
30655 (makefile-var-use-regex): New const.
30656 (makefile-statements, makefile-automake-statements)
30657 (makefile-gmake-statements, makefile-makepp-statements)
30658 (makefile-bsdmake-statements): New consts.
30659 (makefile-make-font-lock-keywords): New function.
30660 (makefile-automake-font-lock-keywords)
30661 (makefile-gmake-font-lock-keywords)
30662 (makefile-makepp-font-lock-keywords)
30663 (makefile-bsdmake-font-lock-keywords): New consts.
30664 (makefile-mode-map): Add switchers between the various submodes.
30665 (makefile-mode): Document the availability of the variants.
30666 (makefile-automake-mode, makefile-gmake-mode)
30667 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30668
30669 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30670 new variants of makefile-mode.
30671
30672 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30673
30674 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30675 the inheritance.
30676
30677 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30678
30679 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30680 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30681
30682 * files.el (normal-mode): Extend the scope of the
30683 `enable-local-variables' binding to include the `set-auto-mode' call.
30684 (magic-mode-alist): Doc fix.
30685
30686 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30687
30688 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30689 font-lock-comment-face rather than copying its setting.
30690
30691 2005-05-12 Andreas Schwab <schwab@suse.de>
30692
30693 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30694
30695 2005-05-12 Lute Kamstra <lute@gnu.org>
30696
30697 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30698 defcustom for the mode hook variable. Delete the last argument.
30699 * generic-x.el: Fix callers of define-generic-mode.
30700 (generic-x-modes): Delete group.
30701 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30702 generic-x customization group.
30703
30704 2005-05-12 Kim F. Storm <storm@cua.dk>
30705
30706 * font-lock.el (font-lock-negation-char-face): Default to "off".
30707
30708 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30709 font-lock-negation-char-face to ! in !=.
30710
30711 2005-05-12 Masatake YAMATO <jet@gyve.org>
30712
30713 * add-log.el (find-change-log): Fix typos in the docstring
30714 of function.
30715
30716 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30717
30718 * international/latexenc.el (latexenc-find-file-coding-system):
30719 Avoid `re-search-forward' when looking for input encoding because
30720 of speed and safety. Better regular expressions for recognizing
30721 input encoding. Limit a search for TeX-master/tex-main-file to
30722 the local variable section.
30723
30724 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30725
30726 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30727 syntax of $ to "'" (quote).
30728
30729 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30730
30731 * dnd.el (dnd-protocol-alist): Improve custom type.
30732
30733 * dired.el (dired-dnd-protocol-alist): New variable.
30734 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30735 `dired-mode-hook' to the end.
30736
30737 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30738
30739 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
30740 comment-end if comment-start-skip is not set.
30741 Obey the font-lock-comment-delimiter-face variables.
30742
30743 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
30744
30745 * files.el (executable-find): Move from executable.el. Use
30746 locate-file.
30747 * progmodes/executable.el (executable-find): Move to files.el.
30748
30749 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
30750 when trying to ensure forward progress.
30751
30752 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
30753
30754 * mouse-sel.el (mouse-sel-follow-link-p): New function.
30755 (mouse-select, mouse-select-internal, mouse-extend-internal):
30756 Use it to implement mouse-1-click-follows-link functionality.
30757
30758 2005-05-11 Richard M. Stallman <rms@gnu.org>
30759
30760 * font-lock.el (font-lock-fontify-syntactically-region):
30761 Use font-lock-comment-delimiter-face for comment delimiters.
30762
30763 2005-05-10 Jay Belanger <belanger@truman.edu>
30764
30765 * calc/calc-help.el (calc-m-prefix-help): Add mention of
30766 preserving embedded modes.
30767
30768 2005-05-10 Richard M. Stallman <rms@gnu.org>
30769
30770 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
30771
30772 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
30773 Move from ada-stmt.el.
30774 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
30775
30776 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
30777 Move to ada-mode.el.
30778 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
30779
30780 * cus-edit.el (custom-file): Call file-chase-links.
30781
30782 * files.el (read-directory-name): Fix previous change.
30783 (hack-local-variables-confirm): New function.
30784 (hack-local-variables-prop-line, hack-local-variables)
30785 (hack-one-local-variable): Use it.
30786
30787 2005-05-10 Lute Kamstra <lute@gnu.org>
30788
30789 * font-lock.el (font-lock-keywords-alist)
30790 (font-lock-removed-keywords-alist): Clarify docstrings.
30791
30792 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
30793
30794 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
30795 (gdb-source-info): Check for preprocessor info.
30796 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
30797 a macro for a function.
30798 (gdb-info-breakpoints-custom): Try to find file again if not already
30799 found (user might have used GDB dir command).
30800 (gdb-get-location): Update gdb-location-alist correctly for change
30801 to gdb-info-breakpoints-custom.
30802
30803 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
30804 (gud-tooltip-print-command): Add gdbmi case.
30805 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
30806 preprocessor info.
30807
30808 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
30809
30810 * startup.el (fancy-splash-insert): Fix typo in doc string.
30811
30812 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
30813
30814 * obsolete/float.el (string-to-float):
30815 * obsolete/hilit19.el (hilit-add-pattern):
30816 * obsolete/rnews.el (news-parse-range, news-select-message)
30817 (news-get-pruned-list-of-files): Replace `string-to-int' by
30818 `string-to-number'.
30819
30820 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
30821 `find-file-not-found-hooks'; use `add-hook'.
30822 (uncompress-while-visiting): Set `write-file-functions', not
30823 `write-file-hooks'; use `add-hook'.
30824
30825 2005-05-09 Kim F. Storm <storm@cua.dk>
30826
30827 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
30828 (cua-paste): Handle clipboard action.
30829 (cua--init-keymaps): Remap clipboard-kill-region and
30830 clipboard-kill-ring-save.
30831
30832 2005-05-08 Eli Zaretskii <eliz@gnu.org>
30833
30834 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30835 Improve commentary.
30836
30837 * simple.el (next-error-overlay-arrow-position): Revert the change
30838 made on 2005-04-30.
30839
30840 2005-05-07 Jay Belanger <belanger@truman.edu>
30841
30842 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
30843 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
30844 `calc-sel-reselect'.
30845
30846 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
30847 Calc is in embedded mode.
30848
30849 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30850
30851 * progmodes/compile.el (compilation-setup):
30852 Set overlay-arrow-string to an empty string on text terminals.
30853
30854 * textmodes/ispell.el (ispell-program-name): Try looking for
30855 "aspell" along exec-path, and if found, use it as the default
30856 speller program.
30857
30858 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
30859
30860 * international/mule.el (sgml-xml-auto-coding-function):
30861 Recognize encoding='FOO' in single quotes as well as in double quotes.
30862
30863 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
30864
30865 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
30866 as well as `interactive', so that defmacro* would recognize
30867 `declare' forms.
30868
30869 2005-05-07 Eli Zaretskii <eliz@gnu.org>
30870
30871 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
30872 Explain more about the LIGHTER arg's usage in the doc string.
30873 Add commentary to clarify what the code does. Fix the regexp that
30874 strips whitespace from LIGHTER. Quote LIGHTER before using it,
30875 since it could have characters special to regular expressions.
30876
30877 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30878
30879 * replace.el (occur-1): Bind inhibit-read-only so that
30880 erase-buffer doesn't barf on read-only text properties (likewise
30881 for add-text-properties in occur-engine). Mark buffer as unmodified.
30882 (occur-engine): Don't set buffer-read-only here.
30883
30884 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30885
30886 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
30887 list-buffers-directory. This caused the *cvs-commit* buffer to be
30888 sometimes mistakenly reused as a *cvs* buffer.
30889
30890 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
30891
30892 * tooltip.el: Move code for GUD tooltips into gud.el.
30893 (require): CL no longer needed to compile case.
30894 (tooltip-mode): Do not toggle functions for GUD tooltips.
30895 (tooltip-gud-tips-p): Remove. Replace with minor mode
30896 gud-tooltip-mode in gud.el.
30897 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
30898 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
30899 tooltip-gud prefix with gud-tooltip and obsolete.
30900 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
30901 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
30902 (tooltip-mouse-motion): Mouse movement functions/variable.
30903 Rename in gud.el by adding gud prefix.
30904 (tooltip-gud-original-filter, tooltip-gud-dereference)
30905 (tooltip-gud-event, tooltip-toggle-gud-tips)
30906 (tooltip-gud-process-output, tooltip-gud-print-command)
30907 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
30908 gud.el by replacing tooltip-gud prefix with gud-tooltip.
30909 (gdb-tooltip-print): Move to gdb-ui.el.
30910
30911 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
30912 (require): CL needed to compile case.
30913 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
30914 tooltip-gud-tips-p. Make it a minor-mode.
30915 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
30916 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
30917 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
30918 (gud-tooltip-change-major-mode)
30919 (gud-tooltip-activate-mouse-motions-if-enabled)
30920 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
30921 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
30922 (gud-tooltip-original-filter, gud-tooltip-dereference)
30923 (gud-tooltip-event, tooltip-toggle-gud-tips)
30924 (gud-tooltip-process-output, gud-tooltip-print-command)
30925 (gud-tooltip-tips): Move from tooltip.el.
30926
30927 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
30928 (gdb-cpp-define-alist-flags): Doc fix.
30929 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
30930 gud-tooltip-mode is t.
30931
30932 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
30933
30934 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
30935 evaporate if their text is deleted.
30936 (goto-address-at-point): Make it work as a mouse binding as well.
30937 (goto-address-at-mouse): Obsolete it. Update users.
30938
30939 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
30940
30941 * calendar/appt.el (top-level): No longer activate on load.
30942
30943 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
30944
30945 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30946 * net/webjump.el (webjump):
30947 * progmodes/idlw-help.el (idlwave-do-context-help1)
30948 (idlwave-highlight-linked-completions):
30949 * textmodes/po.el (po-find-file-coding-system-guts):
30950 Replace `assoc-ignore-case' by `assoc-string'.
30951
30952 2005-05-06 Eli Zaretskii <eliz@gnu.org>
30953
30954 * files.el (locate-file): Doc fix.
30955
30956 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
30957 Remove the redundant test for ms-dos.
30958
30959 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
30960 look for the preprocessor with exec-suffixes. If not found in
30961 standard places, look in exec-path. Remove most of the tests that
30962 used system-type.
30963
30964 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
30965
30966 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
30967
30968 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
30969 file-name clash with jka-compr.el on 8+3 filesystems.
30970
30971 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30972
30973 * term/mac-win.el: Don't define or bind scroll bar functions if
30974 x-toolkit-scroll-bars is t.
30975 (x-select-text, x-get-selection-value): Clear
30976 x-last-selected-text-clipboard if x-select-enable-clipboard is
30977 nil.
30978 (PRIMARY): Put mac-scrap-name property.
30979 (mac-select-convert-to-file-url): New function.
30980 (public.file-url): New selection target type. Add to
30981 selection-converter-alist.
30982 (x-get-selection, x-selection-value): Handle it.
30983 (x-cut-buffer-or-selection-value): New alias.
30984
30985 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30986
30987 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30988 entry to avoid calling bibtex-find-entry with arg global
30989 being t. Remove arg key.
30990 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30991 (bibtex-copy-summary-as-kill): Change accordingly.
30992
30993 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
30994
30995 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30996 (org-agenda-date-later): Use with-current-buffer.
30997
30998 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
30999
31000 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31001 (define-obsolete-variable-alias): Doc Fixes.
31002
31003 2005-05-06 Kim F. Storm <storm@cua.dk>
31004
31005 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31006 vertical-motion when selective-display is active.
31007
31008 * ido.el (ido-setup-hook): New hook.
31009 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31010 (ido-input-stack): New var.
31011 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31012 ido-next-work-file binding to M-O.
31013 Bind M-f to ido-wide-find-file-or-pop-dir.
31014 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31015 (ido-read-internal): Run ido-setup-hook.
31016 Catch quit in read-file-name and read-string to cancel edit.
31017 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31018 Automatically pop-all when completing a directory name (RET).
31019 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31020 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31021 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31022 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31023 New functions for M-b/M-f to move among the directory components.
31024 (ido-make-merged-file-list): Catch quit to cancel merge.
31025 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31026 (ido-completion-help): No warnings for ido-completion-buffer-full.
31027
31028 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31029
31030 * font-lock.el (font-lock-negation-char-face): New face and variable.
31031 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31032 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31033 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31034 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31035
31036 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31037
31038 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31039 Fix typo in docstring.
31040
31041 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31042 (ebrowse-print-statistics-line)
31043 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31044
31045 * term/w32-win.el (image-library-alist): Add additional name for
31046 Xpm library.
31047
31048 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31049
31050 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31051 use gcc instead of cpp.
31052
31053 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31054 (gdb-create-define-alist): Use it.
31055 (gdb-cpp-define-alist-program): Update for MS-DOS.
31056
31057 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31058
31059 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31060
31061 2005-05-04 Richard M. Stallman <rms@gnu.org>
31062
31063 * help.el (describe-key): No error when UNTRANSLATED is nil.
31064
31065 * simple.el (line-move-1): Fix previous change to signal errors
31066 appropriately.
31067
31068 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31069
31070 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31071 (icalendar-duration-correction): Remove.
31072 (icalendar--get-event-properties): Split result at commas.
31073 (icalendar--decode-isoduration): New optional argument
31074 DURATION-CORRECTION.
31075 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31076 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31077 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31078 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31079 (icalendar--convert-anniversary-to-ical): New functions, extracted
31080 from icalendar-export-region, with bug fixes.
31081 (icalendar-export-region): Use the above functions.
31082 (icalendar-import-buffer): Check before saving diary file.
31083 (icalendar--convert-recurring-to-diary)
31084 (icalendar--convert-non-recurring-all-day-to-diary)
31085 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31086 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31087 (icalendar--convert-ical-to-diary): Use the above functions.
31088
31089 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31090
31091 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31092 Remove these recent additions.
31093 (c-mode): Restore to before 2005-04-28.
31094
31095 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31096 recent addition.
31097
31098 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31099 (gdb-define-alist): New variables.
31100 (gdb-create-define-alist): New function.
31101 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31102 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31103 with string-to-number.
31104 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31105
31106 * progmodes/gud.el: Replace string-to-int with string-to-number.
31107 (gud-find-file): Handle gdb-define-alist.
31108
31109 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31110
31111 2005-05-02 Jay Belanger <belanger@truman.edu>
31112
31113 * calc/calc-aent.el (math-read-token):
31114 * calc/calc-bin.el (calc-word-size):
31115 * calc/calc-ext.el (calc-read-number-fancy):
31116 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31117 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31118 * calc/calc-frac.el (calc-over-notation):
31119 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31120 (calc-graph-num-points, calc-graph-init):
31121 * calc/calc-prog.el (calc-read-parse-table-part)
31122 (calc-edit-macro-repeats):
31123 * calc/calc-yank.el (calc-do-grab-rectangle):
31124 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31125 Replace `string-to-int' by `string-to-number'.
31126
31127 2005-05-02 Kim F. Storm <storm@cua.dk>
31128
31129 * kmacro.el: Use executing-kbd-macro-index variable.
31130
31131 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31132
31133 * net/rlogin.el (rlogin-parse-words): Delete func.
31134 (rlogin): Use split-string, not rlogin-parse-words.
31135 Also, if there are option-like elements in the parsed args,
31136 take the host to be the first arg immediately following them.
31137 Suggested by Michael Mauger.
31138
31139 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31140
31141 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31142
31143 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31144
31145 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31146 (cc-mode-cpp-program): Rename to cc-define-list-program and
31147 move to cc-vars.el.
31148
31149 * progmodes/cc-vars.el (cc-define-list-program):
31150 Change to "gcc -E -dM -". Make customizable.
31151
31152 2005-05-02 Kim F. Storm <storm@cua.dk>
31153
31154 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31155
31156 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31157
31158 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31159
31160 * international/mule-util.el (truncate-string): Remove alias and
31161 obsolete declaration.
31162
31163 * international/mule-cmds.el (update-iso-coding-systems):
31164 Remove alias and obsolete declaration.
31165
31166 * international/mule.el (coding-system-parent): Remove alias and
31167 obsolete declaration.
31168
31169 * subr.el (define-function, sref): Remove aliases and obsolete
31170 declarations.
31171 (chars-in-region): Remove obsolete declaration.
31172
31173 2005-05-01 Richard M. Stallman <rms@gnu.org>
31174
31175 * info.el (Info-mode): Set widen-automatically to nil, locally.
31176
31177 * simple.el (widen-automatically): New variable.
31178 (pop-global-mark): Obey widen-automatically.
31179
31180 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31181
31182 * term/xterm.el (function-key-map): Call substitute-key-definition
31183 before the keymap size is increased by a lot of define-key calls.
31184
31185 2005-05-01 Richard M. Stallman <rms@gnu.org>
31186
31187 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31188 Rename ARG to ELEMENT. Doc fix.
31189
31190 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31191
31192 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31193 Remove references to allout-exposure/change to allout-new-exposure.
31194
31195 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31196 bytecode symbols.
31197
31198 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31199 (compiled-function-p, focus-frame, unfocus-frame):
31200 Remove aliases and obsolete declarations.
31201 Back out inadvertent changes from previous commit.
31202
31203 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31204
31205 * files.el (require-final-newline): Make Custom tags consistent
31206 with mode-require-final-newline.
31207 (mode-require-final-newline): Doc fix.
31208
31209 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31210
31211 * international/latexenc.el (latexenc-find-file-coding-system):
31212 Fix regular expressions.
31213
31214 2005-05-01 David Kastrup <dak@gnu.org>
31215
31216 * international/latexenc.el (latexenc-find-file-coding-system):
31217 Fix regular expressions.
31218
31219 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31220
31221 * subr.el (string-to-int): Make obsolete.
31222
31223 2005-04-30 Richard M. Stallman <rms@gnu.org>
31224
31225 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31226
31227 * loadup.el: Load jka-comp-hook.
31228
31229 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31230 (jka-compr-handler): Add autoload. `put' calls moved
31231 to jka-comp-hook.el.
31232 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31233 (jka-compr-inhibit): Autoload.
31234
31235 * jka-comp-hook.el: New file.
31236 Enable the mode by default.
31237
31238 * files.el (backup-buffer-copy): Use copy-file instead
31239 of write-region, and put back the 'excl.
31240
31241 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31242
31243 * progmodes/flymake.el (flymake-split-string)
31244 (flymake-split-string, flymake-log, flymake-pid-to-names)
31245 (flymake-reg-names, flymake-get-source-buffer-name)
31246 (flymake-unreg-names, flymake-add-line-err-info)
31247 (flymake-add-err-info): Clarify docstrings.
31248 (flymake-popup-menu, flymake-make-emacs-menu)
31249 (flymake-make-xemacs-menu): Add docstrings.
31250 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31251 Set variables directly throughout.
31252
31253 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31254
31255 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31256 exists. Initialize cc-define-alist.
31257 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31258 If there is no file (Macroexpansion) don't create an alist.
31259
31260 2005-04-29 Sam Steingold <sds@gnu.org>
31261
31262 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31263 (cc-create-define-alist): Use it instead of the hard-coded string.
31264
31265 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31266
31267 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31268 for latexenc.
31269
31270 2005-04-29 Lute Kamstra <lute@gnu.org>
31271
31272 * emacs-lisp/generic.el: Improve commentary section.
31273 (define-generic-mode): Improve docstring.
31274
31275 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31276
31277 * textmodes/org.el (many places): Change to quiet the byte compiler.
31278 (org-prefix-format-compiled): New variable.
31279 (org-compile-prefix-format): New function.
31280 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31281 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31282 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31283 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31284 consistency with entries from `org-mode' files.
31285 (org-get-time-of-day): Fix bug with partial matches early in a line.
31286 (org-non-link-chars): New constant.
31287 (org-link-regexp): Respect `org-non-link-chars'.
31288 (org-agenda-day-view): Remove command.
31289 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31290 (org-follow-bbdb-link, org-store-link): Search also company field.
31291 (org-highlight-overlay): New variable.
31292 (org-highlight, org-unhighlight): New functions.
31293 (org-agenda-mode): Add pre-command-hook to remove highlight.
31294 (org-evaluate-time-range): Behavior depends upon whether time stamp
31295 contains a time or not.
31296 (org-show-subtree, org-show-entry): New functions.
31297 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31298
31299 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31300
31301 * comint.el (comint-output-filter-functions): Add autoload cookie.
31302
31303 2005-04-28 Kim F. Storm <storm@cua.dk>
31304
31305 * ido.el (ido-everywhere): Fix last change.
31306
31307 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31308
31309 * international/latexenc.el: New file.
31310 * international/mule-conf.el (file-coding-system-alist): For .tex,
31311 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31312
31313 2005-04-28 Lute Kamstra <lute@gnu.org>
31314
31315 * font-lock.el (font-lock-add-keywords)
31316 (font-lock-remove-keywords): Clarify docstring.
31317 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31318 Don't start docstrings with a `*'.
31319 (font-lock-update-removed-keyword-alist): Give it a docstring.
31320
31321 * generic-x.el: Update commentary section.
31322 Only require font-lock when compiling.
31323 Define all modes conditionally.
31324 Place all generic modes in the generic-x-modes customization group.
31325 (generic-x-modes): New customization group.
31326 (generic-default-modes, generic-mswindows-modes)
31327 (generic-unix-modes, generic-other-modes): New constants.
31328 (generic-define-mswindows-modes, generic-define-unix-modes):
31329 Update docstrings. Make them obsolete.
31330 (generic-extras-enable-list): New default value. Update docstring.
31331 Improve :type. Change :set function.
31332 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31333 Fix docstring.
31334
31335 * emacs-lisp/generic.el (generic-mode-internal):
31336 Simplify font-lock-defaults.
31337 (define-generic-mode): Fix docstring.
31338
31339 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31340
31341 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31342 font-lock-face property to highlight matches.
31343
31344 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31345
31346 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31347 (cc-define-alist): New variable.
31348 (c-mode): Make it local and initialize it.
31349
31350 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31351 (gdb-exited): New function.
31352 (gdb-annotation-rules): Use it.
31353 (gdb-starting): Set gdb-active-process to t.
31354 (gdb-stopping): Amend doc string.
31355 (gdb-reset): Set gdb-active-process to nil.
31356
31357 * tooltip.el (tooltip-gud-tips): Show the associated #define
31358 directives when a C program under GDB is not executing.
31359
31360 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31361
31362 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31363 font-lock-fontify-syntactic-keywords.
31364
31365 * font-lock.el (font-lock-default-fontify-region): Don't force
31366 parse-sexp-lookup-properties to nil.
31367
31368 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31369
31370 * man.el (man-mode-syntax-table): Set up `:' to have
31371 word-constituent syntax.
31372
31373 2005-04-27 Lute Kamstra <lute@gnu.org>
31374
31375 * novice.el (disable-command): Don't add spurious newlines to the
31376 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31377
31378 2005-04-26 Jay Belanger <belanger@truman.edu>
31379
31380 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31381 than one window before deleting window.
31382
31383 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31384
31385 * shell.el (shell-prompt-pattern): Doc fix.
31386 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31387
31388 * comint.el (comint-prompt-regexp, comint-get-old-input)
31389 (comint-use-prompt-regexp)
31390 (comint-use-prompt-regexp-instead-of-fields)
31391 (comint-replace-by-expanded-history, comint-send-input)
31392 (comint-output-filter, comint-get-old-input-default)
31393 (comint-line-beginning-position, comint-bol, comint-show-output)
31394 (comint-backward-matching-input, comint-forward-matching-input)
31395 (comint-next-prompt, comint-previous-prompt):
31396 Rename `comint-use-prompt-regexp-instead-of-fields' to
31397 `comint-use-prompt-regexp'. Keep old name as alias and declare
31398 obsolete.
31399 (comint-use-prompt-regexp): Shorten first line of doc string.
31400
31401 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31402 Set paragraph-separate buffer locally to "\\'".
31403
31404 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31405 Adapt to above name change.
31406
31407 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31408 (smbclient-prompt-regexp): Ditto.
31409
31410 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31411
31412 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31413
31414 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31415 gdb-location-list.
31416 Break lines that are over 80 characters wide.
31417
31418 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31419
31420 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31421 New fun and var, to preserve compatibility.
31422
31423 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31424
31425 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31426
31427 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31428 name to file-newer-than-file-p.
31429
31430 2005-04-26 Richard M. Stallman <rms@gnu.org>
31431
31432 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31433
31434 * progmodes/python.el (python-mode):
31435 Use new name eldoc-documentation-function.
31436
31437 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31438
31439 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31440 (eldoc-documentation-function):
31441 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31442
31443 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31444
31445 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31446
31447 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31448
31449 * term/xterm.el (function-key-map): Fix strings for
31450 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31451 {C,S,A,C-S}-{f1-f12}.
31452
31453 2005-04-26 Kenichi Handa <handa@m17n.org>
31454
31455 * international/mule-cmds.el (select-safe-coding-system):
31456 Fix previous change.
31457
31458 2005-04-26 Lute Kamstra <lute@gnu.org>
31459
31460 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31461
31462 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31463 (font-lock-comment-delimiter-face): Ditto.
31464
31465 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31466
31467 2005-04-25 Jay Belanger <belanger@truman.edu>
31468
31469 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31470 to t while inserting information; use help-mode.
31471
31472 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31473
31474 * term.el (ansi-term-color-vector): Use the xterm colors.
31475 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31476
31477 2005-04-25 Lute Kamstra <lute@gnu.org>
31478
31479 * font-core.el (font-lock-defaults): Fix docstring.
31480
31481 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31482
31483 2005-04-25 Kenichi Handa <handa@m17n.org>
31484
31485 * international/mule-cmds.el (select-safe-coding-system):
31486 Don't check consistency with coding: spec, etc if raw-text or
31487 no-conversion was found to be safe.
31488
31489 2005-04-24 Richard M. Stallman <rms@gnu.org>
31490
31491 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31492 citation markers at start of each line.
31493
31494 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31495 citation markers at start of each line.
31496
31497 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31498
31499 * files.el (mode-require-final-newline): Fix previous change.
31500 (require-final-newline): Fix type label.
31501
31502 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31503
31504 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31505 statement in buffer (broken by 2004-11-24 change).
31506
31507 2005-04-24 Kim F. Storm <storm@cua.dk>
31508
31509 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31510 and read-file-name-function values. Don't overwrite existing
31511 non-nil values if ido-mode is enabled without ido-everywhere.
31512
31513 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31514
31515 * files.el (mode-require-final-newline): Minor doc fix.
31516
31517 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31518
31519 * subr.el (syntax-after): Doc fix.
31520 (syntax-class): If argument is nil, return nil. Mask off upper 16
31521 bits, not 8 bits.
31522
31523 * files.el (mode-require-final-newline): Doc fix.
31524 (backup-buffer-copy): Fix last change.
31525
31526 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31527
31528 * term/mac-win.el: Require select. Set selection-coding-system to
31529 mac-system-coding-system. Call menu-bar-enable-clipboard.
31530 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31531 (x-select-enable-clipboard): New variables.
31532 (x-select-text, x-get-selection, x-selection-value)
31533 (x-get-selection-value, mac-select-convert-to-string)
31534 (mac-services-open-file, mac-services-open-selection)
31535 (mac-services-insert-text): New functions.
31536 (CLIPBOARD, FIND): Put mac-scrap-name property.
31537 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31538 (public.tiff): Put mac-ostype property.
31539 (selection-converter-alist): Add entries for them.
31540 (mac-application-menu-map): New keymap.
31541 (interprogram-cut-function, interprogram-paste-function): Set to
31542 x-select-text and x-get-selection-value, respectively.
31543 (split-window-keep-point): Set to t.
31544
31545 2005-04-23 Richard M. Stallman <rms@gnu.org>
31546
31547 * files.el (read-directory-name): Always pass non-nil
31548 DEFAULT-FILENAME arg to read-file-name.
31549 (backup-buffer-copy, basic-save-buffer-2): Take care against
31550 writing thru an unexpected existing symlink.
31551 (revert-buffer): In indirect buffer, revert the base buffer.
31552 (magic-mode-alist): Doc fix.
31553 (buffer-stale-function): Doc fix.
31554 (minibuffer-with-setup-hook): Avoid warning.
31555 (mode-require-final-newline): Doc and custom fix.
31556
31557 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31558
31559 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31560 use the default appearance.
31561 (font-lock-comment-delimiter-face): New face, new variable.
31562
31563 * imenu.el (imenu--generic-function): The official position of a
31564 definition is the start of the line that BEG is in.
31565
31566 * midnight.el (midnight-timer): Move defvar up.
31567
31568 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31569
31570 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31571
31572 * startup.el (command-line): Use with-no-warnings.
31573
31574 * window.el (window-size-fixed): New defvar.
31575
31576 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31577
31578 * mail/rmail.el (rmail-font-lock-keywords):
31579 Use font-lock-comment-delimiter-face.
31580
31581 * mail/sendmail.el (mail-font-lock-keywords):
31582 Use font-lock-comment-delimiter-face.
31583
31584 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31585
31586 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31587
31588 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31589 Specify t for LAXMATCH when matching directories.
31590 Save match data around compilation-compat-error-properties form.
31591
31592 2005-04-23 David Kastrup <dak@gnu.org>
31593
31594 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31595 Mention that the autoloaded aliases should be kept for AUCTeX.
31596
31597 2005-04-23 Andreas Schwab <schwab@suse.de>
31598
31599 * isearch.el (isearch-forward): Doc fix.
31600
31601 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31602
31603 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31604 (jit-lock-stealth-nice): Change default value to 0.5.
31605
31606 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31607
31608 * abbrev.el (write-abbrev-file): Write table entries in
31609 alphabetical order by table name.
31610
31611 2005-04-22 Kim F. Storm <storm@cua.dk>
31612
31613 * ido.el (ido-read-internal): Fix `list' completion.
31614
31615 2005-04-22 Kenichi Handa <handa@m17n.org>
31616
31617 * recentf.el (recentf-save-file-coding-system): New variable.
31618 (recentf-save-list): Encode the file by
31619 recentf-save-file-coding-system and add coding: tag.
31620
31621 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31622
31623 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31624
31625 2005-04-21 Lute Kamstra <lute@gnu.org>
31626
31627 * loadhist.el (unload-feature): Don't remove a function from hooks
31628 if it is about to be restored to an autoload . Remove functions
31629 that will become unbound from auto-mode-alist. Simplify the code.
31630
31631 * subr.el (assq-delete-all): New implementation that is linear,
31632 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31633 (rassq-delete-all): New function.
31634
31635 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31636 Add size-indication-mode.
31637
31638 2005-04-21 Kenichi Handa <handa@m17n.org>
31639
31640 * international/mule-cmds.el: Add autoload for widget-value in
31641 eval-when-compile.
31642
31643 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31644
31645 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31646 Add tooltip-mode.
31647
31648 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31649
31650 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31651
31652 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31653 (inferior-lisp-filter-regexp, inferior-lisp-program)
31654 (inferior-lisp-load-command, inferior-lisp-prompt)
31655 (inferior-lisp-mode-hook, lisp-source-modes)
31656 (inferior-lisp-load-hook): defvar->defcustom.
31657 (inferior-lisp-program, inferior-lisp-prompt)
31658 (inferior-lisp-load-hook): Doc fixes.
31659 (inferior-lisp-install-letter-bindings): Small change in
31660 introductory comment.
31661
31662 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31663
31664 * vc.el (vc-annotate-color-map): Change some colors so that text
31665 using them as foreground is readable on both white and black
31666 backgrounds.
31667
31668 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31669
31670 * international/mule-conf.el (translation-table-for-input):
31671 Remove redundant declaration.
31672
31673 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31674
31675 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31676
31677 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31678 (tooltip-toggle-gud-tips): New function.
31679
31680 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31681
31682 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31683 right angle brackets.
31684
31685 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31686
31687 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31688
31689 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31690
31691 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31692 Remove. Update callers to use expand-file-name instead.
31693
31694 * subr.el (syntax-class): New function.
31695
31696 * simple.el (blink-matching-open): Use it.
31697
31698 * paren.el (show-paren-function): Use it to recognize parens that are
31699 also used in 2-char comment markers.
31700
31701 2005-04-19 Lute Kamstra <lute@gnu.org>
31702
31703 * loadhist.el (unload-feature): Update for new format of
31704 load-history. Simplify the code.
31705
31706 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31707
31708 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31709 (mac-add-charset-info): New function. Initialize variable
31710 mac-charset-info-alist using it.
31711 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31712 for translation.
31713 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31714 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31715 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31716 New CCL programs.
31717
31718 2005-04-19 Kim F. Storm <storm@cua.dk>
31719
31720 * simple.el (next-buffer, prev-buffer, next-error)
31721 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31722 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31723
31724 * bindings.el (next-buffer, prev-buffer, next-error)
31725 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31726 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31727 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31728 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31729
31730 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31731
31732 * isearch.el (isearch-edit-string): Make the search-ring available for
31733 minibuffer history commands.
31734 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31735 the default history commands now work just as well.
31736 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
31737
31738 2005-04-18 Kim F. Storm <storm@cua.dk>
31739
31740 * emulation/cua-base.el (cua--pre-command-handler): Add more
31741 elaborate check for shift modifier on non-window systems.
31742
31743 2005-04-18 Lars Hansen <larsh@math.ku.dk>
31744
31745 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
31746
31747 2005-04-18 Kim F. Storm <storm@cua.dk>
31748
31749 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
31750 and make it optional. Don't test tooltip-gud-echo-area here.
31751 (tooltip-gud-process-output, gdb-tooltip-print):
31752 Pass tooltip-gud-echo-area to tooltip-show.
31753 (tooltip-help-tips): Remove second optional arg to tooltip-show.
31754
31755 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31756
31757 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
31758 `display-graphic-p' may not be bound yet.
31759
31760 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
31761
31762 * startup.el (command-line): No longer enable Xterm Mouse mode by
31763 default in terminals compatible with xterm.
31764
31765 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
31766
31767 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
31768
31769 * tooltip.el (tooltip-gud-echo-area): Rename from
31770 tooltip-use-echo-area.
31771 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
31772 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
31773 area independently of where help tooltips are displayed.
31774
31775 2005-04-17 David Kastrup <dak@gnu.org>
31776
31777 * cus-theme.el (custom-theme-write-variables): Quote variables
31778 where necessary.
31779
31780 2005-04-17 Richard M. Stallman <rms@gnu.org>
31781
31782 * simple.el (yank-excluded-properties): Add follow-link to value.
31783
31784 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
31785
31786 * startup.el (fancy-splash-max-time): Just 30 seconds.
31787 (fancy-splash-delay): Just 7.
31788 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
31789
31790 * loadhist.el (unload-feature): Update for new format of load-history.
31791 Simplify the code.
31792
31793 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
31794 (rmail-font-lock-keywords): Don't fontify the text of a citation.
31795
31796 * mail/sendmail.el (mail-font-lock-keywords):
31797 Don't fontify subject text.
31798 Don't fontify the text of a citation.
31799
31800 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
31801
31802 * comint.el (comint-output-filter): Run comint-output-filter-functions
31803 with point where the user had it.
31804
31805 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
31806
31807 * international/ucs-tables.el (ucs-set-table-for-input):
31808 Disable when using unify-on-decoding.
31809
31810 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
31811
31812 * emulation/cua-base.el (cua-global-mark-face): Add special case
31813 for displays supporting a high number of colors.
31814
31815 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31816
31817 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
31818
31819 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
31820
31821 * filesets.el (filesets-add-buffer): If user supplies a name of a
31822 non-existing fileset, create a new fileset.
31823
31824 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
31825
31826 * textmodes/org.el (org-up-heading-all): Fix bug with
31827 `outline-up-heading-all'.
31828
31829 2005-04-16 Andreas Schwab <schwab@suse.de>
31830
31831 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
31832 /etc/permissions.d/* and /etc/aliases.d/*.
31833
31834 2005-04-16 Kenichi Handa <handa@m17n.org>
31835
31836 * international/code-pages.el (cp-make-coding-system):
31837 Set `translation-table-for-input' property value to the symbol
31838 ucs-mule-to-mule-unicode, not to that value.
31839 (pt154): Escape guillemet by `\'.
31840
31841 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
31842
31843 * loadup.el: Load tooltip if x-show-tip is fboundp.
31844
31845 * startup.el (command-line): Add comment.
31846
31847 * tooltip.el (tooltip-mode): Specify correct standard value for
31848 Custom in init-value.
31849
31850 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
31851
31852 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
31853 possible.
31854
31855 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
31856
31857 * textmodes/org.el (org-agenda-date-prompt): Rename from
31858 `org-agenda-date-today'.
31859 (org-evaluate-time-range): Insert at point instead of directly
31860 after time range.
31861 (org-first-headline-recenter, org-subtree-end-visible-p)
31862 (org-optimize-window-after-visibility-change): New functions
31863 (org-agenda-post-command-hook): Don't allow point at end of line,
31864 to make sure it always hits the text properties.
31865 (org-agenda-next-date-line, org-agenda-previous-date-line):
31866 New commands.
31867 (org-set-regexps-and-options): Category may contain white space.
31868 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31869 Improve marker positions.
31870 (org-agenda-new-marker): Argument POS made optional.
31871 (org-agenda-get-timestamps): Deadlines which are done are listed
31872 in org-done-face now.
31873 (org-agenda-get-todos, org-agenda-get-timestamps)
31874 (org-agenda-get-deadlines, org-agenda-get-scheduled):
31875 Set `undone-face' and `done-face' properties.
31876 (org-last-todo-state-is-todo): New variable.
31877 (org-todo): Set `org-last-todo-state-is-todo'.
31878 (org-agenda-todo): Change face according to
31879 `org-last-todo-state-is-todo'. And change other lines referring to
31880 the same entry.
31881 (org-calendar-goto-agenda): New command.
31882 (org-calendar-to-agenda-key): New option.
31883 (org-startup-folded): New allowed value `content'.
31884 (org-set-regexps-and-options): Accept new value `content' for
31885 `org-startup-folded'.
31886 (org-get-current-options): Handle new value `content' for
31887 `org-startup-folded'.
31888 (org-insert-todo-heading): New command.
31889 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
31890 interactively in empty file and option
31891 `org-insert-mode-line-in-empty-file' has been set.
31892 (org-agenda-todo, org-agenda-priority): Modify to use
31893 `org-agenda-change-all-lines'.
31894 (org-warning-face): Change color on dark background.
31895
31896 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31897
31898 * international/mule-cmds.el (set-locale-environment): On Mac OS,
31899 use preferences AppleLocale and AppleLanguages, and variable
31900 mac-system-locale for default locale. On Mac OS Classic, use
31901 mac-system-coding-system for default coding systems.
31902
31903 * term/mac-win.el: Don't set file-name-coding-system.
31904 Decode variables system-name, emacs-build-system, user-login-name, and
31905 user-full-name by mac-system-coding-system on Mac OS Classic.
31906 (mac-system-coding-system): New variable.
31907
31908 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
31909
31910 * startup.el (command-line): Handle `xterm-mouse-mode' before
31911 reading init file.
31912
31913 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
31914
31915 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
31916
31917 * progmodes/sh-script.el (sh-here-document-word): Make it a
31918 defcustom. Doc fix.
31919 (sh-add): Bash uses $(( )) for arithmetic.
31920 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
31921 (sh-maybe-here-document): Remove quotes and leading whitespace
31922 from heredoc word when closing. Indent heredoc with tabs if word
31923 starts with "-".
31924
31925 2005-04-13 Richard M. Stallman <rms@gnu.org>
31926
31927 * simple.el (undo): Fix previous change.
31928
31929 * custom.el (defface): Doc fix.
31930
31931 2005-04-13 Lute Kamstra <lute@gnu.org>
31932
31933 * Makefile.in (DONTCOMPILE): Remove list.
31934 (compile, compile-always): Don't use DONTCOMPILE.
31935 (update-authors): Load the library in which batch-update-authors
31936 is defined.
31937 * makefile.w32-in (DONTCOMPILE): Remove list.
31938 (compile, compile-always): Fix comments.
31939 (update-authors): Load the library in which batch-update-authors
31940 is defined.
31941
31942 * generic-x.el (generic-mode-ini-file-find-file-hook):
31943 Rename to ini-generic-mode-find-file-hook.
31944 Keep generic-mode-ini-file-find-file-hook as an alias.
31945 (ini-generic-mode-find-file-hook): Rename from
31946 generic-mode-ini-file-find-file-hook. Fix docstring.
31947 (ini-generic-mode): Docstring change.
31948 (bat-generic-mode-run-as-comint): Silence the byte compiler.
31949
31950 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
31951 called from lisp.
31952
31953 * generic.el: Move to the emacs-lisp subdir.
31954
31955 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
31956
31957 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
31958 and C-S- function and cursor motion keys.
31959
31960 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
31961
31962 * startup.el (command-line): Enable Xterm Mouse mode by default.
31963 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
31964 for Custom. No longer show "Mouse" in mode line when enabled.
31965 Doc fix.
31966
31967 2005-04-12 Kim F. Storm <storm@cua.dk>
31968
31969 * emulation/cua-base.el (cua-rectangle-face)
31970 (cua-rectangle-noselect-face): Define face attributes here.
31971
31972 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31973
31974 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31975
31976 * startup.el (command-line): Turn off blinking cursor if
31977 cursorBlink in resources is off or false.
31978
31979 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31980
31981 * term/mac-win.el (dnd): Require dnd.
31982 (mac-drag-n-drop): Call dnd-handle-one-url.
31983 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31984 (kTextEncodingISOLatin2): Remove constants.
31985 (mac-script-code-coding-systems): New constant.
31986 (mac-handle-language-change): New function.
31987 (special-event-map): Bind it to `language-change' event.
31988 (mac-centraleurroman, mac-cyrillic): New coding systems.
31989 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31990 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31991 and mac-cyrillic-encoder to encode-mac-centraleurroman and
31992 encode-mac-cyrillic, respectively.
31993
31994 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
31995
31996 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31997 Don't set overlay-arrow-string to "=>" as this is done
31998 globally in C now.
31999
32000 2005-04-12 Lute Kamstra <lute@gnu.org>
32001
32002 * generic-x.el (rc-generic-mode, rul-generic-mode):
32003 Fix auto-mode-alist entries.
32004 (etc-fstab-generic-mode): Tweak fontification.
32005
32006 * generic.el (generic-make-keywords-list): Fix docstring.
32007 (generic-mode-internal): Simplify generic-font-lock-keywords.
32008
32009 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32010
32011 * whitespace.el (whitespace-buffer-leading)
32012 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32013 However, fix the highlight area for the leading and
32014 trailing whitespaces to show space.
32015
32016 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32017
32018 * whitespace.el (whitespace-version): Bump to 3.5.
32019
32020 (whitespace-buffer-leading, whitespace-buffer-trailing):
32021 Invert sense of the test to highlight the whitespace.
32022
32023 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32024
32025 * progmodes/gud.el (gud-display-line): GUD uses its own
32026 overlay arrow now so don't set overlay-arrow-string.
32027 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32028
32029 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32030
32031 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32032 (term-ansi-current-reverse, term-ansi-current-invisible)
32033 (term-ansi-face-already-done): Change to boolean.
32034 (term-reset-terminal, term-handle-colors-array): Handle the above
32035 vars accordingly.
32036 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32037 (term-emulate-terminal): Use the new name.
32038
32039 * faces.el (secondary-selection): Use yellow1, not yellow.
32040 (trailing-whitespace): Use red1, not red.
32041
32042 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32043
32044 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32045 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32046 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32047
32048 * cus-edit.el (dnd): New group.
32049
32050 * term/w32-win.el (dnd): Require dnd
32051 (w32-drag-n-drop): Call dnd-handle-one-url.
32052
32053 * x-dnd.el: Require dnd.
32054 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32055 Call dnd-handle-one-url.
32056 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32057 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32058 to dnd-insert-text.
32059 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32060 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32061 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32062 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32063
32064 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32065
32066 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32067
32068 * wdired.el: Doc fixes.
32069 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32070 (wdired-use-dired-vertical-movement): Rename from
32071 wdired-always-move-to-filename-beginning.
32072 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32073 (wdired-change-to-wdired-mode): Change mode name.
32074 (wdired-newline): Delete.
32075
32076 2005-04-11 Richard M. Stallman <rms@gnu.org>
32077
32078 * whitespace.el (whitespace-highlight-the-space):
32079 Don't call whitespace-unhighlight-the-space here.
32080
32081 * simple.el (undo): Record t in undo-equiv-table
32082 for the redo record made by an undo-in-region.
32083
32084 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32085
32086 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32087 (gdb-frame-inferior-io-buffer): New Functions to control
32088 display of separate IO buffer.
32089 (menu): Add them to menu-bar.
32090 (gdb-display-buffer): Check for buffer another frame.
32091 Protect GUD buffer.
32092 (gdb-setup-windows): Create IO buffer if not already there.
32093 (gdb-memory-mode): Remove purecopy noops.
32094
32095 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32096
32097 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32098 and pass to self-insert-command.
32099
32100 2005-04-11 Lute Kamstra <lute@gnu.org>
32101
32102 * generic.el: Commentary section cleanup.
32103 (generic): Delete.
32104 (generic-use-find-file-hook, generic-lines-to-scan)
32105 (generic-find-file-regexp, generic-ignore-files-regexp)
32106 (default-generic-mode, generic-mode-find-file-hook)
32107 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32108 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32109 (generic-use-find-file-hook, generic-lines-to-scan)
32110 (generic-find-file-regexp, generic-ignore-files-regexp)
32111 (default-generic-mode, generic-mode-find-file-hook)
32112 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32113
32114 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32115
32116 * bookmark.el (bookmark-write-file): Catch errors writing file.
32117 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32118
32119 2005-04-10 Richard M. Stallman <rms@gnu.org>
32120
32121 * startup.el (fancy-splash-tail): Update copyright year.
32122 (command-line): Split part of -Q into -D.
32123 (emacs-basic-display): New defvar.
32124 (fancy-splash-text): Correct name of menu item.
32125
32126 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32127
32128 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32129 lines in one node.
32130
32131 * comint.el (comint-send-input): New arg ARTIFICIAL.
32132 Callers in this file changed.
32133
32134 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32135
32136 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32137
32138 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32139
32140 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32141 `ldap-search-internal'.
32142
32143 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32144
32145 * files.el (set-auto-mode-1): Use line-end-position.
32146
32147 * international/latin-1.el:
32148 * international/latin-2.el:
32149 * international/latin-3.el:
32150 * international/latin-4.el:
32151 * international/latin-5.el:
32152 * international/latin-8.el:
32153 * international/latin-9.el: Give punctuation syntax to NBSP.
32154
32155 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32156 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32157 Use char-classes to accept non-ascii letters, accepted in some recent
32158 bibtex implementations.
32159
32160 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32161
32162 * custom.el (custom-set-minor-mode): Any non-nil value for the
32163 variable should enable the mode when set through Custom.
32164
32165 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32166
32167 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32168 TAB binding so tab-always-indent is obeyed.
32169 (vhdl-minibuffer-local-map): Move initialization into declaration.
32170 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32171 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32172 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32173 (vhdl-current-line): Use line-beginning-position.
32174 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32175 with-output-to-temp-buffer, so the current position can be recorded.
32176
32177 2005-04-10 Masatake YAMATO <jet@gyve.org>
32178
32179 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32180 Add regexp for gcov.
32181
32182 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32183
32184 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32185 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32186 syntax which Emacs 20 doesn't support.
32187
32188 2005-04-09 Richard M. Stallman <rms@gnu.org>
32189
32190 * help.el (describe-key-briefly, describe-key):
32191 Replace strings as event types with "(any string)".
32192
32193 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32194
32195 * arc-mode.el (archive-mode-map): Move initialization into
32196 the declaration. Override *all* bindings of `undo'.
32197 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32198
32199 2005-04-09 Jay Belanger <belanger@truman.edu>
32200
32201 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32202
32203 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32204
32205 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32206 (xterm-register-default-colors): Update color values computation
32207 to match xterm-200.
32208
32209 2005-04-09 Kenichi Handa <handa@m17n.org>
32210
32211 * international/code-pages.el (iso-latin-7): Fix the map.
32212
32213 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32214
32215 * emacs-lisp/lisp.el (defun-prompt-regexp)
32216 (parens-require-spaces, buffer-end, end-of-defun)
32217 (insert-parentheses): Doc fixes.
32218
32219 2005-04-08 Kim F. Storm <storm@cua.dk>
32220
32221 * comint.el (comint-highlight-prompt): Fix face spec.
32222 * hi-lock.el (hi-green): Likewise.
32223
32224 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32225
32226 * cus-edit.el (custom-modified-face):
32227 * comint.el (comint-highlight-input): Fix previous changes.
32228 * term.el (term-handle-ansi-escape): Add a comment.
32229
32230 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32231
32232 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32233 in the buffer and in whitespace-highlighted-space.
32234 (whitespace-unhighlight-the-space): Simplify.
32235 (whitespace-buffer): Simplify.
32236
32237 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32238
32239 * textmodes/table.el (table-cell-face): Add special case for
32240 displays supporting a high number of colors.
32241 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32242 (vhdl-font-lock-reserved-words-face)
32243 (vhdl-speedbar-architecture-face)
32244 (vhdl-speedbar-instantiation-face)
32245 (vhdl-speedbar-architecture-selected-face)
32246 (vhdl-speedbar-instantiation-selected-face): Likewise.
32247 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32248 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32249 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32250 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32251 (ebrowse-progress-face): Likewise.
32252 * progmodes/compile.el (compilation-info-face): Likewise.
32253 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32254 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32255 * calendar/calendar.el (diary-face): Likewise.
32256 * woman.el (woman-italic-face, woman-bold-face)
32257 (woman-unknown-face): Likewise.
32258 * wid-edit.el (widget-button-pressed-face): Likewise.
32259 * whitespace.el (whitespace-highlight-face): Likewise.
32260 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32261 * pcvs-info.el (cvs-marked-face): Likewise.
32262 * info.el (info-xref): Likewise.
32263 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32264 * hilit-chg.el (highlight-changes-face)
32265 (highlight-changes-delete-face): Likewise.
32266 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32267 (hi-red-b): Likewise.
32268 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32269 * font-lock.el (font-lock-keyword-face)
32270 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32271 * cus-edit.el (custom-invalid-face, custom-modified-face)
32272 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32273 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32274 * comint.el (comint-highlight-prompt): Likewise.
32275
32276 2005-04-08 Lute Kamstra <lute@gnu.org>
32277
32278 * font-lock.el (font-lock-keywords): Docstring fixes.
32279
32280 2005-04-08 Kenichi Handa <handa@m17n.org>
32281
32282 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32283 chars are more than a limit, print " and more..." at the tail.
32284
32285 2005-04-08 Kim F. Storm <storm@cua.dk>
32286
32287 * emacs-lisp/authors.el (authors-aliases): Update list.
32288 (authors-ignored-files): New list.
32289 (authors-fixed-entries): Fix typo.
32290 (authors-renamed-files-alist): Update list.
32291 (authors-add): Check authors-ignored-files.
32292
32293 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32294
32295 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32296 optional, to ensure backward compatibility.
32297
32298 2005-04-08 Stephen Eglen <stephen@gnu.org>
32299
32300 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32301
32302 2005-04-08 Kim F. Storm <storm@cua.dk>
32303
32304 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32305
32306 * mouse.el (mouse-on-link-p): Doc fix.
32307
32308 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32309
32310 * ielm.el (ielm-prompt-read-only): Doc fix.
32311
32312 * comint.el (comint-prompt-read-only): Doc fix.
32313
32314 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32315
32316 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32317 ensure dired always handles wildcards passed to ffap.
32318 (find-file-at-point): Use it.
32319 (ffap-dired-wildcards): Doc fix.
32320
32321 2005-04-07 Juri Linkov <juri@jurta.org>
32322
32323 * simple.el (next-error-overlay-arrow-position): New defvar.
32324 Put "=>" on its property `overlay-arrow-string'. Add it to
32325 `overlay-arrow-variable-list'.
32326
32327 * progmodes/compile.el (compilation-setup):
32328 Set `next-error-overlay-arrow-position' to nil. Also set it to
32329 nil in the local hook `kill-buffer-hook'. Make local variable
32330 `overlay-arrow-string' and set it to "=>".
32331 (compilation-goto-locus): Set BOL position to
32332 `next-error-overlay-arrow-position' instead of
32333 `overlay-arrow-position'.
32334
32335 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32336 locally instead of adding it to the global hook.
32337 (Info-kill-buffer): Move up.
32338
32339 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32340
32341 * term/xterm.el (xterm-standard-colors): Update color values from
32342 xterm-200.
32343
32344 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32345
32346 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32347
32348 * fast-lock.el:
32349 * lazy-lock.el: Move them to the obsolete subdir.
32350
32351 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32352
32353 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32354 (wdired-add-replace-advice): Remove.
32355 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32356
32357 2005-04-06 Kim F. Storm <storm@cua.dk>
32358
32359 * startup.el (command-line): Add --bare-bones alias for -Q.
32360
32361 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32362
32363 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32364 create the startup fontset if a font specification ends with
32365 `mac-roman'.
32366
32367 2005-04-06 Lute Kamstra <lute@gnu.org>
32368
32369 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32370 change.
32371
32372 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32373 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32374
32375 2005-04-05 Lute Kamstra <lute@gnu.org>
32376
32377 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32378 (define-generic-mode): Ditto. Fix debug declaration.
32379
32380 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32381 Put them in the generic-x group.
32382
32383 * calendar/timeclock.el (timeclock): Doc fix.
32384
32385 * generic.el (define-generic-mode): Don't use custom-current-group.
32386 Document default :group value.
32387 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32388 (define-global-minor-mode): Don't use custom-current-group.
32389
32390 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32391
32392 * startup.el (command-line-1): Display startup-echo-area-message
32393 when fancy splash screen is in use.
32394
32395 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32396 (sh-escaped-newline): New face.
32397 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32398 newline, and use sh-escaped-newline face.
32399
32400 * progmodes/tcl.el (tcl-escaped-newline): New face.
32401 (tcl-builtin-list): New variable.
32402 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32403 newlines. Fix keywords subexpression number.
32404
32405 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32406
32407 * textmodes/org.el (org-diary-default-entry): Fix call to
32408 `add-to-diary-entry'.
32409
32410 2005-04-05 Kim F. Storm <storm@cua.dk>
32411
32412 * ediff-init.el: Use (featurep 'xemacs).
32413
32414 2005-04-05 David Ponce <david@dponce.com>
32415
32416 * cus-edit.el (face): Derive from symbol widget. Display sample
32417 of the current face on the fly.
32418 (widget-face-sample-face-get, widget-face-notify): New functions.
32419 (widget-face-value-create): Remove.
32420
32421 * wid-edit.el (widget-field-end): Temporarily remove field
32422 narrowing before to call `get-char-property'.
32423
32424 2005-04-04 Jay Belanger <belanger@truman.edu>
32425
32426 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32427 (math-read-subscripts): New variable.
32428 (math-read-preprocess-string): Process subscripts.
32429
32430 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32431
32432 * comint.el (comint-prompt-read-only): Doc fix.
32433
32434 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32435 `-1'. Doc fix.
32436
32437 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32438
32439 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32440 Change default value to nil.
32441
32442 2005-04-04 Lute Kamstra <lute@gnu.org>
32443
32444 * autorevert.el (auto-revert-mode): Specify :group.
32445 * battery.el (display-battery-mode): Specify :group.
32446 * diff-mode.el (diff-minor-mode): Specify :group.
32447 * font-core.el (font-lock-mode): Specify :group.
32448 * hl-line.el (hl-line-mode): Specify :group.
32449 * iimage.el (iimage): New customization group.
32450 (iimage-mode): Specify :group.
32451 * longlines.el (longlines-mode): Specify :group.
32452 * master.el: Don't require easy-mmode.
32453 (master): New customization group.
32454 (master-mode): Specify :group.
32455 * msb.el (msb-mode): Specify :group.
32456 * reveal.el (reveal-mode): Specify :group.
32457 * simple.el (next-error-follow-minor-mode): Specify :group.
32458 * smerge-mode.el (smerge-mode): Specify :group.
32459 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32460 * emulation/cua-base.el (cua-mode): Specify :group.
32461 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32462 * language/thai-util.el (thai-auto-composition-mode)
32463 (thai-word-mode): Specify :group.
32464 * mail/supercite.el (sc-minor-mode): Specify :group.
32465 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32466 * progmodes/flymake.el (flymake-mode): Specify :group.
32467 * progmodes/glasses.el (glasses-mode): Specify :group.
32468 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32469 * textmodes/enriched.el (enriched-mode): Specify :group.
32470 * textmodes/refill.el (refill-mode): Specify :group.
32471
32472 * add-log.el (change-log-font-lock-keywords): Names in
32473 parenthesized lists can contain spaces.
32474
32475 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32476
32477 * startup.el (fancy-splash-text): Shorten default text of
32478 "Emacs Tutorial" line. Also, if the current language env
32479 indicates an available tutorial file other than TUTORIAL,
32480 extract its title and append it to the line in parentheses.
32481 (fancy-splash-insert): If arg is a thunk, funcall it.
32482
32483 2005-04-04 Jay Belanger <belanger@truman.edu>
32484
32485 * calc.el (calc-language-alist): Add tags to customization type.
32486
32487 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32488
32489 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32490 Doc fix.
32491
32492 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32493
32494 * add-log.el (change-log-font-lock-keywords): The manual
32495 describing a Change Log entry, says: (...) "Aside from these
32496 header lines, every line in the change log starts with a space or
32497 a tab.". The font-lock was not highlighting lines started with
32498 spaces, added support for it.
32499
32500 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32501
32502 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32503 (bibtex-generate-url-list): Update docstring accordingly. Put the
32504 complex example in the docstring.
32505 (bibtex-font-lock-url): Use pop.
32506
32507 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32508
32509 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32510
32511 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32512
32513 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32514
32515 * filesets.el (filesets-set-default): Doc fix.
32516
32517 2005-04-03 Lute Kamstra <lute@gnu.org>
32518
32519 * generic.el (define-generic-mode): Add argument to specify
32520 keywords for defcustom.
32521 (default-generic-mode): Specify :group.
32522
32523 * generic-x.el: Specify :group for all generic modes.
32524
32525 * desktop.el (desktop-no-desktop-file-hook)
32526 (desktop-after-read-hook): Doc fix.
32527
32528 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32529
32530 * simple.el (visible-mode): Use explicit :group keyword.
32531 This changes the group of `visible-mode-hook' from paren-blinking
32532 to editing-basics.
32533
32534 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32535
32536 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32537 mailbox specifications as well as URLs.
32538 (rmail-insert-inbox-text): Remove unused conditional branches.
32539
32540 2005-04-01 Jay Belanger <belanger@truman.edu>
32541
32542 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32543 (calc-gnuplot-print-command): Move definitions to calc.el.
32544
32545 * calc/calc-embed.el (calc-embedded-announce-formula)
32546 (calc-embedded-open-formula, calc-embedded-close-formula)
32547 (calc-embedded-open-word, calc-embedded-close-word)
32548 (calc-embedded-open-plain, calc-embedded-close-plain)
32549 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32550 (calc-embedded-open-mode, calc-embedded-close-mode):
32551 Move definitions to calc.el.
32552
32553 * calc/calc.el (calc-settings-file, calc-language-alist):
32554 Make customizable.
32555 (calc-embedded-announce-formula, calc-embedded-open-formula)
32556 (calc-embedded-close-formula, calc-embedded-open-word)
32557 (calc-embedded-close-word, calc-embedded-open-plain)
32558 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32559 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32560 (calc-embedded-close-mode, calc-gnuplot-name)
32561 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32562 from other files and make customizable.
32563
32564 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32565
32566 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32567 Use buffer-live-p.
32568 (cvs-mode-run): Don't call cvs-update-header here.
32569 (cvs-run-process): Call cvs-update-header.
32570 Use process properties for cvs-postprocess and cvs-buffer so that
32571 the sentinel can behave better if the temp buffer is killed.
32572 Use a pipe rather than a tty, to better handle unexpected prompts.
32573 (cvs-sentinel): Rewrite. Call cvs-update-header.
32574
32575 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32576
32577 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32578 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32579
32580 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32581
32582 * generic.el (define-generic-mode): Add indentation rule.
32583
32584 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32585
32586 * files.el (mode-require-final-newline): Make Custom correctly
32587 report a nil value and allow to set it to nil via Custom.
32588 Doc fix.
32589
32590 2005-04-01 Kenichi Handa <handa@m17n.org>
32591
32592 * international/characters.el: Enable the correct case setting for
32593 dotless-i and dotted-I.
32594
32595 2005-04-01 Kim F. Storm <storm@cua.dk>
32596
32597 * ido.el (ido-file-internal): Fall back to non-ido command if
32598 initial directory is on slow ftp (or tramp) host.
32599
32600 2005-03-31 Richard M. Stallman <rms@gnu.org>
32601
32602 * emacs-lisp/autoload.el (make-autoload):
32603 Handle define-global-minor-mode.
32604
32605 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32606 Rename from easy-mmode-define-global-mode.
32607 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32608
32609 * progmodes/scheme.el (scheme-mode-syntax-table):
32610 Update syntax of | and # for two-character comment syntax.
32611
32612 2005-03-31 Lute Kamstra <lute@gnu.org>
32613
32614 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32615 (define-minor-mode): Call custom-current-group at load-time.
32616
32617 * generic.el (define-generic-mode): Add debug declaration.
32618 Add defcustom for the mode hook.
32619 (generic-mode-internal): Use run-mode-hooks.
32620
32621 2005-03-31 Kim F. Storm <storm@cua.dk>
32622
32623 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32624 (mouse-fixup-help-message): New defun called by show_help_echo
32625 to fixup mouse-2 prefix in help messages when applicable.
32626
32627 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32628
32629 2005-03-31 Kenichi Handa <handa@m17n.org>
32630
32631 * language/thai-word.el (thai-find-word-ends): Pay attention to
32632 the case that we reach the end of buffer.
32633
32634 * textmodes/fill.el (fill-text-properties-at): New function.
32635 (fill-newline): Use fill-text-properties-at instead of
32636 text-properties-at.
32637
32638 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32639
32640 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32641 not comint-quote-filename.
32642
32643 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32644
32645 * help-fns.el (help-with-tutorial): Revert last change.
32646
32647 2005-03-31 Kim F. Storm <storm@cua.dk>
32648
32649 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32650
32651 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32652
32653 * calendar/cal-china.el: Update reference to "Calendrical
32654 Calculations" book; there's a new edition.
32655 * calendar/cal-coptic.el: Likewise.
32656 * calendar/cal-french.el: Likewise.
32657 * calendar/cal-hebrew.el: Likewise.
32658 * calendar/cal-islam.el: Likewise.
32659 * calendar/cal-iso.el: Likewise.
32660 * calendar/cal-julian.el: Likewise.
32661 * calendar/cal-mayan.el: Likewise.
32662 * calendar/cal-persia.el: Likewise.
32663 * calendar/calendar.el: Likewise.
32664 * calendar/holidays.el: Likewise.
32665 * calendar/lunar.el: Likewise.
32666 * calendar/solar.el: Likewise.
32667
32668 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32669 white space from doc string.
32670
32671 2005-03-30 Jay Belanger <belanger@truman.edu>
32672
32673 * calc/calc-help.el (calc-full-help): Remove email address.
32674
32675 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32676
32677 * help-fns.el (help-with-tutorial): Delete title line.
32678
32679 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32680
32681 * calendar/cal-x.el (calendar-one-frame-setup)
32682 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32683 rather than `symbol' for set-window-dedicated-p.
32684
32685 * calendar/appt.el (appt-buffer-name): Make it a constant.
32686 (appt-add): Doc fix.
32687
32688 * filesets.el (filesets-menu-path, filesets-menu-before)
32689 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32690 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32691 (filesets-add-submenu): Delete and use add-submenu instead.
32692
32693 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32694
32695 * textmodes/org.el (org-agenda-phases-of-moon)
32696 (org-agenda-sunrise-sunset, org-agenda-convert-date)
32697 (org-agenda-goto-calendar): New commands.
32698 (org-diary-default-entry): New function.
32699 (org-get-entries-from-diary): Better parsing of diary entries.
32700 (org-agenda-check-no-diary): New function.
32701 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32702 linking to diary entries.
32703 (org-agenda-execute-calendar-command): New function.
32704 (org-agenda): Improve visible section in window.
32705 Use `org-fit-agenda-window'.
32706 (org-fit-agenda-window): New option.
32707 (org-move-subtree-down): Better handling of empty lines
32708 at end of subtree.
32709 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32710 levels up.
32711 (org-fontify-done-headline): New option.
32712 (org-headline-done-face): New face.
32713 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32714 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32715 When current field is non-empty, it is copied to next row.
32716 (org-table-copy-from-above): Fix bug which made it
32717 impossible to copy fields containing only a single non-white character.
32718
32719 2005-03-30 Kim F. Storm <storm@cua.dk>
32720
32721 * kmacro.el (kmacro-end-macro): Isearch may store this command
32722 into the macro -- so ignore it when executing keyboard macro.
32723
32724 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32725
32726 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32727
32728 2005-03-29 Kenichi Handa <handa@m17n.org>
32729
32730 * language/thai.el ("Thai"): Set setup-function and exit-function
32731 for Thai language environment.
32732
32733 * language/thai-util.el: Require thai-word.
32734 (thai-word-mode-map): New variable.
32735 (thai-word-mode): New minor mode.
32736 (setup-thai-language-environment-internal): New function.
32737 (exit-thai-language-environment-internal): New function.
32738
32739 * language/thai-word.el (thai-word-table): Declare it by defvar,
32740 use dolist to initialize it.
32741 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
32742 (thai-fill-find-break-point): New functions.
32743
32744 2005-03-29 Richard M. Stallman <rms@gnu.org>
32745
32746 * simple.el (idle-update-delay): Move definition up.
32747 (set-mark): Doc fix.
32748
32749 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
32750
32751 * longlines.el: New file.
32752
32753 * simple.el (buffer-substring-filters): New variable.
32754 (filter-buffer-substring): New function.
32755 (kill-region, copy-region-as-kill): Use it.
32756
32757 * register.el (copy-to-register, append-to-register)
32758 (prepend-to-register): Use filter-buffer-substring.
32759
32760 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32761
32762 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
32763 (gud-filter-pending-text): Move in front of gdb.
32764 (gud-overlay-arrow-position): New variable.
32765 (gud-sentinel, gud-display-line): Use it in place of
32766 overlay-arrow-position.
32767
32768 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
32769
32770 * progmodes/fortran.el (fortran-if-indent): Doc fix.
32771 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
32772 (fortran-font-lock-keywords-4): New variable.
32773 (fortran-blocks-re, fortran-end-block-re)
32774 (fortran-start-block-re): New constants, for hideshow.
32775 (hs-special-modes-alist): Add a Fortran entry.
32776 (fortran-mode-map): Bind fortran-end-of-block,
32777 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
32778 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
32779 (fortran-looking-at-if-then, fortran-end-of-block)
32780 (fortran-beginning-of-block): New functions, for hideshow.
32781
32782 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
32783 Doc fix. Tweak regexp.
32784 (f90-beginning-of-block): Push mark first.
32785
32786 2005-03-29 Jay Belanger <belanger@truman.edu>
32787
32788 * calc/calc.el: Update copyright date.
32789 (calc-version): Increase to 2.1.
32790 (calc-version-date): Remove.
32791
32792 * calc/calc-help.el: Update copyright date.
32793 (calc-full-help): Remove reference to calc-version-date.
32794 Update copyright date.
32795
32796 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32797
32798 * vc.el (vc-do-command): Use a pipe for async processes, so password
32799 prompts don't show up at places where the user can't reply.
32800
32801 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32802
32803 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
32804 on the file name we pass to the inferior shell.
32805
32806 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32807
32808 * progmodes/which-func.el (which-function): Be robust in the face of an
32809 imenu--make-index-alist failure.
32810
32811 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
32812
32813 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
32814
32815 * progmodes/python.el (python-preoutput-filter): Fix last change.
32816
32817 2005-03-29 Lute Kamstra <lute@gnu.org>
32818
32819 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
32820 functions and compiled macros.
32821 (debug-convert-byte-code): Handle macros too.
32822 (debug-on-entry-1): Don't signal an error when trying to clear a
32823 function that is not set to debug on entry.
32824
32825 2005-03-29 Jay Belanger <belanger@truman.edu>
32826
32827 * calc/calc-lang.el: Add functions to math-function-table
32828 properties of tex and math.
32829
32830 2005-03-29 Kenichi Handa <handa@m17n.org>
32831
32832 * ps-mule.el (ps-mule-plot-string): Translate characters by
32833 ps-print-translation-table.
32834 (ps-mule-begin-job): Call find-charset-region/string with
32835 ps-print-translation-table.
32836 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
32837
32838 * ps-print.el (ps-print-translation-table): New variable.
32839 (ps-plot-region): Translate characters by ps-print-translation-table.
32840
32841 2005-03-29 Juri Linkov <juri@jurta.org>
32842
32843 * simple.el (next-error-highlight-timer): New variable.
32844
32845 * progmodes/compile.el (compilation-goto-locus):
32846 Use `next-error-highlight-timer' instead of `sit-for'.
32847
32848 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32849
32850 * mail/supercite.el (sc-mail-field): Use assoc-string.
32851 (sc-get-address): Simplify regexps.
32852
32853 * files.el (minibuffer-with-setup-hook): New macro.
32854 (find-file-read-args): Use it to avoid let-binding
32855 minibuffer-with-setup-hook (which breaks turning on/off
32856 file-name-shadow-mode while in the prompt).
32857
32858 * complete.el (PC-read-include-file-name-internal):
32859 Use test-completion.
32860
32861 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
32862
32863 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
32864
32865 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
32866
32867 * window.el (window-buffer-height): Use count-screen-lines.
32868
32869 * progmodes/python.el (python-preoutput-leftover): New var.
32870 (python-preoutput-filter): Use it.
32871 (python-send-receive): Loop until all the result has been received.
32872
32873 2005-03-28 Juri Linkov <juri@jurta.org>
32874
32875 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
32876
32877 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
32878 "Recover Crashed Session".
32879 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
32880 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
32881 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
32882 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
32883 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
32884 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
32885 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
32886 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
32887
32888 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
32889 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
32890 Ediff Sessions", "Toggle use of separate control buffer frame",
32891 "Use separate frame for Ediff control buffer".
32892
32893 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
32894 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
32895 "Rename Bookmark", "Delete Bookmark".
32896
32897 * info.el (Info-mode-menu): Remove ellipsis from "Index".
32898 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
32899 Add `:active Info-index-alternatives' to "Next Matching Item".
32900
32901 * wdired.el (wdired-change-to-wdired-mode):
32902 Mention `wdired-abort-changes' key in the initial message.
32903
32904 * international/mule.el (auto-coding-alist): Associate non-ascii
32905 image filename extensions with `no-conversion'.
32906
32907 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
32908
32909 * international/iso-acc.el:
32910 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
32911
32912 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
32913
32914 * textmodes/sgml-mode.el (html-mode): Doc update.
32915
32916 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
32917
32918 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
32919
32920 * term.el (term-move-columns): Fix face after extending a line.
32921 (term-insert-spaces): Likewise.
32922 (term-reset-terminal): Fix off by one error.
32923
32924 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32925
32926 * international/mule.el (auto-coding-alist): Add .xpi files.
32927
32928 * files.el (auto-mode-alist): Add .xpi files.
32929
32930 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
32931
32932 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
32933
32934 2005-03-26 Eli Zaretskii <eliz@gnu.org>
32935
32936 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
32937
32938 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
32939
32940 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
32941 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
32942
32943 * calendar/cal-move.el (calendar-beginning-of-year): Move the
32944 cursor to Jan 1 when needed.
32945 (calendar-end-of-year): Fix -/+ typo.
32946 Reported by Chong Yidong <cyd@stupidchicken.com>.
32947
32948 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
32949
32950 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
32951
32952 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
32953 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
32954
32955 2005-03-25 Richard M. Stallman <rms@gnu.org>
32956
32957 * filesets.el (filesets-init): Add autoload.
32958
32959 * mail/mailalias.el (mail-directory): Doc fix.
32960
32961 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
32962
32963 * mail/mailalias.el (mail-directory-process): Do nothing if
32964 mail-directory-process is an atom.
32965 (mail-get-names): Ignore mail-directory-names if it is an atom.
32966 (mail-directory-process defvar): Doc fix.
32967 (mail-names): Doc fix.
32968
32969 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
32970
32971 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32972
32973 2005-03-26 Kenichi Handa <handa@m17n.org>
32974
32975 * international/mule-util.el (detect-coding-with-priority):
32976 Call update-coding-systems-internal before detect-coding-region.
32977
32978 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
32979
32980 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32981 (gdb-frames-mode-map): Add follow-link property.
32982
32983 2005-03-25 Jay Belanger <belanger@truman.edu>
32984
32985 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32986 for variables.
32987
32988 2005-03-25 Juri Linkov <juri@jurta.org>
32989
32990 * image-mode.el: Optimize image filename extension regexps in
32991 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
32992 in `auto-mode-alist'.
32993 (image-mode): Add `image-toggle-display-text' to local hook
32994 `change-major-mode-hook'. Display the image as an image by
32995 default. Set `cursor-type' and `truncate-lines' if the image
32996 is already displayed. Take into account the current mode (image
32997 or text) in message.
32998 (image-minor-mode): New minor mode.
32999 (image-mode-maybe, image-toggle-display-text): New functions.
33000 (image-toggle-display): Use called-interactively-p.
33001 Let-bind `inhibit-read-only' to t.
33002
33003 * image-mode.el (image-minor-mode): Set `cursor-type' and
33004 `truncate-lines' if the image is already displayed. Add turning
33005 image-minor-mode off to `change-major-mode-hook'. Add message.
33006 Call `image-toggle-display-text' after turning image-minor-mode off.
33007
33008 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33009
33010 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33011 Terminal.app, use utf-8.
33012 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33013 (set-locale-environment): Use it.
33014
33015 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33016
33017 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33018
33019 * progmodes/python.el (python-close-block-statement-p)
33020 (python-outdent-p, python-current-defun): Use symbol-end.
33021
33022 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33023
33024 * files.el (save-some-buffers): Doc fix.
33025
33026 2005-03-25 Werner Lemberg <wl@gnu.org>
33027
33028 * complete.el, thumbs.el: Replace `legal' with `valid'.
33029 * calendar/calendar.el: Replace `legal' with `valid'.
33030 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33031 * mail/supercite.el: Replace `legal' with `valid'.
33032 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33033 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33034 Replace `legal' with `valid'.
33035 * textmodes/reftex-vars.el, textmodes/reftex.el:
33036 Replace `legal' with `valid'.
33037
33038 2005-03-25 Werner Lemberg <wl@gnu.org>
33039
33040 * calc/calc-forms.el, calc/calc-sel.el
33041 * midnight.el, vc-cvs.el
33042 * emacs-lisp/cl-macs.el
33043 * emulation/vip.el
33044 * eshell/esh-io.el, eshell/esh-var.el
33045 * mail/supercite.el
33046 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33047 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33048 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33049 * progmodes/sh-script.el, progmodes/xscheme.el
33050 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33051 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33052 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33053 * textmodes/reftex.el, textmodes/org.el:
33054 Replace `illegal' with `invalid'.
33055
33056 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33057
33058 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33059 (flymake-find-buildfile, flymake-find-possible-master-files)
33060 (flymake-check-include, flymake-parse-line): Replace loops over the
33061 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33062
33063 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33064 Substitute file-name-as-directory in the rest of the file.
33065 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33066 (flymake-replace-region): Remove unused arg `buffer'.
33067 (flymake-check-patch-master-file-buffer): Update calls to it.
33068 (flymake-add-err-info): Remove unused var `count'.
33069 (flymake-mode): Use define-minor-mode.
33070
33071 * progmodes/flymake.el: Use with-current-buffer.
33072 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33073 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33074 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33075 Avoid testing for `xemacs'.
33076 (flymake-nop): Move.
33077 (flymake-region-has-flymake-overlays): Return the computed value.
33078 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33079 Remove unused var `endline'.
33080 (flymake-get-line-count): Remove unused function.
33081 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33082
33083 * emulation/vi.el:
33084 * generic.el:
33085 * hilit-chg.el (global-highlight-changes):
33086 * hi-lock.el (hi-lock-mode):
33087 * follow.el: find-file-hooks -> find-file-hook.
33088
33089 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33090
33091 2005-03-24 Juri Linkov <juri@jurta.org>
33092
33093 * dired.el (dired-mode-map): Add menu item "Compare directories"
33094 for dired-compare-directories.
33095
33096 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33097 Doc fix. Replace `read-file-name' with `read-directory-name'.
33098
33099 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33100
33101 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33102
33103 2005-03-24 Jay Belanger <belanger@truman.edu>
33104
33105 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33106 relevant mode settings in calc-embedded-original-modes when modes
33107 are permanently changed.
33108
33109 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33110
33111 * autoinsert.el: find-file-hooks -> find-file-hook.
33112
33113 2005-03-24 Lute Kamstra <lute@gnu.org>
33114
33115 * generic.el (generic-font-lock-defaults): Make it obsolete.
33116 (generic-font-lock-keywords): New variable to replace
33117 generic-font-lock-defaults.
33118 (generic-mode-set-font-lock): Delete it.
33119 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33120 (generic-bracket-support): Add docstring.
33121
33122 * generic-x.el: Rename generic-font-lock-defaults to
33123 generic-font-lock-keywords throughout.
33124 (mailagent-rules-setup-function): Delete it.
33125 (mailagent-rules-generic-mode): Use anonymous function instead.
33126 (show-tabs-generic-mode-font-lock-defaults-1)
33127 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33128 Quote faces.
33129 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33130 not foreground.
33131
33132 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33133 Recognize define-generic-mode.
33134
33135 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33136
33137 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33138 if there's no completion table.
33139
33140 2005-03-23 Miles Bader <miles@gnu.org>
33141
33142 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33143 Remove tty-specific variants, as they're no longer needed.
33144
33145 2005-03-23 Lute Kamstra <lute@gnu.org>
33146
33147 * generic-x.el: Code cleanup: make args constant whenever possible.
33148 (installshield-statement-keyword-list)
33149 (installshield-system-functions-list)
33150 (installshield-system-variables-list, installshield-types-list)
33151 (installshield-funarg-constants-list): Make them constants.
33152
33153 * generic.el (generic-make-keywords-list): Add autoload cookie.
33154
33155 * calendar/time-date.el: Add comment on time value formats.
33156 Don't require parse-time.
33157 (with-decoded-time-value): New macro.
33158 (encode-time-value): New function.
33159 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33160 (days-to-time): Return a valid time value when arg is huge.
33161 (time-since): Use time-subtract.
33162 (time-to-number-of-days): Use time-to-seconds.
33163
33164 2005-03-23 David Ponce <david@dponce.com>
33165
33166 * recentf.el (recentf-keep): New option.
33167 (recentf-menu-action): Default to `find-file'.
33168 (recentf-keep-non-readable-files-flag)
33169 (recentf-keep-non-readable-files-p)
33170 (recentf-file-readable-p, recentf-find-file)
33171 (recentf-cleanup-remote): Remove.
33172 (recentf-include-p): More robust.
33173 (recentf-keep-p): New function.
33174 (recentf-remove-if-non-kept): Rename from
33175 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33176 All callers updated.
33177 (recentf-menu-items-for-commands): Fix help string.
33178 (recentf-track-closed-file): Update. Doc fix.
33179 (recentf-cleanup): Update. Count removed files. Doc fix.
33180
33181 2005-03-23 Kim F. Storm <storm@cua.dk>
33182
33183 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33184 Don't inherit from fringe face (now happens automatically).
33185
33186 2005-03-22 Kim F. Storm <storm@cua.dk>
33187
33188 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33189 position values.
33190
33191 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33192
33193 * menu-bar.el (showhide-date-time): Remove.
33194 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33195 (menu-bar-make-mm-toggle): Simplify.
33196
33197 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33198
33199 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33200 Accept qualified variable and function names.
33201
33202 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33203
33204 * bindings.el (completion-ignored-extensions):
33205 Remove ".lis" for `vax-vms'.
33206
33207 2005-03-22 Andreas Schwab <schwab@suse.de>
33208
33209 * generic-x.el: Revert last change.
33210 * ldefs-boot.el: Update.
33211
33212 2005-03-22 Jay Belanger <belanger@truman.edu>
33213
33214 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33215 (calc-embedded-save-original-modes)
33216 (calc-embedded-restore-original-modes): New functions.
33217 (calc-do-embedded): Save original modes when entering embedded mode
33218 and restore when leaving embedded mode.
33219 (calc-embedded-modes-change): Change the value of
33220 calc-embedded-original-modes to reflect permanent changes.
33221
33222 2005-03-22 Lute Kamstra <lute@gnu.org>
33223
33224 * generic-x.el: Require generic again.
33225
33226 2005-03-22 Miles Bader <miles@gnu.org>
33227
33228 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33229 Tweak details to look good on both ttys and bitmap displays, light
33230 or dark background, etc.
33231
33232 2005-03-21 Kim F. Storm <storm@cua.dk>
33233
33234 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33235 mouse position.
33236
33237 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33238
33239 * icomplete.el: Don't forcibly turn on the mode upon load.
33240 (icomplete-mode): Use define-minor-mode.
33241 (icomplete-eoinput): Default to nil.
33242 (icomplete-minibuffer-setup): Remove autoload.
33243 (icomplete-tidy): Simplify.
33244 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33245 in the initial state or if the user has modified the field.
33246 Fix handling of icomplete-max-delay-chars.
33247 Remove code that handles the oddball case where
33248 minibuffer-completion-table is an integer.
33249 Wrap icomplete-completions in while-no-input in case building
33250 completions takes more time than expected.
33251 (icomplete-completions): Simplify.
33252
33253 2005-03-21 Richard M. Stallman <rms@gnu.org>
33254
33255 * jka-compr.el (jka-compr-really-do-compress):
33256 Make variable buffer-local.
33257
33258 * image-mode.el: Handle .xpm files too.
33259 (image-toggle-display): Preserve modification flag.
33260
33261 * help.el (where-is): Don't mention aliases with no key bindings.
33262
33263 2005-03-21 Lute Kamstra <lute@gnu.org>
33264
33265 * generic.el: Fix commentary section. Don't require cl for
33266 compilation.
33267 (generic-mode-list): Add autoload cookie.
33268 (generic-use-find-file-hook, generic-lines-to-scan)
33269 (generic-find-file-regexp, generic-ignore-files-regexp)
33270 (generic-mode, generic-mode-find-file-hook)
33271 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33272 (define-generic-mode): Make it a defmacro. Fix docstring.
33273 (generic-mode-internal): Code cleanup. Add autoload cookie.
33274 (generic-mode-set-comments): Code cleanup.
33275 * generic-x.el: Don't prevent compilation. Don't require generic.
33276 Follow coding conventions. Minor code cleanup.
33277 (etc-fstab-generic-mode): Add some keywords.
33278 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33279 define-generic-mode like a function declaration.
33280
33281 2005-03-21 Jay Belanger <belanger@truman.edu>
33282
33283 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33284 changing modes.
33285
33286 2005-03-21 Sam Steingold <sds@gnu.org>
33287
33288 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33289
33290 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33291
33292 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33293 Add underscore to "f$ lexicals" regexp.
33294
33295 2005-03-20 Juri Linkov <juri@jurta.org>
33296
33297 * subr.el (progress-reporter-do-update): When `min-value' is equal
33298 to `max-value', set `percentage' to 0 and prevent division by zero.
33299
33300 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33301
33302 Sync with Tramp 2.0.48.
33303
33304 * net/tramp.el (all): Change all addresses to .gnu.org.
33305 (tramp-append-tramp-buffers): New defun.
33306 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33307 Catch `dont-send' signal.
33308 (tramp-set-auto-save-file-modes): Set always permissions, because
33309 there might be an old auto-saved file belonging to another
33310 original file. This could be a security threat. Reported by
33311 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33312 Check for Emacs 21.3.50 removed.
33313
33314 * net/tramp-smb.el (all): Remove debug construct for
33315 `with-parsed-tramp-file-name'.
33316 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33317 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33318 No error message if DIRECTORY or FILENAME doesn't exist.
33319 (tramp-smb-open-connection): Check existence of
33320 `tramp-smb-program'.
33321
33322 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33323
33324 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33325 Properly handle the case where the `m' or `s' command's argument is not
33326 yet terminated.
33327 (perl-indent-new-calculate): New function.
33328 (perl-indent-line): Use it.
33329
33330 2005-03-20 Miles Bader <miles@gnu.org>
33331
33332 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33333 in text-mode too. Change to new face names.
33334 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33335 Add `:weight bold' attribute.
33336 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33337
33338 2005-03-19 Juri Linkov <juri@jurta.org>
33339
33340 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33341
33342 * international/mule.el (auto-coding-alist): Sync with
33343 `auto-mode-alist' by adding upper case archive file extensions
33344 and adding ear/war to jar extension.
33345
33346 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33347
33348 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33349 running, restart it.
33350
33351 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33352
33353 * finder.el (finder-current-item): Throw an error on an empty line.
33354
33355 * man.el (Man-follow-manual-reference): If current-word returns
33356 nil, use "".
33357
33358 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33359
33360 * simple.el (goto-line): Doc fix.
33361
33362 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33363
33364 * files.el (save-buffer): Doc fix.
33365
33366 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33367
33368 * recentf.el (recentf-cleanup-remote): New variable.
33369 (recentf-cleanup): Use it to conditionally check availability of
33370 remote files.
33371
33372 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33373
33374 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33375 function names.
33376
33377 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33378
33379 * language/thai-word.el: New file.
33380
33381 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33382
33383 * files.el (backup-buffer): If the file's directory is not
33384 writable, use copy instead of move to backup the file.
33385
33386 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33387
33388 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33389
33390 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33391
33392 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33393 Use functionp instead of symbolp and fboundp. Reported by Drkm
33394 <darkman_spam@yahoo.fr>.
33395 (ps-print-version): New version 6.6.6.
33396
33397 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33398
33399 * textmodes/table.el (table--line-column-position): New idiom.
33400 (table--row-column-insertion-point-p): New function to test
33401 validity of row and column insertion operation at a location.
33402 (table-global-menu, table-cell-menu): Use above functions for
33403 deterministic test operation.
33404 (table--editable-cell-p): Behave in deterministic fashion.
33405
33406 2005-03-18 Juri Linkov <juri@jurta.org>
33407
33408 * isearch.el (isearch-lazy-highlight-new-loop):
33409 Make arguments beg and end optional.
33410 (isearch-update): Remove optional arguments nil from
33411 isearch-lazy-highlight-new-loop.
33412 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33413 isearch-lazy-highlight-case-fold-search instead of
33414 isearch-case-fold-search, and let-bind isearch-regexp to
33415 isearch-lazy-highlight-regexp.
33416 Use isearch-lazy-highlight-last-string instead of isearch-string.
33417
33418 * replace.el (perform-replace): Remove bindings of global
33419 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33420 Add three new arguments to `replace-highlight'.
33421 (replace-highlight): Add arguments string, regexp, case-fold.
33422 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33423 to allow isearch-lazy-highlight-new-loop to use these values
33424 to set corresponding isearch-lazy-highlight-* internal
33425 variables whose values lazy highlighting will use regardless of
33426 changes to global variables isearch-string, isearch-regexp,
33427 isearch-case-fold-search during lazy highlighting loop.
33428 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33429 to `lazy-highlight-cleanup'.
33430
33431 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33432 (ispell-highlight-face): Set default face to `isearch' when
33433 lazy highlighting is enabled.
33434 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33435 priority to 1. Add lazy highlighting.
33436 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33437 from `isearch-dehighlight'.
33438
33439 2005-03-18 David Ponce <david@dponce.com>
33440
33441 * files.el (hack-local-variables): Do a case-insensitive search
33442 for End.
33443
33444 2005-03-18 Juri Linkov <juri@jurta.org>
33445
33446 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33447 `isearch-lazy-highlight-cleanup', add alias to old name and
33448 declare obsolete. Add release numbers to other obsolete vars.
33449 (isearch-done, isearch-lazy-highlight-new-loop):
33450 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33451 (lazy-highlight-cleanup) <variable>: Doc fix.
33452 (isearch-lazy-highlight-update): Rename obsolete
33453 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33454
33455 2005-03-18 Kenichi Handa <handa@m17n.org>
33456
33457 * language/thai-util.el: Fix categorization of Thai characters in
33458 thai-category-table.
33459 (thai-composition-pattern): Adjust it for the above change.
33460 (thai-self-insert-command, thai-compose-syllable): New functions.
33461 (thai-compose-region): Use thai-compose-syllable.
33462 (thai-compose-string): Likewise.
33463 (thai-composition-function): Likewise.
33464 (thai-auto-composition): New function.
33465 (thai-auto-composition-mode): New minor mode.
33466
33467 * language/thai.el: Fix patterns to be registered in
33468 composition-function-table.
33469
33470 * international/quail.el (quail-input-method): Locally bind
33471 inhibit-modification-hooks to t.
33472
33473 2005-03-17 Richard M. Stallman <rms@gnu.org>
33474
33475 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33476 (perl-mode): Use run-mode-hooks.
33477
33478 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33479 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33480 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33481
33482 * mail/sendmail.el (sendmail-send-it): Reenable the code
33483 to compute resend-to-address and use it.
33484
33485 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33486
33487 * image-mode.el: New file.
33488
33489 * image.el (insert-sliced-image): Add autoload cookie.
33490
33491 * font-lock.el (font-lock-lines-before): New user option.
33492 (font-lock-after-change-function): Obey it.
33493
33494 * bindings.el (esc-map): Make M-g a prefix.
33495 Bind M-g g and M-g M-g to goto-line.
33496
33497 * faces.el (face-id): Doc fix.
33498
33499 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33500
33501 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33502 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33503 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33504
33505 * mail/sendmail.el (mail-yank-ignored-headers)
33506 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33507 Add Mail-Followup-To and Mail-Reply-To headers.
33508 (mail-citation-hook): Add autoload cookie.
33509 (mail-mode): Doc fix.
33510 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33511 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33512 (mail-mode-fill-paragraph): Handle those headers.
33513 (mail-mailing-lists): New variable.
33514 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33515
33516 2005-03-17 Juri Linkov <juri@jurta.org>
33517
33518 * isearch.el (isearch-fallback): Check for `(car previous)'
33519 before calling `isearch-other-end-state'.
33520
33521 2005-03-17 Kim F. Storm <storm@cua.dk>
33522
33523 * simple.el (move-beginning-of-line): Move to beginning of buffer
33524 line, as well as beginning of screen line.
33525
33526 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33527
33528 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33529 argument REDRAW rather than calendar-redrawing variable.
33530 * calendar/calendar.el (calendar-redrawing): Delete.
33531 (redraw-calendar): Do not bind calendar-redrawing.
33532
33533 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33534
33535 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33536 diary-file buffer.
33537
33538 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33539
33540 * help.el (describe-mode): Allow a :minor-mode-function property to
33541 specify a different minor mode toggle function than the variable.
33542 * simple.el (auto-fill-function):
33543 * subr.el (add-minor-mode): Use it.
33544
33545 2005-03-16 Kenichi Handa <handa@m17n.org>
33546
33547 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33548 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33549 (ethio-fidel-to-sera-buffer): Likewise.
33550
33551 2005-03-16 Juri Linkov <juri@jurta.org>
33552
33553 * emacs-lisp/find-func.el (find-function-regexp):
33554 Add defun-emitting macro `menu-bar-make-toggle'.
33555
33556 * isearch.el: Put `isearch-scroll' property to
33557 `split-window-horizontally'.
33558
33559 * info.el: Update error messages for `debug-ignored-errors'.
33560 (Info-isearch-search): Doc fix.
33561 (Info-find-node): Move up code to go into info buffer before
33562 recording the node to the history.
33563 (Info-fontify-node): Fontify titles only if the next line
33564 has two or more `*', `=', `-', `.'.
33565 Display "go to this node" for empty (match-string 3).
33566
33567 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33568
33569 * term/mac-win.el: Add mouse pointer shape constants.
33570
33571 2005-03-15 Kim F. Storm <storm@cua.dk>
33572
33573 * simple.el (move-beginning-of-line): Use vertical-motion.
33574
33575 2005-03-15 Juri Linkov <juri@jurta.org>
33576
33577 * isearch.el (isearch-error): New variable.
33578 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33579 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33580 (isearch-within-brackets-state): Remove.
33581 (isearch-case-fold-search-state, isearch-pop-fun-state):
33582 Decrease frame index.
33583 (isearch-mode, isearch-top-state, isearch-push-state)
33584 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33585 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33586 (isearch-search, isearch-lazy-highlight-new-loop):
33587 Replace `isearch-invalid-regexp' with `isearch-error'.
33588 Remove `isearch-within-brackets'.
33589 (isearch-search): Add `search-failed' handler to `condition-case'.
33590 (isearch-lazy-highlight-search): Add `condition-case' to catch
33591 errors and allow `isearch-lazy-highlight-update' to try
33592 highlighting from the beginning of the window.
33593 (isearch-repeat): Move up code to set isearch-wrapped to t
33594 before calling isearch-wrap-function.
33595
33596 * info.el (Info-isearch-initial-node): New internal variable.
33597 (Info-search): Signal an error in isearch mode when search leaves
33598 the initial node. Signal an error when `bound' is non-nil and
33599 nothing was found in the current subfile.
33600 (Info-isearch-search): Remove `condition-case'.
33601 (Info-isearch-wrap): Don't wrap when search failed during leaving
33602 the initial node. If `Info-isearch-search' is nil, wrap around
33603 the current node.
33604 (Info-isearch-start): New fun.
33605 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33606 `isearch-mode-hook'.
33607
33608 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33609
33610 * simple.el (normal-erase-is-backspace): Set default to t if
33611 running on Mac.
33612
33613 * term/mac-win.el (function-key-map): Sync with x-win.el.
33614
33615 2005-03-15 Kenichi Handa <handa@m17n.org>
33616
33617 * international/mule-cmds.el (locale-language-names): Modify the
33618 format of elements and add more entries.
33619 (locale-preferred-coding-systems): Add more entries.
33620 (set-locale-environment): Adjust for the change of
33621 locale-language-names.
33622
33623 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33624
33625 * pcvs.el (smerge-ediff): Remove bogus autoload.
33626
33627 2005-03-14 Lute Kamstra <lute@gnu.org>
33628
33629 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33630 Ignore a `*' at the beginning of a line.
33631
33632 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33633 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33634 subr.el.
33635 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33636 to specify indentation.
33637
33638 * generic.el (define-generic-mode): Let generic-mode-list be a
33639 list of strings; test membership with equal.
33640
33641 2005-03-14 Kim F. Storm <storm@cua.dk>
33642
33643 * simple.el (next-line, previous-line): Add optional try-vscroll
33644 arg to recognize interactive use. Pass it on to line-move.
33645 (line-move): Don't perform auto-window-vscroll when defining or
33646 executing keyboard macro to ensure consistent behavior.
33647
33648 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33649
33650 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33651
33652 2005-03-13 Lute Kamstra <lute@gnu.org>
33653
33654 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33655 debugger-setup-buffer so that backtrace marks the frames set to
33656 debug-on-exit and we don't have to do it manually. Set an extra
33657 debug-on-exit for macro's.
33658 (debugger-setup-buffer): Don't mark the top frame manually.
33659
33660 2005-03-12 Lute Kamstra <lute@gnu.org>
33661
33662 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33663 lisp-indent-function throughout.
33664 (with-no-warnings): Set lisp-indent-function property.
33665
33666 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33667
33668 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33669 Add entry for backslash.
33670
33671 2005-03-12 Juri Linkov <juri@jurta.org>
33672
33673 * info.el (Info-search): Four fixes for backward search.
33674
33675 2005-03-11 Jay Belanger <belanger@truman.edu>
33676
33677 * calc/calc.el (calc-language-alist): New variable.
33678 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33679 (calc-embedded-find-modes): Use calc-language-alist instead of
33680 calc-embedded-language-alist.
33681
33682 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33683
33684 * calendar/calendar.el (calendar-redrawing): New internal
33685 variable.
33686 (redraw-calendar): Remove bogus save-excursion from previous
33687 change. Bind calendar-redrawing to t for mark-diary-entries.
33688 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33689 calendar if that is why we were called.
33690
33691 2005-03-11 Kenichi Handa <handa@m17n.org>
33692
33693 * international/mule.el (make-coding-system): Set property
33694 coding-system-define-form to nil.
33695 (define-coding-system-alias): Likewise.
33696
33697 2005-03-11 Kenichi Handa <handa@m17n.org>
33698
33699 These changes are suggested by Dave Love <fx@gnu.org>.
33700
33701 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33702 coding: tag.
33703 (adaptive-fill-regexp): Add more bullets.
33704 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33705 regexps.
33706
33707 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33708
33709 * help.el (describe-mode): Properly handle non-trivial lighters.
33710 Don't ignore minor modes that are not listed in minor-mode-list.
33711
33712 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33713 feature ON when the user requests to turn it OFF.
33714
33715 2005-03-10 Lute Kamstra <lute@gnu.org>
33716
33717 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33718 (implement-debug-on-entry): New function to replace debug-entry-code.
33719 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33720 second argument as the 2005-03-07 change makes it obsolete.
33721 (debug-on-entry, cancel-debug-on-entry): Update call to
33722 debug-on-entry-1.
33723 (debug, debugger-setup-buffer): Comment update.
33724 (debugger-frame-number): Update to work with implement-debug-on-entry.
33725
33726 2005-03-10 Jay Belanger <belanger@truman.edu>
33727
33728 * calc/calc-embed.el (math-ms-args): Declare it.
33729 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33730 math-ms-args.
33731 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33732 variables.
33733
33734 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33735
33736 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
33737 Use message-box.
33738
33739 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
33740 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
33741 (tooltip-gud-tips): Simplify.
33742 (tooltip-gud-tips-p): Remove superfluous :set.
33743 (tooltip-gud-modes): Add fortran-mode.
33744 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
33745
33746 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
33747
33748 2005-03-09 Kim F. Storm <storm@cua.dk>
33749
33750 * play/animate.el (animate-place-char): Use forward-line instead
33751 of next-line to improve performance.
33752
33753 2005-03-09 Simon Josefsson <jas@extundo.com>
33754
33755 * net/browse-url.el (browse-url-default-browser): Doc fix.
33756
33757 2005-03-09 Miles Bader <miles@gnu.org>
33758
33759 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
33760 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
33761
33762 2005-03-09 Kenichi Handa <handa@m17n.org>
33763
33764 * international/latin-1.el: Set case and syntax for 255 only if
33765 set-case-syntax-set-multibyte is nil.
33766
33767 * textmodes/ispell.el (ispell-insert-word): New function.
33768 (ispell-word): Use ispell-insert-word to insert a new word.
33769 (ispell-process-line): Likewise.
33770 (ispell-complete-word): Likewise.
33771
33772 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
33773
33774 * calendar/calendar.el (redraw-calendar): Preserve point.
33775 Reported by Matt Hodges <MPHodges@member.fsf.org>.
33776 (calendar-week-start-day): Move after definition of
33777 redraw-calendar. Delete buffer test, since redraw-calendar has
33778 that now.
33779
33780 * calendar/diary-lib.el (mark-diary-entries): Only call
33781 redraw-calendar in the first of any recursive calls.
33782 Reported by Alan Shutko <ats@acm.org>.
33783
33784 2005-03-08 Juri Linkov <juri@jurta.org>
33785
33786 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
33787 (html-horizontal-rule, html-line, html-image, html-checkboxes)
33788 (html-radio-buttons): Add a space before the trailing `/>' where
33789 sgml-xml-mode is non-nil.
33790 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
33791 the subsequent tag of the empty XML tag.
33792 (html-href-anchor): Don't set initial input to "http:".
33793 (html-image): Ask for the image URL and set point inside alt="".
33794 (html-name-anchor): Duplicate the name in the `id' attribute when
33795 sgml-xml-mode is non-nil.
33796 (html-paragraph): Remove \n before <p>.
33797 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
33798 instead of `checked' when sgml-xml-mode is non-nil.
33799
33800 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
33801 Remove 1 space before #RRGGBB to not truncate it on terminal
33802 windows w/o fringes. Remove 1 space between bg and fg examples
33803 to get more space.
33804 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
33805 avoid byte-compile warnings.
33806
33807 * image-file.el (image-file-handler): Put `safe-magic' property to
33808 `image-file-handler'.
33809
33810 * info.el (Info-isearch-search): Emulate word search in
33811 isearching through multiple Info nodes with Info-search.
33812 (Info-isearch-wrap): Allow isearch-word.
33813
33814 2005-03-08 Lute Kamstra <lute@gnu.org>
33815
33816 * emacs-lisp/debug.el (debugger-step-through): Make sure that
33817 stepping into the debugger's code is not possible.
33818 (debugger-jumping-flag): Docstring update.
33819
33820 2005-03-08 Jay Belanger <belanger@truman.edu>
33821
33822 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
33823 embedded mode begins.
33824 (calc-embedded-language-alist): New variable.
33825 (calc-embedded-find-modes): Use calc-embedded-language-alist to
33826 set default language mode.
33827
33828 2005-03-08 Kenichi Handa <handa@m17n.org>
33829
33830 * international/ccl.el (define-ccl-program): Fix docstring about
33831 extra 256 bytes assured for the output buffer.
33832
33833 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33834 Fix BUFFER_MAGNIFICATION to 2.
33835 (ccl-encode-mule-utf-16be-with-signature): Likewise.
33836
33837 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
33838
33839 * align.el (align-rules-list): Added an alignment rule for CSS
33840 declarations (applies to css-mode and html-mode buffers).
33841
33842 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
33843
33844 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
33845
33846 2005-03-07 Kim F. Storm <storm@cua.dk>
33847
33848 * simple.el (move-beginning-of-line): New command.
33849
33850 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
33851
33852 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
33853
33854 * emulation/cua-base.el: Put CUA move property on move-end-of-line
33855 and move-beginning-of-line.
33856
33857 * apropos.el (apropos-print): Omit command from M-x ... RET.
33858
33859 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
33860
33861 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
33862 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
33863
33864 2005-03-06 Richard M. Stallman <rms@gnu.org>
33865
33866 * bindings.el (esc-map): Bind M-g to goto-line.
33867
33868 * facemenu.el (global-map): Bind M-o, not M-g.
33869
33870 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33871
33872 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
33873 "Open Directory" as for "Open File".
33874
33875 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
33876
33877 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
33878 (push-mark-command): Run activate-mark-hook.
33879
33880 2005-03-06 Richard M. Stallman <rms@gnu.org>
33881
33882 * help-mode.el (help-mode-finish): Don't alter the element
33883 in view-return-to-alist if there already is one.
33884
33885 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
33886 make sure the current buffer is the expected one.
33887
33888 * novice.el (disabled-command-function): Output in *Disabled Command*.
33889 Explicitly ignore non-keyboard events, and explicitly handle C-g.
33890
33891 * textmodes/flyspell.el (flyspell-large-region):
33892 Pass args differently for aspell.
33893
33894 * files.el (mode-require-final-newline): Doc fix.
33895
33896 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33897
33898 * progmodes/which-func.el (which-function):
33899 Specify NOERROR when calling imenu--make-index-alist.
33900
33901 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33902
33903 * simple.el (normal-erase-is-backspace): Define default value.
33904
33905 * custom.el (custom-theme-set-variables): Remove unused var
33906 `immediate'.
33907 (custom-reevaluate-setting): Simple function to handle variables
33908 that are defined before their default value can really be
33909 computed.
33910
33911 * startup.el (command-line): Use it for temporary-file-directory,
33912 small-emporary-file-directory, auto-save-file-name-transforms,
33913 blink-cursor-mode, and normal-erase-is-backspace.
33914
33915 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
33916 progress, even with buggy anchored keywords.
33917
33918 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
33919
33920 * simple.el (goto-line): Remove unbalanced final parenthesis.
33921
33922 2005-03-05 Richard M. Stallman <rms@gnu.org>
33923
33924 * simple.el (goto-line): Use a number at point as the default.
33925 With C-u as arg, switch buffers.
33926
33927 2005-03-05 Juri Linkov <juri@jurta.org>
33928
33929 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
33930 with `no-blinking-cursor'.
33931
33932 * startup.el (no-blinking-cursor): New defvar.
33933 (command-line): Add `--no-blinking-cursor' to longopts.
33934 Set `no-blinking-cursor' to t for command line arguments
33935 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
33936 with `no-blinking-cursor' in the condition for calling
33937 `blink-cursor-mode'.
33938
33939 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
33940
33941 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
33942 (menu-bar-options-save): Add blink-cursor-mode.
33943 (menu-bar-options-menu): Add blink-cursor-mode.
33944
33945 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
33946
33947 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
33948 (icalendar-export-file, icalendar-export-region)
33949 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
33950 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
33951
33952 2005-03-04 Lute Kamstra <lute@gnu.org>
33953
33954 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
33955 (debug-function-list): Ditto.
33956
33957 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
33958
33959 * textmodes/texinfmt.el (texinfo-append-refill):
33960 Redefine the types of line to which @refill
33961 is not appended by replacing a search for `@refill\\|@bye' with
33962 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
33963 itemize@refill' bug and the unfilled long lines bug.
33964 (texinfmt-version): Update number and date.
33965
33966 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
33967
33968 * international/code-pages.el (windows-1250, windows-125[2-8])
33969 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
33970
33971 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
33972
33973 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33974 bound yet.
33975
33976 2005-03-02 Romain Francoise <romain@orebokech.com>
33977
33978 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33979 buffer after removing limits.
33980 (ibuffer-pop-filter): Ditto.
33981 Update copyright.
33982
33983 2005-03-02 Miles Bader <miles@gnu.org>
33984
33985 * button.el (make-text-button): If the user doesn't specify a
33986 type, use the default. Rewrite to use `add-text-properties' and
33987 plist functions.
33988
33989 2005-03-01 Lute Kamstra <lute@gnu.org>
33990
33991 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33992 (debugger-jumping-flag): New var.
33993 (debug-entry-code): Use it.
33994 (debugger-jump): Use debugger-jumping-flag and add
33995 debugger-reenable to post-command-hook.
33996 (debugger-reenable): Use debugger-jumping-flag and remove itself
33997 from post-command-hook.
33998 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33999 debugger-reenable.
34000
34001 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34002
34003 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34004 inclusion of "itemize\\|", which may be unnecessary, is certainly
34005 inelegant, and stops refilling in itemize lists when formatting
34006 Japanese Texinfo files to Info.
34007 Update copyright to 2005.
34008
34009 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34010
34011 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34012 of an error if GDB can't find the source file.
34013
34014 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34015
34016 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34017 not just the calendar.
34018
34019 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34020 first.
34021 (diary-redraw-calendar): New function.
34022 (make-diary-entry): Add diary-redraw-calendar to local
34023 write-contents-functions. Turn off selective display before
34024 inserting in diary.
34025
34026 2005-03-01 Kim F. Storm <storm@cua.dk>
34027
34028 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34029
34030 2005-03-01 Lute Kamstra <lute@gnu.org>
34031
34032 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34033 that debug-entry-code can be safely removed from a function while
34034 this code is being evaluated. Revert the 2005-02-27 change as the
34035 new implementation no longer requires it. Make sure that a
34036 function body containing just a string is not mistaken for a docstring.
34037 (debug): Skip one more frame in case of debug on entry.
34038 (debugger-setup-buffer): Delete one more frame line in case of
34039 debug on entry.
34040 (debugger-frame-number): Update to use the new text introduced by
34041 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34042
34043 2005-02-28 Kim F. Storm <storm@cua.dk>
34044
34045 * double.el (double-translate-key): Call force-window-update after
34046 read-event to avoid crash in redisplay.
34047
34048 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34049
34050 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34051 (debug): Use it. Move the inhibit-trace earlier.
34052 (debug-entry-code): New const.
34053 (debug-on-entry-1): Use it.
34054
34055 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34056
34057 * international/utf-16.el (ccl-encode-mule-utf-16le):
34058 Fix BUFFER_MAGNIFICATION to 2.
34059 (ccl-encode-mule-utf-16be): Likewise.
34060
34061 2005-02-28 Kenichi Handa <handa@m17n.org>
34062
34063 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34064 Fix BUFFER_MAGNIFICATION to 4.
34065 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34066
34067 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34068
34069 * speedbar.el (speedbar-update-flag): Doc fix.
34070 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34071 argument.
34072
34073 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34074
34075 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34076 have a non-nil `invisible' property but are actually visible.
34077
34078 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34079 for perldoc sections.
34080 (perl-outline-regexp, perl-outline-level): New var and function.
34081 (perl-mode): Use them.
34082
34083 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34084
34085 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34086 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34087
34088 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34089
34090 * cus-edit.el: Comment change.
34091 (custom-buffer-create-internal): Slightly reword text at top of
34092 Custom buffers. Mention there that saving an option edits the
34093 init file. Add link to Emacs manual node on `custom-file'.
34094 (custom-magic-alist): Rewrite individual State messages to use
34095 capitalized keywords. Doc fix.
34096
34097 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34098
34099 * calendar/calendar.el (calendar-buffer): Move above
34100 calendar-week-start-day.
34101 (calendar-week-start-day): Doc fix. Add :set function.
34102 (calendar-minimum-window-height): New variable.
34103 (generate-calendar-window): Only resize window if selected-window
34104 is displaying the calendar buffer. Use new variable
34105 calendar-minimum-window-height.
34106 (generate-calendar): Reword error message.
34107 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34108
34109 2005-02-27 Andreas Schwab <schwab@suse.de>
34110
34111 * vc.el (vc-do-command): Don't run command asynchronously when
34112 operating in a remote directory.
34113
34114 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34115 change from sync with Tramp 2.0.47.
34116
34117 2005-02-27 Richard M. Stallman <rms@gnu.org>
34118
34119 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34120
34121 * textmodes/flyspell.el (flyspell-mode-on):
34122 Call ispell-change-dictionary only if necessary.
34123
34124 * emacs-lisp/re-builder.el (regexp-builder): New function.
34125
34126 * register.el (describe-register-1): Explicitly handle
34127 yank-excluded-properties = t.
34128
34129 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34130 (custom-magic-alist): Change the status descriptions again.
34131 (face widget-type): Total rewrite based on `restricted-sexp'
34132 to eliminate the confusing double hiding levels.
34133
34134 * emacs-lisp/debug.el (debug-on-entry-1):
34135 If function body is empty, add nil as body form.
34136
34137 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34138
34139 * emacs-lisp/trace.el (inhibit-trace): New var.
34140 (trace-make-advice): Use it.
34141
34142 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34143
34144 2005-02-26 Kim F. Storm <storm@cua.dk>
34145
34146 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34147 (mouse-on-link-p, mouse-drag-region-1): Use it.
34148
34149 2005-02-25 Lute Kamstra <lute@gnu.org>
34150
34151 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34152
34153 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34154
34155 * frame.el (blink-cursor-mode): Add :group keyword.
34156
34157 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34158
34159 * calendar/icalendar.el (icalendar--decode-isodatetime):
34160 New optional argument DAY-SHIFT.
34161 (icalendar-export-region): Fix coding-system-for-write.
34162 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34163 events by one.
34164
34165 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34166
34167 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34168
34169 2005-02-24 Kim F. Storm <storm@cua.dk>
34170
34171 * international/iso-acc.el (iso-accents-compose): Fix crash
34172 during redisplay. Call force-window-update after read-event
34173 and delete-region to signal that window is not accurate.
34174
34175 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34176
34177 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34178 Remove unused and inexistent var `inhibit-trace'.
34179 (debugger-mode): Use run-mode-hooks.
34180 (debugger-list-functions): Add buttons; setup xref stack.
34181
34182 2005-02-23 Richard M. Stallman <rms@gnu.org>
34183
34184 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34185 appointment says it was explicitly made.
34186 (appt-add): Set the 3rd element.
34187 (appt-make-list): Preserve explicit appointments.
34188
34189 * subr.el (find-tag-default): Catch errors in forward-sexp.
34190
34191 2005-02-23 Juri Linkov <juri@jurta.org>
34192
34193 * info.el (Info-isearch-search): New defcustom.
34194 (Info-isearch-search): Call the default isearch function
34195 when Info-isearch-search is nil.
34196 (Info-isearch-wrap): Use variable Info-isearch-search.
34197
34198 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34199
34200 * cus-edit.el: Comment change.
34201
34202 2005-02-22 Kim F. Storm <storm@cua.dk>
34203
34204 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34205 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34206
34207 2005-02-22 Simon Josefsson <jas@extundo.com>
34208
34209 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34210 New variable.
34211 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34212 Oskarsson" <myrkraverk@users.sourceforget.net>.
34213
34214 2005-02-22 Kim F. Storm <storm@cua.dk>
34215
34216 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34217 check that window of that event is the selected window.
34218 (mouse-drag-region-1): Compare mouse event window to selected
34219 window before setting point.
34220
34221 * tooltip.el (tooltip-show-help-function): Pass event to
34222 mouse-on-link-p so it can check selected window.
34223
34224 2005-02-22 Kenichi Handa <handa@m17n.org>
34225
34226 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34227 (ps-mule-show-warning): New function.
34228 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34229 characters are found.
34230
34231 * ps-print.el (ps-header-footer-string): Return a list of header
34232 and footer strings.
34233
34234 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34235
34236 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34237
34238 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34239
34240 * frame.el (blink-cursor-mode): Use define-minor-mode.
34241
34242 * term/mac-win.el (function-key-map): Use char-names more consistently.
34243 (file-name-coding-system): Only set it for MacOS-9. The other case is
34244 already handled in mule-cmds.el (where it also works when mac-win.el
34245 is not used).
34246
34247 2005-02-21 Kenichi Handa <handa@m17n.org>
34248
34249 * international/mule.el (ctext-pre-write-conversion): Always use
34250 " *code-converting-work*" buffer for work.
34251
34252 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34253
34254 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34255
34256 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34257
34258 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34259
34260 * ses.el (undo-more): Restore defadvice, but only the part that
34261 allows changes outside the restricted area of the buffer.
34262
34263 2005-02-20 Kim F. Storm <storm@cua.dk>
34264
34265 * simple.el (line-move): Add fourth optional arg try-vscroll which
34266 must be set to perform auto-window-vscroll.
34267 When moving backwards and doing auto-window-vscroll, automatically
34268 vscroll to the last part of lines which are taller than the window.
34269 (next-line, previous-line): Set try-vscroll arg on line-move.
34270
34271 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34272
34273 * replace.el (query-replace, query-replace-regexp)
34274 (replace-string, replace-regexp): When operating on region, make
34275 the minibuffer prompt say so.
34276
34277 * isearch.el (isearch-forward): Document isearch-query-replace and
34278 isearch-query-replace-regexp keybindings.
34279
34280 2005-02-19 Jay Belanger <belanger@truman.edu>
34281
34282 * calc/calc-aent.el (math-read-token): Add local variable.
34283
34284 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34285 (calc-edit-top): Move declaration to earlier in file.
34286 (calc-edit-macro-repeats): Add local variables.
34287
34288 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34289 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34290 calcFunc-tanh.
34291 Adjust integration rule for calcFunc-tan.
34292
34293 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34294
34295 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34296 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34297 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34298 (viper-skip-separators): Bug fix.
34299 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34300 particular major mode.
34301 (viper-del-backward-char-in-replace): Don't put deleted char on the
34302 kill ring.
34303
34304 * emulation/viper-ex.el (viper-color-display-p): New function.
34305 (viper-has-face-support-p): Use viper-color-display-p.
34306
34307 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34308
34309 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34310
34311 * emulation/viper-util.el (viper-glob-unix-files):
34312 Fix shell status check.
34313 (viper-file-remote-p): Make equivalent to file-remote-p.
34314
34315 * emulation/viper.el (viper-major-mode-modifier-list):
34316 Use viper-gnus-modifier-map.
34317
34318 2005-02-19 David Kastrup <dak@gnu.org>
34319
34320 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34321 quoting.
34322
34323 2005-02-19 Jay Belanger <belanger@truman.edu>
34324
34325 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34326 Remove extra definitions.
34327 (calc-coth): New function.
34328 (calcFunc-cot): Fix `let'.
34329
34330 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34331
34332 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34333 the reasons we use "type pc" in these faces.
34334
34335 * button.el (button): Ditto.
34336
34337 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34338
34339 * replace.el (query-replace-read-from): Set the value of
34340 query-replace-from-history-variable to handle the case of an empty
34341 string entered to accept the suggested default.
34342
34343 * net/tramp.el (tramp-file-name-for-operation):
34344 Use dired-call-process instead of dired-call-process-command.
34345
34346 2005-02-19 Jay Belanger <belanger@truman.edu>
34347
34348 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34349 (math-div-non-trig): New variables.
34350 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34351 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34352 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34353 trig expressions.
34354
34355 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34356
34357 * progmodes/gdb-ui.el (gdb-var-update-handler)
34358 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34359 for watch expressions,
34360 (gdb-var-create-handler): Don't set speedbar-update-flag.
34361 (gdb-post-prompt): Simplify test for speedbar.
34362
34363 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34364
34365 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34366 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34367 we use the syntax table of the correct buffer.
34368 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34369 Felix Gatzemeier.
34370
34371 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34372 (ediff-file-remote-p): Make synonymous with file-remote-p.
34373 In all deffaces ediff-*-face-*, use min-colors.
34374
34375 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34376 ediff-recurse-to-subdirectories.
34377 (ediff-mark-if-equal): Check that the arguments are strings, use
34378 ediff-same-contents (after to Felix Gatzemeier).
34379
34380 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34381 nil.
34382
34383 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34384
34385 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34386
34387 2005-02-18 David Kastrup <dak@gnu.org>
34388
34389 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34390 use `mark-active' when defined.
34391
34392 2005-02-18 Kenichi Handa <handa@m17n.org>
34393
34394 * ps-print.el (ps-font-info-database): New entry
34395 ZapfChancery-MediumItalic with correct font name. Fix font name
34396 of the entry Zapf-Chancery-MediumItalic.
34397
34398 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34399
34400 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34401
34402 2005-02-16 Kim F. Storm <storm@cua.dk>
34403
34404 * ido.el (ido-fallback-command): Pass user input to fallback command.
34405
34406 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34407
34408 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34409 (gdb-find-file-hook): Add server prefix.
34410
34411 2005-02-16 Richard M. Stallman <rms@gnu.org>
34412
34413 * replace.el (perform-replace): Pass new args to replace-highlight.
34414 (replace-highlight): Take region args,
34415 and pass them to isearch-lazy-highlight-new-loop.
34416
34417 * novice.el (disabled-command-hook): Autoload the defalias
34418 and the make-obsolete-variable call.
34419
34420 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34421
34422 * isearch.el (isearch-lazy-highlight-start-limit)
34423 (isearch-lazy-highlight-end-limit): New variables limit
34424 the region for highlighting.
34425 (isearch-lazy-highlight-new-loop): New args BEG and END.
34426 (isearch-lazy-highlight-search): Use the new vars.
34427 (isearch-lazy-highlight-update): Likewise.
34428
34429 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34430
34431 * cus-start.el (all): Use default-boundp.
34432
34433 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34434
34435 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34436
34437 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34438
34439 * autorevert.el (auto-revert-stop-on-user-input)
34440 (auto-revert-verbose): Doc fixes.
34441
34442 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34443
34444 * international/mule-cmds.el (set-locale-environment): Remove call
34445 to set-selection-coding-system on Windows.
34446
34447 2005-02-15 Jay Belanger <belanger@truman.edu>
34448
34449 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34450 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34451 calcFunc-coth.
34452 (math-simplify-sqrt): Add simplifications.
34453
34454 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34455 to list.
34456
34457 * calc/calc-ext.el: Add functions to autoloads.
34458
34459 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34460 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34461 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34462 (math-csc-raw, math-cot-raw): New functions.
34463
34464 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34465
34466 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34467 the variable name in a message.
34468
34469 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34470 calcFunc-csc, calcFunc-cot.
34471
34472 * calc/calcalg2.el: Add derivative and integration rules for
34473 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34474 calcFunc-csch, calcFunc-coth.
34475 (math-do-integral-methods): Add to checks for when to use
34476 substitutions.
34477
34478 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34479
34480 2005-02-15 Lute Kamstra <lute@gnu.org>
34481
34482 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34483 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34484 <monnier@iro.umontreal.ca>.
34485 (lisp-outline-level): Improve efficiency. Suggested by David
34486 Kastrup <dak@gnu.org>.
34487
34488 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34489
34490 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34491 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34492 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34493 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34494 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34495
34496 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34497
34498 * cus-start.el (all): Comment change.
34499
34500 2005-02-14 Lute Kamstra <lute@gnu.org>
34501
34502 * cus-start.el (all): Check if symbol is void.
34503
34504 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34505
34506 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34507 optional argument to \cite.
34508
34509 2005-02-14 Richard M. Stallman <rms@gnu.org>
34510
34511 * cus-edit.el (custom-buffer-create-internal): Update help message.
34512 (custom-magic-alist): Update help messages.
34513
34514 * cus-start.el (all): Allow a var to specify a standard value.
34515
34516 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34517
34518 * custom.el (custom-theme-set-variables): Handle variable aliases.
34519
34520 * frame.el (blink-cursor-timer): Doc fix.
34521 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34522 declare obsolete.
34523 (blink-cursor-mode): Define with defcustom and use correct
34524 standard expression in that defcustom.
34525 * startup.el (command-line): Adapt to above changes in frame.el.
34526
34527 2005-02-11 Lute Kamstra <lute@gnu.org>
34528
34529 * apropos.el (apropos-score-doc): Prevent division by zero.
34530
34531 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34532
34533 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34534 (icalendar--get-event-property-attributes)
34535 (icalendar--get-event-properties)
34536 (icalendar--datetime-to-diary-date): New functions.
34537 (icalendar--split-value): Doc fix.
34538 (icalendar--datetime-to-noneuropean-date)
34539 (icalendar--datetime-to-european-date): New optional argument
34540 SEPARATOR. Return result as a string instead of a list.
34541 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34542 (icalendar--convert-string-for-export): Rename arg S to STRING.
34543 (icalendar-export-region): Doc fix. Change name of error buffer.
34544 Save output buffer.
34545 (icalendar-import-file): Add blank at end of prompt.
34546 (icalendar-import-buffer): Doc fix. Do not switch to error
34547 buffer. Indicate status in return value.
34548 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34549 buffer. Save output buffer. Handle exception from recurrence
34550 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34551 events. Fix problems with weekly all-day events.
34552
34553 2005-02-10 Richard M. Stallman <rms@gnu.org>
34554
34555 * simple.el (eval-expression-print-format):
34556 Avoid warning about edebug-active.
34557
34558 * help.el (help-for-help-internal): Rename from help-for-help.
34559 (help-for-help): Define with defalias.
34560
34561 * font-core.el (font-lock-default-function): Use with-no-warnings.
34562
34563 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34564
34565 * custom.el (defface): Doc fix.
34566
34567 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34568
34569 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34570 width 0" to prevent word wrapping problems.
34571
34572 2005-02-09 Kim F. Storm <storm@cua.dk>
34573
34574 * ido.el (ido-file-extensions-order): New defcustom.
34575 (ido-file-extension-lessp, ido-file-extension-aux)
34576 (ido-file-extension-order): New advanced file ordering.
34577 (ido-file-lessp): New simple file ordering.
34578 (ido-sort-list): Remove.
34579 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34580 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34581
34582 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34583
34584 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34585 that some versions of grep produce.
34586 (grep-mode-font-lock-keywords): Likewise.
34587
34588 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34589
34590 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34591 (gdb-cdir): Delete.
34592 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34593 (gdb-source-info): Treat case when source file is in another
34594 directory properly.
34595 (gdb-get-location): New function.
34596
34597 2005-02-07 Jay Belanger <belanger@truman.edu>
34598
34599 * calc/calc-prog.el (calc-write-parse-table-part)
34600 (calc-fix-token-name): Fix a check for language type.
34601
34602 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34603
34604 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34605
34606 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34607 as directory not writable.
34608
34609 2005-02-07 Kim F. Storm <storm@cua.dk>
34610
34611 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34612 (cua--standard-movement-commands): Remove list.
34613 Instead, set CUA property value to move for movement commands.
34614 (cua-movement-commands): Remove. Users must set CUA prop instead.
34615 (cua--pre-command-handler): Check CUA property.
34616 (cua--init-keymaps): Don't remap undo commands.
34617 (cua-mode): Don't call cua--rectangle-on-off.
34618
34619 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34620 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34621 (cua--rect-undo-set-point): New var.
34622 (cua--rectangle-undo-boundary): Setup undo apply entry.
34623 (cua--rect-undo-handler): New function for rectangle undo.
34624 (cua--rect-start-position, cua--rect-end-position): Add.
34625 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34626 for restored rectangle. Set point if cua--rect-undo-set-point.
34627
34628 2005-02-06 Jay Belanger <belanger@truman.edu>
34629
34630 * calc/calc-lang.el (calc-tex-language): Display more information
34631 in messages.
34632
34633 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34634 in TeX mode.
34635
34636 2005-02-06 Richard M. Stallman <rms@gnu.org>
34637
34638 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34639
34640 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34641
34642 * net/ldap.el (ldap-search-internal): Support attributes with
34643 optional descriptions separated by a semi-colon, as in
34644 "userCertificate;binary".
34645
34646 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34647
34648 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34649 isn't a cons (i.e. the version is 0).
34650
34651 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34652
34653 * help.el (help-for-help): Doc fix.
34654
34655 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34656
34657 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34658 GDB-Windows on the menu-bar as this works better.
34659
34660 2005-02-04 Jay Belanger <belanger@truman.edu>
34661
34662 * calc/calc-embed.el (calc-embedded-update): Don't put in
34663 unnecessary newlines. Adjust the end of formula marker.
34664
34665 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34666 (math-latex-parse-two-args): New function.
34667
34668 2005-02-03 Lute Kamstra <lute@gnu.org>
34669
34670 * help-fns.el (help-with-tutorial): Make sure that users cannot
34671 remove the entire text of the tutorial by means of `undo'.
34672
34673 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34674
34675 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34676 in recent changes, where the ispell process was repeatedly
34677 killed & restarted.
34678
34679 * international/mule-cmds.el (set-locale-environment): Set file-name
34680 coding system to utf-8 on Darwin systems.
34681 (set-default-coding-systems): Don't set default-file-name-coding-system
34682 on Darwin systems.
34683
34684 2005-02-03 Richard M. Stallman <rms@gnu.org>
34685
34686 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34687
34688 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34689
34690 * faces.el (list-faces-display): Add optional argument.
34691
34692 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34693
34694 * font-core.el (font-lock-default-function): Handle the rare case where
34695 only font-lock-keywords is set.
34696
34697 2005-02-02 Kenichi Handa <handa@m17n.org>
34698
34699 * international/characters.el: Cancel previous change for
34700 I-WITH-DOT-ABOVE and DOTLESS-i.
34701
34702 * international/latin-5.el: Cancel previous change.
34703
34704 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34705
34706 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34707
34708 2005-02-02 Kenichi Handa <handa@m17n.org>
34709
34710 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34711 DOTLESS-i.
34712
34713 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34714 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34715
34716 * case-table.el (get-upcase-table): New function.
34717 (copy-case-table): Copy upcaes table too if non-nil.
34718 (set-case-syntax-delims): Maintain upcase table too.
34719 (set-case-syntax-pair): Likewise.
34720 (set-upcase-syntax, set-downcase-syntax): New functions.
34721 (set-case-syntax): Maintain upcase table too.
34722
34723 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34724
34725 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34726
34727 * progmodes/gud.el (gud-goto-info): New function.
34728 (gud-tool-bar-map): Use correct icon.
34729
34730 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34731
34732 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34733 When delegating, order args in the funcall correctly.
34734
34735 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34736
34737 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
34738
34739 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
34740
34741 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
34742 buffer not visiting a file.
34743
34744 2005-01-31 Jay Belanger <belanger@truman.edu>
34745
34746 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
34747 bound on the line with the formula.
34748
34749 2005-01-31 Kim F. Storm <storm@cua.dk>
34750
34751 * ses.el (ses-create-cell-variable-range)
34752 (ses-destroy-cell-variable-range, ses-reset-header-string)
34753 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
34754 (ses-insert-row): Fix format of apply undo entries.
34755
34756 2005-01-31 Jay Belanger <belanger@truman.edu>
34757
34758 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
34759 parts.
34760
34761 * calc/calc-embed.el (calc-embedded-open-formula)
34762 (calc-embedded-close-formula): Ignore matrix environments.
34763
34764 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
34765 TeX mode.
34766
34767 * calc/calc-lang.el (math-function-table, math-oper-table)
34768 (math-variable-table): Adjust the LaTeX portions.
34769
34770 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
34771 (math-latex-ignore-words): New constant.
34772
34773 2005-01-31 Richard M. Stallman <rms@gnu.org>
34774
34775 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
34776 (ispell-local-dictionary): Doc fix.
34777 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
34778 Don't reinitialize at run time. Don't defcustom.
34779 All uses changed to append ispell-local-dictionary-alist,
34780 or check it first.
34781 (ispell-current-dictionary): New variable for dictionary in use.
34782 (ispell-dictionary): Now used only for global default.
34783 (ispell-start-process): Set ispell-current-dictionary,
34784 not ispell-dictionary.
34785 (ispell-change-dictionary): Use this only for setting
34786 user preferences.
34787 (ispell-internal-change-dictionary): New function
34788 to change the current dictionary in use.
34789 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
34790 Use ispell-current-dictionary.
34791 Handle ispell-local-dictionary-overridden.
34792 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
34793
34794 2005-01-31 Jay Belanger <belanger@truman.edu>
34795
34796 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
34797
34798 * calc/calc-ext.el: Add calc-latex-language to autoloads.
34799 (calc-mode-map): Add calc-latex-language.
34800
34801 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
34802 (math-latex-print-frac): New functions.
34803 (math-oper-table, math-function-table, math-variable-table)
34804 (math-complex-format, math-input-filter): Add latex properties.
34805 (calc-set-language): Set math-expr-special-function-mapping.
34806
34807 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
34808 (calc-write-parse-table-part): Add LaTeX support.
34809
34810 * calc/calc.el (calc-language): Adjust docstring.
34811 (calc-set-mode-line): Add LaTeX support.
34812 (math-expr-special-function-mapping): New variable.
34813 (math-tex-ignore-words): Add to list.
34814
34815 * calc/calccomp.el (math-compose-expr, math-compose-rows):
34816 Add LaTeX support.
34817 (math-compose-expr): Add support for special functions.
34818
34819 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
34820
34821 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
34822
34823 * progmodes/gdb-ui.el (gdb-memory-address)
34824 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
34825 (gdb-memory-mode-map, gdb-memory-format-keymap)
34826 (gdb-memory-format-menu, gdb-memory-unit-keymap)
34827 (gdb-memory-unit-menu): New variables for a buffer
34828 that lets the user examine program memory.
34829 (gdb-memory-set-address, gdb-memory-set-repeat-count)
34830 (gdb-memory-format-binary, gdb-memory-format-octal)
34831 (gdb-memory-format-unsigned, gdb-memory-format-signed)
34832 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
34833 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
34834 (gdb-memory-unit-word, gdb-memory-unit-halfword)
34835 (gdb-memory-unit-byte, gdb-memory-unit-menu)
34836 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
34837 (gdb-memory-mode, gdb-memory-buffer-name)
34838 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
34839 New functions for above buffer.
34840
34841 2005-01-30 Richard M. Stallman <rms@gnu.org>
34842
34843 * cus-edit.el (custom-bury-buffer): Function deleted.
34844 (custom-buffer-done-function): Option deleted.
34845 (custom-buffer-done-kill): New replacement option.
34846 (Custom-buffer-done): Call quit-window.
34847 (custom-buffer-create-internal): Update for above changes.
34848
34849 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
34850
34851 * simple.el (undo-ask-before-discard): New var.
34852 (undo-outer-limit-truncate): Implement it.
34853 (undo-extra-outer-limit): Doc update.
34854
34855 2005-01-29 Richard M. Stallman <rms@gnu.org>
34856
34857 * ses.el (undo-more): Delete defadvice.
34858 (ses-begin-change): Doc fix.
34859
34860 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
34861 instead of rebinding C-x u and C-_.
34862
34863 * files.el (normal-backup-enable-predicate): Return nil for files
34864 in /tmp, regardless of temporary-file-directory.
34865
34866 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
34867
34868 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
34869 (open-rectangle, delete-whitespace-rectangle-line)
34870 (clear-rectangle-line): If FILL, pass t instead of FILL
34871 for move-to-column's 2nd arg.
34872
34873 * simple.el (undo): Fix the test for continuing a series of undos.
34874 (undo-more): Set pending-undo-list to t when we reach end.
34875 (pending-undo-list): Move up defvar.
34876
34877 * wid-edit.el (widget-button-click):
34878 Shorten the range of the track-mouse binding.
34879
34880 * comint.el (comint-insert-input): Undo previous changes;
34881 use last-input-event in interactive spec.
34882
34883 2005-01-29 Eli Zaretskii <eliz@gnu.org>
34884
34885 * progmodes/compile.el (compilation-start): Bind buffer-read-only
34886 to nil before invoking call-process. Reset buffer's modified flag
34887 after fontifying it in the no-async branch.
34888
34889 * wid-edit.el (widget-specify-button): If mouse pointer shape
34890 cannot be changed, use mouse face instead.
34891
34892 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
34893
34894 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
34895 (gdb-goto-breakpoint): Make breakpoint handling work on template
34896 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
34897 (gdb-assembler-custom): Update to recognize breakpoint information
34898 added on 2005-01-19.
34899
34900 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
34901
34902 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
34903 (dsssl-mode): Use define-derived-mode.
34904 (scheme-mode-initialize): Remove.
34905 (scheme-mode): Use run-mode-hooks.
34906
34907 * cus-edit.el (customize-group-other-window)
34908 (custom-buffer-create-other-window): Don't override special-display-*.
34909 (custom-mode-map): Make it dense.
34910
34911 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
34912 sets the default value.
34913
34914 2005-01-28 Eli Zaretskii <eliz@gnu.org>
34915
34916 * descr-text.el: Add more keywords.
34917
34918 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
34919
34920 * speedbar.el: Avoid unnecessary use of locate-library.
34921
34922 * international/mule-cmds.el (standard-display-european-internal):
34923 Don't fiddle with latin-1 non-break space any more since it's now
34924 special cased in the C code.
34925 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
34926
34927 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
34928
34929 * cus-start.el (all): Add `undo-outer-limit'.
34930
34931 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
34932
34933 * textmodes/bibtex.el (bibtex-format-entry):
34934 Use `bibtex-empty-field-re' only on the text of fields, not on entire
34935 field lines.
34936 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
34937 not on part of a buffer.
34938
34939 2005-01-25 Lute Kamstra <lute@gnu.org>
34940
34941 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
34942 nonempty field text strings like "{letters\\macro{}more letters}".
34943 Clarify docstring.
34944 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
34945 (bibtex-entry-offset, bibtex-parse-association)
34946 (bibtex-parse-field-name): Fix typos in docstrings.
34947 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
34948
34949 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
34950 Juri Linkov <juri@jurta.org>
34951
34952 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
34953 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
34954 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
34955 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
34956
34957 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
34958 isearch minor mode.
34959
34960 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
34961
34962 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
34963
34964 2005-01-24 Lute Kamstra <lute@gnu.org>
34965
34966 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
34967 CASECHARS and NOT-CASECHARS regular expressions of the
34968 "nederlands" and "nederlands8" dictionaries to prevent a "Range
34969 striding over charsets" error.
34970
34971 2005-01-24 Jay Belanger <belanger@truman.edu>
34972
34973 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34974 display variable name.
34975
34976 2005-01-24 Kenichi Handa <handa@m17n.org>
34977
34978 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34979 Fix setting of the element of encoded-kbd-iso2022-invocations.
34980
34981 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
34982
34983 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34984 (gdb-threads-select): Change to also accept mouse events.
34985 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34986 (gdb-threads-mouse-select): Delete.
34987
34988 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
34989
34990 * files.el (insert-directory): Take care of empty directory,
34991 listed without -a switch.
34992
34993 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
34994
34995 * textmodes/refill.el (refill-post-command-function):
34996 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34997 to the list of functions that we should be careful not to undo.
34998 (refill-late-fill-paragraph-function): Remove.
34999 (refill-saved-state): New var.
35000 (refill-mode): Use it to save fill-paragraph-function.
35001 Save also the value of auto-fill-function.
35002
35003 * term/w32-win.el: Simplify code.
35004
35005 2005-01-23 Kim F. Storm <storm@cua.dk>
35006
35007 * simple.el (line-move): Adapt to new return value from
35008 pos-visible-in-window-p.
35009
35010 * simple.el (line-move): Fix last change. Check partial
35011 visibility at point rather than at window-start.
35012
35013 2005-01-22 Jason Rumney <jasonr@gnu.org>
35014
35015 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35016
35017 2005-01-22 David Kastrup <dak@gnu.org>
35018
35019 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35020
35021 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35022
35023 * type-break.el (type-break-mode): Add a test for
35024 type-break-file-name being non-nil.
35025
35026 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35027
35028 * net/eudc.el (top level): Call (message "") via progn, so that
35029 eudc-options-file is loaded.
35030
35031 2005-01-22 Kim F. Storm <storm@cua.dk>
35032
35033 * simple.el (line-move-1): Rename from line-move.
35034 (line-move): New function that adjusts vscroll for partially
35035 visible rows, and calls line-move-1 otherwise.
35036
35037 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35038
35039 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35040 since it's not a complete read-event implementation.
35041
35042 2005-01-20 Jay Belanger <belanger@truman.edu>
35043
35044 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35045 for called function.
35046
35047 2005-01-20 Steven Tamm <steventamm@mac.com>
35048
35049 * term/mac-win.el (process-connection-type): Remove.
35050 Controlled now by s/darwin.h:PTY_ITERATION.
35051
35052 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35053
35054 * window.el (handle-select-window): Don't switch window when we're
35055 in the minibuffer.
35056
35057 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35058
35059 * subr.el (dotimes-with-progress-reporter): New macro.
35060
35061 * ses.el (ses-dotimes-msg): Remove macro.
35062 Use `dotimes-with-progress-reporter' instead.
35063
35064 2005-01-19 Steven Tamm <steventamm@mac.com>
35065
35066 * term/mac-win.el (process-connection-type): Use new
35067 operating-system-release variable to use ptys on Darwin 7 (OS X
35068 10.3) when using carbon build.
35069
35070 2005-01-19 Jay Belanger <belanger@truman.edu>
35071
35072 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35073 flags if the last command was a tab or M-tab.
35074
35075 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35076 in formula editing buffer.
35077
35078 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35079
35080 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35081 breakpoint image symbol in margin.
35082
35083 2005-01-19 Jay Belanger <belanger@truman.edu>
35084
35085 * calc/calc-prog.el (calc-execute-kbd-macro):
35086 Ignore calc-keep-arg-flag.
35087
35088 2005-01-19 Kenichi Handa <handa@m17n.org>
35089
35090 * textmodes/ispell.el (ispell-looking-at): New function.
35091 (ispell-process-line): Use ispell-looking-at to compare the ispell
35092 output and the buffer contents.
35093
35094 2005-01-18 Jay Belanger <belanger@truman.edu>
35095
35096 * calc/calc.el (calc-display-raw): Fix docstring.
35097
35098 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35099
35100 * simple.el (blink-matching-open): Strip extra info from syntax.
35101
35102 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35103 funny chars in the end-of-here-doc marker.
35104
35105 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35106
35107 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35108 that enable/disabled state of breakpoints is shown correctly in
35109 fringe and on ttys.
35110 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35111 Add breakpoint information as text properties.
35112 (gdb-mouse-toggle-breakpoint):
35113 Rename to gdb-mouse-set-clear-breakpoint.
35114 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35115 breakpoints in the margin.
35116 (gdb-remove-strings): Simplify.
35117
35118 2005-01-17 Jay Belanger <belanger@truman.edu>
35119
35120 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35121 erasing buffer.
35122
35123 2005-01-17 Richard M. Stallman <rms@gnu.org>
35124
35125 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35126 for calling grep-compute-defaults.
35127
35128 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35129 if buffer is empty.
35130
35131 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35132
35133 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35134
35135 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35136
35137 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35138 non-preloaded variables.
35139
35140 2005-01-17 Steven Tamm <steventamm@mac.com>
35141
35142 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35143 tex-shell cause to force interactivity when using pipes.
35144
35145 2005-01-17 Kim F. Storm <storm@cua.dk>
35146
35147 * simple.el (just-one-space): Make arg optional.
35148
35149 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35150
35151 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35152 posn-at-x-y to t to access left-margin.
35153
35154 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35155
35156 Sync with Tramp 2.0.47.
35157
35158 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35159 catching keep-date problems in cp/scp operations.
35160 (tramp-handle-copy-file): Don't call `set-file-modes'
35161 unconditionally. Specialized functions should know better what is
35162 necessary. This improves performance a little bit, and the
35163 functions could catch errors with `cp -p' and `scp -p'.
35164 (tramp-do-copy-or-rename-file-via-buffer)
35165 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35166 when appropriate.
35167 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35168 Call `set-file-modes' when appropriate.
35169 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35170 Johnsson <isak@hypergene.com>.
35171 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35172 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35173 <joakim@verona.se>.
35174 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35175 Emacs only.
35176
35177 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35178 `find-file-hooks' and `dired-mode-hook'.
35179 (tramp-minor-mode-map): Respective map. Add remapping for
35180 `compile' and `recompile'.
35181 (tramp-remap-command, tramp-recompile): New defuns.
35182 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35183 in buffer "*Compilation*". Call the commands asynchronously.
35184
35185 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35186 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35187 `shell-command', because it isn't magic in XEmacs. Reported by
35188 Adrian Aichner <adrian@xemacs.org>.
35189
35190 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35191 `substitute-in-file-name.
35192 (tramp-smb-handle-substitute-in-file-name): New defun.
35193 (tramp-smb-advice-PC-do-completion): Delete advice.
35194
35195 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35196
35197 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35198 Fix error in deleting region.
35199
35200 2005-01-15 Richard M. Stallman <rms@gnu.org>
35201
35202 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35203 In non-temp buffer, switch syntax table temporarily.
35204
35205 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35206
35207 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35208
35209 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35210
35211 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35212 (imenu--generic-function): Use START, not BEG, as pos of definition.
35213
35214 * simple.el (just-one-space): Argument specifies number of spaces.
35215
35216 * simple.el (eval-expression-print-format): Avoid warning
35217 about edebug-active.
35218
35219 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35220
35221 * progmodes/sh-script.el: Code copied from make-mode.el
35222 with small changes,
35223 (sh-mode-map): Bind C-c C-\.
35224 (sh-backslash-column, sh-backslash-align): New variables.
35225 (sh-backslash-region, sh-append-backslash): New functions.
35226
35227 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35228
35229 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35230 (rmail-pop-password, rmail-pop-password-required): Move to
35231 rmail-obsolete group.
35232 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35233 All callers updated.
35234 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35235 Take an argument specifying whether it is POP or IMAP mailbox we
35236 are using. All callers updated.
35237 (rmail-pop-password-error): Rename to
35238 rmail-remote-password-error. Added mailutils-specific error message.
35239 (rmail-movemail-search-path)
35240 (rmail-movemail-variant-in-use): New variables.
35241 (rmail-remote-password, rmail-remote-password-required):
35242 New customization variables.
35243 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35244 (rmail-parse-url): New function.
35245 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35246 with GNU mailutils movemail.
35247
35248 2005-01-15 Kevin Ryde <user42@zip.com.au>
35249
35250 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35251 suffix to space, $ or '$, to correctly position point when going
35252 to @table style constants like DBL_MAX.
35253
35254 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35255
35256 * type-break.el (type-break-mode, type-break-file-time)
35257 (type-break-file-keystroke-count, type-break-choose-file):
35258 Don't store data in or load data from the file if type-break-file-name
35259 is nil.
35260 (type-break-file-name): Doc update as per the above.
35261
35262 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35263
35264 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35265 lookup-key might return nil; handle that.
35266
35267 2005-01-15 Alan Mackenzie <acm@muc.de>
35268
35269 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35270 Return the tail of the tree rather than the element found,
35271 thus enabling the tree to be setcar'd.
35272
35273 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35274
35275 * textmodes/org.el (org-show-following-heading): New option.
35276 (org-show-hierarchy-above): Use `org-show-following-heading'.
35277 (org-cycle): Documentation fix.
35278
35279 * textmodes/org.el (orgtbl-optimized): New option.
35280 (orgtbl-mode): New command, a minor mode.
35281 (orgtbl-mode-map): New variable.
35282 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35283 (orgtbl-error, orgtbl-self-insert-command)
35284 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35285
35286 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35287 a local variable in each org-mode buffer.
35288
35289 * textmodes/org.el (org-set-regexps-and-options): Rename from
35290 `org-set-regexps'. Added checking for STARTUP keyword.
35291 (org-get-current-options): Add STARTUP options.
35292 (org-table-insert-row): Make mode intelligent about when
35293 realignment is needed.
35294 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35295 New commands.
35296 (org-enable-table-editor): New default value `optimized'.
35297 (org-table-blank-field): Support blanking regions if active.
35298
35299 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35300
35301 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35302 if the year is not given.
35303
35304 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35305 Add new escapes %m and %M, fixed bug with %F by adding
35306 save-match-data.
35307 (reftex-reference): Remove ?. from list of spaces.
35308 (reftex-label-info): Add automatic label prefix recognition.
35309
35310 * textmodes/reftex-index.el (reftex-index-next-phrase):
35311 Add slave parameter to call of `reftex-index-this-phrase'.
35312 (reftex-index-this-phrase): New optional argument.
35313 (reftex-index-region-phrases): Add slave parameter to call of
35314 `reftex-index-this-phrase'.
35315 (reftex-display-index): New argument redo.
35316 (reftex-index-rescan): Add `redo' to arguments of
35317 `reftex-display-index'.
35318 (reftex-index-Rescan, reftex-index-revert)
35319 (reftex-index-switch-index-tag): Add `redo' to arguments of
35320 `reftex-display-index'.
35321 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35322 indexing. Fix bug with matching is there is a quote before or
35323 after the word.
35324
35325 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35326 Fix bug when collecting citation keys in lines with comments.
35327 (reftex-citation): Prefix argument no longer rescans the document,
35328 but forces prompting for optional arguments of cite macros.
35329 (reftex-do-citation): Prompting for optional arguments implemented.
35330
35331 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35332 Add optional arguments to most cite commands.
35333 (reftex-cite-cleanup-optional-args): New option
35334 (reftex-cite-prompt-optional-args): New option.
35335 (reftex-trust-label-prefix): New option.
35336
35337 * textmodes/reftex-toc.el (reftex-toc-find-section):
35338 Add push-mark before changing the position in the buffer.
35339
35340 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35341 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35342
35343 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35344
35345 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35346 more carefully.
35347
35348 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35349
35350 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35351 (sgml-mode): Use it.
35352 (sgml-get-context): Better keep track of implicitly closed tags.
35353
35354 2005-01-13 Kenichi Handa <handa@m17n.org>
35355
35356 * textmodes/ispell.el: These changes are to fix misalignment error
35357 caused by equivalent characters of different Emacs charsets.
35358 (ispell-unified-chars-table): New variable.
35359 (ispell-get-decoded-string): New function.
35360 (ispell-get-casechars, ispell-get-not-casechars)
35361 (ispell-get-otherchars): Call ispell-get-decoded-string.
35362
35363 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35364
35365 * custom.el (custom-declare-variable): Just put symbol instead
35366 of (defvar . symbol) in `current-load-list'.
35367
35368 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35369
35370 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35371
35372 2005-01-12 Jay Belanger <belanger@truman.edu>
35373
35374 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35375 to create a Calc summary.
35376
35377 2005-01-12 Kim F. Storm <storm@cua.dk>
35378
35379 * mouse.el (mouse-on-link-p): Change functionality and doc
35380 string to comply with latest description in lisp ref.
35381
35382 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35383
35384 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35385 Enable mouse clicks on mode-line, header-line and margin.
35386 (event-type): Give mouse event symbols an `event-kind' property
35387 with value `mouse-click'.
35388
35389 2005-01-12 Juri Linkov <juri@jurta.org>
35390
35391 * facemenu.el (list-colors-display): Add new arg buffer-name.
35392 Use it. Fix docstring. Replace code for identifying duplicate
35393 colors by the name with call to `list-colors-duplicates' which
35394 identifies duplicate colors by the value unless the color
35395 is one of special Windows colors. Set truncate-lines to t.
35396 Print sorted duplicate color names on each line. Indent to 22
35397 \(the longest color name in rgb.txt) instead of 20. Optimize.
35398 (list-colors-duplicates): New function.
35399 (facemenu-color-name-equal): Delete function.
35400
35401 * facemenu.el (list-colors-print): New function created from code
35402 in list-colors-display. Print #RRGGBB at the window right edge.
35403 (list-colors-display): When temp-buffer-show-function is not
35404 defined, call list-colors-print from temp-buffer-show-hook
35405 to get the right value of window-width in list-colors-print
35406 after the buffer is displayed.
35407
35408 * simple.el (pop-mark): Move deactivate-mark out of conditional
35409 part to deactivate the active mark regardless of the state of the
35410 mark ring.
35411
35412 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35413 variables line in desktop files.
35414
35415 2005-01-12 Juri Linkov <juri@jurta.org>
35416
35417 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35418 Bring together isearch highlight related options.
35419 (lazy-highlight): Replace group `replace' by `matching'.
35420 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35421 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35422 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35423 and declare them obsolete.
35424 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35425 (isearch-faces): Remove defgroup.
35426 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35427 Move isearch highlighting code closer to lazy highlighting code.
35428
35429 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35430 (query-replace-highlight, query-replace-lazy-highlight)
35431 (query-replace): Move definitions to the beginning of the file.
35432
35433 2005-01-11 Juri Linkov <juri@jurta.org>
35434
35435 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35436 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35437 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35438
35439 * info.el (Info-history-forward): New variable.
35440 (Info-select-node): Reset Info-history-forward to nil.
35441 (Info-last): Turn into defalias.
35442 (Info-history-back): Rename from Info-last.
35443 Add current node to Info-history-forward.
35444 (Info-history-forward): New fun.
35445 (Info-mode-map): Replace Info-last by Info-history-back.
35446 Bind Info-history-forward to "r".
35447 (Info-mode-menu): Replace Info-last by Info-history-back.
35448 Fix menu item text. Add menu item for Info-history-forward.
35449 (info-tool-bar-map): Replace Info-last by Info-history-back.
35450 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35451 for Info-history-forward.
35452 (Info-mode): Replace Info-last by Info-history-back in docstring.
35453 Add local variable Info-history-forward.
35454 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35455
35456 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35457
35458 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35459 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35460 Ignore select-window events rather than fiddle with
35461 mouse-autoselect-window.
35462
35463 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35464
35465 * type-break.el (type-break-mode): Fix previous change.
35466
35467 2005-01-10 Jay Belanger <belanger@truman.edu>
35468
35469 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35470 calculator; only reset when point is inside a calculator.
35471 Don't adjust the window height if the window takes up the whole height
35472 of the frame.
35473
35474 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35475
35476 * ebuff-menu.el (Electric-buffer-menu-mode):
35477 Preserve value of buffer-local var header-line-format.
35478
35479 2005-01-09 Jay Belanger <belanger@truman.edu>
35480
35481 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35482 Make sure settings file exists before accessing it.
35483
35484 * calc/calc-embed.el (calc-embedded-subst):
35485 Replace math-multi-subst-rec, which is only supposed to be called
35486 by math-multi-subst, by math-multi-subst.
35487
35488 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35489
35490 * vc.el (vc-allow-async-revert): New user option.
35491 (vc-disable-async-diff): New internal variable.
35492 (vc-revert-buffer): Use them to disable asynchronous diff.
35493
35494 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35495 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35496 asynchronously if vc-disable-async-diff is t.
35497
35498 2005-01-09 Jay Belanger <belanger@truman.edu>
35499
35500 * calc/calc.el (defcalcmodevar): New macro.
35501 (calc-mode-var-list-restore-default-values)
35502 (calc-mode-var-list-restore-saved-values): New functions.
35503 (calc-mode-var-list): Use defcalcmodevar to define it.
35504 (calc-always-load-extensions, calc-line-numbering)
35505 (calc-line-breaking, calc-display-just, calc-display-origin)
35506 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35507 (calc-group-char, calc-point-char, calc-frac-format)
35508 (calc-prefer-frac, calc-hms-format, calc-date-format)
35509 (calc-float-format, calc-full-float-format, calc-complex-format)
35510 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35511 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35512 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35513 (calc-matrix-brackets, calc-language, calc-language-option)
35514 (calc-left-label, calc-right-label, calc-word-size)
35515 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35516 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35517 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35518 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35519 (calc-window-height, calc-display-trail, calc-show-selections)
35520 (calc-use-selections, calc-assoc-selections)
35521 (calc-display-working-message, calc-auto-why, calc-timing)
35522 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35523 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35524 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35525 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35526 (calc-gnuplot-geometry, calc-graph-default-resolution)
35527 (calc-graph-default-resolution-3d, calc-invocation-macro)
35528 (calc-show-banner): Use defcalcmodevar to declare them and set
35529 their default values.
35530
35531 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35532 instead of default values (but restore default values if there is
35533 an argument of 0).
35534
35535 2005-01-09 David Kastrup <dak@gnu.org>
35536
35537 * desktop.el (desktop-restore-eager): Fix typo in type.
35538
35539 2005-01-08 Richard M. Stallman <rms@gnu.org>
35540
35541 * cus-edit.el (customize): Delete :link.
35542
35543 2005-01-08 Jay Belanger <belanger@truman.edu>
35544
35545 * calc/calc.el (calc-mode): Remove the extension from the
35546 `calc-settings-file' file name when loading it.
35547
35548 2005-01-08 Kim F. Storm <storm@cua.dk>
35549
35550 * info.el (Info-mode-map, Info-next-link-keymap)
35551 (Info-prev-link-keymap, Info-up-link-keymap):
35552 Map follow-link to mouse-face.
35553 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35554
35555 2005-01-08 Jay Belanger <belanger@truman.edu>
35556
35557 * calc/calc.el (calc-settings-file): Change default value.
35558 Suggested by cgw in a comment in calc-mode.el.
35559
35560 * calc/calc-mode.el (calc-settings-file-name):
35561 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35562 Replace ~/.emacs in a prompt by calc-settings-file.
35563
35564 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35565
35566 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35567 (desktop-lazy-idle-delay): New customizable variables.
35568 (desktop-buffer-args-list): New variable.
35569 (desktop-append-buffer-args): New function.
35570 (desktop-save): Call desktop-append-buffer-args for some buffers.
35571 (desktop-lazy-create-buffer): New function.
35572 (desktop-idle-create-buffers): New function.
35573 (desktop-read): Add message about buffers to restore lazily.
35574 (desktop-lazy-abort): New command.
35575 (desktop-clear): Call desktop-lazy-abort.
35576 (desktop-lazy-complete): New command.
35577
35578 2005-01-06 Richard M. Stallman <rms@gnu.org>
35579
35580 * emacs-lisp/find-func.el (find-face-definition):
35581 Rename from find-face.
35582
35583 2005-01-06 Kim F. Storm <storm@cua.dk>
35584
35585 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35586
35587 * man.el (Man-xref-man-page, Man-xref-header-file)
35588 (Man-xref-normal-file): Add follow-link property.
35589
35590 2005-01-06 Jay Belanger <belanger@truman.edu>
35591
35592 * calc/calc-units.el: Make sure the proper macro definitions are
35593 available when compiling.
35594
35595 2005-01-06 Juri Linkov <juri@jurta.org>
35596
35597 * isearch.el (isearch-lazy-highlight-update):
35598 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35599
35600 2005-01-06 Miles Bader <miles@gnu.org>
35601
35602 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35603 (isearch-lazy-highlight-face): Use new name.
35604
35605 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35606
35607 * uniquify.el (uniquify-rationalize-file-buffer-names):
35608 Re-add an interactive spec.
35609 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35610 to the same name.
35611
35612 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35613 (isearch-update, isearch-done): Adjust calls accordingly.
35614
35615 2005-01-05 Richard M. Stallman <rms@gnu.org>
35616
35617 * custom.el (custom-set-variables, custom-theme-set-variables):
35618 Clarify documentation.
35619
35620 * emacs-lisp/find-func.el (find-variable)
35621 (find-variable-other-window, find-variable-other-frame):
35622 Fix the TYPE args to find-function-read and find-function-do-it.
35623 (find-function): Doc fix.
35624 (find-function-at-point): Replace function-at-point alias.
35625
35626 2005-01-04 Richard M. Stallman <rms@gnu.org>
35627
35628 * cus-face.el (custom-declare-face):
35629 Record defface in current-load-list.
35630
35631 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35632
35633 * emacs-lisp/find-func.el: Doc fixes.
35634 (find-face-regexp): New variable.
35635 (find-function-regexp-alist): New variable.
35636 (find-function-C-source): Third arg is now TYPE.
35637 (find-function-search-for-symbol): Handle general TYPE.
35638 (find-function-read, find-function-do-it): Handle general TYPE.
35639 (find-definition-noselect, find-face): New functions.
35640 (function-at-point): Alias deleted.
35641
35642 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35643
35644 * battery.el (display-battery-mode): Rename from display-battery.
35645 Handle the case where it gets turned off.
35646
35647 2005-01-04 Richard M. Stallman <rms@gnu.org>
35648
35649 * cus-edit.el (customize): Make :link point to user doc.
35650
35651 * man.el (Man-fontify-manpage): Turn off undo generation.
35652
35653 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35654
35655 2005-01-04 Andreas Schwab <schwab@suse.de>
35656
35657 * files.el (insert-directory): Only look for error lines in
35658 inserted text. Don't move too far after processing --dired markers.
35659
35660 2005-01-04 Richard M. Stallman <rms@gnu.org>
35661
35662 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35663 Don't expand if the character is @, period, dash, etc.
35664 (define-mail-abbrev): Quote names that contain problem characters.
35665
35666 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35667
35668 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35669
35670 2005-01-03 Richard M. Stallman <rms@gnu.org>
35671
35672 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35673 (query-replace-highlight, query-replace-lazy-highlight)
35674 (query-replace): Definitions moved up. Doc fix.
35675
35676 2005-01-03 Richard M. Stallman <rms@gnu.org>
35677
35678 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35679 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35680 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35681 (lazy-highlight-face): Rename from isearch-lazy-...
35682 Change all references to them.
35683
35684 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35685
35686 * cus-edit.el (custom-file): Doc fix for defcustom.
35687 (custom-file): The function no longer sets the variable
35688 `custom-file' to its return value.
35689
35690 * startup.el (command-line): No longer load `custom-file'.
35691
35692 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35693
35694 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35695
35696 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35697 Don't confuse module-prefixed identifiers for labels.
35698 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35699
35700 2005-01-02 Richard M. Stallman <rms@gnu.org>
35701
35702 * files.el (basic-save-buffer-1): Fix previous change.
35703
35704 * loadhist.el (file-loadhist-lookup): New function.
35705 (file-provides, file-requires): Use it.
35706
35707 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35708 instead of calculating the right size.
35709
35710 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35711
35712 * vc-svn.el (vc-svn-diff): Stay local if possible.
35713
35714 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35715
35716 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35717
35718 * files.el (hack-local-variables): Fix last change.
35719
35720 2005-01-02 Jay Belanger <belanger@truman.edu>
35721
35722 * calc/calc-yank.el (calc-edit-top): New variable.
35723 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35724 object. Change header properties.
35725 (calc-edit-finish, calc-edit-finish-stack-object)
35726 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35727 edited object.
35728 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35729 for the beginning of the edited object.
35730 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35731 for the beginning of the edited object.
35732 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35733 (calc-finish-formula-edit, calc-macro-repeats)
35734 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35735 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35736 beginning of the edited object.
35737 (calc-user-define-edit): Change the header for editing macros.
35738 Remove unnecessary variable.
35739
35740 2005-01-01 Jay Belanger <belanger@truman.edu>
35741
35742 * calc/calc-yank.el (calc-edit-mode): Change default header.
35743 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
35744 * calc/calc-store.el (calc-edit-variable): Change title to match new
35745 header.
35746 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
35747 mode to match new header.
35748 (calc-user-define-edit): Change titles to include names of commands.
35749 (calc-finish-formula-edit): Adjust to handle new header.
35750 (calc-finish-macro-edit): Remove.
35751 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
35752 (calc-edit-macro-command, calc-edit-macro-command-type)
35753 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
35754 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
35755 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
35756 (calc-edit-macro-finish-edit): New functions.
35757 (calc-user-define-edit): Use new functions to edit named calc macros.
35758
35759 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
35760
35761 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
35762
35763 * ses.el (copy-region-as-kill): Deactivate mark.
35764
35765 2005-01-01 Richard M. Stallman <rms@gnu.org>
35766
35767 * replace.el (occur-1): If the output buffer is also an input,
35768 don't kill it, rename it.
35769
35770 * faces.el (set-face-background, set-face-foreground): Doc fix.
35771
35772 * cus-face.el (custom-face-attributes): Fix :help-echo strings
35773 for :foreground and :background.
35774
35775 * dired.el (dired-view-command-alist): Variable deleted.
35776 (dired-view-file, dired-mouse-find-file-other-window):
35777 Delete the code to use it.
35778
35779 2005-01-01 Kim F. Storm <storm@cua.dk>
35780
35781 * image.el (insert-sliced-image): Use t for line-height property.
35782
35783 See ChangeLog.11 for earlier changes.
35784
35785 ;; Local Variables:
35786 ;; coding: iso-2022-7bit
35787 ;; add-log-time-zone-rule: t
35788 ;; End:
35789
35790 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
35791
35792 This file is part of GNU Emacs.
35793
35794 GNU Emacs is free software; you can redistribute it and/or modify
35795 it under the terms of the GNU General Public License as published by
35796 the Free Software Foundation; either version 3, or (at your option)
35797 any later version.
35798
35799 GNU Emacs is distributed in the hope that it will be useful,
35800 but WITHOUT ANY WARRANTY; without even the implied warranty of
35801 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35802 GNU General Public License for more details.
35803
35804 You should have received a copy of the GNU General Public License
35805 along with GNU Emacs; see the file COPYING. If not, write to the
35806 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
35807 Boston, MA 02110-1301, USA.
35808
35809 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1